@-webkit-keyframes my-button-anim {
  0% {
    border-radius: 100%;
    -webkit-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0); }
  to {
    border-radius: 0;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); } }

@-o-keyframes my-button-anim {
  0% {
    border-radius: 100%;
    transform: translateY(-100%) translateZ(0); }
  to {
    border-radius: 0;
    transform: translateY(0) translateZ(0); } }

@keyframes my-button-anim {
  0% {
    border-radius: 100%;
    -webkit-transform: translateY(-100%) translateZ(0);
            transform: translateY(-100%) translateZ(0); }
  to {
    border-radius: 0;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); } }

@-webkit-keyframes link-svg {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  60% {
    -webkit-transform: translate(150%, -150%);
            transform: translate(150%, -150%);
    opacity: 0; }
  60.1% {
    -webkit-transform: translate(-150%, 150%);
            transform: translate(-150%, 150%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes link-svg {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
    opacity: 1; }
  60% {
    -o-transform: translate(150%, -150%);
       transform: translate(150%, -150%);
    opacity: 0; }
  60.1% {
    -o-transform: translate(-150%, 150%);
       transform: translate(-150%, 150%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
    opacity: 1; } }

@keyframes link-svg {
  0% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  60% {
    -webkit-transform: translate(150%, -150%);
         -o-transform: translate(150%, -150%);
            transform: translate(150%, -150%);
    opacity: 0; }
  60.1% {
    -webkit-transform: translate(-150%, 150%);
         -o-transform: translate(-150%, 150%);
            transform: translate(-150%, 150%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes link-svg-ver {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    opacity: 0; }
  60.1% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes link-svg-ver {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; }
  60% {
    -o-transform: translateY(150%);
       transform: translateY(150%);
    opacity: 0; }
  60.1% {
    -o-transform: translateY(-150%);
       transform: translateY(-150%);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes link-svg-ver {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(150%);
         -o-transform: translateY(150%);
            transform: translateY(150%);
    opacity: 0; }
  60.1% {
    -webkit-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-o-keyframes marquee {
  from {
    -o-transform: translateX(0);
       transform: translateX(0); }
  to {
    -o-transform: translateX(-100%);
       transform: translateX(-100%); } }

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes marquee-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-o-keyframes marquee-right {
  from {
    -o-transform: translateX(-100%);
       transform: translateX(-100%); }
  to {
    -o-transform: translateX(0%);
       transform: translateX(0%); } }

@keyframes marquee-right {
  from {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes simplerotation {
  0% {
    will-change: transform;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    will-change: transform;
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-o-keyframes simplerotation {
  0% {
    will-change: transform;
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    will-change: transform;
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes simplerotation {
  0% {
    will-change: transform;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    will-change: transform;
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }

@-o-keyframes rotation {
  0% {
    -o-transform-origin: center;
       transform-origin: center;
    will-change: transform;
    -o-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -o-transform-origin: center;
       transform-origin: center;
    will-change: transform;
    -o-transform: translate(-50%, -50%) rotate(359deg);
       transform: translate(-50%, -50%) rotate(359deg); } }

@keyframes rotation {
  0% {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
         -o-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }

@-webkit-keyframes mobilemenyanim {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes mobilemenyanim {
  0% {
    -o-transform: translateY(40px);
       transform: translateY(40px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes mobilemenyanim {
  0% {
    -webkit-transform: translateY(40px);
         -o-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes headershown {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes headershown {
  0% {
    -o-transform: translateY(-60px);
       transform: translateY(-60px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes headershown {
  0% {
    -webkit-transform: translateY(-60px);
         -o-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/*@font-face {
  font-family: 'DelaGothicOne-Regular';
  src: url('../fonts/DelaGothicOne-Regular.woff2') format('woff2'),
  url('../fonts/DelaGothicOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MetrikTrial-Bold';
  src: url('../fonts/MetrikTrial-Bold.woff2') format('woff2'),
  url('../fonts/MetrikTrial-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MetrikTrial-Medium';
  src: url('../fonts/MetrikTrial-Medium.woff2') format('woff2'),
  url('../fonts/MetrikTrial-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MetrikTrial-Regular';
  src: url('../fonts/MetrikTrial-Regular.woff2') format('woff2'),
  url('../fonts/MetrikTrial-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TuskerGrotesk-5600Semibold';
  src: url('../fonts/TuskerGrotesk-5600Semibold.woff2') format('woff2'),
  url('../fonts/TuskerGrotesk-5600Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/
:root {
  --font-DelaGothicOne-Regular: "DelaGothicOne-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-MetrikTrial-Bold: "UntitledSans-BlackItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-MetrikTrial-Medium: "UntitledSans-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-MetrikTrial-Regular: "UntitledSans-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-TuskerGrotesk-5600-Semibold: "UntitledSans-BlackItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-UntitledSans-BlackItalic: "UntitledSans-BlackItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-UntitledSans-Medium: "UntitledSans-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-Geograph-Black: "Geograph-Black", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.section-title {
  font-size: 58px;
  line-height: 64px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 50px;
      line-height: 66px; } }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 42px;
      line-height: 58px; } }
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 35px;
      line-height: 48px; } }

.mini-title {
  font-size: 36px;
  line-height: 52px;
  text-transform: uppercase;
  font-family: var(--font-Geograph-Black); }
  @media (max-width: 767.98px) {
    .mini-title {
      font-size: 26px;
      line-height: 36px; } }

.fade-in {
  opacity: .001;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0); }
  .fade-in.fade-static {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .fade-in.in-view {
    -webkit-transition: -webkit-transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
         -o-transition: -o-transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
            transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
    -webkit-transition-delay: var(--delay);
         -o-transition-delay: var(--delay);
            transition-delay: var(--delay);
    opacity: .999;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .fade-in.out-view {
    -webkit-transition: -webkit-transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
         -o-transition: -o-transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
            transition: transform 850ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 450ms linear;
    -webkit-transition-delay: var(--delay);
         -o-transition-delay: var(--delay);
            transition-delay: var(--delay);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

svg path {
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }

.star-elem__content-icon {
  position: absolute;
  width: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .star-elem__content-icon svg {
    max-width: 100%; }

.forma__row, body div.global-wrapper main.main .gform_wrapper__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px; }

.forma__body, body div.global-wrapper main.main .gform_wrapper__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media (max-width: 767.98px) {
    .forma__body, body div.global-wrapper main.main .gform_wrapper__body {
      gap: 16px; } }

.forma__input, .forma input, body div.global-wrapper main.main .gform_wrapper__input, body div.global-wrapper main.main .gform_wrapper input {
  border: 1px solid #D2D2D2;
  border-radius: 16px;
  width: 100% !important;
  min-height: 58px;
  line-height: 22px;
  padding: 10px 18px !important;
  -webkit-transition: border-color 0.4s ease;
       -o-transition: border-color 0.4s ease;
          transition: border-color 0.4s ease; }
  .forma__input:focus, .forma input:focus, body div.global-wrapper main.main .gform_wrapper__input:focus, body div.global-wrapper main.main .gform_wrapper input:focus {
    border-color: #272C4E; }
  @media (max-width: 1439.98px) {
    .forma__input, .forma input, body div.global-wrapper main.main .gform_wrapper__input, body div.global-wrapper main.main .gform_wrapper input {
      min-height: 52px; } }
  .forma__input::-webkit-input-placeholder, .forma input::-webkit-input-placeholder, body div.global-wrapper main.main .gform_wrapper__input::-webkit-input-placeholder, body div.global-wrapper main.main .gform_wrapper input::-webkit-input-placeholder {
    color: rgba(39, 44, 78, 0.6); }
  .forma__input:-ms-input-placeholder, .forma input:-ms-input-placeholder, body div.global-wrapper main.main .gform_wrapper__input:-ms-input-placeholder, body div.global-wrapper main.main .gform_wrapper input:-ms-input-placeholder {
    color: rgba(39, 44, 78, 0.6); }
  .forma__input::placeholder, .forma input::placeholder, body div.global-wrapper main.main .gform_wrapper__input::placeholder, body div.global-wrapper main.main .gform_wrapper input::placeholder {
    color: rgba(39, 44, 78, 0.6); }
  .forma__input[type=number], .forma input[type=number], body div.global-wrapper main.main .gform_wrapper__input[type=number], body div.global-wrapper main.main .gform_wrapper input[type=number] {
    -moz-appearance: textfield; }
    .forma__input[type=number]::-webkit-outer-spin-button, .forma__input[type=number]::-webkit-inner-spin-button, .forma input[type=number]::-webkit-outer-spin-button, .forma input[type=number]::-webkit-inner-spin-button, body div.global-wrapper main.main .gform_wrapper__input[type=number]::-webkit-outer-spin-button, body div.global-wrapper main.main .gform_wrapper__input[type=number]::-webkit-inner-spin-button, body div.global-wrapper main.main .gform_wrapper input[type=number]::-webkit-outer-spin-button, body div.global-wrapper main.main .gform_wrapper input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.forma__title, body div.global-wrapper main.main .gform_wrapper__title {
  margin-bottom: 28px;
  margin-left: 4px; }

.forma__section-title, .forma .gform-field-label, body div.global-wrapper main.main .gform_wrapper__section-title, body div.global-wrapper main.main .gform_wrapper .gform-field-label {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--font-Geograph-Black);
  margin-top: 16px;
  margin-left: 4px; }

.forma .gform-field-label, body div.global-wrapper main.main .gform_wrapper .gform-field-label {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .forma .gform-field-label, body div.global-wrapper main.main .gform_wrapper .gform-field-label {
      margin-bottom: 16px; } }

.forma__textarea, .forma textarea, body div.global-wrapper main.main .gform_wrapper__textarea, body div.global-wrapper main.main .gform_wrapper textarea {
  width: 100%;
  border: 1px solid #D2D2D2;
  border-radius: 16px;
  resize: none;
  min-height: 152px;
  max-height: 152px;
  -webkit-transition: border-color 0.4s ease;
       -o-transition: border-color 0.4s ease;
          transition: border-color 0.4s ease;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 18px;
  color: #272C4E; }
  .forma__textarea::-webkit-input-placeholder, .forma textarea::-webkit-input-placeholder, body div.global-wrapper main.main .gform_wrapper__textarea::-webkit-input-placeholder, body div.global-wrapper main.main .gform_wrapper textarea::-webkit-input-placeholder {
    color: rgba(39, 44, 78, 0.6); }
  .forma__textarea:-ms-input-placeholder, .forma textarea:-ms-input-placeholder, body div.global-wrapper main.main .gform_wrapper__textarea:-ms-input-placeholder, body div.global-wrapper main.main .gform_wrapper textarea:-ms-input-placeholder {
    color: rgba(39, 44, 78, 0.6); }
  .forma__textarea::placeholder, .forma textarea::placeholder, body div.global-wrapper main.main .gform_wrapper__textarea::placeholder, body div.global-wrapper main.main .gform_wrapper textarea::placeholder {
    color: rgba(39, 44, 78, 0.6); }
  .forma__textarea:focus, .forma textarea:focus, body div.global-wrapper main.main .gform_wrapper__textarea:focus, body div.global-wrapper main.main .gform_wrapper textarea:focus {
    border-color: #272C4E; }

.forma__select, .forma .gfield--type-select, body div.global-wrapper main.main .gform_wrapper__select, body div.global-wrapper main.main .gform_wrapper .gfield--type-select {
  position: relative; }
  .forma__select select, .forma .gfield--type-select select, body div.global-wrapper main.main .gform_wrapper__select select, body div.global-wrapper main.main .gform_wrapper .gfield--type-select select {
    cursor: pointer;
    width: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 16px;
    min-height: 58px;
    line-height: 22px;
    padding: 10px 60px 10px 20px;
    -webkit-transition: border-color 0.4s ease;
         -o-transition: border-color 0.4s ease;
            transition: border-color 0.4s ease;
    color: #272C4E;
    background-color: #fff; }
    .forma__select select option[disabled][selected], .forma .gfield--type-select select option[disabled][selected], body div.global-wrapper main.main .gform_wrapper__select select option[disabled][selected], body div.global-wrapper main.main .gform_wrapper .gfield--type-select select option[disabled][selected] {
      display: none; }
    .forma__select select:focus, .forma .gfield--type-select select:focus, body div.global-wrapper main.main .gform_wrapper__select select:focus, body div.global-wrapper main.main .gform_wrapper .gfield--type-select select:focus {
      border-color: #272C4E; }
    @media (max-width: 1439.98px) {
      .forma__select select, .forma .gfield--type-select select, body div.global-wrapper main.main .gform_wrapper__select select, body div.global-wrapper main.main .gform_wrapper .gfield--type-select select {
        min-height: 52px; } }
    @media (max-width: 991.98px) {
      .forma__select select, .forma .gfield--type-select select, body div.global-wrapper main.main .gform_wrapper__select select, body div.global-wrapper main.main .gform_wrapper .gfield--type-select select {
        padding: 10px 35px 10px 20px; } }

.forma .ginput_container_select, body div.global-wrapper main.main .gform_wrapper .ginput_container_select {
  position: relative; }

.forma__section--btn button, body div.global-wrapper main.main .gform_wrapper__section--btn button {
  margin-top: 22px;
  padding: 5px 42px; }
  @media (max-width: 575.98px) {
    .forma__section--btn button, body div.global-wrapper main.main .gform_wrapper__section--btn button {
      width: 100%; } }

.forma__group:not(:first-child), body div.global-wrapper main.main .gform_wrapper__group:not(:first-child) {
  margin-top: 58px; }

.forma__section-sign, body div.global-wrapper main.main .gform_wrapper__section-sign {
  margin-top: 32px;
  margin-left: 4px; }
  .forma__section-sign a, body div.global-wrapper main.main .gform_wrapper__section-sign a {
    -webkit-transition: color 0.4s ease;
         -o-transition: color 0.4s ease;
            transition: color 0.4s ease; }
    @media (any-hover: hover) {
      .forma__section-sign a:hover, body div.global-wrapper main.main .gform_wrapper__section-sign a:hover {
        color: #3E95B0; } }

.forma__checkbox, .forma .forma__checkbox, body div.global-wrapper main.main .gform_wrapper__checkbox, body div.global-wrapper main.main .gform_wrapper .forma__checkbox {
  display: none; }
  .forma__checkbox:checked + label span:last-child, .forma .forma__checkbox:checked + label span:last-child, body div.global-wrapper main.main .gform_wrapper__checkbox:checked + label span:last-child, body div.global-wrapper main.main .gform_wrapper .forma__checkbox:checked + label span:last-child {
    background-color: #DE8C42;
    border-color: transparent; }
    .forma__checkbox:checked + label span:last-child::after, .forma .forma__checkbox:checked + label span:last-child::after, body div.global-wrapper main.main .gform_wrapper__checkbox:checked + label span:last-child::after, body div.global-wrapper main.main .gform_wrapper .forma__checkbox:checked + label span:last-child::after {
      opacity: 1; }

.forma__checkbox-label, .forma .forma__checkbox-label, body div.global-wrapper main.main .gform_wrapper__checkbox-label, body div.global-wrapper main.main .gform_wrapper .forma__checkbox-label {
  background-color: #fff;
  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;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  padding: 19px;
  width: 100%;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-family: var(--font-MetrikTrial-Regular);
  max-width: 100%; }
  .forma__checkbox-label a, .forma .forma__checkbox-label a, body div.global-wrapper main.main .gform_wrapper__checkbox-label a, body div.global-wrapper main.main .gform_wrapper .forma__checkbox-label a {
    text-decoration: underline;
    -webkit-transition: color 0.4s ease;
         -o-transition: color 0.4s ease;
            transition: color 0.4s ease; }
    @media (any-hover: hover) {
      .forma__checkbox-label a:hover, .forma .forma__checkbox-label a:hover, body div.global-wrapper main.main .gform_wrapper__checkbox-label a:hover, body div.global-wrapper main.main .gform_wrapper .forma__checkbox-label a:hover {
        color: #3E95B0; } }
  .forma__checkbox-label span:last-child, .forma .forma__checkbox-label span:last-child, body div.global-wrapper main.main .gform_wrapper__checkbox-label span:last-child, body div.global-wrapper main.main .gform_wrapper .forma__checkbox-label span:last-child {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F2F2F2;
    border: 1px solid #D2D2D2;
    position: relative;
    border-radius: 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .forma__checkbox-label span:last-child::after, .forma .forma__checkbox-label span:last-child::after, body div.global-wrapper main.main .gform_wrapper__checkbox-label span:last-child::after, body div.global-wrapper main.main .gform_wrapper .forma__checkbox-label span:last-child::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("../images/check.svg") center/9.788px 7.28px no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
           -o-transition: opacity 0.4s ease;
              transition: opacity 0.4s ease; }
  @media (max-width: 575.98px) {
    .forma__checkbox-label, .forma .forma__checkbox-label, body div.global-wrapper main.main .gform_wrapper__checkbox-label, body div.global-wrapper main.main .gform_wrapper .forma__checkbox-label {
      font-size: 14px;
      line-height: 18px; } }

@media (min-width: 576px) {
  .forma .gfield_checkbox, body div.global-wrapper main.main .gform_wrapper .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    width: calc(100% - 4px); } }

.forma .gfield_checkbox .gchoice, body div.global-wrapper main.main .gform_wrapper .gfield_checkbox .gchoice {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  @media (max-width: 575.98px) {
    .forma .gfield_checkbox .gchoice, body div.global-wrapper main.main .gform_wrapper .gfield_checkbox .gchoice {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.forma #field_3_9, body div.global-wrapper main.main .gform_wrapper #field_3_9 {
  margin-top: 20px; }

.forma__text, body div.global-wrapper main.main .gform_wrapper__text {
  margin-top: 12px;
  margin-bottom: 30px; }

.forma__row-cards, body div.global-wrapper main.main .gform_wrapper__row-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 0.333fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px; }
  @media (max-width: 1439.98px) {
    .forma__row-cards, body div.global-wrapper main.main .gform_wrapper__row-cards {
      grid-template-columns: repeat(auto-fit, minmax(220px, 0.5fr)); } }
  @media (max-width: 767.98px) {
    .forma__row-cards, body div.global-wrapper main.main .gform_wrapper__row-cards {
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }

.forma__row-btns, body div.global-wrapper main.main .gform_wrapper__row-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }

.forma__row--3, body div.global-wrapper main.main .gform_wrapper__row--3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  @media (max-width: 1365.98px) {
    .forma__row--3 > :last-child, body div.global-wrapper main.main .gform_wrapper__row--3 > :last-child {
      grid-column: span 2; } }
  @media (max-width: 767.98px) {
    .forma__row--3 > :last-child, body div.global-wrapper main.main .gform_wrapper__row--3 > :last-child {
      grid-column: span 1; } }
  @media (max-width: 767.98px) {
    .forma__row--3, body div.global-wrapper main.main .gform_wrapper__row--3 {
      grid-template-columns: 1fr; } }

footer #gform_submit_button_1 {
  width: 100%; }

.village-options__card-input {
  display: none; }
  .village-options__card-input:checked + label {
    border-color: #272C4E; }
    .village-options__card-input:checked + label .village-options__card-top span:last-child {
      background-color: #DE8C42;
      border-color: transparent; }
      .village-options__card-input:checked + label .village-options__card-top span:last-child::after {
        opacity: 1; }

.village-options__card {
  background-color: #fff;
  padding: 16px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 16px;
  -webkit-transition: border-color 0.4s ease;
       -o-transition: border-color 0.4s ease;
          transition: border-color 0.4s ease; }
  @media (any-hover: hover) {
    .village-options__card:hover {
      border-color: #272C4E; } }

.village-options__card-top {
  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;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D2D2D2; }
  .village-options__card-top span:last-child {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F2F2F2;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    -webkit-transition: border-color 0.4s ease, background-color 0.4s ease;
         -o-transition: border-color 0.4s ease, background-color 0.4s ease;
            transition: border-color 0.4s ease, background-color 0.4s ease;
    position: relative; }
    .village-options__card-top span:last-child::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 9.788px;
      height: 7.28px;
      background-image: url("../images/check.svg");
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
           -o-transition: opacity 0.4s ease;
              transition: opacity 0.4s ease; }
  .village-options__card-top span:first-child {
    font-size: 20px;
    line-height: 1;
    font-family: var(--font-MetrikTrial-Bold); }

.village-options__card-price {
  padding-top: 18px;
  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; }
  .village-options__card-price span:last-child {
    font-family: var(--font-MetrikTrial-Medium);
    letter-spacing: 0.6px; }

.content-village-reg__forma .gform_wrapper.gravity-theme .ginput_product_price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content-item__village-reg .gform_confirmation_wrapper .gform_confirmation_message {
  color: #272C4E;
  text-align: center;
  font-size: 30px;
  font-family: var(--font-DelaGothicOne-Regular);
  line-height: normal; }

.conditional-btn__input {
  display: none; }
  .conditional-btn__input:checked + label span {
    border-color: transparent;
    background-color: #DE8C42; }
    .conditional-btn__input:checked + label span::after {
      opacity: 1; }

.conditional-btn__item {
  padding: 19px;
  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;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  min-width: 212px;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer; }
  .conditional-btn__item span {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F2F2F2;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    -webkit-transition: border-color 0.4s ease, background-color 0.4s ease;
         -o-transition: border-color 0.4s ease, background-color 0.4s ease;
            transition: border-color 0.4s ease, background-color 0.4s ease;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .conditional-btn__item span::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("../images/check.svg") center/9.788px 7.28px no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
           -o-transition: opacity 0.4s ease;
              transition: opacity 0.4s ease; }
  @media (max-width: 575.98px) {
    .conditional-btn__item {
      min-width: auto;
      width: 100%; } }

.select__placeholder {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 60px 10px 20px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(39, 44, 78, 0.6); }

.select__arrow {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border-radius: 50%; }
  .select__arrow::before, .select__arrow::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    height: 1.5px;
    width: 8px;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
         -o-transition: -o-transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s;
    border-radius: 5px;
    will-change: transform;
    background-color: #272C4E; }
  .select__arrow::before {
    -webkit-transform: translate(-70%, -50%) rotate(44deg);
         -o-transform: translate(-70%, -50%) rotate(44deg);
            transform: translate(-70%, -50%) rotate(44deg); }
  .select__arrow::after {
    -webkit-transform: translate(-0.7px, -50%) rotate(-44deg);
         -o-transform: translate(-0.7px, -50%) rotate(-44deg);
            transform: translate(-0.7px, -50%) rotate(-44deg); }
  @media (max-width: 991.98px) {
    .select__arrow {
      width: 14px;
      right: 15px; }
      .select__arrow::after {
        right: 0; }
      .select__arrow::before {
        left: 0;
        -webkit-transform: translate(0%, -50%) rotate(44deg);
             -o-transform: translate(0%, -50%) rotate(44deg);
                transform: translate(0%, -50%) rotate(44deg); } }

.counter .circle-wrap {
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  position: relative; }
  .counter .circle-wrap .circle .mask,
  .counter .circle-wrap .circle .fill-1 {
    position: absolute;
    border-radius: 50%; }
  .counter .circle-wrap .mask.full-1,
  .counter .circle-wrap .circle .fill-1 {
    -webkit-transform: rotate(var(--angle, 0deg));
         -o-transform: rotate(var(--angle, 0deg));
            transform: rotate(var(--angle, 0deg));
    -webkit-transition: -webkit-transform 1s ease;
         -o-transition: -o-transform 1s ease;
            transition: transform 1s ease; }

.counter__body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  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; }

.registration-popup {
  position: fixed;
  right: 26px;
  bottom: 26px;
  max-width: 400px;
  z-index: 6;
  opacity: 0;
  -webkit-transform: translateY(20%);
       -o-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
       -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
          transition: opacity 0.4s ease, transform 0.4s ease;
  margin-left: 15px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 42px 42px 42px 0;
  isolation: isolate;
  border: 1px solid #272C4E; }
  .registration-popup.wide {
    max-width: 90%;
    width: 500px; }
  @media (max-width: 475px) {
    .registration-popup {
      max-width: 100%;
      width: calc(100% - 40px);
      bottom: 20px;
      right: 50%;
      -webkit-transform: translateX(50%);
           -o-transform: translateX(50%);
              transform: translateX(50%);
      margin-left: 0; } }
  .registration-popup__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px) brightness(120%);
    -webkit-backdrop-filter: blur(10px); }
  .registration-popup__body {
    position: relative;
    padding: 32px; }
    @media (max-width: 767.98px) {
      .registration-popup__body {
        padding: 21px 32px 26px 26px; } }
  .registration-popup.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all; }
    @media (max-width: 475px) {
      .registration-popup.visible {
        -webkit-transform: translateY(0) translateX(50%);
             -o-transform: translateY(0) translateX(50%);
                transform: translateY(0) translateX(50%); } }
  .registration-popup__top {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 475px) {
      .registration-popup__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .registration-popup__title {
    max-width: 230px;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--font-Geograph-Black);
    text-transform: uppercase;
    margin-right: 15px; }
    @media (max-width: 767.98px) {
      .registration-popup__title {
        font-size: 18px;
        line-height: 24px;
        margin-right: 5px; } }
    @media (max-width: 475px) {
      .registration-popup__title {
        max-width: 100%;
        margin-bottom: 15px; } }
  .registration-popup__chest {
    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;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -8px;
    margin-right: -8px;
    background-color: #E8E8E8;
    min-height: 36px;
    min-width: 36px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease;
         -o-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease; }
    @media (any-hover: hover) {
      .registration-popup__chest svg line {
        -webkit-transition: stroke 0.4s ease;
             -o-transition: stroke 0.4s ease;
                transition: stroke 0.4s ease; }
      .registration-popup__chest:hover {
        background-color: #272C4E; }
        .registration-popup__chest:hover svg line {
          stroke: #E8E8E8; } }
    @media (max-width: 767.98px) {
      .registration-popup__chest {
        margin-top: 3px; } }
    @media (max-width: 475px) {
      .registration-popup__chest {
        position: absolute;
        right: 0; } }
  .registration-popup__content {
    margin-top: 16px;
    margin-bottom: 26px;
    line-height: 22px; }
    @media (max-width: 767.98px) {
      .registration-popup__content {
        font-size: 14px;
        line-height: 18px; } }
  .registration-popup .reg_image {
    max-width: 150px;
    padding-right: 20px; }
    @media (max-width: 475px) {
      .registration-popup .reg_image {
        padding-right: 0;
        max-width: 100px; } }
  .registration-popup__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .registration-popup__btn a {
      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;
      min-height: 68px;
      min-width: 205px;
      background-color: #DE8C42;
      border-radius: 16px;
      overflow: hidden;
      isolation: isolate;
      font-size: 18px;
      line-height: 24px;
      font-family: var(--font-Geograph-Black);
      text-transform: uppercase;
      letter-spacing: 1.3px;
      padding: 10px; }
      @media (max-width: 767.98px) {
        .registration-popup__btn a {
          min-height: 58px;
          font-size: 16px;
          min-width: 172px; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  border-radius: 16px;
  min-height: 68px;
  font-family: var(--font-Geograph-Black);
  font-family: var(--font-UntitledSans-Medium);
  text-transform: none;
  letter-spacing: 0;
  padding: 10px; }
  .btn.btn-main-green {
    background-color: #272C4E;
    color: #DE8C42;
    color: #fff; }
  .btn.btn-green-main {
    background-color: #DE8C42;
    color: #272C4E;
    background-color: #3E95B0;
    color: #fff; }
  .btn.btn-trns-brd-green {
    background-color: transparent;
    border: 1px solid #DE8C42;
    color: #272C4E; }
  .btn.btn-trns-brd-main {
    background-color: transparent;
    border: 1px solid #272C4E;
    color: #272C4E; }
  .btn.btn-white-main {
    background-color: #fff;
    color: #272C4E; }
  .btn.btn-trns-brd-green-white {
    background-color: transparent;
    border: 1px solid #DE8C42;
    color: #fff; }
  .btn.btn-trns-brd-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
  .btn.btn-text-decoration-none {
    text-decoration: none; }
    .btn.btn-text-decoration-none .text {
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .btn {
      min-height: 58px;
      font-size: 16px; } }
  .btn.btn-sm {
    min-height: 48px;
    padding: 10px 30px; }

.btn-anim {
  position: relative;
  overflow: visible !important; }
  .btn-anim .text {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2; }
    .btn-anim .text span {
      display: block;
      -webkit-transform-origin: left top;
           -o-transform-origin: left top;
              transform-origin: left top;
      -webkit-transition: color 0.2s, -webkit-transform 0.4s;
           -o-transition: color 0.2s, -o-transform 0.4s;
              transition: color 0.2s, transform 0.4s; }
      .btn-anim .text span::after {
        content: attr(data-text);
        display: block;
        position: absolute;
        top: 150%;
        left: 0;
        -webkit-transform: skewY(5deg);
             -o-transform: skewY(5deg);
                transform: skewY(5deg);
        -webkit-transform-origin: left top;
             -o-transform-origin: left top;
                transform-origin: left top;
        -webkit-transition: -webkit-transform 0.4s;
             -o-transition: -o-transform 0.4s;
                transition: transform 0.4s; }
  .btn-anim .bg-shape {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .btn-anim .bg-shape span {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(101%);
           -o-transform: translateY(101%);
              transform: translateY(101%);
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
           -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
              transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1); }
  .btn-anim.main-green .bg-shape span {
    background: #272C4E; }
  .btn-anim.white-main .bg-shape span {
    background: #fff; }
  .btn-anim.green-main .bg-shape span {
    background: #DE8C42; }
  @media (any-hover: hover) {
    .btn-anim:hover.main-green .text {
      color: #DE8C42; }
    .btn-anim:hover.white-main .text {
      color: #272C4E; }
    .btn-anim:hover.green-main .text {
      color: #fff; }
    .btn-anim:hover.white-main-proper .text {
      color: #fff; }
    .btn-anim:hover .text span {
      -webkit-transform: translateY(-150%) skewY(-7deg);
           -o-transform: translateY(-150%) skewY(-7deg);
              transform: translateY(-150%) skewY(-7deg); }
      .btn-anim:hover .text span:after {
        -webkit-transform: skewY(7deg);
             -o-transform: skewY(7deg);
                transform: skewY(7deg); }
    .btn-anim:hover .bg-shape span {
      border-radius: 0;
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-duration: 0s, 0s;
           -o-transition-duration: 0s, 0s;
              transition-duration: 0s, 0s;
      -webkit-animation: my-button-anim 0.5s cubic-bezier(0.4, 0, 0, 1);
           -o-animation: my-button-anim 0.5s cubic-bezier(0.4, 0, 0, 1);
              animation: my-button-anim 0.5s cubic-bezier(0.4, 0, 0, 1); } }

@media (any-hover: hover) {
  .link-anim {
    position: relative;
    -webkit-transition: color 0.4s ease;
         -o-transition: color 0.4s ease;
            transition: color 0.4s ease; }
    .link-anim span.arrow {
      overflow: hidden;
      isolation: isolate; }
    .link-anim::before {
      background-color: #272C4E;
      content: "";
      height: 100%;
      left: 0;
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      -webkit-transform: scale(0, 0);
           -o-transform: scale(0, 0);
              transform: scale(0, 0);
      -webkit-transform-origin: bottom right;
           -o-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transition-duration: .6s;
           -o-transition-duration: .6s;
              transition-duration: .6s;
      -webkit-transition-property: -webkit-transform;
           -o-transition-property: -o-transform;
              transition-property: transform;
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
           -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      width: 100%;
      z-index: -1; }
    .link-anim:hover {
      color: #DE8C42; }
      .link-anim:hover::before {
        -webkit-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: top left;
             -o-transform-origin: top left;
                transform-origin: top left; }
      .link-anim:hover span.arrow svg {
        -webkit-animation: link-svg .4s both;
             -o-animation: link-svg .4s both;
                animation: link-svg .4s both; } }

.img-anim {
  position: relative; }
  .img-anim::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1;
    -webkit-transition: height 1s ease;
         -o-transition: height 1s ease;
            transition: height 1s ease; }
  .img-anim.in-view::before {
    height: 0; }

.border {
  display: block;
  position: absolute;
  background-color: #D2D2D2;
  -webkit-transition: -webkit-transform 0.8s linear;
       -o-transition: -o-transform 0.8s linear;
          transition: transform 0.8s linear;
  z-index: 4; }
  .border.left, .border.right {
    width: 1px;
    height: 100%;
    top: 0; }
  .border.bottom, .border.top {
    height: 1px;
    width: 100%;
    left: 0; }
  .border.middle.vertical {
    width: 1px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
         -o-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0); }
  .border.bottom {
    bottom: 0; }
    .border.bottom.out {
      bottom: -1px; }
  .border.top {
    top: 0; }
    .border.top.out {
      top: -1px; }
  .border.horizont {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left; }
  .border.vertical {
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1); }
    .border.vertical.middle {
      -webkit-transform: translateX(-50%) scaleY(1);
           -o-transform: translateX(-50%) scaleY(1);
              transform: translateX(-50%) scaleY(1); }
  .border.left {
    left: 0; }
    .border.left.out {
      left: -1px; }
  .border.right {
    right: 0; }
    .border.right.out {
      right: -1px; }

.line-text {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
  .line-text a > * {
    text-decoration: underline; }

.line-text .line {
  overflow: hidden; }

.line-text .line .word {
  -webkit-transform: translateY(140%);
       -o-transform: translateY(140%);
          transform: translateY(140%);
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
       -o-transition: -o-transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
          transition: transform 1.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s; }

.line-text .line:first-child .word {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s; }

.line-text .line:nth-child(2) .word {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s; }

.line-text .line:nth-child(3) .word {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s; }

.line-text .line:nth-child(4) .word {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s; }

.line-text .line:nth-child(5) .word {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s; }

.line-text .line:nth-child(6) .word {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s; }

.line-text .line:nth-child(7) .word {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.line-text .line:nth-child(8) .word {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.line-text .line:nth-child(9) .word {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.line-text .line:nth-child(10) .word {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.line-text .line:nth-child(11) .word {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.line-text .line:nth-child(12) .word {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.line-text .line:nth-child(13) .word {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.line-text .line:nth-child(14) .word {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.line-text .line:nth-child(15) .word {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.line-text .line:nth-child(16) .word {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.line-text .line:nth-child(17) .word {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

.line-text .line:nth-child(18) .word {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s; }

.line-text .line:nth-child(19) .word {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s; }

.line-text .line:nth-child(20) .word {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s; }

.line-text.in-view {
  opacity: 1; }

.line-text.in-view .word {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0); }

.in-view-detect {
  opacity: 0; }

.title-main {
  font-size: 80px;
  line-height: 90px;
  font-family: var(--font-Geograph-Black);
  text-transform: uppercase; }
  @media (max-width: 1579.98px) {
    .title-main {
      font-size: 80px;
      line-height: 96px; } }
  @media (max-width: 1365.98px) {
    .title-main {
      font-size: 62px;
      line-height: 78px; } }
  @media (max-width: 991.98px) {
    .title-main {
      font-size: 52px;
      line-height: 68px; } }
  @media (max-width: 767.98px) {
    .title-main {
      font-size: 45px;
      line-height: 60px; } }
  @media (max-width: 575.98px) {
    .title-main {
      font-size: 35px;
      line-height: 52px; } }

.margue-row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.margue-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .margue-row [data-list-item] {
    min-width: 200px; }
  .margue-row.left {
    -webkit-animation: marquee 20s linear infinite;
         -o-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite; }
  .margue-row.right {
    -webkit-animation: marquee-right 20s linear infinite;
         -o-animation: marquee-right 20s linear infinite;
            animation: marquee-right 20s linear infinite; }

.marque-partners-list.track-init {
  grid-template-columns: 1fr;
  overflow: hidden;
  isolation: isolate; }
  .marque-partners-list.track-init [data-list-item] {
    width: 200px; }

.start_marker {
  background-color: #8dc73f;
  color: #fff;
  border-radius: 0;
  text-align: center;
  position: relative;
  left: -120%; }
  .start_marker span {
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: relative;
    padding: 10px 15px 8px 15px;
    font-family: var(--font-MetrikTrial-Medium); }

.finish_marker {
  background-color: #0089cf;
  color: #fff;
  border-radius: 0;
  text-align: center;
  position: relative; }
  .finish_marker span {
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: relative;
    padding: 10px 15px 8px 15px;
    font-family: var(--font-MetrikTrial-Medium); }

.gmnoprint {
  display: none; }

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  display: block;
  bottom: 200px !important; }
  .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
    display: block; }
  @media (max-width: 991.98px) {
    .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
      bottom: 175px !important; } }

::selection {
  color: #fff;
  background: #3E95B0; }

@media (max-width: 767.98px) {
  .refreshments .title-main, .presentations .title-main {
    font-size: 32px;
    line-height: 52px; } }

.provisional_results_modal .close_icon {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  width: 28px;
  height: 28px;
  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;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s; }
  .provisional_results_modal .close_icon:hover {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

.provisional_results_modal .col_content {
  padding: 20px; }
  .provisional_results_modal .col_content iframe {
    width: 100%;
    height: 600px; }

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-bottom: 13px;
  padding-top: 13px; }

.product-name .variation {
  margin-top: 0; }

/* Default styling for dl and dt/dd */
dl.variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  /* Add any other necessary styles */ }

dl.variation dt,
dl.variation dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
  padding: 5px 5px 5px 0;
  /* 5px top, right, bottom; 0px left for dt */
  box-sizing: border-box;
  margin: 0 !important; }

dl.variation dt {
  font-weight: bold;
  font-family: 'MetrikTrial-Bold'; }

dl.variation dd {
  padding: 5px 0 5px 5px;
  /* 5px top, right, bottom; 0px right for dd */ }

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
  dl.variation dt,
  dl.variation dd {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    /* Full width for mobile */ } }

.woocommerce-checkout-payment {
  background-color: #e4ecf1 !important; }
  .woocommerce-checkout-payment .wc_payment_method > label {
    font-family: 'MetrikTrial-Bold'; }
  .woocommerce-checkout-payment .place-order #place_order {
    border-radius: 16px;
    overflow: hidden;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: var(--font-Geograph-Black);
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 10px 20px !important;
    background-color: #DE8C42;
    color: #000; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #c7d5de !important; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #c7d5de !important; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0; }

.woocommerce {
  margin-top: 100px !important; }
  .woocommerce table.shop_table {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px; }
    .woocommerce table.shop_table th {
      border-bottom: 0.5px #555 solid; }
    .woocommerce table.shop_table th ~ td {
      border-bottom: 0.5px #555 solid; }
    .woocommerce table.shop_table tbody tr:not(last-child) td {
      border-bottom: 0.5px #444 dashed; }
    .woocommerce table.shop_table tbody tr .cart-item-name {
      font-family: "pressio-condensed",sans-serif;
      font-size: 25px; }
    .woocommerce table.shop_table tbody tr:last-child td {
      border-bottom: 0.5px #555 solid; }
  .woocommerce form .form-row textarea {
    font-family: "pressio",sans-serif;
    color: #F5F5F5;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border: 1px solid rgba(248, 242, 255, 0.2);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out,box-sh;
         -o-transition: border-color 0.15s ease-in-out,box-sh;
            transition: border-color 0.15s ease-in-out,box-sh; }

.woocommerce-page {
  margin-top: 0 !important; }
  @media (max-width: 767px) {
    .woocommerce-page #payment .place-order {
      text-align: center; } }
  .woocommerce-page.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice {
    text-align: center;
    font-family: var(--font-Geograph-Black); }
  .woocommerce-page.woocommerce-order-received .woocommerce-order-details .order-again {
    display: none; }
  .woocommerce-page.woocommerce-order-received .s-privacy__content {
    max-width: 1128px;
    margin: auto; }
    .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce {
      margin-top: 0 !important; }
      .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce table.shop_table {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 18px; }
        .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce table.shop_table th {
          border-bottom: 0.5px #555 solid; }
        .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce table.shop_table th ~ td {
          border-bottom: 0.5px #555 solid; }
        .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce table.shop_table tbody tr:not(last-child) td {
          border-bottom: 0.5px #444 dashed; }
        .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce table.shop_table tbody tr .cart-item-name {
          font-family: "pressio-condensed",sans-serif;
          font-size: 25px; }
        .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce table.shop_table tbody tr:last-child td {
          border-bottom: 0.5px #555 solid; }
      .woocommerce-page.woocommerce-order-received .s-privacy__content > .woocommerce form .form-row textarea {
        font-family: "pressio",sans-serif;
        color: #FFFFFF;
        background-color: rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border: 1px solid rgba(248, 242, 255, 0.2);
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        -webkit-transition: border-color 0.15s ease-in-out,box-sh;
             -o-transition: border-color 0.15s ease-in-out,box-sh;
                transition: border-color 0.15s ease-in-out,box-sh; }
    .woocommerce-page.woocommerce-order-received .s-privacy__content .woocommerce-customer-details {
      display: none; }

.woocommerce-thankyou-order-details.order_details {
  margin-top: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0; }
  @media (max-width: 820px) {
    .woocommerce-thankyou-order-details.order_details li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 2em;
      margin-right: 0 !important;
      padding-left: 2em !important; }
      .woocommerce-thankyou-order-details.order_details li:nth-child(2n) {
        border-right: none; }
      .woocommerce-thankyou-order-details.order_details li:last-child {
        text-align: center;
        margin-bottom: 0; } }
  @media (max-width: 550px) {
    .woocommerce-thankyou-order-details.order_details li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1.2em;
      border-right: none !important; }
      .woocommerce-thankyou-order-details.order_details li:last-child {
        text-align: start; } }
  .woocommerce-thankyou-order-details.order_details li strong {
    margin-top: 10px; }

.woocommerce-thankyou-order-details + p {
  background-color: #272C4E;
  padding: 10px;
  border-left: 2px white solid; }

.header {
  background-color: #F5F5F5;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  position: sticky;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  pointer-events: all; }
  .header[data-scroll-position="top"] .border.bottom.horizont {
    display: none; }
  .header._header-show {
    opacity: 1;
    pointer-events: all;
    -webkit-animation: headershown 0.2s linear 1 normal running 0s;
         -o-animation: headershown 0.2s linear 1 normal running 0s;
            animation: headershown 0.2s linear 1 normal running 0s; }
  .header.hidden {
    opacity: 0;
    pointer-events: none; }
  .menu-open .header {
    opacity: 1 !important;
    pointer-events: all !important;
    -webkit-animation: headershown 0s linear 1 normal running 0s !important;
         -o-animation: headershown 0s linear 1 normal running 0s !important;
            animation: headershown 0s linear 1 normal running 0s !important; }
  .header__body {
    display: grid;
    grid-template-columns: 0.237fr 0.763fr;
    position: relative; }
    @media (max-width: 1439.98px) {
      .header__body {
        grid-template-columns: 0.125fr 0.875fr; } }
    @media (max-width: 1023px) {
      .header__body {
        grid-template-columns: 160.8px 1fr; } }
    @media (max-width: 767.98px) {
      .header__body {
        grid-template-columns: 142px 1fr;
        margin-left: -20px;
        margin-right: -20px; }
        .header__body > .border.left, .header__body .border.right {
          display: none; } }
  .header__dropdown {
    display: block;
    height: 0;
    width: calc(100% - 2px);
    position: absolute;
    top: calc(100% + 1px);
    left: 1px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transition: height 0.4s ease;
         -o-transition: height 0.4s ease;
            transition: height 0.4s ease;
    isolation: isolate;
    margin-top: -1px;
    background-color: #fff; }
    .header__dropdown::-webkit-scrollbar {
      display: none; }
    @media (max-width: 991.98px) {
      .header__dropdown {
        display: none; } }
  .header__logo {
    grid-row: span 2;
    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;
    padding: 32px 15px;
    padding: 10px;
    position: relative; }
    @media (max-width: 1439.98px) {
      .header__logo {
        padding: 16px 10px; } }
    .header__logo .border.top {
      display: none; }
    @media (max-width: 1023px) {
      .header__logo {
        grid-row: span 1;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 16px; }
        .header__logo .border.top {
          display: block; } }
    .header__logo img {
      width: auto;
      max-width: auto;
      height: 90%;
      max-height: 120px;
      -o-object-fit: contain;
         object-fit: contain; }
  .header__top {
    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;
    position: relative;
    padding: 4px 30px 4px 26px; }
    @media (max-width: 1439.98px) {
      .header__top {
        padding: 4px 20px 4px 16px; } }
    @media (max-width: 1023px) {
      .header__top {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        grid-column: span 2; }
        .header__top .border.left {
          display: none; } }
    @media (max-width: 991.98px) {
      .header__top {
        padding: 10px 16px;
        position: relative; }
        .header__top::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #F5F5F5;
          z-index: 16;
          border-left: 1px solid #D2D2D2;
          border-right: 1px solid #D2D2D2;
          -webkit-transition: background-color 0.4s ease;
               -o-transition: background-color 0.4s ease;
                  transition: background-color 0.4s ease; }
        .menu-open .header__top::before {
          background-color: #fff;
          border-bottom: 1px solid #D2D2D2; } }
    @media (max-width: 767.98px) {
      .header__top::before {
        border-left: none;
        border-right: none; } }
  .header__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative; }
    @media (max-width: 1023px) {
      .header__bottom {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    @media (max-width: 500px) {
      .header__bottom {
        grid-template-columns: 1fr; } }
  .header__menu-mob {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    top: 0;
    left: 0;
    padding-top: 62px;
    padding-bottom: 25px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease , opacity 0.5s ease;
         -o-transition: -o-transform 0.6s ease , opacity 0.5s ease;
            transition: transform 0.6s ease , opacity 0.5s ease; }
    .header__menu-mob::after {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% - 40px);
      height: 100%;
      border-left: 1px solid #D2D2D2;
      border-right: 1px solid #D2D2D2;
      top: 0;
      left: 20px;
      pointer-events: none; }
    @media (max-width: 767.98px) {
      .header__menu-mob::after {
        display: none; } }
    .menu-open .header__menu-mob {
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      pointer-events: all; }
    @media (max-width: 767.98px) {
      .header__menu-mob .container {
        padding: 0; } }
  .header .header-bottom__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    padding-left: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 1439.98px) {
      .header .header-bottom__btns {
        padding: 10px 20px; } }
    @media (max-width: 991.98px) {
      .header .header-bottom__btns {
        justify-self: flex-end; }
        .header .header-bottom__btns::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 0;
          -webkit-transition: height 1.2s ease;
               -o-transition: height 1.2s ease;
                  transition: height 1.2s ease; }
        .header .header-bottom__btns.in-view::after {
          height: 100%; }
        .header .header-bottom__btns .border.left {
          display: block; } }
    @media (max-width: 500px) {
      .header .header-bottom__btns {
        border-left: none;
        justify-self: stretch; } }
  @media (max-width: 991.98px) {
    .header .header-bottom__nav {
      display: none; } }
  .header .header-bottom__btn {
    width: 100%;
    min-width: 162px; }
    .header .header-bottom__btn:nth-child(2) {
      margin-left: 16px; }
    @media (max-width: 1439.98px) {
      .header .header-bottom__btn {
        min-height: 58px;
        min-width: 120px;
        font-size: 16px; } }
    @media (max-width: 1023px) {
      .header .header-bottom__btn {
        display: none; } }
  .header .header-bottom__btn--mobile {
    display: none; }
    @media (max-width: 1023px) {
      .header .header-bottom__btn--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 991.98px) {
      .header .header-bottom__btn--mobile {
        min-width: 192px; } }
    @media (max-width: 500px) {
      .header .header-bottom__btn--mobile {
        width: 100%;
        min-width: auto;
        padding: 0 5px; } }
  .header .header-dropdown__menu {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
         -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
    pointer-events: none;
    opacity: 0;
    display: grid;
    -webkit-transition: opacity 0.6s ease;
         -o-transition: opacity 0.6s ease;
            transition: opacity 0.6s ease;
    position: relative; }
    .header .header-dropdown__menu.three-columns {
      grid-template-columns: 1fr 1fr; }
    @media (max-height: 850px) {
      .header .header-dropdown__menu.race_day {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .header .header-dropdown__menu.active {
      opacity: 1;
      pointer-events: all; }
    .header .header-dropdown__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-height: 850px) {
        .header .header-dropdown__menu ul.race_day_links {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (max-height: 850px) {
        .header .header-dropdown__menu ul.about_links {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .header .header-dropdown__menu ul li {
        height: 100%; }
        @media (max-height: 850px) {
          .header .header-dropdown__menu ul li.primary_links {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 33.333%;
                    flex: 0 0 33.333%;
            max-width: 33.333%; } }
        @media (max-height: 850px) {
          .header .header-dropdown__menu ul li.about_link {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            height: auto; }
            .header .header-dropdown__menu ul li.about_link a {
              padding: 20px 20px; }
              .header .header-dropdown__menu ul li.about_link a .arrow {
                margin-left: 5px; } }
        .header .header-dropdown__menu ul li a {
          height: 100%; }
    .header .header-dropdown__menu .menu-card {
      padding: 10px;
      position: relative; }
      @media (max-height: 850px) {
        .header .header-dropdown__menu .menu-card.race_day {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      .header .header-dropdown__menu .menu-card__wrap {
        position: relative;
        border-radius: 42px;
        overflow: hidden;
        isolation: isolate;
        height: 100%; }
        .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc {
          height: 100%; }
          @media (any-hover: hover) {
            .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc:hover .text {
              color: #272C4E; }
            .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc:hover .text span {
              -webkit-transform: translateY(-150%) skewY(-7deg);
                   -o-transform: translateY(-150%) skewY(-7deg);
                      transform: translateY(-150%) skewY(-7deg); }
              .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc:hover .text span:after {
                -webkit-transform: skewY(7deg);
                     -o-transform: skewY(7deg);
                        transform: skewY(7deg); }
            .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc:hover .bg-shape span {
              border-radius: 0;
              -webkit-transform: translateY(0);
                   -o-transform: translateY(0);
                      transform: translateY(0);
              -webkit-transition-duration: 0s, 0s;
                   -o-transition-duration: 0s, 0s;
                      transition-duration: 0s, 0s;
              -webkit-animation: my-button-anim 0.5s cubic-bezier(0.4, 0, 0, 1);
                   -o-animation: my-button-anim 0.5s cubic-bezier(0.4, 0, 0, 1);
                      animation: my-button-anim 0.5s cubic-bezier(0.4, 0, 0, 1); } }
          .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc .btn {
            width: 100%;
            margin-top: 36px; }
          .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc .link-item {
            text-align: center;
            padding: 48px;
            font-size: 36px;
            line-height: 52px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            @media (max-height: 720px) {
              .header .header-dropdown__menu .menu-card__wrap.menu-card-vertc .link-item {
                padding: 20px 30px; } }
        .header .header-dropdown__menu .menu-card__wrap img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          z-index: -1;
          -webkit-transition: -webkit-transform 0.3s ease;
               -o-transition: -o-transform 0.3s ease;
                  transition: transform 0.3s ease; }
        .header .header-dropdown__menu .menu-card__wrap::before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5); }
        .header .header-dropdown__menu .menu-card__wrap a {
          position: relative;
          z-index: 1;
          color: #fff;
          font-family: var(--font-Geograph-Black);
          border: none;
          font-size: 30px;
          line-height: 43px;
          padding: 30px 38px; }
          @media (max-width: 1366px) {
            .header .header-dropdown__menu .menu-card__wrap a {
              font-size: 26px;
              line-height: 38px;
              padding: 20px 28px; } }
          @media (max-width: 1199px) {
            .header .header-dropdown__menu .menu-card__wrap a {
              font-size: 22px;
              line-height: 34px;
              padding: 16px 24px; } }
          .header .header-dropdown__menu .menu-card__wrap a .arrow {
            background-color: #fff; }
        @media (any-hover: hover) {
          .header .header-dropdown__menu .menu-card__wrap:hover img {
            -webkit-transform: scale(1.1);
                 -o-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-transition: -webkit-transform 1s ease;
                 -o-transition: -o-transform 1s ease;
                    transition: transform 1s ease; }
          .header .header-dropdown__menu .menu-card__wrap:hover .arrow svg {
            -webkit-animation: link-svg .4s both;
                 -o-animation: link-svg .4s both;
                    animation: link-svg .4s both; } }
      .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap {
        background-color: #3E95B0;
        -webkit-transition: background-color 0.4s ease;
             -o-transition: background-color 0.4s ease;
                transition: background-color 0.4s ease; }
        .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap::before {
          display: none; }
        .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap a {
          color: #272C4E;
          -webkit-transition: color 0.4s ease;
               -o-transition: color 0.4s ease;
                  transition: color 0.4s ease; }
          .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap a .focus {
            color: #fff;
            -webkit-transition: color 0.4s ease;
                 -o-transition: color 0.4s ease;
                    transition: color 0.4s ease; }
        @media (any-hover: hover) {
          .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap:hover {
            background-color: #272C4E; }
            .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap:hover a {
              color: #DE8C42; }
              .header .header-dropdown__menu .menu-card.bg-blue .menu-card__wrap:hover a .focus {
                color: #DE8C42; } }
    .header .header-dropdown__menu .list-bottom {
      grid-column: span 2;
      position: relative; }
      .header .header-dropdown__menu .list-bottom-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .header .header-dropdown__menu .list-bottom-links li {
          width: 100%; }
          .header .header-dropdown__menu .list-bottom-links li:last-child a span.border.right {
            right: -1px; }
        .header .header-dropdown__menu .list-bottom-links a {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          min-height: 74px;
          padding: 15px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          font-size: 18px;
          line-height: 24px;
          font-family: var(--font-MetrikTrial-Medium); }
          @media (max-width: 1366px) {
            .header .header-dropdown__menu .list-bottom-links a {
              min-height: 54px;
              font-size: 16px;
              line-height: 20px; } }
          @media (max-width: 1199px) {
            .header .header-dropdown__menu .list-bottom-links a {
              padding: 10px 24px 10px 24px;
              font-size: 14px; } }
          @media (max-height: 700px) {
            .header .header-dropdown__menu .list-bottom-links a {
              padding: 10px; } }
    .header .header-dropdown__menu .menu-list {
      position: relative; }
      .header .header-dropdown__menu .menu-list__wrap {
        height: 100%;
        overflow: hidden;
        isolation: isolate; }
        .header .header-dropdown__menu .menu-list__wrap ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .header .header-dropdown__menu .menu-list__wrap ul li a {
            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;
            text-transform: uppercase;
            font-family: var(--font-Geograph-Black);
            width: 100%;
            font-size: 20px;
            line-height: 32px;
            padding: 18px 38px 18px 38px;
            position: relative;
            -webkit-transition: color 0.4s ease;
                 -o-transition: color 0.4s ease;
                    transition: color 0.4s ease; }
            .header .header-dropdown__menu .menu-list__wrap ul li a .arrow {
              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;
              min-width: 32px;
              min-height: 32px;
              border-radius: 50%;
              overflow: hidden;
              isolation: isolate;
              border: 1px solid #DE8C42; }
              .header .header-dropdown__menu .menu-list__wrap ul li a .arrow svg {
                display: block;
                margin-top: -4px;
                margin-right: -3px;
                width: 12px; }
              @media (max-width: 1366px) {
                .header .header-dropdown__menu .menu-list__wrap ul li a .arrow {
                  width: 26px;
                  height: 26px;
                  min-width: 26px;
                  min-height: 26px; }
                  .header .header-dropdown__menu .menu-list__wrap ul li a .arrow svg {
                    width: 10px; } }
            @media (any-hover: hover) {
              .header .header-dropdown__menu .menu-list__wrap ul li a:hover svg path {
                stroke: #DE8C42; }
              .header .header-dropdown__menu .menu-list__wrap ul li a:hover .arrow svg {
                -webkit-animation: link-svg .4s both;
                     -o-animation: link-svg .4s both;
                        animation: link-svg .4s both; } }
            @media (max-width: 1366px) {
              .header .header-dropdown__menu .menu-list__wrap ul li a {
                padding: 14px 28px 14px 28px;
                font-size: 16px;
                line-height: 20px; } }
            @media (max-width: 1199px) {
              .header .header-dropdown__menu .menu-list__wrap ul li a {
                padding: 10px 24px 10px 24px;
                font-size: 14px; } }
      .header .header-dropdown__menu .menu-list__title {
        font-size: 30px;
        line-height: 43px;
        padding: 30px 38px;
        font-family: var(--font-Geograph-Black);
        text-transform: uppercase; }
        @media (max-width: 1366px) {
          .header .header-dropdown__menu .menu-list__title {
            font-size: 26px;
            line-height: 38px;
            padding: 20px 28px; } }
        @media (max-width: 1199px) {
          .header .header-dropdown__menu .menu-list__title {
            font-size: 22px;
            line-height: 34px;
            padding: 16px 24px; } }
        @media (max-height: 720px) {
          .header .header-dropdown__menu .menu-list__title {
            font-size: 28px;
            line-height: 38px;
            padding: 20px 40px; } }
        @media (max-height: 650px) {
          .header .header-dropdown__menu .menu-list__title {
            font-size: 25px;
            line-height: 32px; } }
  .header .link-item {
    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;
    position: relative;
    font-size: 30px;
    line-height: 43px;
    padding: 30px 38px;
    text-transform: uppercase;
    font-family: var(--font-Geograph-Black); }
    @media (max-width: 1366px) {
      .header .link-item {
        font-size: 26px;
        line-height: 38px;
        padding: 20px 28px; } }
    @media (max-width: 1199px) {
      .header .link-item {
        font-size: 22px;
        line-height: 34px;
        padding: 16px 24px; } }
    @media (max-height: 800px) {
      .header .link-item {
        font-size: 28px;
        line-height: 36px;
        padding: 26px; } }
    @media (max-height: 700px) {
      .header .link-item {
        font-size: 26px;
        line-height: 34px;
        padding: 20px 30px; } }
    .header .link-item .arrow {
      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;
      background-color: #77C2DC;
      width: 43px;
      height: 43px;
      min-width: 43px;
      min-height: 43px;
      border-radius: 50%;
      margin-left: 15px;
      overflow: hidden;
      isolation: isolate; }
      .header .link-item .arrow svg {
        display: block;
        margin-top: -4px;
        margin-right: -5px; }
      @media (max-width: 1366px) {
        .header .link-item .arrow {
          width: 38px;
          height: 38px;
          min-width: 38px;
          min-height: 38px; }
          .header .link-item .arrow svg {
            width: 16px; } }
      @media (max-width: 1199px) {
        .header .link-item .arrow {
          width: 34px;
          height: 34px;
          min-width: 34px;
          min-height: 34px; } }

.header-bottom-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  height: 100%;
  position: relative; }
  @media (max-width: 991.98px) {
    .header-bottom-nav__list {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-template-columns: 1fr;
      opacity: 0;
      -webkit-transform: translateY(40px);
           -o-transform: translateY(40px);
              transform: translateY(40px); }
      .is-open-menu .header-bottom-nav__list {
        -webkit-animation: mobilemenyanim 0.4s 0.5s forwards;
             -o-animation: mobilemenyanim 0.4s 0.5s forwards;
                animation: mobilemenyanim 0.4s 0.5s forwards; } }

.header-bottom-nav__item {
  min-height: 88px;
  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;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--font-MetrikTrial-Medium); }
  .header-bottom-nav__item a {
    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;
    width: 100%;
    height: 100%;
    padding: 0 15px 4px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .header-bottom-nav__item a {
        padding: 0 6px 4px; } }
    .header-bottom-nav__item a span {
      display: none; }
    .header-bottom-nav__item a::before {
      content: '';
      position: absolute;
      bottom: 100%;
      background-color: #fff;
      -webkit-transition: bottom 0.4s ease;
           -o-transition: bottom 0.4s ease;
              transition: bottom 0.4s ease;
      width: 100%;
      height: 100%;
      left: 0;
      z-index: -1; }
    .header-bottom-nav__item a.active::before {
      bottom: 0; }
    @media (any-hover: hover) and (min-width: 992px) {
      .header-bottom-nav__item a:hover::before {
        bottom: 0; } }
  @media (max-width: 1439.98px) {
    .header-bottom-nav__item {
      font-size: 16px;
      min-height: auto; } }
  @media (min-width: 992px) {
    .header-bottom-nav__item span.border.top, .header-bottom-nav__item span.border.bottom {
      display: none; } }
  @media (max-width: 991.98px) {
    .header-bottom-nav__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header-bottom-nav__item span.border.right {
        display: none; }
      .header-bottom-nav__item a {
        min-height: 94px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 26px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: var(--font-Geograph-Black);
        position: relative;
        padding: 10px 20px; }
        .header-bottom-nav__item a::before {
          display: none; } }

.header-bottom-nav__submenu-wrap {
  display: none;
  width: 100%;
  border-top: 1px solid #D2D2D2; }

.header-bottom-nav__submenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 40px 36px;
  gap: 20px; }
  .header-bottom-nav__submenu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--font-MetrikTrial-Medium);
    min-height: auto; }
  @media (max-width: 767.98px) {
    .header-bottom-nav__submenu {
      padding: 32px 20px 36px; } }

.header-bottom-nav__item--submenu a {
  position: relative; }
  @media (min-width: 992px) {
    .header-bottom-nav__item--submenu a::after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-left: 1.5px solid #272C4E;
      border-bottom: 1.5px solid #272C4E;
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-left: 8px;
      margin-top: -3px; } }
  @media (max-width: 991.98px) {
    .header-bottom-nav__item--submenu a span {
      display: block;
      position: absolute;
      right: 36px;
      width: 42px;
      height: 42px;
      border: 1px solid #DE8C42;
      border-radius: 50%; }
      .header-bottom-nav__item--submenu a span::after, .header-bottom-nav__item--submenu a span::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        height: 2px;
        background-color: #272C4E;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: -webkit-transform 0.4s ease;
             -o-transition: -o-transform 0.4s ease;
                transition: transform 0.4s ease; }
      .header-bottom-nav__item--submenu a span::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
             -o-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); } }
  @media (max-width: 767.98px) {
    .header-bottom-nav__item--submenu a span {
      right: 16px; } }

@media (max-width: 991.98px) {
  .header-bottom-nav__item--submenu.active a span::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
         -o-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .header-bottom-nav__item--submenu.active a span::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
         -o-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); } }

.header-top__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-top__amount span:first-child {
    font-family: var(--font-MetrikTrial-Medium);
    font-size: 14px;
    line-height: 20px;
    margin-right: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px; }
    @media (max-width: 1439.98px) {
      .header-top__amount span:first-child {
        margin-right: 10px; } }
    @media (max-width: 1150px) {
      .header-top__amount span:first-child {
        display: none; } }
  .header-top__amount span:last-child {
    font-family: var(--font-UntitledSans-BlackItalic);
    line-height: normal;
    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;
    min-height: 36px;
    min-width: 90px;
    padding: 2px;
    background-color: #DE8C42;
    color: #fff;
    border-radius: 18px; }
    .header-top__amount span:last-child::before {
      content: '$'; }
  @media (max-width: 991.98px) {
    .header-top__amount {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 32px;
      opacity: 0;
      -webkit-transform: translateY(40px);
           -o-transform: translateY(40px);
              transform: translateY(40px); }
      .header-top__amount span:first-child {
        font-size: 12px;
        line-height: 16px; }
      .header-top__amount span:last-child {
        min-height: 32px;
        min-width: 100px;
        font-size: 14px;
        line-height: 18px; }
      .is-open-menu .header-top__amount {
        -webkit-animation: mobilemenyanim 0.4s 0.75s forwards;
             -o-animation: mobilemenyanim 0.4s 0.75s forwards;
                animation: mobilemenyanim 0.4s 0.75s forwards; } }

.header-top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-top__search {
  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;
  min-width: 36px;
  min-height: 36px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 25px;
  -webkit-transition: background-color 0.4s ease;
       -o-transition: background-color 0.4s ease;
          transition: background-color 0.4s ease; }
  .header-top__search.active {
    background-color: #272C4E; }
    .header-top__search.active svg path {
      stroke: #DE8C42; }
  @media (any-hover: hover) {
    .header-top__search:hover {
      background-color: #272C4E; }
      .header-top__search:hover svg path {
        stroke: #DE8C42; } }
  @media (max-width: 1439.98px) {
    .header-top__search {
      margin-right: 10px;
      margin-left: 15px; } }
  @media (max-width: 991.98px) {
    .header-top__search {
      display: none;
      pointer-events: none; } }

.header-top__date {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #D2D2D2;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  font-family: var(--font-Geograph-Black);
  border-radius: 21px; }
  @media (max-width: 991.98px) {
    .header-top__date {
      min-height: 32px;
      position: relative;
      z-index: 16; } }

.header-top__burger {
  display: none;
  pointer-events: none; }
  @media (max-width: 991.98px) {
    .header-top__burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: all;
      width: 42px;
      height: 42px;
      background-color: #fff;
      border-radius: 50%;
      position: relative;
      z-index: 16;
      -webkit-transition: background-color 0.4s ease;
           -o-transition: background-color 0.4s ease;
              transition: background-color 0.4s ease; }
      .menu-open .header-top__burger {
        background-color: #E8E8E8; }
      .header-top__burger::after, .header-top__burger::before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        width: 16px;
        height: 1px;
        background-color: #272C4E;
        -webkit-transition: -webkit-transform 0.3s ease;
             -o-transition: -o-transform 0.3s ease;
                transition: transform 0.3s ease; }
      .header-top__burger::before {
        top: 18px; }
      .header-top__burger::after {
        bottom: 18px; }
      .menu-open .header-top__burger::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
             -o-transform: translate(-50%, -50%) rotate(225deg);
                transform: translate(-50%, -50%) rotate(225deg); }
      .menu-open .header-top__burger::after {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-225deg);
             -o-transform: translate(-50%, -50%) rotate(-225deg);
                transform: translate(-50%, -50%) rotate(-225deg); } }

.header-top-navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .header-top-navbar__list {
      padding: 0 20px;
      margin-top: 32px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 16px;
      line-height: 22px;
      font-family: var(--font-MetrikTrial-Medium);
      opacity: 0;
      -webkit-transform: translateY(40px);
           -o-transform: translateY(40px);
              transform: translateY(40px); }
      .is-open-menu .header-top-navbar__list {
        -webkit-animation: mobilemenyanim 0.4s 1s forwards;
             -o-animation: mobilemenyanim 0.4s 1s forwards;
                animation: mobilemenyanim 0.4s 1s forwards; } }

.header-top-navbar__item {
  line-height: 22px; }
  .header-top-navbar__item:not(:last-child) {
    margin-right: 32px; }
    @media (max-width: 1439.98px) {
      .header-top-navbar__item:not(:last-child) {
        margin-right: 20px; } }
  .header-top-navbar__item a {
    -webkit-transition: color 0.4s ease;
         -o-transition: color 0.4s ease;
            transition: color 0.4s ease; }
    @media (any-hover: hover) {
      .header-top-navbar__item a:hover {
        color: #3E95B0; } }
  .header-top-navbar__item .cart_link {
    min-width: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-top-navbar__item .cart_link .cart_count {
      height: 100%;
      width: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 12px;
      background-color: #3E95B0;
      color: #fff;
      margin-top: -1px;
      border-radius: 16px; }

.header-search {
  grid-column: span 2; }
  .header-search__body {
    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;
    max-width: 506px;
    margin: 0 auto;
    padding: 42px 0; }
    @media (max-width: 991.98px) {
      .header-search__body {
        padding: 0 16px;
        margin-top: 20px;
        opacity: 0;
        -webkit-transform: translateY(40px);
             -o-transform: translateY(40px);
                transform: translateY(40px); }
        .is-open-menu .header-search__body {
          -webkit-animation: mobilemenyanim 0.4s 1.25s forwards;
               -o-animation: mobilemenyanim 0.4s 1.25s forwards;
                  animation: mobilemenyanim 0.4s 1.25s forwards; } }
  .header-search__input {
    width: 100%;
    max-width: 460px;
    position: relative; }
    .header-search__input input {
      width: 100%;
      min-height: 58px;
      border-radius: 29px;
      isolation: isolate;
      overflow: hidden;
      border: 1px solid #D2D2D2;
      padding: 0 26px;
      padding-right: 52px;
      line-height: 22px; }
      @media (max-width: 991.98px) {
        .header-search__input input {
          border: none;
          background-color: #F5F5F5;
          font-size: 16px; } }
    .header-search__input button {
      position: absolute;
      right: 11px;
      top: 11px;
      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: 36px;
      height: 36px;
      background-color: #E8E8E8;
      border-radius: 50%;
      -webkit-transition: background-color 0.4s ease;
           -o-transition: background-color 0.4s ease;
              transition: background-color 0.4s ease; }
      @media (any-hover: hover) {
        .header-search__input button:hover {
          background-color: #272C4E; }
          .header-search__input button:hover svg path {
            stroke: #DE8C42; } }
  .header-search__clear {
    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;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    background-color: #E8E8E8;
    border-radius: 50%;
    -webkit-transition: background-color 0.4s ease;
         -o-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease; }
    .header-search__clear svg {
      width: 12px;
      height: auto; }
    @media (any-hover: hover) {
      .header-search__clear svg line {
        -webkit-transition: stroke 0.4s ease;
             -o-transition: stroke 0.4s ease;
                transition: stroke 0.4s ease; }
      .header-search__clear:hover {
        background-color: #272C4E; }
        .header-search__clear:hover svg line {
          stroke: #fff; } }
    @media (max-width: 991.98px) {
      .header-search__clear {
        display: none; } }

.s-hero__body {
  position: relative;
  padding-bottom: 10px;
  display: grid;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .s-hero__body {
      min-height: calc(92vh - 122px); } }
  @media (min-width: 1440px) {
    .s-hero__body {
      min-height: calc(95vh - 158px); } }
  @media (max-width: 767.98px) {
    .s-hero__body {
      margin-left: -20px;
      margin-right: -20px; }
      .s-hero__body .border.left, .s-hero__body .border.right {
        display: none; } }

.s-hero--video-bg {
  position: relative;
  padding: 10px 0 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;
  overflow: hidden;
  --admin-panel-height: 32px; }
  @media (max-width: 768px) {
    .s-hero--video-bg {
      min-height: calc(100vh - 500px);
      max-height: calc(100vh - 500px); } }
  @media (min-width: 777px) {
    .s-hero--video-bg {
      min-height: calc(100vh - 171px - var(--admin-panel-height));
      max-height: calc(100vh - 171px - var(--admin-panel-height)); } }
  @media (min-width: 998px) {
    .s-hero--video-bg {
      min-height: calc(100vh - 153px - var(--admin-panel-height));
      max-height: calc(100vh - 153px - var(--admin-panel-height)); } }
  @media (min-width: 1023px) {
    .s-hero--video-bg {
      min-height: calc(100vh - 122px - var(--admin-panel-height));
      max-height: calc(100vh - 122px - var(--admin-panel-height)); } }
  @media (min-width: 1440px) {
    .s-hero--video-bg {
      min-height: calc(100vh - 140px - var(--admin-panel-height));
      max-height: calc(100vh - 140px - var(--admin-panel-height)); } }
  .s-hero--video-bg .s-hero--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff26;
    z-index: 1; }
  .s-hero--video-bg .s-hero--video-inner {
    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; }
    .s-hero--video-bg .s-hero--video-inner .s-hero__video {
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 100%;
      height: calc(100% - 20px);
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0; }
      .s-hero--video-bg .s-hero--video-inner .s-hero__video.bg-black {
        background-color: #000; }
    .s-hero--video-bg .s-hero--video-inner .s-hero--text-content {
      position: relative;
      z-index: 2;
      text-align: center;
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px; }
      .s-hero--video-bg .s-hero--video-inner .s-hero--text-content h1, .s-hero--video-bg .s-hero--video-inner .s-hero--text-content h2, .s-hero--video-bg .s-hero--video-inner .s-hero--text-content a, .s-hero--video-bg .s-hero--video-inner .s-hero--text-content button {
        -ms-flex-item-align: center;
            align-self: center; }

.s-hero__body-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 1; }
  @media (max-width: 1279.98px) {
    .s-hero__body-wrap {
      grid-template-columns: 1fr; } }

.s-hero__content {
  padding: 60px 75px 45px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .s-hero__content .border.bottom {
    display: none; }
  @media (max-width: 1579.98px) {
    .s-hero__content {
      padding: 40px 53px 25px 40px; } }
  @media (max-width: 1279.98px) {
    .s-hero__content .border.bottom {
      display: block; }
    .s-hero__content .border.right {
      display: none; } }
  @media (max-width: 991.98px) {
    .s-hero__content {
      padding: 45px 40px 68px; } }
  @media (max-width: 767.98px) {
    .s-hero__content {
      padding: 45px 20px 84px; } }
  .s-hero__content img.sponsor_logo {
    max-width: 180px;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .s-hero__content img.sponsor_logo {
        max-width: 140px;
        margin-bottom: 10px; } }
  .s-hero__content .s-hero__slider {
    width: 100%;
    height: 100%; }
    .s-hero__content .s-hero__slider .swiper-slide {
      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: #F5F5F5; }

.s-hero__title {
  font-size: 110px;
  line-height: 126px;
  font-family: var(--font-Geograph-Black); }
  .s-hero__title span.focus {
    display: block;
    color: #3E95B0; }
  @media (max-width: 1579.98px) {
    .s-hero__title {
      font-size: 80px;
      line-height: 96px; } }
  @media (max-width: 1365.98px) {
    .s-hero__title {
      font-size: 62px;
      line-height: 78px; } }
  @media (max-width: 1279.98px) {
    .s-hero__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 991.98px) {
    .s-hero__title {
      font-size: 52px;
      line-height: 68px; } }
  .s-hero__title.small {
    font-size: 60px;
    line-height: 68px; }
    @media (max-width: 1579.98px) {
      .s-hero__title.small {
        font-size: 54px;
        line-height: 64px; } }
    @media (max-width: 1365.98px) {
      .s-hero__title.small {
        font-size: 45px;
        line-height: 55px; } }
    @media (max-width: 1279.98px) {
      .s-hero__title.small {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 991.98px) {
      .s-hero__title.small {
        font-size: 40px;
        line-height: 52px; } }
    @media (max-width: 767.98px) {
      .s-hero__title.small {
        font-size: 35px;
        line-height: 45px; } }

.s-hero__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 205px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (max-width: 1279.98px) {
    .s-hero__link {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 991.98px) {
    .s-hero__link {
      min-width: 180px;
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .s-hero__link {
      min-width: 172px; } }

.s-hero__text {
  max-width: 560px;
  line-height: 20px;
  margin-top: auto; }
  @media (max-width: 1279.98px) {
    .s-hero__text {
      margin-top: 40px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 991.98px) {
    .s-hero__text {
      margin-top: 14px; } }
  @media (max-width: 767.98px) {
    .s-hero__text {
      margin-top: 10px;
      font-size: 14px;
      line-height: 18px; } }

.s-hero__media {
  padding: 10px;
  padding-bottom: 0; }
  @media (max-width: 1279.98px) {
    .s-hero__media {
      position: relative; } }

.s-hero__media-wrap {
  border-radius: 84px 84px 84px 0;
  overflow: hidden;
  height: 100%;
  position: relative;
  isolation: isolate; }
  .s-hero__media-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F5F5F5;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: height 1s ease;
         -o-transition: height 1s ease;
            transition: height 1s ease; }
  .s-hero__media-wrap.in-view::before {
    height: 0; }
  .s-hero__media-wrap .line-1 {
    position: absolute;
    left: -27%;
    top: -9%;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-hero__media-wrap .line-1 {
        width: 100%;
        height: auto; } }
    @media (max-width: 450px) {
      .s-hero__media-wrap .line-1 {
        width: 760px;
        left: -55%;
        top: -5%; } }
  .s-hero__media-wrap .line-2 {
    position: absolute;
    left: -18%;
    top: 8%;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-hero__media-wrap .line-2 {
        width: 100%;
        height: auto;
        left: 0; } }
    @media (max-width: 450px) {
      .s-hero__media-wrap .line-2 {
        width: 760px;
        left: -55%;
        top: 13%; } }
  .s-hero__media-wrap .line-3 {
    position: absolute;
    left: -28%;
    top: 31%;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-hero__media-wrap .line-3 {
        width: 100%;
        height: auto;
        left: 0; } }
    @media (max-width: 450px) {
      .s-hero__media-wrap .line-3 {
        left: -55%;
        width: 760px; } }
  .s-hero__media-wrap .line-4 {
    position: absolute;
    left: -16%;
    top: 48%;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-hero__media-wrap .line-4 {
        width: 100%;
        height: auto;
        left: 0; } }
    @media (max-width: 450px) {
      .s-hero__media-wrap .line-4 {
        left: -55%;
        width: 760px; } }
  .s-hero__media-wrap .line-5 {
    position: absolute;
    left: -27%;
    top: 73%;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-hero__media-wrap .line-5 {
        width: 100%;
        height: auto;
        left: 0; } }
    @media (max-width: 450px) {
      .s-hero__media-wrap .line-5 {
        width: 760px;
        left: -55%; } }
  .s-hero__media-wrap .line-6 {
    position: absolute;
    left: -18%;
    bottom: -6%;
    pointer-events: none; }
    @media (max-width: 1279.98px) {
      .s-hero__media-wrap .line-6 {
        width: 100%;
        height: auto;
        left: 0; } }
    @media (max-width: 450px) {
      .s-hero__media-wrap .line-6 {
        left: -55%;
        width: 760px; } }
  @media (max-width: 1279.98px) {
    .s-hero__media-wrap {
      padding-top: 55%;
      border-radius: 42px; } }
  @media (max-width: 991.98px) {
    .s-hero__media-wrap {
      padding-top: 62.01%; } }
  @media (max-width: 575.98px) {
    .s-hero__media-wrap {
      padding-top: 100%; } }

.s-hero__media-wrap-images {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .s-hero__media-wrap-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease;
         -o-transition: opacity 0.5s ease-in-out, -o-transform 0.5s ease;
            transition: opacity 0.5s ease-in-out, transform 0.5s ease;
    -webkit-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3); }
    .s-hero__media-wrap-images img.active {
      -webkit-transition: opacity 0.5s ease-in-out;
           -o-transition: opacity 0.5s ease-in-out;
              transition: opacity 0.5s ease-in-out;
      opacity: 1;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }

.s-hero__star {
  position: absolute;
  width: 178px;
  height: 178px;
  top: 37%;
  left: 33%;
  z-index: 2; }
  .s-hero__star .star-elem__bg {
    width: 100%;
    height: 100%; }
  .s-hero__star .s-hero__star-wrap {
    position: absolute;
    width: 67.5%;
    aspect-ratio: 1/1;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: rotation 15s linear infinite;
         -o-animation: rotation 15s linear infinite;
            animation: rotation 15s linear infinite; }
  @media (max-width: 1279.98px) {
    .s-hero__star {
      top: 12%;
      left: 26%; } }
  @media (max-width: 1400px) and (max-height: 800px) {
    .s-hero__star {
      left: 30%; } }
  @media (max-width: 1279px) {
    .s-hero__star {
      left: 25%; } }
  @media (max-width: 991.98px) {
    .s-hero__star {
      width: 100px;
      height: 100px;
      top: 10%;
      left: 24%; } }
  @media (max-width: 575.98px) {
    .s-hero__star {
      top: 12%;
      left: 10%;
      width: 94px;
      height: 94px; } }
  @media (max-width: 360px) {
    .s-hero__star {
      left: 8%; } }

.s-hero__runner-img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  pointer-events: none; }

.s-hero__runner-img {
  position: absolute;
  left: calc(50% + 10px);
  z-index: 4;
  bottom: -27.5%;
  -webkit-transform: translateX(-45%);
       -o-transform: translateX(-45%);
          transform: translateX(-45%);
  width: 19%; }
  @media (max-width: 1920px) and (min-width: 1600px) and (max-height: 1000px) {
    .s-hero__runner-img {
      width: 16%; } }
  @media (max-width: 1599px) and (max-height: 1000px) {
    .s-hero__runner-img {
      left: 52%; } }
  @media (min-width: 1280px) and (max-height: 800px) {
    .s-hero__runner-img {
      max-height: 100%;
      width: auto;
      bottom: -15%; } }
  @media (max-width: 1279.98px) {
    .s-hero__runner-img {
      width: 26.8%; } }
  @media (max-width: 991.98px) {
    .s-hero__runner-img {
      width: 32.8%;
      bottom: -38%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 575.98px) {
    .s-hero__runner-img {
      width: 51.5%;
      bottom: -39%; } }

.s-hero__waves-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none; }

.s-hero__waves {
  position: absolute;
  display: block;
  z-index: 4;
  right: 31.9%;
  width: 20.3%;
  bottom: 11.6%; }
  @media (max-width: 991.98px) {
    .s-hero__waves {
      right: 29%;
      width: 24.3%;
      bottom: 14.6%; } }
  @media (max-width: 575.98px) {
    .s-hero__waves {
      width: 48.8%;
      right: 7%;
      bottom: 7%; } }

.s-hero__asterisk-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  @media (max-width: 1279.98px) {
    .s-hero__asterisk-wrap {
      display: none; } }

.s-hero__asterisk {
  position: absolute;
  display: block;
  right: 3.4%;
  top: 44.6%;
  width: 6%; }

.s-hero__info-body {
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  padding: 10px;
  position: relative; }
  @media (max-width: 767.98px) {
    .s-hero__info-body {
      margin-left: -20px;
      margin-right: -20px;
      border-left: none;
      border-right: none; } }
  @media (max-width: 600px) {
    .s-hero__info-body {
      padding-left: 0;
      padding-right: 0; }
      .s-hero__info-body::before {
        content: '';
        position: absolute;
        top: 48.8%;
        left: 0;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background-color: #D2D2D2; } }

.s-hero__info-track {
  background-color: #fff;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  isolation: isolate; }
  .s-hero__info-track.in-view .s-hero__info-list {
    -webkit-animation: marquee 20s linear infinite;
         -o-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite; }
  @media (max-width: 600px) {
    .s-hero__info-track {
      border-radius: 0; } }

.s-hero__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.s-hero__days-untill {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  background-color: #272C4E;
  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;
  padding: 6px 6px 6px 36px;
  border-radius: 55px;
  overflow: hidden;
  isolation: isolate; }
  @media (max-width: 991.98px) {
    .s-hero__days-untill {
      padding: 11px 6px 11px 36px; } }
  @media (max-width: 600px) {
    .s-hero__days-untill {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      right: 0;
      z-index: 1;
      margin-top: 20px;
      padding: 14px 14px 14px 32px;
      margin-left: 10px;
      margin-right: 10px; } }

.s-hero__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .s-hero__info-item:nth-child(odd) .s-hero-info-item__title {
    font-family: var(--font-Geograph-Black);
    font-size: 24px;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .s-hero__info-item:nth-child(odd) .s-hero-info-item__title {
        font-size: 20px;
        line-height: 28px; } }
    @media (max-width: 767.98px) {
      .s-hero__info-item:nth-child(odd) .s-hero-info-item__title {
        font-size: 18px;
        line-height: 24px; } }
  .s-hero__info-item:nth-child(even) .s-hero-info-item__title {
    font-family: var(--font-Geograph-Black);
    font-size: 20px;
    line-height: 26px; }

.s-hero-info-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px; }
  @media (max-width: 991.98px) {
    .s-hero-info-item__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 68px;
              flex: 0 0 68px;
      width: 68px; } }

.s-hero-info-item__img-wrap {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%; }
  .s-hero-info-item__img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.s-hero-info-item__title {
  margin: 0 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-transform: uppercase;
  padding: 17px 0;
  position: relative; }
  .s-hero-info-item__title::before, .s-hero-info-item__title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url("../images/border-dashed.svg"); }
  .s-hero-info-item__title::before {
    top: 0; }
  .s-hero-info-item__title::after {
    bottom: 0; }
  @media (max-width: 991.98px) {
    .s-hero-info-item__title {
      margin: 0 26px; } }

.days-untill__label {
  margin-right: 17px;
  font-size: 24px;
  line-height: 32px;
  font-family: var(--font-MetrikTrial-Medium);
  color: #3E95B0;
  max-width: 145px;
  text-transformn: none; }
  @media (max-width: 991.98px) {
    .days-untill__label {
      font-size: 22px;
      line-height: 28px; } }
  @media (max-width: 600px) {
    .days-untill__label {
      font-size: 18px;
      line-height: 24px;
      max-width: 100%; } }

.days-untill__counter {
  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; }
  .days-untill__counter .circle-wrap {
    width: 98px;
    height: 98px; }
    @media (max-width: 991.98px) {
      .days-untill__counter .circle-wrap {
        width: 66px;
        height: 66px; } }
    .days-untill__counter .circle-wrap .circle .mask,
    .days-untill__counter .circle-wrap .circle .fill-1 {
      width: 98px;
      height: 98px; }
      @media (max-width: 767.98px) {
        .days-untill__counter .circle-wrap .circle .mask,
        .days-untill__counter .circle-wrap .circle .fill-1 {
          width: 66px;
          height: 66px; } }
    .days-untill__counter .circle-wrap .circle .mask {
      clip: rect(0px, 98px, 98px, 49px); }
      @media (max-width: 767.98px) {
        .days-untill__counter .circle-wrap .circle .mask {
          clip: rect(0px, 66px, 66px, 33px); } }
    .days-untill__counter .circle-wrap .mask .fill-1 {
      clip: rect(0px, 49px, 98px, 0px);
      background-color: #3E95B0; }
      @media (max-width: 767.98px) {
        .days-untill__counter .circle-wrap .mask .fill-1 {
          clip: rect(0px, 33px, 66px, 0px); } }

.days-untill__counter-body {
  background-color: #203560;
  color: #fff;
  font-size: 36px;
  line-height: 52px;
  font-family: var(--font-Geograph-Black);
  z-index: 2; }
  @media (max-width: 991.98px) {
    .days-untill__counter-body {
      font-size: 26px;
      line-height: 36px; } }

.s-hero-cards__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  position: relative; }
  @media (max-width: 1365.98px) {
    .s-hero-cards__body {
      grid-template-columns: 1fr; } }
  @media (max-width: 767.98px) {
    .s-hero-cards__body {
      margin-left: -20px;
      margin-right: -20px;
      border-left: none;
      border-right: none; } }

.s-hero-cards__card {
  padding: 10px;
  height: 100%;
  position: relative; }
  .s-hero-cards__card:first-child {
    border-right: 1px solid #D2D2D2; }
    @media (max-width: 1365.98px) {
      .s-hero-cards__card:first-child {
        border-right: none;
        border-bottom: 1px solid #D2D2D2; } }

.hero-card__body {
  height: 100%;
  padding: 61px 68px 64px;
  position: relative;
  overflow: hidden;
  isolation: isolate; }
  .hero-card__body--margin {
    padding: 77px 68px 62px; }
    .hero-card__body--margin .hero-card__content {
      margin-top: 57px; }
      @media (max-width: 767.98px) {
        .hero-card__body--margin .hero-card__content {
          margin-top: 32px; } }
  .hero-card__body--flex {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .hero-card__body.white-text .hero-card__bottom--text {
    color: #fff; }
  .hero-card__body.white-bg {
    background-color: #fff; }
  .hero-card__body.blue-bg {
    background-color: #77C2DC; }
    .hero-card__body.blue-bg .hero-card__breadcrumbs {
      color: #272C4E; }
    .hero-card__body.blue-bg .hero-card__title {
      color: #272C4E; }
  .hero-card__body.main-bg {
    background-color: #272C4E; }
    .hero-card__body.main-bg .hero-card__breadcrumbs {
      color: #fff; }
    .hero-card__body.main-bg .hero-card__title {
      color: #fff; }
  .hero-card__body--img {
    padding: 0 !important;
    position: relative;
    padding-top: 60.2% !important;
    overflow: hidden;
    isolation: isolate;
    border-radius: 84px 0 84px 0; }
    .hero-card__body--img img {
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1365.98px) {
      .hero-card__body--img {
        padding-top: 45% !important; } }
    @media (max-width: 991.98px) {
      .hero-card__body--img {
        border-radius: 42px 0 42px 0; } }
    @media (max-width: 767.98px) {
      .hero-card__body--img {
        padding-top: 65.2% !important; } }
  @media (max-width: 1365.98px) {
    .hero-card__body {
      padding: 35px 50px 40px; } }
  @media (max-width: 767.98px) {
    .hero-card__body {
      padding: 26px 20px; } }
  .hero-card__body--categories {
    padding: 61px 68px 32px; }
    @media (max-width: 1365.98px) {
      .hero-card__body--categories {
        padding: 45px 50px 26px; } }
    @media (max-width: 767.98px) {
      .hero-card__body--categories {
        padding: 26px 20px 10px; } }

.hero-card__bg-lines {
  position: absolute;
  opacity: 0.2;
  top: -224px;
  left: -90%;
  pointer-events: none; }
  @media (min-width: 576px) {
    .hero-card__bg-lines--mb {
      display: none; } }
  @media (max-width: 1365.98px) {
    .hero-card__bg-lines {
      left: -400px; } }
  @media (max-width: 575.98px) {
    .hero-card__bg-lines {
      top: auto;
      bottom: -65px;
      left: -385px; }
      .hero-card__bg-lines--pc {
        display: none; } }

.hero-card__left {
  border-radius: 0 84px 0 84px; }
  @media (max-width: 1365.98px) {
    .hero-card__left {
      border-radius: 0 42px 0 42px; } }

.hero-card__breadcrumbs {
  letter-spacing: 0.6px;
  margin-top: 5px; }
  .hero-card__breadcrumbs .breadcrumbs__separator {
    background-color: #3E95B0; }

.hero-card .breadcrumbs > span a:after {
  background-color: #3E95B0; }

.hero-card__title {
  margin-top: 26px; }

.hero-card__bottom {
  margin-top: 60px; }
  .hero-card__bottom--text {
    max-width: 572px; }
  .hero-card__bottom--white {
    max-width: 400px; }
    .hero-card__bottom--white p {
      color: #fff; }
  .hero-card__bottom p {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--font-MetrikTrial-Bold); }
    @media (max-width: 991.98px) {
      .hero-card__bottom p {
        font-size: 18px;
        line-height: 24px; } }
  .hero-card__bottom--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .hero-card__bottom--btns a {
      padding: 5px 42px; }
    @media (max-width: 575.98px) {
      .hero-card__bottom--btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 575.98px) {
    .hero-card__bottom {
      margin-top: 44px; } }

.hero-card__right {
  border-radius: 84px 0 84px 0; }
  @media (max-width: 1365.98px) {
    .hero-card__right {
      border-radius: 42px 0 42px 0; } }

.hero-card__title-small {
  font-size: 36px;
  line-height: 52px;
  max-width: 605px;
  text-transform: uppercase; }
  @media (max-width: 1365.98px) {
    .hero-card__title-small {
      max-width: 70%; } }
  @media (max-width: 991.98px) {
    .hero-card__title-small {
      font-size: 30px;
      line-height: 42px;
      max-width: calc(100% - 40px); } }
  @media (max-width: 767.98px) {
    .hero-card__title-small {
      font-size: 26px;
      line-height: 36px;
      max-width: calc(100% - 20px); } }

.hero-card__list {
  margin-top: 34px; }
  .hero-card__list li {
    border-top: 1px solid #D2D2D2; }
    .hero-card__list li a {
      padding: 18px 0;
      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; }
      @media (any-hover: hover) {
        .hero-card__list li a:hover .content-li {
          color: #3E95B0; }
        .hero-card__list li a:hover .arrow svg {
          -webkit-animation: link-svg .4s both;
               -o-animation: link-svg .4s both;
                  animation: link-svg .4s both; } }
      .hero-card__list li a.active .content-li {
        color: #3E95B0; }
    .hero-card__list li .content-li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 10px;
              column-gap: 10px;
      font-size: 24px;
      line-height: 1;
      font-family: var(--font-Geograph-Black);
      text-transform: uppercase;
      -webkit-transition: color 0.4s ease;
           -o-transition: color 0.4s ease;
              transition: color 0.4s ease; }
      @media (max-width: 991.98px) {
        .hero-card__list li .content-li {
          font-size: 18px; } }
    .hero-card__list li .amount {
      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;
      background-color: #3E95B0;
      color: #fff;
      border-radius: 50%;
      min-width: 20px;
      min-height: 20px;
      margin-top: -2px;
      padding: 2.5px 4px;
      font-size: 12px;
      line-height: 14px;
      font-family: var(--font-MetrikTrial-Medium); }
      @media (max-width: 991.98px) {
        .hero-card__list li .amount {
          margin-top: -1px; } }
  @media (max-width: 991.98px) {
    .hero-card__list {
      margin-top: 25px; } }
  .hero-card__list .arrow {
    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;
    background-color: #DE8C42;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    overflow: hidden;
    isolation: isolate; }
    .hero-card__list .arrow svg {
      margin-top: -3px;
      margin-right: -3px; }

.hero-card__subtitle {
  margin: 20px 0;
  max-width: 365px;
  font-family: var(--font-MetrikTrial-Bold);
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 1365.98px) {
    .hero-card__subtitle {
      max-width: 450px; } }
  @media (max-width: 767.98px) {
    .hero-card__subtitle {
      max-width: 100%;
      font-size: 16px;
      line-height: 20px;
      margin: 16px 0 12px; } }

.hero-card__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 767.98px) {
    .hero-card__content {
      font-size: 14px;
      line-height: 18px;
      gap: 14px; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase; }
  .breadcrumbs__link {
    margin-bottom: -3px;
    padding-bottom: 3px;
    display: block;
    position: relative; }
    .breadcrumbs__link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background-color: #fff;
      -webkit-transition: width 0.3s ease;
           -o-transition: width 0.3s ease;
              transition: width 0.3s ease; }
    @media (any-hover: hover) {
      .breadcrumbs__link:hover::after {
        width: 100%; } }
  .breadcrumbs__separator {
    margin: 0 14px;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff; }
  .breadcrumbs__item--current {
    pointer-events: none; }
  .breadcrumbs > span {
    position: relative; }
    .breadcrumbs > span a:after {
      content: '';
      margin: 0 14px;
      position: relative;
      width: 6px;
      height: 6px;
      background-color: #fff;
      display: inline-block;
      margin-bottom: 3px; }
    .breadcrumbs > span a > span {
      position: relative; }
      .breadcrumbs > span a > span::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0;
        height: 2px;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
             -o-transition: width 0.3s ease;
                transition: width 0.3s ease; }
    @media (any-hover: hover) {
      .breadcrumbs > span a:hover span::before {
        width: 100%; } }
    .breadcrumbs > span:last-of-type:after {
      display: none; }

.single-product .hero-secondary__title {
  padding: 0 40px;
  font-size: 60px;
  line-height: 68px; }
  @media (max-width: 1579.98px) {
    .single-product .hero-secondary__title {
      font-size: 54px;
      line-height: 64px; } }
  @media (max-width: 1365.98px) {
    .single-product .hero-secondary__title {
      font-size: 45px;
      line-height: 55px; } }
  @media (max-width: 1279.98px) {
    .single-product .hero-secondary__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 991.98px) {
    .single-product .hero-secondary__title {
      font-size: 40px;
      line-height: 52px; } }
  @media (max-width: 767.98px) {
    .single-product .hero-secondary__title {
      font-size: 35px;
      line-height: 45px; } }

body.woocommerce-page .hero-secondary__content {
  padding: 40px 0 35px; }
  @media (max-width: 767px) {
    body.woocommerce-page .hero-secondary__content {
      padding: 40px 10px 35px; } }
  body.woocommerce-page .hero-secondary__content .hero-secondary__title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 16px; }
    @media (max-width: 767px) {
      body.woocommerce-page .hero-secondary__content .hero-secondary__title {
        font-size: 30px;
        line-height: normal; } }

.hero-primary__body {
  padding: 10px;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767.98px) {
    .hero-primary__body {
      border: none;
      margin-left: -20px;
      margin-right: -20px; } }

.hero-primary__content {
  position: relative;
  padding: 84px 40px 110px;
  border-radius: 0 84px 0 84px;
  overflow: hidden;
  isolation: isolate; }
  @media (max-width: 991.98px) {
    .hero-primary__content {
      padding: 40px 20px 50px; } }
  @media (max-width: 767.98px) {
    .hero-primary__content {
      border-radius: 0 42px 0 42px; } }

.hero-primary__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .hero-primary__img::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .hero-primary__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.hero-primary__breadcrumbs {
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hero-primary__title {
  color: #fff;
  text-align: center;
  margin: 36px auto 0;
  max-width: 1000px; }
  @media (max-width: 575.98px) {
    .hero-primary__title {
      font-size: 32px;
      line-height: 45px;
      margin: 15px auto 0; } }

.hero-secondary__body {
  padding: 10px;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2; }
  @media (max-width: 767.98px) {
    .hero-secondary__body {
      border: none;
      margin-left: -20px;
      margin-right: -20px; } }

.hero-secondary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #77C2DC url(../images/hero-secondary/bg-shape.png) bottom left/contain no-repeat;
  border-radius: 0 84px 0 84px;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  padding: 82px 0 105px; }
  @media (max-width: 991.98px) {
    .hero-secondary__content {
      padding: 40px 0 50px;
      background: #77C2DC url(../images/hero-secondary/bg-shape.png) bottom left/100% 50% no-repeat; } }
  @media (max-width: 767.98px) {
    .hero-secondary__content {
      border-radius: 0 42px 0 42px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 40px 20px 50px;
      background: #77C2DC url(../images/hero-secondary/bg-shape.png) bottom left/200% auto no-repeat; } }
  @media (max-width: 575.98px) {
    .hero-secondary__content {
      padding: 40px 10px 50px; } }

.hero-secondary__lines {
  position: absolute;
  opacity: 0.2;
  top: -79px;
  left: -123px;
  pointer-events: none;
  z-index: -1; }
  @media (max-width: 575.98px) {
    .hero-secondary__lines {
      top: -15px; } }

.hero-secondary__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
  margin-bottom: -45%; }
  .hero-secondary__img--left {
    margin-left: 58px; }
    @media (max-width: 991.98px) {
      .hero-secondary__img--left {
        margin-left: 20px; } }
    @media (max-width: 767.98px) {
      .hero-secondary__img--left {
        margin-left: 0; } }
  .hero-secondary__img--right {
    margin-right: 44px;
    margin-left: 13px; }
    @media (max-width: 991.98px) {
      .hero-secondary__img--right {
        margin-left: 0;
        margin-right: 20px; } }
    @media (max-width: 767.98px) {
      .hero-secondary__img--right {
        margin-right: 0; } }
  .hero-secondary__img img {
    -webkit-transform: translateY(-40px);
         -o-transform: translateY(-40px);
            transform: translateY(-40px); }
    @media (max-width: 991.98px) {
      .hero-secondary__img img {
        -webkit-transform: translateY(-20px);
             -o-transform: translateY(-20px);
                transform: translateY(-20px); } }
  @media (max-width: 1279.98px) {
    .hero-secondary__img {
      margin-bottom: -20%; }
      .hero-secondary__img img {
        position: relative;
        bottom: -8%;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); } }
  @media (max-width: 767.98px) {
    .hero-secondary__img {
      margin-bottom: -45%;
      padding: 15px;
      text-align: center; }
      .hero-secondary__img img {
        max-width: 120px; } }
  @media (max-width: 575.98px) {
    .hero-secondary__img img {
      max-width: 91px; } }
  @media (max-width: 425px) {
    .hero-secondary__img {
      margin-bottom: -55%; } }

.hero-secondary__textcontent {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  @media (max-width: 767.98px) {
    .hero-secondary__textcontent {
      grid-column: span 2;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.hero-secondary__breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em; }
  .hero-secondary__breadcrumbs .breadcrumbs__separator {
    background-color: #3E95B0; }
  .hero-secondary__breadcrumbs .breadcrumbs__link::after {
    background-color: #272C4E; }

.hero-secondary .breadcrumbs > span a:after {
  background-color: #3E95B0; }

.hero-secondary .breadcrumbs > span a > span::before {
  background-color: #272C4E; }

.hero-secondary__title {
  margin-top: 28px; }
