/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
/*   padding: 0 1rem; */
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Lufga";
  src: url("https://8724171.fs1.hubspotusercontent-na1.net/hubfs/8724171/raw_assets/public/SmartWorkers2026/fonts/lufga-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("https://8724171.fs1.hubspotusercontent-na1.net/hubfs/8724171/raw_assets/public/SmartWorkers2026/fonts/lufga-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("https://8724171.fs1.hubspotusercontent-na1.net/hubfs/8724171/raw_assets/public/SmartWorkers2026/fonts/lufga-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
} 

h1, h2, h3, h4, h5, h6 {
  font-family: "Lufga", sans-serif;
  word-break: break-word;
}

h1 {
  margin: 0 0 2.5rem;
  font-size: 4.5rem;
  line-height: 1.16;
  font-weight: 600;
}

h2 {
  margin: 0 0 1.25rem;
  font-size: 3.375rem;
  line-height: 1.15;
  font-weight: 600;
}

h3 {
  margin: 0 0 1.25rem;
  font-size: 2.875rem;
  line-height: 1.16;
  font-weight: 600;
}

h4 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 1.16;
  font-weight: 600;
}

h5 {
  margin: 0 0 1rem;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: 500;
}

a {
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}

strong {
  font-weight: 600;
}

p {
  margin: 0 0 1.875rem;
}

em {
  font-family: "Lufga", sans-serif;
  font-style: italic;
}

.rich-text {
  font-size: 1rem;
  line-height: 1.4;
}
.rich-text h1 {
  margin: 0 0 1.875rem;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 800;
}
.rich-text h2 {
  margin: 0 0 1.875rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text h3 {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text h4 {
  margin: 0 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text h5 {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
}
.rich-text img {
  margin: 0 0 1rem;
  display: block;
  max-width: 100%;
  height: auto;
}
.rich-text a {
  color: #000000;
}
@media (hover: hover) {
  .rich-text a:hover {
    color: #ff5f50;
  }
}
.rich-text p {
  margin: 0 0 1rem;
}
.rich-text ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.rich-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.625rem;
}
.rich-text ul li:last-child {
  margin-bottom: 0;
}
.rich-text ul li:before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000000;
  border-radius: 50%;
  top: 0.625rem;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-group {
  position: relative;
  margin-bottom: 1.125rem;
}

.choices {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #ffffff;
}
.choices[data-type*=select-one]:after {
  margin-top: -0.4375rem !important;
  right: 1rem !important;
  width: 0.625rem !important;
  height: 0.625rem !important;
  border-width: 0 0 0.125rem 0.125rem !important;
  border-style: solid !important;
  border-color: #d7f205 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.choices[data-type*=select-one].is-open:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.choices.is-flipped .choices__list {
  top: auto !important;
  bottom: calc(100% + 0.625rem) !important;
}
.choices__item-label {
  word-break: break-word;
}
.choices__inner {
  height: 2.8125rem;
  padding: 0.625rem 1.25rem 0.5rem !important;
  border: 0.0625rem solid #737373 !important;
  border-radius: 0.625rem !important;
  background: #000000 !important;
}
.choices__list {
  top: calc(100% + 0.625rem) !important;
}
.choices__list--single {
  padding: 0 1.25rem 0 0;
}
.choices__list--single .choices__item--selectable {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.choices__list--dropdown .choices__placeholder {
  display: none;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 100;
  background-color: #000000 !important;
  border-color: #737373 !important;
  border-radius: 0.625rem !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgba(215, 242, 5, 0.2) !important;
}
.choices__list--dropdown .choices__item--selectable.is-selected, .choices__list[aria-expanded] .choices__item--selectable.is-selected {
  color: #000000;
  background-color: #d7f205 !important;
}
.choices__placeholder {
  font-family: "Lufga", sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.choices__item.is-selected {
  background-color: #000000 !important;
  color: #ffffff;
}
.choices__item--selectable {
  padding-right: 2.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  position: relative;
  font-family: "Lufga", sans-serif;
  color: #000000;
  background-color: #ffffff;
  -webkit-tap-highlight-color: transparent;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  max-width: 116.875rem;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .main-wrap {
    padding: 1.25rem;
  }
}

.page-wrap {
  position: relative;
  background-color: #000000;
}
@media (min-width: 768px) {
  .page-wrap {
    border-radius: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .page-wrap {
    padding: 14.0625rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrap {
    padding: 11.25rem 0;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding: 7.5rem 0;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}
.page-wrap_bottom-negative-offset {
  margin-bottom: -5.625rem;
}
@media (max-width: 767px) {
  .page-wrap_bottom-negative-offset {
    padding-bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .page-wrap_bottom-offset-md {
    margin-bottom: 22.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrap_bottom-offset-md {
    margin-bottom: 18.75rem;
  }
}
@media (max-width: 767px) {
  .page-wrap_bottom-offset-md {
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .page-wrap_bottom-offset-sm {
    margin-bottom: 9.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrap_bottom-offset-sm {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .page-wrap_bottom-offset-sm {
    margin-bottom: 5rem;
  }
}
.page-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5rem;
  height: 37.5rem;
  border-radius: 0 0.625rem 0 0;
  background: radial-gradient(at 100% 10%, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0) 70%);
  pointer-events: none;
}
.page-wrap_bottom-glow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 0.625rem;
  background: radial-gradient(at 0% 100%, rgba(215, 242, 5, 0.5) 0%, rgba(215, 242, 5, 0) 70%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page-wrap_bottom-glow:before {
    width: 43.75rem;
    height: 43.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-wrap_bottom-glow:before {
    width: 43.75rem;
    height: 43.75rem;
  }
}
@media (max-width: 767px) {
  .page-wrap_bottom-glow:before {
    width: 100%;
    height: 100vw;
  }
}
.page-wrap__bottom-left-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .page-wrap__bottom-left-bg {
    display: none;
  }
}
.page-wrap__bottom-left-bg-image {
  position: absolute;
  left: -23.75rem;
  bottom: -30.625rem;
  width: 67.5rem;
  height: 65.375rem;
}

.main {
  position: relative;
  z-index: 100;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 none;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  outline: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
@media (hover: hover) {
  .btn:hover {
    -webkit-box-shadow: 0 0 3.75rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3.75rem 0 rgba(0, 0, 0, 0.25);
  }
  .btn:hover .btn-icon {
    -webkit-transform: translateX(1.25rem);
    -ms-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
}
.btn-primary {
  color: #566100;
  background: #d7f205;
  padding: 0.5625rem 1.25rem;
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #566100;
    background: #d7f205;
  }
}
.btn-primary .btn-icon {
  background-color: #7d8c0b;
}
.btn-bordered {
  border: 0.0625rem solid #353535;
  background: none;
  padding: 0.5rem 1.1875rem;
  color: #d7f205;
}
@media (hover: hover) {
  .btn-bordered:hover {
    color: #d7f205;
  }
}
.btn-bordered .btn-icon {
  background-color: #d7f205;
}
.btn-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -0.1875rem -0.625rem -0.1875rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.75rem;
  height: 2rem;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.btn-icon svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
  }
}
@media (min-width: 768px) {
  .row .col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .row .col {
    margin-bottom: 3.75rem;
  }
  .row .col:last-child {
    margin-bottom: 0;
  }
}

.header {
  z-index: 150;
}
@media (min-width: 1024px) {
  .header {
    position: absolute;
    top: 2.1875rem;
    left: 0;
    right: 0;
    padding: 0 1.25rem;
  }
}
@media (max-width: 1023px) {
  .header {
    position: fixed;
    border-radius: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    padding: 0.9375rem 0;
  }
  .header.is-sticky {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.625rem);
  }
}
@media (max-width: 767px) {
  .header {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 0.75rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.625rem);
  }
}
@media (max-width: 1023px) {
  .header.is-menu-open {
    border-radius: 0.625rem 0.625rem 0 0;
    backdrop-filter: none;
    background-color: #000000;
  }
  .header.is-menu-open .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.is-menu-open .header__menu-toggle-icon {
    background: transparent;
    -webkit-transition: 0.2s background-color ease-in-out;
    transition: 0.2s background-color ease-in-out;
  }
  .header.is-menu-open .header__menu-toggle-icon:before, .header.is-menu-open .header__menu-toggle-icon:after {
    top: 0;
    width: 24px;
    -webkit-transition: 0.2s background-color ease-in-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
    transition: 0.2s background-color ease-in-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
    transition: 0.2s background-color ease-in-out, 0.2s transform 0.2s ease-out, 0.2s top ease-out;
    transition: 0.2s background-color ease-in-out, 0.2s transform 0.2s ease-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
  }
  .header.is-menu-open .header__menu-toggle-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.is-menu-open .header__menu-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  outline: 0 none;
}
.header__logo-image {
  display: block;
}
@media (min-width: 1440px) {
  .header__logo-image {
    width: 13.25rem;
    height: 3.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .header__logo-image {
    width: 11.25rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .header__logo-image {
    width: 9.6875rem;
    height: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .header__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .header__wrap {
    gap: 2.1875rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__wrap {
    gap: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .header__wrap {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000000;
    border-radius: 0 0 0.625rem 0.625rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__wrap {
    padding: 3.4375rem 1.25rem;
    height: calc(100vh - 6.75rem);
  }
}
@media (max-width: 767px) {
  .header__wrap {
    padding: 3.4375rem 1rem;
    height: calc(100vh - 5.3125rem);
  }
}
@media (min-width: 1024px) {
  .header__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .header__button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__footer {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__footer {
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .header__footer {
    gap: 1rem;
  }
}
.header__footer-phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0.625rem;
  background-color: #d7f205;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header__footer-button {
    padding-left: 1rem;
    font-size: 0.9375rem;
  }
  .header__footer-button .btn-icon {
    margin-left: 0.75rem;
  }
}
.header__menu {
  position: relative;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1e1e1e;
    border-radius: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .header__menu {
    padding: 0 1.875rem;
    gap: 3.125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__menu {
    padding: 0 1.25rem;
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .header__menu {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header__menu-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .header__menu-item {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__menu-item:last-child {
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .header__menu-item:hover .header__menu-drop {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .header__menu-item.inactive .header__menu-link {
    opacity: 0.4;
  }
}
.header__menu-link {
  line-height: 1.25;
  color: #ffffff;
  background: none;
  border: 0 none;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .header__menu-link {
    display: block;
  }
}
@media (min-width: 1440px) {
  .header__menu-link {
    font-size: 1.0625rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__menu-link {
    font-size: 0.875rem;
    padding: 0.875rem 0.625rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 1.25rem;
  }
  .header__menu-link.is-active .header__menu-link-caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .header__menu-link-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 10rem;
  }
}
@media (min-width: 1024px) {
  .header__menu-link-caret {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__menu-link-caret {
    margin: 0.1875rem 0 0 1.25rem;
  }
}
@media (min-width: 1024px) {
  .header__menu-drop {
    position: absolute;
    top: calc(100% + 1.25rem);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #1e1e1e;
    border-radius: 0.625rem;
    padding: 2.1875rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.3125rem);
    -ms-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (min-width: 1440px) {
  .header__menu-drop {
    right: -12.8125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__menu-drop {
    right: -11.875rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-drop {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-top: 1.25rem;
    border-radius: 0.625rem;
    background-color: #1e1e1e;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-drop {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .header__menu-drop {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-drop.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header__menu-drop.is-active {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header__menu-drop:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 1.25rem;
  }
}
.header__menu-sub {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .header__menu-sub {
    margin: -0.9375rem 0 -1.25rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-sub {
    margin: 0;
  }
}
.header__menu-sub-item {
  border-bottom: 0.0625rem solid #737373;
}
.header__menu-sub-item:last-child {
  border-bottom: 0 none;
}
.header__menu-sub-link {
  display: block;
  font-size: 1.1875rem;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .header__menu-sub-link {
    padding: 1.875rem 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__menu-sub-link {
    padding: 1.5rem 0;
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-sub-link {
    padding: 1.875rem 0;
  }
}
@media (max-width: 767px) {
  .header__menu-sub-link {
    padding: 1.25rem 0;
  }
}
@media (hover: hover) {
  .header__menu-sub-link:hover {
    color: #d7f205;
  }
}
.header__menu-widget {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1.59;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (min-width: 1440px) {
  .header__menu-widget {
    margin-left: 4.6875rem;
    width: 29.625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__menu-widget {
    width: 23.375rem;
    margin-left: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-widget {
    width: 50%;
    margin-left: 2.5rem;
  }
}
.header__menu-widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__menu-widget-label {
  position: absolute;
  line-height: 1.2;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header__menu-widget-label {
    left: 1.875rem;
    right: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .header__menu-widget-label {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-widget-label {
    bottom: 2.5rem;
  }
}
@media (max-width: 1439px) {
  .header__menu-widget-label {
    bottom: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .header__menu-widget-label {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .header__menu-widget-label {
    left: 1.25rem;
    right: 1.25rem;
  }
}
.header__menu-widget-label span {
  display: inline-block;
  position: relative;
}
.header__menu-widget-label span:before {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background-color: #ffffff;
}
.header__menu-toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  width: 2.8125rem;
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  background: #1e1e1e;
  border: 0 none;
  border-radius: 0.625rem;
  outline: 0 none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .header__menu-toggle {
    display: none;
  }
}
.header__menu-toggle.is-open .header__menu-toggle-icon {
  background: transparent;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.header__menu-toggle.is-open .header__menu-toggle-icon:before, .header__menu-toggle.is-open .header__menu-toggle-icon:after {
  top: 0;
  width: 24px;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s transform 0.2s ease-out, 0.2s top ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s transform 0.2s ease-out, 0.2s top ease-out, 0.2s -webkit-transform 0.2s ease-out;
}
.header__menu-toggle.is-open .header__menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu-toggle.is-open .header__menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu-toggle-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #d7f205;
  border-radius: 0.125rem;
  -webkit-transition: 0.2s background-color 0.2s ease-in-out;
  transition: 0.2s background-color 0.2s ease-in-out;
}
.header__menu-toggle-icon:before, .header__menu-toggle-icon:after {
  content: "";
  position: absolute;
  left: 0;
  height: 0.125rem;
  background-color: #d7f205;
  border-radius: 0.125rem;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s -webkit-transform ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s transform ease-out;
  transition: 0.2s background-color ease-in-out, 0.2s top 0.2s ease-out, 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
}
.header__menu-toggle-icon:before {
  top: -0.4375rem;
  width: 1.5rem;
}
.header__menu-toggle-icon:after {
  top: 0.4375rem;
  width: 1.5rem;
}

.footer {
  position: relative;
  z-index: 101;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.footer__widget {
  position: relative;
  z-index: 2;
  margin-bottom: -5rem;
}
.footer__inner {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__inner {
    border-radius: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
}
.footer__inner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56.25rem;
  height: 56.25rem;
  background: radial-gradient(at 100% 100%, rgba(215, 242, 5, 0.5) 0%, rgba(215, 242, 5, 0) 70%);
  pointer-events: none;
}
.footer__main {
  position: relative;
}
@media (min-width: 768px) {
  .footer__main {
    padding: 11.625rem 0 3.75rem;
  }
}
@media (max-width: 767px) {
  .footer__main {
    padding: 7.5rem 0 2.5rem;
  }
}
@media (min-width: 1024px) {
  .footer__main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 2.1875rem;
  }
}
@media (min-width: 1440px) {
  .footer__aside {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__aside {
    width: 40%;
  }
}
.footer__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-color: #000000;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .footer__wrap {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .footer__wrap {
    padding: 4.6875rem 7.5rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .footer__wrap {
    padding: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .footer__wrap {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 1.25rem;
  }
}
.footer__logo-image {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__logo-image {
    width: 13.25rem;
    height: 3.5625rem;
  }
}
@media (max-width: 767px) {
  .footer__logo-image {
    width: 9.6875rem;
    height: 2.625rem;
  }
}
.footer__address {
  margin-bottom: 2.1875rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #737373;
}
@media (max-width: 1023px) {
  .footer__address br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer__contacts {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .footer__contacts {
    margin-bottom: 1.25rem;
  }
}
.footer__contacts-item {
  margin-bottom: 1.25rem;
}
.footer__contacts-item:last-child {
  margin-bottom: 0;
}
.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__menu-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .footer__menu-item {
    max-width: 33.333333%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .footer__menu-item {
    width: 50%;
    padding-right: 1rem;
    margin-bottom: 2.5rem;
  }
  .footer__menu-item:first-child {
    width: 100%;
  }
}
.footer__menu-title {
  margin-bottom: 1.875rem;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 600;
  color: #d7f205;
}
.footer__menu-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu-sub-item {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__menu-sub-item {
    margin-bottom: 1rem;
  }
}
.footer__menu-sub-item:last-child {
  margin-bottom: 0;
}
.footer__menu-sub-link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 300;
  color: #737373;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__menu-sub-link:hover {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .footer__info {
    margin-top: 1.875rem;
  }
}
.footer__info-title {
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  color: #737373;
}
.footer__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .footer__info-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer__info-wrap {
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__info-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__info-image {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.footer__info-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__info-images {
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer__info-images {
    gap: 1rem;
  }
}
.footer__info-images-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__info-images-item {
    width: 2.8125rem;
    height: auto;
  }
}
.footer__bottom {
  position: relative;
  padding: 1.375rem 0;
  background-color: #000000;
  border-top: 0.0625rem solid #353535;
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__copyright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  color: #737373;
}
@media (min-width: 1024px) {
  .footer__copyright {
    margin-right: 0.9375rem;
  }
}
.footer__add-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__add-menu-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding-right: 0.9375rem;
}
.footer__add-menu-item:last-child {
  padding-right: 0;
}
.footer__add-menu-item:last-child:after {
  content: none;
}
.footer__add-menu-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.75rem;
  background-color: #353535;
}
.footer__add-menu-link {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  color: #737373;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__add-menu-link:hover {
    color: #ffffff;
  }
}
.footer__dev {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  color: #737373;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer__dev {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .footer__dev {
    margin-top: 1.25rem;
  }
}
@media (hover: hover) {
  .footer__dev:hover {
    color: #ffffff;
  }
}
.footer__dev-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__dev-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.3125rem;
}

.main-intro {
  position: relative;
}
.main-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-intro__bg {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.main-intro__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-intro__bg-image {
    -o-object-position: 37% center;
    object-position: 37% center;
  }
}
.main-intro__container {
  position: relative;
}
.main-intro__content {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .main-intro__content {
    height: calc(100vh - 1.25rem);
    min-height: 40.625rem;
    max-height: 59.375rem;
    padding: 7% 0;
  }
}
@media (min-width: 1024px) {
  .main-intro__content {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-intro__content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .main-intro__content {
    height: 100vh;
    min-height: 31.25rem;
    padding: 9.375rem 0 3.125rem;
  }
}
.main-intro__label {
  line-height: 1;
  color: #d7f205;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-intro__label {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .main-intro__label {
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
  }
}
.main-intro__title {
  line-height: 1.3;
  font-weight: 400;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-intro__title {
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 1440px) {
  .main-intro__title {
    font-size: 5.625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .main-intro__title {
    font-size: 4.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-intro__title {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .main-intro__title {
    margin: 0 0 1.25rem;
    font-size: 2.25rem;
  }
  .main-intro__title br {
    display: none;
  }
}
.main-intro__title span {
  display: inline-block;
  position: relative;
}
.main-intro__title span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .main-intro__title span:before {
    height: 0.25rem;
    bottom: 0.75rem;
  }
}
@media (max-width: 767px) {
  .main-intro__title span:before {
    height: 0.125rem;
    bottom: 0.5rem;
  }
}
.main-intro__text {
  margin-bottom: 1.375rem;
  line-height: 1.555;
  font-weight: 300;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-intro__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .main-intro__text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .main-intro__text {
    font-size: 1rem;
  }
}
.main-intro__footer {
  opacity: 0;
}

.panels-box {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.panels-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62.5rem;
  height: 62.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0) 70%);
  -webkit-transform: translate(60%, -10%);
  -ms-transform: translate(60%, -10%);
  transform: translate(60%, -10%);
}
.panels-box__head {
  position: relative;
}
@media (min-width: 768px) {
  .panels-box__head {
    padding: 8.125rem 0 9.25rem;
  }
}
@media (max-width: 767px) {
  .panels-box__head {
    padding: 5rem 0;
  }
}
.panels-box__list-item {
  margin-top: -0.625rem;
}
.panels-box__panel {
  position: relative;
  background-color: #141414;
  border-radius: 0.625rem 0.625rem 0 0;
  border: 0.0625rem solid #353535;
}
.panels-box__panel-title {
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
  color: #d7f205;
}
@media (min-width: 768px) {
  .panels-box__panel-title {
    padding: 3.375rem 0 4rem;
  }
}
@media (min-width: 1024px) {
  .panels-box__panel-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panels-box__panel-title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .panels-box__panel-title {
    padding: 3.375rem 0 2.5rem;
    font-size: 1.875rem;
  }
}
.panels-box__panel-body {
  margin-top: -0.9375rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .panels-box__panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.panels-box__panel-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1.535;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (min-width: 1440px) {
  .panels-box__panel-image {
    margin-top: -4.6875rem;
    width: 42.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .panels-box__panel-image {
    width: 45%;
    max-width: 37.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panels-box__panel-image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .panels-box__panel-image {
    margin-top: 2.5rem;
  }
}
.panels-box__panel-image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.panels-box__panel-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (min-width: 1024px) {
  .panels-box__panel-content {
    padding-right: 10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .panels-box__panel-content {
    padding-right: 7%;
  }
}
.panels-box__panel-text {
  margin-bottom: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .panels-box__panel-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .panels-box__panel-text {
    font-size: 1rem;
  }
}
.panels-box__panel-text a {
  color: #ffffff;
}
@media (hover: hover) {
  .panels-box__panel-text a:hover {
    color: #d7f205;
  }
}
@media (min-width: 768px) {
  .panels-box__panel-footer {
    margin-top: 4.375rem;
  }
}
@media (max-width: 767px) {
  .panels-box__panel-footer {
    margin-top: 1.875rem;
  }
}
.panels-box__panel-footer .btn {
  min-width: 18.75rem;
}

.heading-box_light {
  color: #ffffff;
}
.heading-box_light .heading-box__label {
  color: #d7f205;
}
.heading-box_light .heading-box__icon path {
  fill: #d7f205;
}
.heading-box_dark {
  color: #000000;
}
.heading-box_dark .heading-box__label {
  color: #566100;
}
.heading-box_dark .heading-box__icon path {
  fill: #566100;
}
.heading-box_main .heading-box__title {
  word-break: break-word;
}
@media (min-width: 1024px) {
  .heading-box_main .heading-box__title {
    font-size: 5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading-box_main .heading-box__title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .heading-box_main .heading-box__title {
    font-size: 2.125rem;
  }
}
.heading-box_main .heading-box__text {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .heading-box_main .heading-box__text {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .heading-box_bottom-offset {
    margin-bottom: 7.1875rem;
  }
}
@media (max-width: 767px) {
  .heading-box_bottom-offset {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .heading-box_centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.heading-box__wrap {
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heading-box__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0.3125rem 0.375rem 0 0;
}
.heading-box__label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 400;
}
.heading-box__title {
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .heading-box__title br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .heading-box__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .heading-box__title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .heading-box__title {
    font-size: 1.875rem;
  }
}
.heading-box__text {
  margin-top: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 768px) {
  .heading-box__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .heading-box__text {
    font-size: 1rem;
  }
}
.heading-box__text p:last-child {
  margin-bottom: 0;
}
.heading-box__tags {
  margin-top: 2.8125rem;
}
.heading-box__list {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .heading-box__list {
    gap: 3.75rem;
  }
}
@media (max-width: 767px) {
  .heading-box__list {
    gap: 1.25rem;
  }
}
.heading-box__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 18.75rem;
}
.heading-box__list-label {
  font-weight: 600;
  color: #d7f205;
}
.heading-box__list-value {
  font-weight: 300;
}
.heading-box__quote {
  position: relative;
  margin-top: 2rem;
  padding-left: 1.875rem;
  line-height: 1.5;
  font-weight: 500;
  color: #d7f205;
}
@media (min-width: 768px) {
  .heading-box__quote {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .heading-box__quote {
    font-size: 1rem;
  }
}
.heading-box__quote:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  bottom: 0.125rem;
  width: 0.125rem;
  background-color: #d7f205;
}
.heading-box__footer {
  margin-top: 2.8125rem;
}

.cases-slider {
  position: relative;
}
@media (min-width: 768px) {
  .cases-slider {
    padding: 9.6875rem 0 6.25rem;
  }
}
@media (max-width: 767px) {
  .cases-slider {
    padding: 5rem 0;
  }
}
.cases-slider_top-bg .cases-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #000000;
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .cases-slider_with-glow {
    padding-top: 12.5rem;
  }
}
.cases-slider_with-glow .cases-slider__bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37.5rem;
  height: 37.5rem;
  background: radial-gradient(at 0% 100%, rgba(215, 242, 5, 0.5) 0%, rgba(215, 242, 5, 0) 70%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .cases-slider__head {
    width: 80%;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .cases-slider__head {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1870px) {
  .cases-slider__list-wrap {
    margin: 0 -1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .cases-slider__list-wrap {
    padding: 3.75rem 0 3.75rem 3.75rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .cases-slider__list-wrap {
    padding: 3.75rem 0 3.75rem 1.25rem !important;
  }
}
@media (min-width: 1440px) {
  .cases-slider__list-wrap {
    padding: 3.75rem 0 3.75rem 2.5rem !important;
  }
}
.cases-slider__list-wrap:not(.swiper-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases-slider__list-wrap:not(.swiper-initialized) .cases-slider__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48% !important;
}
@media (min-width: 768px) {
  .cases-slider__list-item {
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .cases-slider__list-item {
    padding: 0 1rem;
  }
}
.cases-slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cases-slider__footer {
    margin-top: 1.875rem;
  }
  .cases-slider__footer .btn {
    font-size: 0.9375rem;
  }
}
.cases-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}
.cases-slider__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.875rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 0 none;
  background: #d7f205;
  border-radius: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (hover: hover) {
  .cases-slider__arrow:hover {
    background: #566100;
  }
  .cases-slider__arrow:hover path {
    stroke: #ffffff;
  }
}
.cases-slider__arrow.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}
.cases-slider__arrow.swiper-button-disabled .cases-slider__arrow-icon {
  opacity: 0.4;
}
.cases-slider__arrow-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cases-slider__arrow-icon path {
  -webkit-transition: 0.3s stroke ease-in-out;
  transition: 0.3s stroke ease-in-out;
}

.case-card {
  position: relative;
  contain: layout paint;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .case-card {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .case-card {
    border-radius: 0.625rem;
  }
}
@media (hover: hover) {
  .case-card:hover .case-card__label {
    opacity: 1;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
}
.case-card.inactive .case-card__image-i {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.case-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1.496;
  overflow: hidden;
}
@media (min-width: 768px) {
  .case-card__image {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .case-card__image {
    border-radius: 0.625rem;
  }
}
.case-card__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(160deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.case-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-50deg, rgb(215, 242, 5) 0%, rgba(215, 242, 5, 0.25) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.case-card__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s filter ease-in-out;
  transition: 0.2s filter ease-in-out, 0.2s -webkit-filter ease-in-out;
}
.case-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .case-card__content {
    padding: 1.875rem 2.8125rem;
  }
}
@media (max-width: 767px) {
  .case-card__content {
    padding: 1.25rem;
  }
}
.case-card__title {
  margin: 0 0 1.375rem;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .case-card__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .case-card__title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .case-card__title {
    font-size: 1.875rem;
  }
}
.case-card__label {
  margin-top: auto;
  font-size: 8.125rem;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: 1.5s -webkit-transform ease-in-out;
  transition: 1.5s -webkit-transform ease-in-out;
  transition: 1.5s transform ease-in-out;
  transition: 1.5s transform ease-in-out, 1.5s -webkit-transform ease-in-out;
}
@media (max-width: 767px) {
  .case-card__label {
    display: none;
  }
}

.info-slider {
  position: relative;
}
@media (min-width: 768px) {
  .info-slider {
    padding-bottom: 8.4375rem;
  }
}
@media (max-width: 767px) {
  .info-slider {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1440px) {
  .info-slider_bottom-offset-md {
    padding-bottom: 20rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-slider_bottom-offset-md {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-slider_bottom-offset-md {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .info-slider_bottom-offset-md {
    padding-bottom: 7.5rem;
  }
}
.info-slider_bottom-bg .info-slider__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: #000000;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media (min-width: 1024px) {
  .info-slider__head {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-slider__head {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .info-slider__head {
    margin-bottom: 1.875rem;
  }
}
.info-slider__list-wrap {
  position: relative;
  margin: 0 -1.25rem !important;
}
.info-slider__list-wrap.swiper-initialized .info-slider__list-item {
  width: 100%;
}
.info-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-slider__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.333333%;
  height: auto !important;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-slider__arrow {
  position: absolute;
  z-index: 5;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.875rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 0 none;
  background: #d7f205;
  border-radius: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (hover: hover) {
  .info-slider__arrow:hover {
    background: #566100;
  }
  .info-slider__arrow:hover path {
    stroke: #ffffff;
  }
}
@media (min-width: 768px) {
  .info-slider__arrow_prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .info-slider__arrow_prev {
    left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .info-slider__arrow_next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .info-slider__arrow_next {
    right: 0.625rem;
  }
}
.info-slider__arrow-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-slider__arrow-icon path {
  -webkit-transition: 0.3s stroke ease-in-out;
  transition: 0.3s stroke ease-in-out;
}

.info-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (hover: hover) {
  .info-card:hover .info-card__image-i .selected-path {
    fill: #d7f205;
  }
}
.info-card__image {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
  width: 15.4375rem;
  height: 15.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-card__image {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.info-card__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-card__image-i {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.info-card__image-i svg {
  display: block;
}
.info-card__image-i .selected-path {
  -webkit-transition: 0.3s fill ease-in-out;
  transition: 0.3s fill ease-in-out;
}
.info-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #191919;
}
@media (min-width: 768px) {
  .info-card__content {
    border-radius: 0 0 1rem 1rem;
  }
}
@media (min-width: 1440px) {
  .info-card__content {
    padding: 2.8125rem 3.125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-card__content {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-card__content {
    padding: 2.8125rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-card__content {
    padding: 1.875rem 1.25rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}
.info-card__mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
  pointer-events: none;
}
.info-card__mask_clip-1 {
  top: -6.25rem;
}
.info-card__mask_clip-2 {
  top: -9.25rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-card__mask_clip-2 {
    top: -8.625rem;
  }
}
.info-card__mask_clip-3 {
  top: -11.625rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-card__mask_clip-3 {
    top: -10.375rem;
  }
}
.info-card__mask svg {
  display: block;
  width: 100%;
  height: auto;
}
.info-card__title {
  position: relative;
  margin: 0 0 2.1875rem;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-card__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .info-card__title {
    padding: 0 1.25rem;
  }
}
.info-card__text {
  position: relative;
  margin-top: auto;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .info-card__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-card__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-card__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .info-card__text {
    font-size: 1rem;
  }
}
.info-card__footer {
  position: relative;
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .info-widget {
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 767px) {
  .info-widget {
    padding-bottom: 5rem;
  }
}
.info-widget_dark {
  color: #ffffff;
  background-color: #000000;
}
.info-widget_dark .info-widget__inner {
  background-color: #141414;
  border-color: #353535;
}
.info-widget__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0.0625rem;
  border-style: solid;
}
@media (min-width: 768px) {
  .info-widget__inner {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .info-widget__inner {
    padding: 1.4375rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .info-widget__inner {
    padding: 2.5rem;
  }
}
@media (max-width: 1439px) {
  .info-widget__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-widget__inner {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.info-widget__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.125rem;
  height: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .info-widget__image {
    margin-right: 1.875rem;
  }
}
.info-widget__image-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.info-widget__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .info-widget__title {
    text-align: center;
  }
}
.info-widget__stars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .info-widget__stars {
    margin-left: 2.1875rem;
  }
}
.info-widget__stars svg {
  display: block;
}
@media (min-width: 1440px) {
  .info-widget__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
}

.reviews-box {
  padding-bottom: 6.25rem;
}
.reviews-box_dark {
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  .reviews-box__head {
    margin-bottom: 4.0625rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__head {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .reviews-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.reviews-box__carousel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .reviews-box__carousel {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .reviews-box__carousel {
    width: 43%;
    padding: 4.0625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .reviews-box__carousel {
    width: 50%;
    padding: 2.8125rem 2.8125rem 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-box__carousel {
    padding: 4.0625rem 4.0625rem 6.25rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__carousel {
    padding: 2.1875rem 1.25rem 5rem 2.8125rem;
    border-radius: 0.625rem;
  }
}
.reviews-box__quote {
  position: absolute;
}
@media (min-width: 1024px) {
  .reviews-box__quote {
    top: 3.4375rem;
    left: -3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-box__quote {
    top: 3.4375rem;
    left: -1.25rem;
    width: 4.375rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .reviews-box__quote {
    top: 2.1875rem;
    left: -0.9375rem;
    width: 3.125rem;
    height: auto;
  }
}
.reviews-box__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding: 1rem;
  border-width: 0.0625rem 0 0 0.0625rem;
  border-style: solid;
  border-color: #353535;
}
@media (min-width: 768px) {
  .reviews-box__nav {
    border-radius: 1.25rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .reviews-box__nav {
    border-radius: 0.625rem 0 0 0;
  }
}
.reviews-box__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.875rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 0 none;
  background: #d7f205;
  border-radius: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (hover: hover) {
  .reviews-box__arrow:hover {
    background: #566100;
  }
  .reviews-box__arrow:hover path {
    stroke: #ffffff;
  }
}
.reviews-box__arrow-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.reviews-box__arrow-icon path {
  -webkit-transition: 0.3s stroke ease-in-out;
  transition: 0.3s stroke ease-in-out;
}
.reviews-box__item-text {
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .reviews-box__item-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .reviews-box__item-text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-box__item-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__item-text {
    font-size: 1rem;
  }
}
.reviews-box__item-label {
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 768px) {
  .reviews-box__item-label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .reviews-box__item-label {
    margin-top: 4.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .reviews-box__item-label {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__item-label {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__item-label {
    font-size: 1rem;
  }
}
.reviews-box__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .reviews-box__logos {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 2.25rem;
  }
}
@media (min-width: 1440px) {
  .reviews-box__logos {
    width: 57%;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .reviews-box__logos {
    width: 50%;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-box__logos {
    margin: 2.5rem -0.625rem -1.25rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__logos {
    margin: 1.875rem -0.625rem -1.25rem;
  }
}
.reviews-box__logos-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.333333%;
}
@media (min-width: 1440px) {
  .reviews-box__logos-item {
    padding: 0 1.125rem 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .reviews-box__logos-item {
    padding: 0 0.625rem 1.25rem;
  }
}
@media (max-width: 1023px) {
  .reviews-box__logos-item {
    padding: 0 0.625rem 1.25rem;
  }
}
.reviews-box__logos-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #353535;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
@media (min-width: 768px) {
  .reviews-box__logos-image {
    height: 8.125rem;
  }
}
@media (max-width: 767px) {
  .reviews-box__logos-image {
    height: 6.25rem;
  }
}
@media (hover: hover) {
  .reviews-box__logos-image:hover {
    background-color: #353535;
  }
}
.reviews-box__logos-image-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.team-box {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .team-box {
    margin: -3.75rem 0 7.8125rem;
  }
}
@media (min-width: 1440px) {
  .team-box {
    padding: 14.0625rem 0 6.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-box {
    padding: 7.8125rem 0 6.875rem;
  }
}
@media (max-width: 767px) {
  .team-box {
    margin-bottom: 5rem;
  }
}
@media (hover: hover) {
  .team-box:hover .team-box__bg-image {
    -webkit-transform: translateY(-3.75rem);
    -ms-transform: translateY(-3.75rem);
    transform: translateY(-3.75rem);
  }
}
.team-box_top-bg .team-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3.4375rem;
  background-color: #000000;
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
  pointer-events: none;
}
.team-box__bg-image {
  position: absolute;
  left: -23.75rem;
  top: 3.75rem;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.team-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1440px) {
  .team-box__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1439px) {
  .team-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1440px) {
  .team-box__main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70%;
    padding-right: 4.6875rem;
  }
}
@media (max-width: 1439px) {
  .team-box__main {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .team-box__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
  }
}
.team-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .team-box__list {
    margin: 0 -1.4375rem -6.875rem;
  }
}
@media (max-width: 767px) {
  .team-box__list {
    margin: 0 -0.625rem;
  }
}
.team-box__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.333333%;
}
@media (min-width: 768px) {
  .team-box__list-item {
    padding: 0 1.4375rem;
  }
}
@media (max-width: 767px) {
  .team-box__list-item {
    padding: 0 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .team-box .heading-box__text {
    width: 70%;
  }
}

.socials-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials-box_light {
  color: #ffffff;
}
.socials-box__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  color: #737373;
}
.socials-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.socials-box__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.socials-box__list-link {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (hover: hover) {
  .socials-box__list-link:hover {
    -webkit-transform: translateY(-0.3125rem);
    -ms-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
  }
}
.socials-box__list-icon {
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
}

.schedule-meet-box {
  position: relative;
  background-color: #000000;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .schedule-meet-box {
    padding: 4.6875rem 0 6.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .schedule-meet-box {
    padding: 3.75rem 0;
  }
}
@media (max-width: 767px) {
  .schedule-meet-box {
    padding: 1.875rem 0;
  }
}
.schedule-meet-box__bg {
  position: absolute;
  pointer-events: none;
}
@media (min-width: 768px) {
  .schedule-meet-box__bg {
    top: -12.5rem;
    right: -3.125rem;
  }
}
@media (max-width: 767px) {
  .schedule-meet-box__bg {
    top: -6.25rem;
    right: -3.125rem;
    width: 47.5rem;
    height: auto;
  }
}
.schedule-meet-box__inner {
  position: relative;
}
.schedule-meet-box__title {
  margin: 0 0 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: #d7f205;
  text-align: center;
}
@media (min-width: 1024px) {
  .schedule-meet-box__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .schedule-meet-box__title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .schedule-meet-box__title {
    font-size: 1.875rem;
  }
}
.schedule-meet-box__ticker {
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .schedule-meet-box__ticker {
    font-size: 6.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .schedule-meet-box__ticker {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .schedule-meet-box__ticker {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .schedule-meet-box__ticker {
    font-size: 1.875rem;
  }
}
.schedule-meet-box__footer {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.schedule-meet-box__footer-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin: 0 -0.625rem -0.125rem 0;
}
@media (max-width: 767px) {
  .schedule-meet-box__footer-image {
    display: none;
  }
}

.ticker {
  white-space: nowrap;
  overflow: hidden;
}
.ticker_reverse .ticker__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ticker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticker__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tiles-box {
  position: relative;
}
@media (min-width: 768px) {
  .tiles-box {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 767px) {
  .tiles-box {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box_main-invert .tiles-box__list-col {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .tiles-box_main-invert .tiles-box__list-col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .tiles-box_main-invert .tiles-box__list-col:nth-child(1) {
    padding-top: 8.125rem;
  }
}
@media (min-width: 768px) {
  .tiles-box_main-invert .tiles-box__list-col:nth-child(2) {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .tiles-box_main {
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .tiles-box_main .tiles-box__head {
    margin-bottom: 10.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box_main .tiles-box__head {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .tiles-box_main .tiles-box__head {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .tiles-box_main .tiles-box__list-item {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .tiles-box_bottom-negative-offset {
    margin-bottom: -29.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box_bottom-negative-offset {
    margin-bottom: -15.9375rem;
  }
}
@media (max-width: 767px) {
  .tiles-box_bottom-negative-offset {
    margin-bottom: -10rem;
  }
}
@media (min-width: 1024px) {
  .tiles-box_bottom-negative-offset-md {
    margin-bottom: -29.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box_bottom-negative-offset-md {
    margin-bottom: -20rem;
  }
}
@media (max-width: 767px) {
  .tiles-box_bottom-negative-offset-md {
    margin-bottom: -13.75rem;
  }
}
@media (min-width: 768px) {
  .tiles-box__head {
    margin-bottom: 5.3125rem;
  }
}
@media (max-width: 767px) {
  .tiles-box__head {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .tiles-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .tiles-box__list {
    margin: 0 -1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box__list {
    margin: 0 -0.625rem;
  }
}
@media (min-width: 768px) {
  .tiles-box__list-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tiles-box__list-col {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box__list-col {
    padding: 0 0.625rem;
  }
}
@media (max-width: 767px) {
  .tiles-box__list-col {
    margin-bottom: 1.25rem;
  }
  .tiles-box__list-col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .tiles-box__list-col:nth-child(2) {
    padding-top: 8.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box__list-col:nth-child(2) {
    padding-top: 6.25rem;
  }
}
.tiles-box__list-col.hidden {
  display: none;
}
@media (min-width: 768px) {
  .tiles-box__list-col_fullwidth {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .tiles-box__list-col_fullwidth .tiles-box__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tiles-box__list-col_fullwidth .tiles-box__list-item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box__list-col_fullwidth .tiles-box__list-item {
    padding: 0 0.625rem;
  }
}
@media (min-width: 768px) {
  .tiles-box__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tiles-box__list-item {
    margin-bottom: 2.5rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles-box__list-item {
    padding: 0 0.625rem;
  }
}
@media (max-width: 1023px) {
  .tiles-box__list-item {
    margin-bottom: 1.25rem;
  }
}
.tiles-box__list-item:last-child {
  margin-bottom: 0;
}
.tiles-box__list-item.hidden {
  display: none;
}
.tiles-box__filters {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .tiles-box__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.tiles-box__filters-empty {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 18.75rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  background-color: #141414;
  border: 1px solid #353535;
}
@media (min-width: 768px) {
  .tiles-box__filters-empty {
    border-radius: 1.25rem;
    padding: 2.5rem;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .tiles-box__filters-empty {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.tiles-box__filters-empty.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tiles-box__filters-label {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .tiles-box__filters-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .tiles-box__filters-label {
    margin-bottom: 0.75rem;
  }
}
.tiles-box__filters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .tiles-box__filters-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .tiles-box__filters-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.tiles-box__filters-wrap .choices {
  margin-bottom: 0;
}

.tile-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-color: #141414;
  border: 0.0625rem solid #353535;
  color: #ffffff;
}
@media (min-width: 768px) {
  .tile-card {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tile-card {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tile-card {
    padding: 1.875rem;
  }
}
@media (max-width: 767px) {
  .tile-card {
    padding: 1.25rem;
    border-radius: 0.625rem;
  }
}
.tile-card__title {
  line-height: 1.2;
  font-weight: 500;
  color: #d7f205;
}
@media (min-width: 768px) {
  .tile-card__title {
    margin: 0 0 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .tile-card__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tile-card__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .tile-card__title {
    margin: 0 0 1.5625rem;
    font-size: 1.875rem;
  }
}
.tile-card__text {
  margin-bottom: 1.5625rem;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .tile-card__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .tile-card__text {
    font-size: 1rem;
  }
}
.tile-card__text a {
  color: #ffffff;
}
@media (hover: hover) {
  .tile-card__text a:hover {
    color: #d7f205;
  }
}
.tile-card__footer {
  margin-top: 2.1875rem;
}
@media (min-width: 1024px) {
  .tile-card__footer .btn {
    min-width: 18.75rem;
  }
}

.ticker-logos {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ticker-logos {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ticker-logos {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .ticker-logos {
    margin-bottom: 5rem;
  }
}
.ticker-logos_dark:before, .ticker-logos_dark:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 10%;
}
.ticker-logos_dark:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.ticker-logos_dark:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
}
.ticker-logos_reverse .ticker-logos__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ticker-logos__title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #d7f205;
  text-align: center;
}
@media (min-width: 768px) {
  .ticker-logos__title {
    margin: 0 0 2.8125rem;
  }
}
@media (max-width: 767px) {
  .ticker-logos__title {
    margin: 0 0 1.5rem;
  }
}
.ticker-logos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticker-logos__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ticker-logos__item {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 0.0625rem solid #353535;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
@media (min-width: 768px) {
  .ticker-logos__item {
    margin: 0 1.125rem;
    width: 14.0625rem;
    height: 8.125rem;
  }
}
@media (max-width: 767px) {
  .ticker-logos__item {
    margin: 0 0.625rem;
    width: 11.25rem;
    height: 6.25rem;
  }
}
@media (hover: hover) {
  .ticker-logos__item:hover {
    background-color: #353535;
  }
}
.ticker-logos__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}

.info-box {
  position: relative;
}
.info-box_box .info-box__inner {
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 1024px) {
  .info-box_box .info-box__inner {
    padding: 3.75rem 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-box_box .info-box__inner {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .info-box_box .info-box__inner {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-box_box .info-box__inner {
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 1023px) {
  .info-box_main .info-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .info-box_main .info-box__image {
    margin: 2.5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .info-box_v-align-center .info-box__content, .info-box_v-align-center .info-box__image {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .info-box_invert .info-box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .info-box_invert .info-box__content {
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .info-box_bottom-offset {
    margin-bottom: 7.1875rem;
  }
}
@media (max-width: 767px) {
  .info-box_bottom-offset {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .info-box_dark-bg {
    padding: 12.5rem 0;
  }
}
@media (max-width: 1023px) {
  .info-box_dark-bg {
    padding: 6.25rem 0;
  }
}
.info-box_dark-bg .info-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  border-radius: 0.625rem;
}
.info-box_bottom-fix-offset {
  padding-bottom: 0;
}
.info-box_bottom-fix-offset .info-box__bg {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1024px) {
  .info-box_bottom-negative-offset {
    margin-bottom: -31.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-box_bottom-negative-offset {
    margin-bottom: -21.875rem;
  }
}
@media (max-width: 767px) {
  .info-box_bottom-negative-offset {
    margin-bottom: -15.625rem;
  }
}
.info-box_bottom-negative-offset-sm {
  margin-bottom: -5.625rem;
  padding-bottom: 9.0625rem;
}
@media (min-width: 768px) {
  .info-box_bottom-negative-offset-md {
    margin-bottom: -7.5rem;
  }
}
@media (max-width: 767px) {
  .info-box_bottom-negative-offset-md {
    margin-bottom: -2.5rem;
  }
}
.info-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .info-box__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .info-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .info-box__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(51.5% - 2.5rem);
    margin-right: 2.5rem;
  }
}
.info-box__content_box {
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 1024px) {
  .info-box__content_box {
    padding: 3.75rem 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-box__content_box {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .info-box__content_box {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-box__content_box {
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}
.info-box__image {
  overflow: hidden;
  aspect-ratio: 1.25;
}
@media (min-width: 768px) {
  .info-box__image {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .info-box__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .info-box__image {
    border-radius: 0.625rem;
  }
}
@media (max-width: 1023px) {
  .info-box__image {
    margin-bottom: 1.875rem;
  }
}
.info-box__image-i {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-box__card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .info-box__card {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .info-box__card {
    margin-bottom: 1.875rem;
  }
}
.info-box__card-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .info-box__card-inner {
    max-width: 29.0625rem;
    margin: 0 auto;
    width: 100%;
  }
}
.info-box__card-inner:before {
  content: "";
  position: absolute;
  top: 14.375rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .info-box__card-inner:before {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-box__card-inner:before {
    border-radius: 0.625rem;
  }
}
.info-box__card-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 16.5625rem;
  margin: -1.25rem 0 1.25rem;
}
.info-box__card-content {
  position: relative;
  padding: 0 1.875rem 1.875rem;
}
.info-box__card-name {
  margin-bottom: 0.625rem;
  font-size: 1.6875rem;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}
.info-box__card-label {
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #d7f205;
}
.info-box__card-footer {
  margin-top: 1.25rem;
}

.media-with-text {
  position: relative;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .media-with-text_bottom-offset {
    margin-bottom: 9.375rem;
  }
}
@media (max-width: 767px) {
  .media-with-text_bottom-offset {
    margin-bottom: 5rem;
  }
}
.media-with-text__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-with-text__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.media-with-text__bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(35deg, rgb(215, 242, 5) 0%, rgba(215, 242, 5, 0.15) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.media-with-text__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-with-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .media-with-text__content {
    min-height: 34rem;
  }
}
@media (min-width: 1024px) {
  .media-with-text__content {
    padding: 5.625rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-with-text__content {
    padding: 3.75rem 0;
  }
}
@media (max-width: 767px) {
  .media-with-text__content {
    padding: 1.875rem 0;
    min-height: 25rem;
  }
}
.media-with-text__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .media-with-text__title {
    width: 80%;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-with-text__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .media-with-text__title {
    font-size: 1.25rem;
  }
}

.tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tags-list {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .tags-list {
    gap: 0.75rem;
  }
}
.tags-list_default .tags-list__tag {
  border-color: #353535;
  color: #ffffff;
}
.tags-list_brand .tags-list__tag {
  border-color: #d7f205;
  color: #ffffff;
}
.tags-list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tags-list__tag {
  line-height: 1.5;
  font-weight: 300;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 1.0625rem;
}
@media (min-width: 768px) {
  .tags-list__tag {
    padding: 0.3125rem 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .tags-list__tag {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
  }
}

.user-image {
  position: relative;
}
.user-image__media {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (max-width: 1439px) {
  .user-image__media {
    max-width: 18.75rem;
    width: 100%;
    margin: 0 auto;
  }
}
.user-image__media-i {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.user-image__media-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 100%;
  background-color: #353535;
  border-radius: 0.625rem;
  overflow: hidden;
}
.user-image__media-bg-i {
  position: absolute;
  top: -3.75rem;
  right: calc(100% - 8.75rem);
}

.steps-slider {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .steps-slider_bottom-offset-negative {
    margin-bottom: -29.6875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-slider_bottom-offset-negative {
    margin-bottom: -25rem;
  }
}
@media (max-width: 767px) {
  .steps-slider_bottom-offset-negative {
    margin-bottom: -15.625rem;
  }
}
.steps-slider__head {
  margin-bottom: 1.875rem;
}
.steps-slider__list-wrap {
  overflow: visible !important;
}
@media (min-width: 1024px) {
  .steps-slider__list-wrap {
    margin: 0 -1.25rem !important;
  }
}
@media (max-width: 1023px) {
  .steps-slider__list-wrap {
    margin: 0 -0.625rem !important;
  }
}
.steps-slider__list-wrap:not(.swiper-initialized) .steps-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .steps-slider__list-wrap:not(.swiper-initialized) .steps-slider__list-item {
    width: 33.333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-slider__list-wrap:not(.swiper-initialized) .steps-slider__list-item {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .steps-slider__list-wrap:not(.swiper-initialized) .steps-slider__list-item {
    width: 100% !important;
  }
}
.steps-slider__list-item {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 1024px) {
  .steps-slider__list-item {
    padding: 0 1.25rem;
  }
}
@media (max-width: 1023px) {
  .steps-slider__list-item {
    padding: 0 0.625rem;
  }
}
.steps-slider__card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100% !important;
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .steps-slider__card {
    border-radius: 1.25rem;
  }
}
@media (max-width: 767px) {
  .steps-slider__card {
    border-radius: 0.625rem;
  }
}
.steps-slider__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem;
}
.steps-slider__card-num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -0.625rem 1.25rem 0 -0.3125rem;
  line-height: 1;
  font-weight: bold;
  color: #353535;
}
@media (min-width: 1024px) {
  .steps-slider__card-num {
    font-size: 8.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-slider__card-num {
    font-size: 6.25rem;
  }
}
@media (max-width: 767px) {
  .steps-slider__card-num {
    font-size: 5rem;
  }
}
.steps-slider__card-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  line-height: 1.3;
  font-weight: 500;
  color: #d7f205;
}
@media (min-width: 1024px) {
  .steps-slider__card-title {
    margin: 2.1875rem 0 0;
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-slider__card-title {
    margin: 1.5625rem 0 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .steps-slider__card-title {
    margin: 0.9375rem 0 0;
    font-size: 1.25rem;
  }
}
.steps-slider__card-text {
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .steps-slider__card-text {
    padding: 0 3.125rem 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-slider__card-text {
    padding: 0 1.875rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .steps-slider__card-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .steps-slider__card-text {
    font-size: 1rem;
    padding: 0 1.25rem 1.875rem;
  }
}
.steps-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .steps-slider__nav {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .steps-slider__nav {
    margin-top: 1.875rem;
  }
}
.steps-slider__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.875rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 0 none;
  background: #d7f205;
  border-radius: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s background ease-in-out;
  transition: 0.3s background ease-in-out;
}
@media (hover: hover) {
  .steps-slider__arrow:hover {
    background: #566100;
  }
  .steps-slider__arrow:hover path {
    stroke: #ffffff;
  }
}
.steps-slider__arrow.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}
.steps-slider__arrow.swiper-button-disabled .steps-slider__arrow-icon {
  opacity: 0.4;
}
.steps-slider__arrow-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.steps-slider__arrow-icon path {
  -webkit-transition: 0.3s stroke ease-in-out;
  transition: 0.3s stroke ease-in-out;
}

.faq-box {
  position: relative;
}
.faq-box_dark .faq-box__main {
  background-color: #000000;
  border-radius: 0.625rem;
}
@media (min-width: 1024px) {
  .faq-box__main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9.375rem 0 6.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-box__main-inner {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .faq-box__main-inner {
    padding: 3.75rem 0 5.625rem;
  }
}
@media (min-width: 1024px) {
  .faq-box__head {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5625rem 2.5rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-box__head {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .faq-box__head {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .faq-box__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 57%;
  }
}
@media (min-width: 1024px) {
  .faq-box__bottom {
    margin-top: -6.25rem;
  }
}
@media (max-width: 767px) {
  .faq-box__bottom {
    margin-top: -1.875rem;
  }
}

.collapsed-list {
  position: relative;
}
.collapsed-list__wrap {
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .collapsed-list__wrap {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .collapsed-list__wrap {
    padding: 1.875rem 3.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .collapsed-list__wrap {
    padding: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .collapsed-list__wrap {
    padding: 1.875rem 3.75rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list__wrap {
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}
.collapsed-list__item {
  border-bottom: 0.0625rem solid #353535;
}
.collapsed-list__item:first-child .collapsed-list__item-toggle {
  padding-top: 0.625rem;
}
.collapsed-list__item:last-child {
  border-bottom: 0 none;
}
.collapsed-list__item:last-child .collapsed-list__item-toggle {
  padding-bottom: 0.625rem;
}
.collapsed-list__item.is-active .collapsed-list__item-toggle-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed-list__item-title {
  margin: 0;
  text-align: left;
}
.collapsed-list__item-toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625rem 0;
  background: none;
  border: 0 none;
  font-family: "Lufga", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .collapsed-list__item-toggle {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list__item-toggle {
    font-size: 1.125rem;
  }
}
.collapsed-list__item-toggle-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
.collapsed-list__item-toggle-caret {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (min-width: 768px) {
  .collapsed-list__item-toggle-caret {
    margin: 0.625rem 0.75rem 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list__item-toggle-caret {
    margin: 0.4375rem 0.3125rem 0 0.625rem;
  }
}
.collapsed-list__item-drop {
  height: 0;
  overflow: hidden;
}
.collapsed-list__item-text {
  line-height: 1.5;
  color: #ffffff;
  font-weight: 300;
}
@media (min-width: 768px) {
  .collapsed-list__item-text {
    padding: 0.9375rem 0 2.1875rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .collapsed-list__item-text {
    padding: 0.3125rem 0 1.5625rem;
    font-size: 1rem;
  }
}
.collapsed-list__item-text a {
  color: #ffffff;
  text-decoration: underline;
}
@media (hover: hover) {
  .collapsed-list__item-text a:hover {
    color: #d7f205;
  }
}

@media (min-width: 768px) {
  .logos-tiles_bottom-offset {
    margin-bottom: -6.5625rem;
  }
}
@media (max-width: 767px) {
  .logos-tiles_bottom-offset {
    margin-bottom: -3.125rem;
  }
}
.logos-tiles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .logos-tiles__list {
    margin: 0 -1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logos-tiles__list {
    margin: 0 -0.625rem;
  }
}
.logos-tiles__list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .logos-tiles__list-item {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .logos-tiles__list-item {
    padding: 0 1.25rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logos-tiles__list-item {
    padding: 0 0.625rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .logos-tiles__list-item {
    padding: 0 0.3125rem 0.625rem;
    width: 50%;
  }
}
.logos-tiles__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 1.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .logos-tiles__image {
    border-radius: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .logos-tiles__image {
    height: 10.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logos-tiles__image {
    height: 9.375rem;
  }
}
@media (max-width: 767px) {
  .logos-tiles__image {
    border-radius: 0.625rem;
    height: 7.5rem;
  }
}
.logos-tiles__image-i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  .quote-box_bottom-negative-offset {
    margin-bottom: -5.625rem;
  }
}
@media (max-width: 1023px) {
  .quote-box_bottom-negative-offset {
    margin-bottom: -3.125rem;
  }
}
.quote-box_centered .quote-box__inner {
  width: 100%;
  max-width: 57.8125rem;
  margin: 0 auto;
  text-align: center;
}
.quote-box__inner {
  position: relative;
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .quote-box__inner {
    border-radius: 1.25rem;
    padding: 4.375rem 5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .quote-box__inner {
    padding: 4.375rem 1.25rem 2.5rem;
    border-radius: 0.625rem;
  }
}
.quote-box__icon {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quote-box__content {
  display: block;
  padding: 0;
  margin: 0;
  border: 0 none;
  font-style: normal;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .quote-box__content {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .quote-box__content {
    font-size: 1rem;
  }
}
.quote-box__footer {
  margin-top: 2.8125rem;
  font-weight: 500;
}

.info-tiles-box {
  position: relative;
}
@media (min-width: 768px) {
  .info-tiles-box {
    margin-bottom: 6.875rem;
    padding-top: 4.375rem;
  }
}
@media (max-width: 767px) {
  .info-tiles-box {
    padding-top: 3.75rem;
    margin-bottom: 5rem;
  }
}
.info-tiles-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3.4375rem;
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 768px) {
  .info-tiles-box:before {
    border-radius: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .info-tiles-box:before {
    border-radius: 0.625rem;
  }
}
.info-tiles-box__head {
  position: relative;
}
@media (min-width: 1024px) {
  .info-tiles-box__head {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .info-tiles-box__head {
    margin: 0 auto 7.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .info-tiles-box__head {
    margin: 0 auto 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-tiles-box__head {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .info-tiles-box__head {
    margin-bottom: 2.5rem;
  }
}
.info-tiles-box__list {
  position: relative;
}
@media (min-width: 768px) {
  .info-tiles-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .info-tiles-box__list {
    margin: 0 -1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .info-tiles-box__list {
    margin: 0 -0.625rem;
  }
}
@media (min-width: 768px) {
  .info-tiles-box__list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333%;
  }
}
@media (min-width: 1440px) {
  .info-tiles-box__list-item {
    padding: 0 1.25rem 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .info-tiles-box__list-item {
    padding: 0 0.625rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-tiles-box__list-item {
    margin-bottom: 1.25rem;
  }
  .info-tiles-box__list-item:last-child {
    margin-bottom: 0;
  }
}
.info-tiles-box__list-box {
  background-color: #141414;
  border: 0.0625rem solid #353535;
}
@media (min-width: 1440px) {
  .info-tiles-box__list-box {
    margin-bottom: -2.5rem;
    padding: 2.8125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-tiles-box__list-box {
    padding: 2.8125rem 1.875rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .info-tiles-box__list-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    border-radius: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-tiles-box__list-box {
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .info-tiles-box__list-box {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.info-tiles-box__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.info-tiles-box__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0.3125rem 0.375rem 0 0;
}
.info-tiles-box__list-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #d7f205;
}
.info-tiles-box__list-title {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .info-tiles-box__list-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .info-tiles-box__list-title {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .info-tiles-box__list-title {
    font-size: 1.5rem;
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/






/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/




/* Utilities
Helper classes with ability to override anything that comes before it
*/

