0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --header-height: 6.3125rem;
  --header-gap: 2.6%;
  --work-meta: 100%;
}
@media (min-width: 1024px) {
  :root {
    --header-gap: 2.6%;
    --work-meta: 18.4375rem;
  }
  :root .home {
    --header-height: 3.4375rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --work-meta: 21.1875rem;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}
html.has-scroll-smooth {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html.has-scroll-smooth body {
  overflow-x: hidden;
}
html.has-scroll-smooth .c-scrollbar {
  z-index: 10;
}
html.has-scroll-smooth .c-scrollbar_thumb {
  opacity: 1;
}

.iti__country-list {
  background-color: #212121 !important;
  border: 1px solid #ccc;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

img,
video,
iframe {
  vertical-align: bottom;
}

.page-wrap {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  min-height: 100vh;
  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: linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%);
  margin: 0 auto;
}
.page-wrap section {
  width: 100%;
}

.col-start, .wysiwyg-styles > ul, .wysiwyg-styles > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.col-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;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.no-click {
  pointer-events: none;
}

.not-found {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 80.4vh;
  background: #212121;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 419px) {
  .not-found {
    height: 68.2222vh;
  }
}
@media (max-width: 1059px) {
  .not-found {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.not-found.without-img .not-found__content {
  width: 100%;
}
.not-found.without-img .not-found__content-inner {
  position: relative;
  width: auto;
  text-align: center;
}
.not-found.without-img .not-found__btn-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found.bg-img {
  min-height: 987px;
}
.not-found.bg-img .not-found__content {
  width: 100%;
}
.not-found.bg-img .not-found__content-inner {
  position: relative;
  width: auto;
  text-align: center;
  color: #ffffff;
}
.not-found.bg-img .not-found__btn-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found.title-img {
  margin-top: 400px;
}
.not-found.title-img .not-found__title-404 {
  color: #ffffff;
}
.not-found.title-img .not-found__title-404 span {
  text-align: center;
  position: relative;
}
.not-found.title-img .not-found__content {
  width: 100%;
}
.not-found.title-img .not-found__img {
  min-height: 500px;
  top: -222px;
}
.not-found.title-img .not-found__content-inner {
  position: relative;
  width: auto;
  text-align: center;
}
.not-found.title-img .not-found__btn-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found__img-wrapper {
  min-height: 911px;
  position: relative;
  width: 30%;
}
@media (max-width: 1059px) {
  .not-found__img-wrapper {
    width: 100%;
  }
}
.not-found__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 70%;
}
@media (max-width: 1059px) {
  .not-found__content {
    width: 100%;
  }
}
.not-found__title-404 {
  font-family: "Inter", sans-serif;
  font-size: calc(100rem / 16 + 100 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 34px;
  width: 100%;
}
@media (min-width: 1440px) {
  .not-found__title-404 {
    font-size: calc(200 / 16 + rem);
  }
}
.not-found__title {
  font-family: "Inter", sans-serif;
  font-size: calc(26rem / 16 + 14 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  position: relative;
  margin-bottom: 16px;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 1440px) {
  .not-found__title {
    font-size: calc(40 / 16 + rem);
  }
}
.not-found__text {
  font-family: "Inter", sans-serif;
  font-size: calc(18rem / 16 + 0 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .not-found__text {
    font-size: calc(18 / 16 + rem);
  }
}
.not-found__btn-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found__btn-wrapper a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #212121;
  position: relative;
  width: auto;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 1159px) {
  .not-found__btn-wrapper a {
    font-size: 16px;
  }
}

.search-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5%;
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.search-page__title {
  position: relative;
  width: 100%;
}
.search-page__title h1 {
  font-family: "Inter", sans-serif;
  font-size: calc(32rem / 16 + 32 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .search-page__title h1 {
    font-size: calc(64 / 16 + rem);
  }
}
.search-page__text {
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.search-page__text p {
  font-family: "Inter", sans-serif;
  font-size: calc(18rem / 16 + 0 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media (min-width: 1440px) {
  .search-page__text p {
    font-size: calc(18 / 16 + rem);
  }
}
.search-page__search-bar-container {
  position: relative;
  width: 100%;
}
.search-page__search-bar-container form {
  position: relative;
  width: 100%;
}
.search-page__search-btn {
  position: absolute;
  top: 22px;
  right: -2px;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.search-page__search-bar {
  color: #FFBC00 !important;
  position: relative;
  border-radius: 31.429px !important;
  background: #DFE7FE !important;
  font-family: "Inter", sans-serif;
  font-size: calc(18rem / 16 + 0 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media (min-width: 1440px) {
  .search-page__search-bar {
    font-size: calc(18 / 16 + rem);
  }
}
.search-page__action-panel {
  margin-top: 16px;
  position: relative;
  width: 100%;
}
.search-page__action-panel-count-res {
  font-family: "Inter", sans-serif;
  font-size: calc(16rem / 16 + 0 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: #75777E;
}
@media (min-width: 1440px) {
  .search-page__action-panel-count-res {
    font-size: calc(16 / 16 + rem);
  }
}
.search-page__action-title {
  margin-top: 100px;
  position: relative;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: calc(24rem / 16 + 8 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  padding-bottom: 60px;
}
@media (min-width: 1440px) {
  .search-page__action-title {
    font-size: calc(32 / 16 + rem);
  }
}
.search-page__action-title:after {
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  left: 0;
}
.search-page__action-title span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border-radius: 50%;
  background: #6890FF;
  color: #fff;
  font-size: 19px;
  position: relative;
  top: -7px;
}

.search__items {
  position: relative;
  width: 100%;
}
.search__items.tag-without-bg .tags__item {
  background: transparent;
}
.search__items.brand-title-color .post-item__title-link {
  color: #FFBC00;
}
.search__items.brand-play-color .post-item__icon-play {
  fill: #FFBC00;
}
.search__items.light-play-color .post-item__icon-play {
  fill: #DFE7FE;
}
.search__items.box-shadow .post-item {
  -webkit-box-shadow: 0px 0px 50px -10px rgba(1, 21, 193, 0.08);
          box-shadow: 0px 0px 50px -10px rgba(1, 21, 193, 0.08);
}
.search__items.three-s-in-row {
  display: grid;
  grid-template-columns: 25% 25% 25%;
  gap: 32px;
  position: relative;
}
@media (max-width: 1119px) {
  .search__items.three-s-in-row {
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
}
@media (max-width: 619px) {
  .search__items.three-s-in-row {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.search__items.three-s-in-row .post-item__icon-play {
  width: 73px;
  height: 73px;
}
.search__items.three-s-in-row .post-item__img-wrap {
  max-height: 270px;
  height: 270px;
}
@media (max-width: 1119px) {
  .search__items.three-s-in-row .post-item__img-wrap {
    max-height: 170px;
    height: 100%;
  }
}
.search__items.three-in-row-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__items.three-in-row-full .post-item {
  width: 33%;
  margin-bottom: 32px;
}
@media (max-width: 1119px) {
  .search__items.three-in-row-full .post-item {
    width: 49.5%;
  }
}
@media (max-width: 619px) {
  .search__items.three-in-row-full .post-item {
    width: 100%;
  }
}
.search__items.three-in-row-full .post-item__icon-play {
  width: 73px;
  height: 73px;
}
.search__items.three-in-row-full .post-item__img-wrap {
  max-height: 360px;
  height: 360px;
}
@media (max-width: 1259px) {
  .search__items.three-in-row-full .post-item__img-wrap {
    max-height: 260px;
    height: 100%;
  }
}
@media (max-width: 619px) {
  .search__items.three-in-row-full .post-item__img-wrap {
    max-height: 170px;
    height: 100%;
  }
}
.search__items.two-in-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.search__items.two-in-row .post-item {
  width: 49.5%;
  margin-bottom: 32px;
}
@media (max-width: 1119px) {
  .search__items.two-in-row .post-item {
    width: 49.5%;
  }
}
@media (max-width: 619px) {
  .search__items.two-in-row .post-item {
    width: 100%;
  }
}
.search__items.two-in-row .post-item__icon-play {
  width: 97px;
  height: 97px;
}
.search__items.two-in-row .post-item__img-wrap {
  max-height: 450px;
  height: 450px;
}
@media (max-width: 1259px) {
  .search__items.two-in-row .post-item__img-wrap {
    max-height: 220px;
    height: 100%;
  }
}
@media (max-width: 619px) {
  .search__items.two-in-row .post-item__img-wrap {
    max-height: 170px;
    height: 100%;
  }
}
.search__items.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1159px) {
  .search__items.two-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search__items.two-columns .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  margin-bottom: 20px;
}
@media (max-width: 1159px) {
  .search__items.two-columns .post-item {
    width: 100%;
  }
}
@media (max-width: 689px) {
  .search__items.two-columns .post-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search__items.two-columns .post-item__content {
  padding: 24px;
}
@media (max-width: 689px) {
  .search__items.two-columns .post-item__content {
    width: 100%;
  }
}
.search__items.two-columns .post-item__icon-play {
  width: 129px;
  height: 129px;
}
@media (max-width: 689px) {
  .search__items.two-columns .post-item__icon-play {
    width: 80px;
    height: 80px;
  }
}
.search__items.two-columns .post-item__label {
  top: 16px;
  left: 16px;
}
.search__items.full-width .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  max-height: 580px;
}
@media (max-width: 689px) {
  .search__items.full-width .post-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search__items.full-width .post-item__content {
  padding: 24px;
  width: 100%;
}
.search__items.full-width .post-item__icon-play {
  width: 129px;
  height: 129px;
}
@media (max-width: 689px) {
  .search__items.full-width .post-item__icon-play {
    width: 80px;
    height: 80px;
  }
}
.search__items.full-width .post-item__label {
  top: 16px;
  left: 16px;
}
.search__items .post-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.search__items .post-item.with-border {
  border: 1px solid var(--primary-blue-50, #DFE7FE);
  background: var(--basic-white-0, #FFF);
}
.search__items .post-item.with-bg {
  background: #DFE7FE;
}
.search__items .post-item.with-bg .tags__item {
  background: linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%);
}
.search__items .post-item__img-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.search__items .post-item__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.search__items .post-item__label {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-size: calc(12rem / 16 + 4 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  border-radius: 4px;
  background: var(--neutral-gray-50, #F8F8F8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 12px;
  position: absolute;
  left: 8px;
  top: 8px;
}
@media (min-width: 1440px) {
  .search__items .post-item__label {
    font-size: calc(16 / 16 + rem);
  }
}
.search__items .post-item__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 12px 18px 12px;
  position: relative;
  width: 100%;
}
.search__items .post-item__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.search__items .post-item__content-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: auto;
}
.search__items .post-item__content-top-left .post-item__time {
  margin-right: 8px;
}
.search__items .post-item__content-top-left .author-card {
  margin-left: 8px;
}
.search__items .post-item__content-top-left .author-card:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #FFFFFF;
}
.search__items .post-item__time {
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  width: auto;
}
@media (min-width: 1440px) {
  .search__items .post-item__time {
    font-size: calc(14 / 16 + rem);
  }
}
.search__items .post-item .author-card {
  position: relative;
  width: auto;
}
.search__items .post-item .author-card .author-card__img {
  display: none;
}
.search__items .post-item .author-card .author-card__name {
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .search__items .post-item .author-card .author-card__name {
    font-size: calc(14 / 16 + rem);
  }
}
.search__items .post-item .author-card .author-card__author-position {
  display: none;
}
.search__items .post-item__title {
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.search__items .post-item__title-link {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: calc(20rem / 16 + 4 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 0.48px;
}
@media (min-width: 1440px) {
  .search__items .post-item__title-link {
    font-size: calc(24 / 16 + rem);
  }
}
.search__items .post-item__description {
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.search__items .post-item__description p strong {
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: bold;
  line-height: 120%; /* 14.4px */
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .search__items .post-item__description p strong {
    font-size: calc(14 / 16 + rem);
  }
}
.search__items .post-item__description p {
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .search__items .post-item__description p {
    font-size: calc(14 / 16 + rem);
  }
}
.search__items .post-item__category {
  margin-top: 12px;
  position: relative;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 1440px) {
  .search__items .post-item__category {
    font-size: calc(14 / 16 + rem);
  }
}
.search__items .post-item__category span {
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 1440px) {
  .search__items .post-item__category span {
    font-size: calc(14 / 16 + rem);
  }
}
.search__items .post-item__category.top {
  margin-top: 0;
  width: auto;
}
.search__items .post-item__category-name {
  color: #FFBC00;
}
.search__items .post-item__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}
.search__items .tags {
  position: relative;
  width: 100%;
}
.search__items .tags__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.search__items .tags__item {
  background: #DFE7FE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 6px 12px;
  position: relative;
  width: auto;
  margin-top: 12px;
  margin-right: 12px;
}
.search__items .tags__item-title {
  color: #FFBC00;
  font-family: "Inter", sans-serif;
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .search__items .tags__item-title {
    font-size: calc(14 / 16 + rem);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #FFBC00;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  display: none; /* Hidden by default */
  z-index: 1000;
}

.scroll-to-top.show {
  display: block;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65px;
  background: #212121;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header.fixed {
  position: fixed;
}
.header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 8.6875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%)), color-stop(46.06%, rgba(223, 231, 254, 0.59)), to(rgba(223, 231, 254, 0)));
  background: linear-gradient(180deg, linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%) 0%, rgba(223, 231, 254, 0.59) 46.06%, rgba(223, 231, 254, 0) 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.66s ease;
  transition: opacity 0.66s ease;
}
@media (max-width: 1023px) {
  .header:after {
    height: calc(var(--header-gap) + 3rem);
  }
}
.header .header__top-bar-top-action-extra-mob {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 559px) {
  .header .header__top-bar-top-action-extra-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__top-bar {
  background: #2F2F2F;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header__top-bar-inner {
  max-width: 1286px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 559px) {
  .header__top-bar-inner {
    padding: 0 10px;
  }
}
.header__top-bar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 559px) {
  .header__top-bar-top {
    padding: 10px 0 5px;
  }
}
@media (max-width: 409px) {
  .header__top-bar-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__top-bar-top-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 409px) {
  .header__top-bar-top-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__top-bar-top-title {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.06px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-left: 20px;
}
@media (max-width: 559px) {
  .header__top-bar-top-title {
    margin-left: 8px;
  }
}
@media (max-width: 409px) {
  .header__top-bar-top-title {
    max-width: 90%;
  }
}
.header__top-bar-top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-bar-top-action-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 559px) {
  .header__top-bar-top-action-extra {
    display: none;
  }
}
.header__main-nav-menu {
  padding: 0;
}
.header__top-bar-top-action-extra-text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.06px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #FFBC00;
  margin-right: 8px;
}
.header__top-bar-top-action-close {
  cursor: pointer;
}
.header__top-bar-top-text {
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-top: 1px solid #FFBC00;
}
.header .header__top-bar-top-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* Smooth transition */
}
.header .header__top-bar-top-text--visible {
  max-height: 100px; /* Adjust based on your content's height */
  opacity: 1;
  padding: 10px 0;
}
.header .header__top-bar {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
}
.header .header__top-bar--hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header .header__top-bar--hidden .header__top-bar-top {
  padding: 0;
}
.header .header__top-bar--hidden-m {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header__container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 188, 0, 0.1)), color-stop(50.29%, rgba(255, 188, 0, 0)));
  background: linear-gradient(360deg, rgba(255, 188, 0, 0.1) 0%, rgba(255, 188, 0, 0) 50.29%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1249px) {
  .header__container {
    min-height: 66px;
  }
}
.header_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .btn-primary {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.06px;
  text-align: left;
  padding: 8px 10px;
  color: #212121;
}
.header__inner {
  max-width: 1286px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1017px) {
  .header__inner {
    padding: 10px 20px;
  }
}
.header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: auto;
}
@media (max-width: 1249px) {
  .header__menus {
    display: none;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo .iti__flag.iti__af {
  display: block;
}
@media (max-width: 1023px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo img {
    max-width: 90px;
    width: 100%;
  }
}
@media (max-width: 349px) {
  .header__logo img {
    max-width: 70px;
    width: 100%;
  }
}
.header__logo-img {
  margin-left: 10px;
}
@media (max-width: 349px) {
  .header__auto-flag {
    width: 16px !important;
  }
}
.header__hamb {
  background: unset;
  border: unset;
  cursor: pointer;
  display: none;
  margin-right: 10px;
}
@media (max-width: 1249px) {
  .header__hamb {
    display: block;
    padding-left: 24px !important;
    padding-right: 19px !important;
    cursor: pointer;
  }
}
.header__hamb .menu-btn {
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.header__hamb .menu-btn__line {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.header__hamb .menu-btn__line:nth-child(4) {
  width: 24px;
  margin: 0;
}
.header__hamb .menu-btn__line:nth-child(1) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.header__hamb .menu-btn__line:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.header__hamb .menu-btn__line:nth-child(3) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.header__hamb .menu-btn__line:nth-child(4) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__hamb .menu-btn__close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
      -ms-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
          transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.header__hamb .menu-btn__close::before, .header__hamb .menu-btn__close::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__hamb .menu-btn__close::before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.header__hamb .menu-btn__close::after {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.header__hamb.is-active .menu-btn__line {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.header__hamb.is-active .menu-btn__close::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.header__hamb.is-active .menu-btn__close::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.header__hamb.is-active .menu-btn__line:nth-child(1) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.header__hamb.is-active .menu-btn__line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header__hamb.is-active .menu-btn__line:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.header__hamb.is-active .menu-btn__line:nth-child(4) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header__hamb.menu-btn {
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  cursor: pointer;
}
.header__main-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 50px -10px rgba(46, 50, 55, 0.08);
          box-shadow: 0px 0px 50px -10px rgba(46, 50, 55, 0.08);
}
@media (max-width: 1249px) {
  .header__main-nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 100vh;
    background-color: linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%);
    -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-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    overflow: hidden;
    z-index: 3;
    pointer-events: none;
    padding: var(--header-height) var(--header-gap) 3.125rem;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .header__main-nav-menu.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: auto;
    -webkit-transition: -webkit-transform 0.75s ease 0.05s;
    transition: -webkit-transform 0.75s ease 0.05s;
    transition: transform 0.75s ease 0.05s;
    transition: transform 0.75s ease 0.05s, -webkit-transform 0.75s ease 0.05s;
  }
}
.header__main-nav-menu > li {
  position: relative;
}
.header__main-nav-menu > li.current-menu-item > a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__main-nav-menu > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
}
.header__main-nav-menu > li > a:hover {
  color: #FFBC00;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .header__main-nav-menu > li {
    position: relative;
    font-size: calc(16rem / 16 + 0 * (100vw - 390px) / 1050);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-right: 14px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .header__main-nav-menu > li {
    font-size: calc(16 / 16 + rem);
  }
}
@media (min-width: 1024px) {
  .header__main-nav-menu > li:last-child {
    margin-right: unset;
  }
}
.header__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.header__btn {
  font-size: calc(16rem / 16 + 0 * (100vw - 390px) / 1050);
  margin-right: 12px;
}
@media (min-width: 1440px) {
  .header__btn {
    font-size: calc(16 / 16 + rem);
  }
}
.header__btn:last-child {
  margin-right: unset;
}
.header__btn.btn-border {
  font-size: calc(16rem / 16 + 0 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .header__btn.btn-border {
    font-size: calc(16 / 16 + rem);
  }
}
.header__btn.btn-primary {
  font-size: calc(16rem / 16 + 0 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .header__btn.btn-primary {
    font-size: calc(16 / 16 + rem);
  }
}
.header__lang select {
  margin-top: 0;
}
.header__lang {
  position: relative;
  width: auto;
}
.header__lang .lang.active li a::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__lang > ul {
  margin: 6.38px 0;
}
.header__lang > ul > li {
  width: 100%;
}
.header__lang > ul > li > a {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px !important;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__lang > ul > li > a:hover span {
  color: rgb(60, 159, 221);
}
.header__lang > ul > li > a span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__lang .sub-menu {
  position: absolute;
  top: 100%;
  inset-inline: auto 0px;
  opacity: 0;
  -webkit-box-shadow: rgba(34, 36, 38, 0.12) 0px 2px 4px 0px, rgba(34, 36, 38, 0.15) 0px 2px 10px 0px;
          box-shadow: rgba(34, 36, 38, 0.12) 0px 2px 4px 0px, rgba(34, 36, 38, 0.15) 0px 2px 10px 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: display 0s linear 0.3s, opacity 0.3s linear 0s, max-height 0.3s linear 0s;
  transition: display 0s linear 0.3s, opacity 0.3s linear 0s, max-height 0.3s linear 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 72px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.header__lang .sub-menu.active {
  opacity: 1;
  min-height: 440px;
}
.header__lang .sub-menu li {
  width: 100%;
}
.header__lang .sub-menu li a {
  white-space: nowrap;
  color: black;
  padding: 10px !important;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
}
.header__lang .sub-menu li a span {
  color: black;
}
.header__lang .sub-menu li a:hover {
  background-color: #FFBC00;
  color: rgb(255, 255, 255);
}
.header__lang .sub-menu li a:after {
  content: "";
  opacity: 0;
}
.header__lang .sub-menu li a span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.header__mobile {
  display: none;
  width: 100%;
  color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: fixed;
  top: 65px;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: 100vh;
  overflow-y: auto; /* Enables vertical scrolling */
}
.header__mobile.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1249px) {
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__mobile ul {
  padding: 0;
}
.header__mobile ul li {
  font-family: "Roboto", system-ui;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.header__mobile ul li a {
  font-family: "Roboto", system-ui;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #212121;
}
.header__mobile ul li a:hover {
  color: #FFBC00;
}
.header .geo-true {
  display: block;
}
.header .geo-false {
  display: none;
}
.header .flag-icon {
  display: inline-block;
  width: 40px;
  height: 30px;
  background-size: cover;
}
.header #allowLocation {
  display: none;
}
.header .header__lang {
  position: relative;
  display: inline-block;
  width: 72px;
  margin-right: 5px;
}
@media (max-width: 1249px) {
  .header .header__lang {
    display: none;
  }
}
.header .header__lang .sub-menu .current-lang {
  display: none;
}
.header .header__lang .lang {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header__lang .lang > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header .header__lang .lang > li > a {
  text-decoration: none;
  color: #333;
}
.header .header__lang .lang img {
  min-width: 14px;
  width: 14px !important;
  height: 14px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.3em;
}
.header .header__lang .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  list-style: none;
  padding: 0;
  z-index: 1000;
  border-radius: 0px 0px 5px 5px;
  min-height: 440px;
}
.header .header__lang .lang > li:hover .sub-menu {
  display: block;
}
.header .header__lang .sub-menu a {
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
}
.header .header__lang > ul > li > a span {
  font-size: 12px;
  font-weight: 700;
  margin-left: 0;
}
.header .header__lang > ul > li > a:hover span {
  color: #FFBC00;
}
.header .header__lang:hover {
  color: #212121;
  background: #fff;
  border-radius: 5px 5px 0px 0;
}
.header .header__lang:hover span {
  color: #212121;
}
.header .header__lang:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .header__lang:hover svg path {
  fill: #212121;
}
.header .lang-item {
  padding: 0;
  font-weight: 700;
  font-size: 12px;
}
.header .lang-item img {
  width: 20px !important;
  height: 13.53px !important;
}
.header .lang-item span {
  font-weight: 700;
  font-size: 12px;
}
.header .header__lang-mobile {
  position: relative;
  width: 100%;
}
.header .header__lang-mobile .lang {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  width: 100%;
}
.header .header__lang-mobile .lang span {
  color: #212121;
  font-family: "Roboto", system-ui;
  font-size: 10px;
  font-weight: 700;
  line-height: 13.62px;
}
.header .header__lang-mobile .lang-item span {
  margin-left: 0.3em;
}
.header .header__lang-mobile .lang li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header__lang-mobile .pll-parent-menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
  background-color: #ffc107; /* Example background color */
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 51px;
}
.header .header__lang-mobile .close-lang {
  position: absolute;
  right: 0;
  cursor: pointer;
  bottom: -40px;
}
@media (max-width: 379px) {
  .header .header__lang-mobile .close-lang {
    bottom: -30px;
  }
}
.header .header__lang-mobile .pll-parent-menu-item > a img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.header .header__lang-mobile .pll-parent-menu-item > a svg {
  margin-left: auto;
}
.header .header__lang-mobile .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent !important;
  border: none !important;
  border-radius: 5px;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.header .header__lang-mobile .sub-menu li {
  width: 20%;
  margin-bottom: 0px;
}
@media (max-width: 539px) {
  .header .header__lang-mobile .sub-menu li {
    width: 33%;
  }
}
@media (max-width: 429px) {
  .header .header__lang-mobile .sub-menu li {
    width: 49.5%;
  }
}
@media (max-width: 379px) {
  .header .header__lang-mobile .sub-menu li {
    width: 100%;
  }
}
.header .header__lang-mobile .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  width: 51px;
  margin-top: 6px;
  background: #C3C3C3;
  border-radius: 5px;
}
.header .header__lang-mobile .sub-menu li a img {
  min-width: 14px;
  width: 14px !important;
  height: 14px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.header .header__lang-mobile .pll-parent-menu-item:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__lang-mobile-co {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
  max-width: 278px;
  overflow-y: auto; /* Enables vertical scrolling */
}
@media (max-width: 539px) {
  .header__lang-mobile-co {
    max-width: 170px;
  }
}
@media (max-width: 429px) {
  .header__lang-mobile-co {
    max-width: 112px;
  }
}
@media (max-width: 379px) {
  .header__lang-mobile-co {
    max-width: 51px;
  }
}

.rtl .header__main-nav-menu > li > a {
  font-family: "Noto Sans Arabic", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
.rtl .header__inner .header_actions {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rtl .header__inner .header_actions .header__lang {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rtl .header__inner .header_actions .btn-primary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .header__inner .header__menus {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .header__inner .header__logo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.rtl .header .header__lang > ul > li > a span {
  font-size: 12px;
  font-weight: 700;
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .header .header__lang .lang img {
  min-width: 14px;
  width: 14px !important;
  height: 14px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.3em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .header__logo .iti__flag.iti__af {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .header__logo-img {
  margin-left: unset;
  margin-right: 10px;
}
.rtl div#header-country {
  orphans: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.rtl .header__menus-mobile {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .header__lang-mobile-co {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rtl .header .header__lang-mobile .lang li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rtl .header__top-bar {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.rtl .header__top-bar-top-action-extra-text {
  direction: rtl;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.rtl .header__top-bar-top-title {
  direction: rtl;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.rtl .header__top-bar-top-text {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  text-align: right;
  direction: rtl;
}

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #212121;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 114px 0 55px;
  /* Animation class */
  /* Small screens stack */
}
.footer__inner {
  max-width: 1286px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__content {
  position: relative;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  position: relative;
  width: auto;
  margin-right: 15px;
}
@media (max-width: 1159px) {
  .footer__logo {
    margin-right: 4px;
  }
}
@media (max-width: 1159px) {
  .footer__logo-img {
    width: 90px;
  }
}
.footer__copyrights {
  position: relative;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
@media (max-width: 1159px) {
  .footer__copyrights {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 280px;
  }
}
@media (max-width: 459px) {
  .footer__copyrights {
    margin-top: 20px;
    padding-left: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__menus {
  position: relative;
  width: auto;
}
.footer__menus a {
  position: relative;
  display: inline;
  margin: 0 10px;
  font-size: 14px;
}
.footer__menus a:hover {
  color: #FFBC00;
}
@media (max-width: 1159px) {
  .footer__logo-18 {
    width: 20px;
  }
}
.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  position: relative;
  width: auto;
}
@media (max-width: 1159px) {
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 280px;
  }
}
@media (max-width: 459px) {
  .footer__copyright {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 336px) {
  .footer .header__logo-18 {
    margin-top: 10px;
  }
}
.footer__socials {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.footer__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: auto;
}
.footer__socials-item {
  position: relative;
  margin-right: 10px;
  width: auto;
}
.footer__socials-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FEBD02;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: all ease-out;
  transition: all ease-out;
}
.footer__socials-item a svg {
  -webkit-transition: all ease-out;
  transition: all ease-out;
}
.footer__socials-item a:hover {
  -webkit-box-shadow: 0px 0px 20px 0px #FEBD02;
          box-shadow: 0px 0px 20px 0px #FEBD02;
}
.footer__socials-item a:hover svg {
  -webkit-transition: all ease-out;
  transition: all ease-out;
}
.footer__socials-item a:hover svg path {
  fill: #fff;
}
.footer .cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  background: var(--grey, #212121);
  color: var(--bar-fg);
  -webkit-box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  border-top: 2px solid var(--border);
  border-bottom: 2px solid var(--border);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); /* start hidden below screen */
  opacity: 0;
}
.footer .cookiebar.show {
  display: block;
  -webkit-animation: slideUp 0.6s ease forwards;
          animation: slideUp 0.6s ease forwards;
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.footer .cookiebar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .cookiebar__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 170px;
}
@media (max-width: 960px) {
  .footer .cookiebar__text {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .footer .cookiebar__text {
    text-align: center;
    margin-top: 10px;
  }
}
.footer .cookiebar__link {
  color: #9fd0ff;
  text-decoration: underline;
}
.footer .cookiebar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .cookiebar__ok {
  border: 0;
  background: var(--yellow, #FFBC00);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #111;
  padding: 10px 22px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  min-width: 100px;
  margin-top: 10px;
  text-transform: uppercase;
}
.footer .cookiebar__close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #eee;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: end;
  position: absolute;
  top: 0;
}
@media (max-width: 640px) {
  .footer .cookiebar__inner {
    grid-template-columns: 1fr;
  }
  .footer .cookiebar__actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 459px) {
  .rtl .footer__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.rtl .footer__copyrights {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: unset;
  padding-right: 20px;
}
@media (max-width: 459px) {
  .rtl .footer__copyrights {
    padding-right: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.rtl .footer__copyright {
  text-align: right;
  direction: rtl;
}
.rtl .footer__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rtl .footer__logo {
  position: relative;
  margin-left: 15px;
  margin-right: unset;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .footer__socials {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 459px) {
  .rtl .footer__socials {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.rtl .footer__socials-item {
  position: relative;
  margin-right: unset;
  margin-left: 10px;
  width: auto;
}

.thank-you-page {
  position: relative;
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.thank-you-page__inner {
  position: relative;
  width: 100%;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.thank-you-page__extra {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  width: 100%;
}
.thank-you-page__extra-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.thank-you-page__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thank-you-page__socials-item {
  margin: 10px;
}
.thank-you-page__socials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.thank-you-page__title {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1367px) {
  .thank-you-page__title {
    font-size: 40px;
  }
}
@media (max-width: 641px) {
  .thank-you-page__title {
    font-size: 24px;
  }
}
.thank-you-page__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
}
.thank-you-page__text p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
}
@media (max-width: 1367px) {
  .thank-you-page__text {
    font-size: 16px;
  }
}
@media (max-width: 641px) {
  .thank-you-page__text {
    font-size: 14px;
  }
}
.thank-you-page .btn-primary {
  color: #212121;
}
.thank-you-page__managers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1367px) {
  .thank-you-page__managers {
    margin-top: 10px;
  }
}
.thank-you-page__managers a {
  margin: 12px;
  max-width: 100%;
}
@media (max-width: 415px) {
  .thank-you-page__managers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .thank-you-page__managers a {
    max-width: 100%;
    margin-top: 12px;
    width: 100%;
    padding: 12px 20px;
  }
}

/**
* Swiper 11.1.3
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: May 13, 2024
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  color: #FFF;
  background-color: #FFBC00;
}
*::selection {
  color: #FFF;
  background-color: #FFBC00;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1860px) {
  html {
    font-size: 0.85vw;
  }
}
html * {
  font-weight: 400;
  line-height: 90%;
  color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
b,
em,
li {
  cursor: default;
}

a span,
button span {
  cursor: pointer;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #FFBC00;
  border: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

mark {
  background-color: transparent;
}

.block-title, .wysiwyg-styles > h1 {
  font-size: calc(70rem / 16 + 130 * (100vw - 390px) / 1130);
  color: #FFFFFF;
}
@media (min-width: 1520) {
  .block-title, .wysiwyg-styles > h1 {
    font-size: calc(200 / 16 + rem);
  }
}
@media (max-width: 1279px) {
  .block-title, .wysiwyg-styles > h1 {
    word-break: break-all;
  }
}
.block-title__line {
  display: block;
  overflow: hidden;
}
.block-title__line-inner {
  display: block;
}

.block-title-s, .wysiwyg-styles > h2 {
  font-size: calc(35rem / 16 + 10 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .block-title-s, .wysiwyg-styles > h2 {
    font-size: calc(45 / 16 + rem);
  }
}

.block-title-m {
  font-size: calc(46rem / 16 + 10 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .block-title-m {
    font-size: calc(56 / 16 + rem);
  }
}
.block-title-m mark {
  color: #FFBC00;
}

.block-subtitle, .wysiwyg-styles > h3 {
  font-size: calc(26rem / 16 + 10 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .block-subtitle, .wysiwyg-styles > h3 {
    font-size: calc(36 / 16 + rem);
  }
}

.body-font, .wysiwyg-styles > h6, .block-description, .body-font-inv {
  font-size: calc(14rem / 16 + 0 * (100vw - 390px) / 1050);
  font-weight: normal;
}
@media (min-width: 1440px) {
  .body-font, .wysiwyg-styles > h6, .block-description, .body-font-inv {
    font-size: calc(14 / 16 + rem);
  }
}

.body-font-m, .wysiwyg-styles > h5, .wysiwyg-styles > h4 {
  font-size: calc(16rem / 16 + 0 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .body-font-m, .wysiwyg-styles > h5, .wysiwyg-styles > h4 {
    font-size: calc(16 / 16 + rem);
  }
}

.body-font-l {
  font-size: calc(16rem / 16 + 9 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .body-font-l {
    font-size: calc(25 / 16 + rem);
  }
}
.body-font-l mark {
  color: #FFBC00;
}

.body-font-inv {
  color: #ffffff;
}

.block-description {
  text-align: center;
  width: 37.857em;
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .block-description {
    width: 22.857em;
  }
}
@media (max-width: 1023px) {
  .block-description {
    margin: 1.571em auto 1.643em;
  }
}

.wysiwyg-styles > h1, .wysiwyg-styles > h2, .wysiwyg-styles > h3, .wysiwyg-styles > h4, .wysiwyg-styles > h5, .wysiwyg-styles > h6 {
  margin-bottom: 0.8em;
}
.wysiwyg-styles > p,
.wysiwyg-styles li {
  font-size: calc(12rem / 16 + 6 * (100vw - 390px) / 1050);
  line-height: 140%;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .wysiwyg-styles > p,
  .wysiwyg-styles li {
    font-size: calc(18 / 16 + rem);
  }
}
.wysiwyg-styles > p a,
.wysiwyg-styles li a {
  color: #FFBC00;
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
  text-decoration-color: rgba(255, 188, 0, 0);
  text-underline-offset: 2px;
  -webkit-transition: text-decoration-color 0.5s ease;
  transition: text-decoration-color 0.5s ease;
}
@media (hover: hover) {
  .wysiwyg-styles > p a:hover,
  .wysiwyg-styles li a:hover {
    text-decoration-color: #ffbc00;
  }
}
.wysiwyg-styles > p b,
.wysiwyg-styles > p strong,
.wysiwyg-styles li b,
.wysiwyg-styles li strong {
  font-weight: 700;
}
.wysiwyg-styles > p em,
.wysiwyg-styles li em {
  font-style: italic;
}
.wysiwyg-styles > p img,
.wysiwyg-styles li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
.wysiwyg-styles > p img.alignnone, .wysiwyg-styles > p img.alignleft,
.wysiwyg-styles li img.alignnone,
.wysiwyg-styles li img.alignleft {
  margin: 2rem auto 2rem 0;
}
.wysiwyg-styles > p img.alignright,
.wysiwyg-styles li img.alignright {
  margin: 2rem 0 2rem auto;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul, .wysiwyg-styles > ol {
  font-weight: 400;
  font-size: calc(12rem / 16 + 6 * (100vw - 390px) / 1050);
}
@media (min-width: 1440px) {
  .wysiwyg-styles > p, .wysiwyg-styles > ul, .wysiwyg-styles > ol {
    font-size: calc(18 / 16 + rem);
  }
}
.wysiwyg-styles > p:not(:last-child), .wysiwyg-styles > ul:not(:last-child), .wysiwyg-styles > ol:not(:last-child) {
  margin-bottom: 1.2em;
}
.wysiwyg-styles > ul li {
  position: relative;
  padding-left: 1em;
}
.wysiwyg-styles > ul li:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  width: 0.35em;
  height: 0.35em;
  background-color: #FFBC00;
  border-radius: 50%;
}
.wysiwyg-styles > ul li:not(:last-child) {
  margin-bottom: 1em;
}
.wysiwyg-styles > ol li {
  position: relative;
  counter-increment: li;
  padding-left: 1.6em;
}
.wysiwyg-styles > ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFBC00;
  content: counter(li) ".";
}
.wysiwyg-styles > ol li:not(:last-child) {
  margin-bottom: 0.8em;
}
.btn-clear, .wpcf7-submit, .btn-border, .btn-primary {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.btn-primary {
  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;
  font-size: calc(20rem / 16 + 0 * (100vw - 390px) / 1050);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
  min-width: 7.917em;
  min-height: 2.25em;
  background-color: #FFBC00;
  font-family: "Roboto", system-ui;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 16px 32px;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  text-align: center !important;
}
@media (min-width: 1440px) {
  .btn-primary {
    font-size: calc(20 / 16 + rem);
  }
}
@media (max-width: 1023px) {
  .btn-primary {
    min-height: 2.417em;
  }
}
@media (max-width: 400px) {
  .btn-primary {
    font-family: "Roboto", system-ui;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    padding: 10px 35px;
    min-width: 135px;
  }
}
@media (max-width: 349px) {
  .btn-primary {
    min-width: 120px;
  }
}
@media (hover: hover) {
  .btn-primary:hover {
    background: linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%);
    color: #FFBC00;
    border: 2px solid #FFBC00;
  }
}

.btn-border {
  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;
  font-size: calc(20rem / 16 + 0 * (100vw - 390px) / 1050);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #FFBC00;
  min-width: 7.917em;
  min-height: 2.25em;
  background-color: transparent;
  border: 2px solid #FFBC00;
  border-radius: 4px;
  padding: 16px 32px;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
@media (min-width: 1440px) {
  .btn-border {
    font-size: calc(20 / 16 + rem);
  }
}
@media (hover: hover) {
  .btn-border:hover {
    background: #FFBC00;
    color: #ffffff;
    border: 2px solid transparent;
  }
}

.btn-link {
  font-size: calc(20rem / 16 + 0 * (100vw - 390px) / 1050);
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 22px */
  text-decoration-line: underline;
  color: #FFBC00;
}
@media (min-width: 1440px) {
  .btn-link {
    font-size: calc(20 / 16 + rem);
  }
}

form {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
form label.hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}

select,
textarea,
input[type=text],
input[type=url],
input[type=number],
input[type=password],
input[type=date],
input[type=email],
input[type=tel] {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(var(--c-font-primary-rgb), 0.7);
  text-transform: none;
  background-color: transparent;
  border: 1px solid #dfe7fe;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px;
  margin-top: 20px;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 40px 12px;
}
select:active, select:focus, select:focus-visible,
textarea:active,
textarea:focus,
textarea:focus-visible,
input[type=text]:active,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=url]:active,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=number]:active,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=password]:active,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=date]:active,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=email]:active,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=tel]:active,
input[type=tel]:focus,
input[type=tel]:focus-visible {
  border-bottom: 1px solid #FFBC00;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  font-size: inherit;
  color: #FFFFFF;
  opacity: 0.35;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  font-size: inherit;
  color: #FFFFFF;
  opacity: 0.35;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  font-size: inherit;
  color: #FFFFFF;
  opacity: 0.35;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  font-size: inherit;
  color: #FFFFFF;
  opacity: 0.35;
}
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  font-size: inherit;
  color: #FFFFFF;
  opacity: 0.35;
}
select::-webkit-contacts-auto-fill-button,
textarea::-webkit-contacts-auto-fill-button,
input[type=text]::-webkit-contacts-auto-fill-button,
input[type=url]::-webkit-contacts-auto-fill-button,
input[type=number]::-webkit-contacts-auto-fill-button,
input[type=password]::-webkit-contacts-auto-fill-button,
input[type=date]::-webkit-contacts-auto-fill-button,
input[type=email]::-webkit-contacts-auto-fill-button,
input[type=tel]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1000px linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%) inset;
  border: none;
  outline: 1px solid linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%);
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

textarea {
  resize: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}
input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
input[type=range]::-ms-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 br {
  display: none;
}
.wpcf7 form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: calc(12rem / 16 + 0 * (100vw - 390px) / 1050);
  color: #FFBC00;
  padding-top: 0.5em;
}
@media (min-width: 1440px) {
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: calc(12 / 16 + rem);
  }
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}
.wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  font-size: calc(12rem / 16 + 2 * (100vw - 390px) / 1050);
  color: #FFBC00;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 5rem auto 0;
}
@media (min-width: 1440px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: calc(14 / 16 + rem);
  }
}
.wpcf7 .form__group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7 .form__group-inner > p {
  position: relative;
  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;
}
.wpcf7 .form__group-inner input[type=submit] {
  font-size: calc(25rem / 16 + 0 * (100vw - 390px) / 1050);
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: color 0.55s ease;
  transition: color 0.55s ease;
}
@media (min-width: 1440px) {
  .wpcf7 .form__group-inner input[type=submit] {
    font-size: calc(25 / 16 + rem);
  }
}
.wpcf7 .form__group-inner input[type=submit]:hover, .wpcf7 .form__group-inner input[type=submit]:active {
  color: #FFBC00;
}
.wpcf7 .form__group-inner input[type=submit]:hover ~ .form__group-icon, .wpcf7 .form__group-inner input[type=submit]:active ~ .form__group-icon {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.wpcf7 .form__group-icon {
  position: absolute;
  font-size: calc(25rem / 16 + 0 * (100vw - 390px) / 1050);
  width: calc(100% + 0.4em);
  height: calc(100% + 1.8em);
  stroke: #FFBC00;
  pointer-events: none;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media (min-width: 1440px) {
  .wpcf7 .form__group-icon {
    font-size: calc(25 / 16 + rem);
  }
}
.wpcf7 .form__group-icon.top {
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
}
.wpcf7 .form__group-icon.bottom {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.mc4wp-form .mc4wp-response {
  position: relative;
}
.mc4wp-form .mc4wp-response .mc4wp-error p,
.mc4wp-form .mc4wp-response .mc4wp-success p {
  position: absolute;
  font-size: calc(12rem / 16 + 0 * (100vw - 390px) / 1050);
  padding-top: 0.75em;
}
@media (min-width: 1440px) {
  .mc4wp-form .mc4wp-response .mc4wp-error p,
  .mc4wp-form .mc4wp-response .mc4wp-success p {
    font-size: calc(12 / 16 + rem);
  }
}
.mc4wp-form .mc4wp-response .mc4wp-error p {
  color: #FFBC00;
}
.mc4wp-form .mc4wp-response .mc4wp-success p {
  color: #43B100;
}

.nice-select {
  position: relative;
  font-size: calc(25rem / 16 + 0 * (100vw - 390px) / 1050);
  border: solid #FFFFFF;
  border-width: 0 0 1px 0;
  cursor: pointer;
  padding: 0 0 1.28em;
}
@media (min-width: 1440px) {
  .nice-select {
    font-size: calc(25 / 16 + rem);
  }
}
.nice-select.open .current:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.nice-select.open .nice-select-dropdown {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.nice-select .current {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: calc(25rem / 16 + 0 * (100vw - 390px) / 1050);
  line-height: 90%;
  color: rgba(var(--c-font-primary-rgb), 0.35);
  pointer-events: none;
}
@media (min-width: 1440px) {
  .nice-select .current {
    font-size: calc(25 / 16 + rem);
  }
}
.nice-select .current:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  -webkit-mask-image: url(./../images/svg/select-drop.svg);
          mask-image: url(./../images/svg/select-drop.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.nice-select .nice-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.nice-select .nice-select-dropdown > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.08em;
  font-size: calc(25rem / 16 + 0 * (100vw - 390px) / 1050);
  color: #ffffff;
  cursor: pointer;
  padding: 0.4em 0.6em 0.4em 1.36em;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1440px) {
  .nice-select .nice-select-dropdown > ul > li {
    font-size: calc(25 / 16 + rem);
  }
}
@media (hover: hover) {
  .nice-select .nice-select-dropdown > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.26);
  }
}

.banner-hero__form .wpcf7-form[data-status=sent] .wpcf7-response-output,
.footer__form .wpcf7-form[data-status=sent] .wpcf7-response-output {
  -webkit-animation: hideOutput 0.1s linear 60s forwards;
          animation: hideOutput 0.1s linear 60s forwards;
}
@-webkit-keyframes hideOutput {
  0%, 99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideOutput {
  0%, 99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.banner-hero__form .wpcf7-form .wpcf7-not-valid-tip,
.footer__form .wpcf7-form .wpcf7-not-valid-tip {
  opacity: 0;
  pointer-events: none;
}
.banner-hero__form .wpcf7-form .wpcf7-response-output,
.footer__form .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -2.6em;
  left: 0;
  text-align: left;
  font-size: calc(10rem / 16 + 0 * (100vw - 390px) / 1050);
  line-height: 1.1;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .banner-hero__form .wpcf7-form .wpcf7-response-output,
  .footer__form .wpcf7-form .wpcf7-response-output {
    font-size: calc(10 / 16 + rem);
  }
}

.wpcf7-submit {
  margin-top: 12px;
  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;
  font-size: calc(20rem / 16 + 0 * (100vw - 390px) / 1050);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #ffffff;
  min-width: 7.917em;
  min-height: 2.25em;
  background-color: #FFBC00;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 16px 32px;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
@media (min-width: 1440px) {
  .wpcf7-submit {
    font-size: calc(20 / 16 + rem);
  }
}
@media (max-width: 1023px) {
  .wpcf7-submit {
    min-height: 2.417em;
  }
}
@media (hover: hover) {
  .wpcf7-submit:hover {
    background: linear-gradient(191.9deg, #0D0D0F 5.04%, #16151D 95.65%);
    color: #FFBC00;
    border: 2px solid #FFBC00;
  }
}

.social-media__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media__item:not(:last-child) {
  margin-right: 1.214em;
}
.social-media__item.facebook {
  margin-right: 0.857em;
}
.social-media__item-link {
  display: block;
}
@media (hover: hover) {
  .social-media__item-link:hover .social-media__item-icon {
    fill: #FFBC00;
  }
}
.social-media__item-icon {
  fill: #FFFFFF;
  pointer-events: none;
  width: 1.786em;
  height: 1.786em;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.social-media__item-icon.behance {
  width: 1.857em;
  height: 1.857em;
}
.social-media__item-icon.facebook {
  width: 1.143em;
  height: 1.643em;
}
.social-media__item-icon.linkedin {
  width: 1.5em;
  height: 1.5em;
}