@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE3U3f4I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYiFV0U1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Rubik Medium Italic"), local("Rubik-Medium Italic"), url(https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE3U3f4I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Rubik SemiBold"), local("Rubik-SemiBold"), url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-FV0U1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Rubik Bold"), local("Rubik-Bold"), url(https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/**required bootstrap*/
/**optional bootstrap*/
.headerMain {
  position: relative;
  top: 0;
  width: 100%;
  left: 0px;
  z-index: 9999;
  height: 80px; }
  @media (max-width: 480px) {
    .headerMain {
      height: 70px; } }

.headerInner {
  width: 100%;
  position: relative;
  background: transparent;
  height: 80px; }
  @media (max-width: 480px) {
    .headerInner {
      height: 62px; } }
  .headerInner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/header-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0; }
    @media (min-width: 1440px) {
      .headerInner::before {
        content: none; } }
  .headerInner.scrolled, .headerInner.scrollfixed {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 9999;
    background: linear-gradient(90.32deg, #FFFCF8 57.65%, #FFEEDB 100.73%);
    background-repeat: repeat;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: height 1s ease, background 1000ms linear;
    transition: height 1s ease, background 1000ms linear;
    -webkit-animation: bounceInDown 1.5s;
    animation: bounceInDown 1.5s; }
    .headerInner.scrolled::before, .headerInner.scrollfixed::before {
      opacity: 1; }
    @media (min-width: 1440px) {
      .headerInner.scrolled .headerCol::before, .headerInner.scrollfixed .headerCol::before {
        opacity: 1; } }
    .headerInner.scrolled .navMenu-link, .headerInner.scrollfixed .navMenu-link {
      color: #EB7C05; }
    .headerInner.scrolled .brandLogo img, .headerInner.scrollfixed .brandLogo img {
      -webkit-filter: none;
      filter: none; }

.headerCol {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .headerCol::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/header-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0; }
    @media (min-width: 1440px) {
      .headerCol::before {
        content: '';
        right: -226px;
        background: url(../images/header-bg-xl.png);
        background-position: right center;
        background-repeat: no-repeat; } }

.headerWrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  gap: 34px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1400px) {
    .headerWrapper {
      gap: 25px; } }
  @media (max-width: 1024px) {
    .headerWrapper {
      gap: 5px; } }

@media (max-width: 1110px) {
  .headerCenter {
    margin-left: auto; } }

@media (min-width: 1110px) {
  .headerCenter {
    margin-left: 108px; } }

.headerRight {
  padding-left: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1110px) {
    .headerRight {
      display: none; } }
  .headerRight ul li::before {
    display: none; }

.headerNav {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0; }
  .headerNav .menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    gap: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none; }
    @media (max-width: 1024px) {
      .headerNav .menu {
        gap: 15px; } }
  @media (max-width: 1024px) {
    .headerNav.headerMenu {
      display: block;
      width: 100%;
      margin: auto;
      padding: 0; }
      .headerNav.headerMenu .menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.headerMenu ul {
  margin-left: 0;
  padding-left: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1230px) {
    .headerMenu ul {
      gap: 17px; } }
  .headerMenu ul li {
    list-style: none;
    position: relative;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.185;
    color: #fff; }
    .headerMenu ul li.active a:before {
      width: 100%;
      -ms-transform: translateX(0%);
      /* IE 9 */
      -webkit-transform: translateX(0%);
      /* Safari */
      transform: translateX(0%);
      left: 0;
      background: linear-gradient(227.58deg, #FCD149 0%, #D66801 95.66%); }
    .headerMenu ul li:hover .nav-menu-sub {
      display: block; }
    .headerMenu ul li:hover a:before {
      width: 100%;
      -ms-transform: translateX(0%);
      /* IE 9 */
      -webkit-transform: translateX(0%);
      /* Safari */
      transform: translateX(0%);
      left: 0;
      background: linear-gradient(227.58deg, #FCD149 0%, #D66801 95.66%); }
    .headerMenu ul li .navMenu-link {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex;
      /* NEW, Spec - Firefox, Chrome, Opera */
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px;
      color: #fff; }
      .headerMenu ul li .navMenu-link:before {
        content: "";
        width: 0;
        height: 2px;
        background-color: transparent;
        border-radius: 8px;
        position: absolute;
        bottom: -6px;
        left: -8px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }

.brandLogo img {
  max-height: 60px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
  @media (max-width: 1110px) {
    .brandLogo img {
      max-height: 44px; } }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.footer {
  position: relative;
  bottom: 0; }
  .footerMain {
    background-color: #F6F6F6;
    width: 100%;
    padding-bottom: 24px; }
    @media (min-width: 990px) {
      .footerMain {
        padding: 24px; } }
  .footerCol-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footerCol:nth-child(1) {
    width: 100%; }
    @media (min-width: 990px) {
      .footerCol:nth-child(1) {
        width: unset; } }
  .footerCol:nth-child(2), .footerCol:nth-child(3) {
    width: 50%; }
    @media (min-width: 990px) {
      .footerCol:nth-child(2), .footerCol:nth-child(3) {
        width: unset; } }
  .footerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (max-width: 480px) {
      .footerLogo {
        display: none; } }
  .footerCaption {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    color: #0E0F1D; }
    @media (min-width: 990px) {
      .footerCaption {
        margin-top: 0; } }
  .footerLink {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    color: #000000; }
    @media (max-width: 767px) {
      .footerLink {
        font-size: 14px; }
        .footerLink-address {
          max-width: 162px; } }
  .footerItem .footerLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footerItem .footerLink br {
      display: none; }
      @media (min-width: 767px) {
        .footerItem .footerLink br {
          display: block; } }
  .footerIcon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px; }
    @media (min-width: 767px) {
      .footerIcon {
        margin-right: 16px; } }
  .footerCopy {
    text-align: center;
    padding: 4px 15px;
    background: #ECECEC;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.18;
    color: #000000; }
    @media (min-width: 767px) {
      .footerCopy {
        padding: 8px 15px;
        font-size: 14px; } }
    .footerCopy br {
      display: block; }
      @media (min-width: 767px) {
        .footerCopy br {
          display: none; } }

.sectionHead {
  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;
  gap: 18px; }
  .sectionHead:has(.btn) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.sectionTitle {
  font-size: 20px;
  font-weight: 500;
  color: #333333; }
  @media (min-width: 767px) {
    .sectionTitle {
      font-size: 28px; } }
  .sectionTitle-search {
    font-size: 20px;
    line-height: 39px;
    margin-top: 20px; }
    @media (min-width: 767px) {
      .sectionTitle-search {
        font-size: 30px;
        margin-top: 60px; } }
    .sectionTitle-search span {
      font-weight: 500; }

.sectionSubtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 767px) {
    .sectionSubtitle {
      font-size: 24px;
      line-height: 45px; } }

.sectionLink {
  font-size: 14px;
  font-weight: 600;
  color: #0074E0; }
  @media (min-width: 767px) {
    .sectionLink {
      font-size: 18px; } }

.sectionKanal {
  margin-top: 32px; }
  @media (min-width: 767px) {
    .sectionKanal {
      margin-top: 20px; } }

.sectionBottom {
  margin-top: 12px;
  border-top: 1px solid #D9D9D9; }
  @media (min-width: 767px) {
    .sectionBottom {
      margin-top: 30px; } }

.sectionSearch-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 31.2px; }
  .sectionSearch-title span {
    font-weight: 500; }
  @media (min-width: 767px) {
    .sectionSearch-title {
      font-size: 24px; } }

.sectionSearch-desc {
  margin-top: 8px;
  font-size: 16px;
  list-style: disc;
  margin-left: 20px; }
  @media (min-width: 767px) {
    .sectionSearch-desc {
      font-size: 18px; } }

/**grid bootstrap*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1100px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.offset-1 {
  margin-left: 10%; }

.offset-2 {
  margin-left: 20%; }

.offset-3 {
  margin-left: 30%; }

.offset-4 {
  margin-left: 40%; }

.offset-5 {
  margin-left: 50%; }

.offset-6 {
  margin-left: 60%; }

.offset-7 {
  margin-left: 70%; }

.offset-8 {
  margin-left: 80%; }

.offset-9 {
  margin-left: 90%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 10%; }
  .offset-sm-2 {
    margin-left: 20%; }
  .offset-sm-3 {
    margin-left: 30%; }
  .offset-sm-4 {
    margin-left: 40%; }
  .offset-sm-5 {
    margin-left: 50%; }
  .offset-sm-6 {
    margin-left: 60%; }
  .offset-sm-7 {
    margin-left: 70%; }
  .offset-sm-8 {
    margin-left: 80%; }
  .offset-sm-9 {
    margin-left: 90%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 10%; }
  .offset-md-2 {
    margin-left: 20%; }
  .offset-md-3 {
    margin-left: 30%; }
  .offset-md-4 {
    margin-left: 40%; }
  .offset-md-5 {
    margin-left: 50%; }
  .offset-md-6 {
    margin-left: 60%; }
  .offset-md-7 {
    margin-left: 70%; }
  .offset-md-8 {
    margin-left: 80%; }
  .offset-md-9 {
    margin-left: 90%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 10%; }
  .offset-lg-2 {
    margin-left: 20%; }
  .offset-lg-3 {
    margin-left: 30%; }
  .offset-lg-4 {
    margin-left: 40%; }
  .offset-lg-5 {
    margin-left: 50%; }
  .offset-lg-6 {
    margin-left: 60%; }
  .offset-lg-7 {
    margin-left: 70%; }
  .offset-lg-8 {
    margin-left: 80%; }
  .offset-lg-9 {
    margin-left: 90%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 10%; }
  .offset-xl-2 {
    margin-left: 20%; }
  .offset-xl-3 {
    margin-left: 30%; }
  .offset-xl-4 {
    margin-left: 40%; }
  .offset-xl-5 {
    margin-left: 50%; }
  .offset-xl-6 {
    margin-left: 60%; }
  .offset-xl-7 {
    margin-left: 70%; }
  .offset-xl-8 {
    margin-left: 80%; }
  .offset-xl-9 {
    margin-left: 90%; } }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

*:focus {
  outline: none !important; }

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth; } }

html {
  margin: 0;
  padding: 0; }

body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  color: #333333;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden; }

html,
body {
  width: 100%;
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: inherit;
    text-decoration: none; }

a:focus,
button:focus {
  outline: 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic; }

table {
  border-collapse: collapse; }

iframe {
  border: none;
  vertical-align: top; }

video {
  vertical-align: top; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent; }

.extrabold {
  font-weight: 800; }

.bold,
strong,
b {
  font-weight: 700; }

.semibold {
  font-weight: 600; }

.medium {
  font-weight: 500; }

.light {
  font-weight: 300; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

hr {
  border: 0;
  border-bottom: 1px solid #E7E7E7; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.m-0 {
  margin: 0 !important; }

.mb-8 {
  margin-bottom: 8px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-60 {
  margin-bottom: 60px; }

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.w-100 {
  width: 100%; }

.text-center {
  text-align: center; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-center {
  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; }

.align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-init {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

p {
  font-size: 16px; }
  @media (max-width: 767px) {
    p {
      font-size: 14px; } }

.white-space-nowrap {
  white-space: nowrap; }

.--hide {
  display: none; }

.gap-12 {
  gap: 12px; }

.gap-16 {
  gap: 16px; }

.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.m-hide {
  display: block; }
  @media (max-width: 990px) {
    .m-hide {
      display: none; } }

.d-hide {
  display: none; }
  @media (max-width: 990px) {
    .d-hide {
      display: block; } }

.pageWrapper {
  min-height: calc(100vh - 80px); }

.col-lg-1half {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .col-lg-1half {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.col-lg-2half {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .col-lg-2half {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }

.col-lg-3half {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .col-lg-3half {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.col-lg-7half {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .col-lg-7half {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }

.contentList ol,
.contentList ul {
  list-style: initial;
  padding-left: 20px;
  margin: 5px 0; }
  .contentList ol li,
  .contentList ul li {
    font-size: 16px; }
    @media (max-width: 767px) {
      .contentList ol li,
      .contentList ul li {
        font-size: 14px; } }

.contentList ol {
  list-style-type: auto; }

html.menu-active body {
  overflow: hidden; }

html.menu-active .headerInner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }
  html.menu-active .headerInner::before {
    opacity: 0; }

.navSearch {
  position: relative;
  border: 1px solid #EB7C05;
  border-radius: 8px;
  padding: 10px 44px 10px 14px;
  background: #fff;
  overflow: hidden; }
  .navSearch-input {
    width: 100%;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333333; }
    .navSearch-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #C4C4C4;
      font-size: 14px;
      font-weight: 400; }
    .navSearch-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #C4C4C4;
      font-size: 14px;
      font-weight: 400; }
    .navSearch-input:-ms-input-placeholder {
      /* IE 10+ */
      color: #C4C4C4;
      font-size: 14px;
      font-weight: 400; }
    .navSearch-input:-moz-placeholder {
      /* Firefox 18- */
      color: #C4C4C4;
      font-size: 14px;
      font-weight: 400; }
  .navSearch .searchBtn {
    position: absolute;
    top: 7px;
    right: 7px; }
    .navSearch .searchBtn .iconBox-search {
      width: 16px;
      height: 16px;
      -webkit-filter: invert(50%) sepia(76%) saturate(2391%) hue-rotate(6deg) brightness(100%) contrast(96%);
      filter: invert(50%) sepia(76%) saturate(2391%) hue-rotate(6deg) brightness(100%) contrast(96%); }

.navOffcanvas {
  padding-right: 30px; }
  @media (max-width: 1110px) {
    .navOffcanvas {
      padding-right: 0;
      height: 100vh;
      overflow: scroll;
      margin-top: 54px;
      padding-bottom: 100px; }
      .navOffcanvas .brandLogo {
        position: fixed;
        top: 13px; } }
  .navOffcanvas .navMenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2px; }
    .navOffcanvas .navMenu-list li {
      margin-top: 16px;
      padding-bottom: 6px;
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      color: #EB7C05; }
      .navOffcanvas .navMenu-list li a {
        position: relative; }
        .navOffcanvas .navMenu-list li a::before {
          content: '';
          display: block;
          position: absolute;
          opacity: 0;
          width: 100%;
          height: 2px;
          left: 0;
          bottom: -4px;
          background: linear-gradient(227.58deg, #FCD149 0%, #D66801 95.66%); }
        .navOffcanvas .navMenu-list li a.active::before {
          opacity: 1; }

.navMenu {
  display: block; }
  .navMenu-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 269px; }
  @media (max-width: 1110px) {
    .navMenu {
      display: none; } }

/* OVERLAY */
.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .overlay.overlay-active {
    visibility: visible;
    opacity: 1;
    background: linear-gradient(143.78deg, #FFFCF8 70.75%, #FFEEDB 90.19%); }
    .overlay.overlay-active ul.menu li:nth-child(1) {
      -webkit-animation: slide-in 0.4s linear 0.2s both;
      animation: slide-in 0.4s linear 0.2s both; }
    .overlay.overlay-active ul.menu li:nth-child(2) {
      -webkit-animation: slide-in 0.4s linear 0.4s both;
      animation: slide-in 0.4s linear 0.4s both; }
    .overlay.overlay-active ul.menu li:nth-child(3) {
      -webkit-animation: slide-in 0.4s linear 0.6s both;
      animation: slide-in 0.4s linear 0.6s both; }
    .overlay.overlay-active ul.menu li:nth-child(4) {
      -webkit-animation: slide-in 0.4s linear 0.8s both;
      animation: slide-in 0.4s linear 0.8s both; }
    .overlay.overlay-active ul.menu li:nth-child(5) {
      -webkit-animation: slide-in 0.4s linear 1s both;
      animation: slide-in 0.4s linear 1s both; }
    .overlay.overlay-active ul.menu li:nth-child(6) {
      -webkit-animation: slide-in 0.4s linear 1.2s both;
      animation: slide-in 0.4s linear 1.2s both; }
    .overlay.overlay-active ul.menu li:nth-child(7) {
      -webkit-animation: slide-in 0.4s linear 1.4s both;
      animation: slide-in 0.4s linear 1.4s both; }
    .overlay.overlay-active ul.menu li:nth-child(8) {
      -webkit-animation: slide-in 0.4s linear 1.6s both;
      animation: slide-in 0.4s linear 1.6s both; }
    .overlay.overlay-active ul.menu li:nth-child(9) {
      -webkit-animation: slide-in 0.4s linear 1.8s both;
      animation: slide-in 0.4s linear 1.8s both; }
  .overlay-slide-left {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -30px;
    min-height: 410px;
    z-index: 9999;
    height: auto;
    background-color: var(--primary);
    padding: 38px 0;
    position: relative;
    display: none; }
    @media (max-width: 1110px) {
      .overlay-slide-left {
        display: block;
        top: 0px;
        padding: 26px 0 100px;
        height: 100vh;
        overflow: hidden; } }
    .overlay-active .overlay-slide-left {
      top: 0; }

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in {
  from {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hamburgerNav {
  display: none; }
  @media (max-width: 1110px) {
    .hamburgerNav {
      display: block; } }

.hamburger-menu {
  z-index: 10;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hamburger-menu.active {
    height: 30px;
    border: none;
    padding: 0; }
    .hamburger-menu.active .menu-bar1,
    .hamburger-menu.active .menu-bar2,
    .hamburger-menu.active .menu-bar3 {
      width: 100%;
      background-color: #000000; }
    .hamburger-menu.active .menu-bar1 {
      -ms-transform: rotate(-45deg) translate(-9px, 6px);
      /* IE 9 */
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      /* Safari */
      transform: rotate(-45deg) translate(-9px, 6px); }
    .hamburger-menu.active .menu-bar2 {
      opacity: 0; }
    .hamburger-menu.active .menu-bar3 {
      -ms-transform: rotate(45deg) translate(-8px, -5px);
      /* IE 9 */
      -webkit-transform: rotate(45deg) translate(-8px, -5px);
      /* Safari */
      transform: rotate(45deg) translate(-8px, -5px); }

.menu-bar1, .menu-bar2, .menu-bar3 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 2px auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.menu li {
  position: relative; }

.sc .overlay-slide-left {
  padding: 13px 0 38px; }

.btn {
  display: inline-table;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: initial;
  transition: initial; }
  .btn[disabled], .btn:disabled {
    background-color: #7E7E7E;
    cursor: not-allowed; }
    .btn[disabled]:hover, .btn:disabled:hover {
      border-color: #7E7E7E;
      background-color: #7E7E7E;
      color: #fff; }
  .btn span {
    -webkit-transition: initial;
    transition: initial; }
  .btnPrimary {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.96px;
    letter-spacing: -0.011em;
    text-align: center;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    background: #EB7C05;
    margin-top: 24px; }
    .btnPrimary:hover {
      color: #fff;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  .btnShare {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    width: 124px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.33px;
    background: #EB7C05;
    border: 1px solid #ea7b2c;
    color: #fff;
    border-radius: 20px; }

.iconBox {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }
  .iconBox-search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23000' d='m29.168 25.148-5.898-5.897c3.037-4.86 2.442-11.34-1.782-15.564-4.916-4.916-12.886-4.916-17.801 0-4.916 4.916-4.916 12.886 0 17.801 4.224 4.225 10.705 4.819 15.563 1.782l5.898 5.898a2.843 2.843 0 0 0 4.02-4.02Zm-22.822-6.32A8.826 8.826 0 1 1 18.828 6.347 8.826 8.826 0 0 1 6.346 18.83Z'/%3E%3C/svg%3E");
    -webkit-filter: invert(100%) sepia(0%) saturate(7442%) hue-rotate(204deg) brightness(120%) contrast(112%);
    filter: invert(100%) sepia(0%) saturate(7442%) hue-rotate(204deg) brightness(120%) contrast(112%); }
  .iconBox-play {
    border-style: solid;
    border-width: 13px 0 13px 20px;
    border-color: transparent transparent transparent #FEBA08; }
  .iconBox-video {
    background-size: auto 100%;
    -webkit-filter: invert(100%) sepia(93%) saturate(28%) hue-rotate(107deg) brightness(106%) contrast(109%);
    filter: invert(100%) sepia(93%) saturate(28%) hue-rotate(107deg) brightness(106%) contrast(109%);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 .5A6.5 6.5 0 1 0 13.5 7 6.512 6.512 0 0 0 7 .5Zm2.275 6.919-3 2A.544.544 0 0 1 6 9.5a.531.531 0 0 1-.237-.056A.5.5 0 0 1 5.5 9V5a.5.5 0 0 1 .263-.444.519.519 0 0 1 .512.025l3 2a.5.5 0 0 1 0 .838Z' fill='%23000'/%3E%3C/svg%3E"); }
  .iconBox-call {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cpath fill='%23000' d='M13.128 1.624h-.006c-5.79 0-10.497 4.71-10.497 10.5 0 2.297.74 4.426 1.999 6.154L3.315 22.18l4.036-1.29c1.66 1.1 3.641 1.735 5.777 1.735 5.79 0 10.497-4.71 10.497-10.5s-4.708-10.5-10.497-10.5Zm6.11 14.827c-.254.716-1.26 1.309-2.061 1.482-.549.117-1.266.21-3.678-.79-3.086-1.278-5.073-4.414-5.228-4.617-.148-.204-1.247-1.66-1.247-3.167s.766-2.24 1.074-2.556c.253-.258.672-.377 1.074-.377.13 0 .246.007.351.012.309.013.464.032.667.519.254.61.87 2.117.944 2.272.075.155.15.365.045.568-.099.21-.186.303-.34.482-.155.178-.302.315-.457.506-.142.167-.302.345-.123.654.178.302.795 1.309 1.703 2.117 1.172 1.043 2.122 1.377 2.462 1.519.254.105.556.08.74-.117.236-.254.526-.674.82-1.087.21-.297.476-.333.754-.228.284.098 1.784.84 2.092.993.309.155.512.229.587.359.074.13.074.74-.18 1.456Z'/%3E%3C/svg%3E"); }
  .iconBox-mail {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cpath fill='%230E0F1D' d='M5.269 5.424h15.9c1.5 0 2.256.708 2.256 2.148v10.104c0 1.428-.756 2.148-2.256 2.148h-15.9c-1.5 0-2.256-.72-2.256-2.148V7.572c0-1.44.756-2.148 2.256-2.148Zm7.944 10.32L21.3 9.108c.288-.24.516-.792.156-1.284-.348-.492-.984-.504-1.404-.204l-6.84 4.632L6.385 7.62c-.42-.3-1.056-.288-1.404.204-.36.492-.132 1.044.156 1.284l8.076 6.636Z'/%3E%3C/svg%3E"); }
  .iconBox-loc {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230E0F1D' d='M12.105 23.074C9.9 20.315 5 13.629 5 9.874c0-4.556 3.629-8.25 8.105-8.25 4.475 0 8.105 3.694 8.105 8.25 0 3.755-4.939 10.441-7.104 13.2a1.262 1.262 0 0 1-2.001 0Zm1-10.45c1.49 0 2.702-1.233 2.702-2.75s-1.212-2.75-2.702-2.75-2.702 1.233-2.702 2.75 1.212 2.75 2.702 2.75Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M5 1.624h16.21v22H5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
  .iconBox-calendar {
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.0742 3H17.8242V2.25C17.8242 2.05109 17.7452 1.86032 17.6045 1.71967C17.4639 1.57902 17.2731 1.5 17.0742 1.5C16.8753 1.5 16.6845 1.57902 16.5439 1.71967C16.4032 1.86032 16.3242 2.05109 16.3242 2.25V3H8.82422V2.25C8.82422 2.05109 8.7452 1.86032 8.60455 1.71967C8.4639 1.57902 8.27313 1.5 8.07422 1.5C7.87531 1.5 7.68454 1.57902 7.54389 1.71967C7.40324 1.86032 7.32422 2.05109 7.32422 2.25V3H5.07422C4.67639 3 4.29486 3.15804 4.01356 3.43934C3.73225 3.72064 3.57422 4.10218 3.57422 4.5V19.5C3.57422 19.8978 3.73225 20.2794 4.01356 20.5607C4.29486 20.842 4.67639 21 5.07422 21H20.0742C20.472 21 20.8536 20.842 21.1349 20.5607C21.4162 20.2794 21.5742 19.8978 21.5742 19.5V4.5C21.5742 4.10218 21.4162 3.72064 21.1349 3.43934C20.8536 3.15804 20.472 3 20.0742 3ZM16.4648 12.5438L12.0867 16.6688C12.0186 16.7355 11.938 16.788 11.8495 16.8234C11.761 16.8588 11.6664 16.8764 11.5711 16.875C11.379 16.8757 11.1941 16.8018 11.0555 16.6688L8.68359 14.4188C8.60741 14.3523 8.54544 14.2711 8.50143 14.1801C8.45742 14.089 8.43227 13.99 8.4275 13.889C8.42272 13.7881 8.43841 13.6871 8.47363 13.5924C8.50885 13.4976 8.56287 13.4109 8.63244 13.3375C8.70201 13.2642 8.7857 13.2056 8.87847 13.1654C8.97125 13.1252 9.07119 13.1042 9.1723 13.1036C9.27341 13.103 9.37359 13.1229 9.46683 13.162C9.56006 13.2011 9.64442 13.2587 9.71484 13.3312L11.5711 15.0938L15.4336 11.4562C15.5044 11.3875 15.5883 11.3335 15.6803 11.2976C15.7723 11.2617 15.8705 11.2446 15.9692 11.2472C16.0679 11.2498 16.1651 11.2722 16.255 11.3129C16.345 11.3536 16.4259 11.4119 16.493 11.4844C16.6296 11.6287 16.7033 11.8213 16.698 12.0199C16.6928 12.2185 16.6089 12.4069 16.4648 12.5438ZM20.0742 7.5H5.07422V4.5H7.32422V5.25C7.32422 5.44891 7.40324 5.63968 7.54389 5.78033C7.68454 5.92098 7.87531 6 8.07422 6C8.27313 6 8.4639 5.92098 8.60455 5.78033C8.7452 5.63968 8.82422 5.44891 8.82422 5.25V4.5H16.3242V5.25C16.3242 5.44891 16.4032 5.63968 16.5439 5.78033C16.6845 5.92098 16.8753 6 17.0742 6C17.2731 6 17.4639 5.92098 17.6045 5.78033C17.7452 5.63968 17.8242 5.44891 17.8242 5.25V4.5H20.0742V7.5Z" fill="black"/></svg>'); }
  .iconBox-clock {
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5742 2.25C10.6459 2.25 8.76079 2.82183 7.15741 3.89317C5.55403 4.96451 4.30435 6.48726 3.5664 8.26884C2.82844 10.0504 2.63536 12.0108 3.01157 13.9021C3.38777 15.7934 4.31637 17.5307 5.67993 18.8943C7.04349 20.2579 8.78078 21.1865 10.6721 21.5627C12.5634 21.9389 14.5238 21.7458 16.3054 21.0078C18.087 20.2699 19.6097 19.0202 20.6811 17.4168C21.7524 15.8134 22.3242 13.9284 22.3242 12C22.3193 9.41566 21.2904 6.93859 19.463 5.11118C17.6356 3.28378 15.1586 2.25496 12.5742 2.25ZM17.8242 12.75H12.5742C12.3753 12.75 12.1845 12.671 12.0439 12.5303C11.9032 12.3897 11.8242 12.1989 11.8242 12V6.75C11.8242 6.55109 11.9032 6.36032 12.0439 6.21967C12.1845 6.07902 12.3753 6 12.5742 6C12.7731 6 12.9639 6.07902 13.1046 6.21967C13.2452 6.36032 13.3242 6.55109 13.3242 6.75V11.25H17.8242C18.0231 11.25 18.2139 11.329 18.3546 11.4697C18.4952 11.6103 18.5742 11.8011 18.5742 12C18.5742 12.1989 18.4952 12.3897 18.3546 12.5303C18.2139 12.671 18.0231 12.75 17.8242 12.75Z" fill="black"/></svg>'); }
  .iconBox-share {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0739 15.0001C16.5736 14.9999 16.0784 15.1001 15.6175 15.2949C15.1567 15.4896 14.7396 15.7749 14.391 16.1338L10.0694 13.3555C10.4088 12.4837 10.4088 11.5163 10.0694 10.6445L14.391 7.86633C15.0397 8.52998 15.9118 8.92913 16.8381 8.98642C17.7644 9.0437 18.6789 8.75504 19.4045 8.17638C20.1301 7.59772 20.615 6.77028 20.7652 5.85446C20.9154 4.93864 20.7202 3.99966 20.2175 3.21954C19.7148 2.43941 18.9404 1.87371 18.0443 1.63209C17.1483 1.39047 16.1944 1.49014 15.3677 1.91178C14.5409 2.33341 13.9002 3.04699 13.5696 3.91418C13.239 4.78137 13.2422 5.74041 13.5785 6.6054L9.25677 9.38368C8.73636 8.84932 8.06841 8.4823 7.33832 8.32954C6.60823 8.17678 5.84917 8.24521 5.15817 8.5261C4.46718 8.80698 3.87565 9.28755 3.4592 9.90637C3.04275 10.5252 2.82031 11.2542 2.82031 12.0001C2.82031 12.746 3.04275 13.4749 3.4592 14.0937C3.87565 14.7126 4.46718 15.1931 5.15817 15.474C5.84917 15.7549 6.60823 15.8233 7.33832 15.6706C8.06841 15.5178 8.73636 15.1508 9.25677 14.6164L13.5785 17.3946C13.2891 18.1412 13.2464 18.9608 13.4566 19.7335C13.6667 20.5061 14.1187 21.1912 14.7464 21.6884C15.374 22.1855 16.1443 22.4687 16.9446 22.4965C17.7448 22.5242 18.5329 22.2951 19.1934 21.8425C19.854 21.39 20.3524 20.7379 20.6155 19.9817C20.8787 19.2255 20.8929 18.4049 20.6559 17.64C20.419 16.8752 19.9435 16.2062 19.2989 15.7312C18.6543 15.2562 17.8746 14.9999 17.0739 15.0001ZM17.0739 3.00005C17.5189 3.00005 17.954 3.13201 18.324 3.37925C18.694 3.62648 18.9824 3.97788 19.1527 4.38901C19.323 4.80015 19.3675 5.25255 19.2807 5.689C19.1939 6.12546 18.9796 6.52637 18.6649 6.84104C18.3503 7.15571 17.9493 7.37 17.5129 7.45682C17.0764 7.54364 16.624 7.49908 16.2129 7.32878C15.8018 7.15848 15.4504 6.8701 15.2031 6.50008C14.9559 6.13007 14.8239 5.69506 14.8239 5.25005C14.8246 4.65352 15.0619 4.08161 15.4837 3.6598C15.9055 3.23799 16.4774 3.00072 17.0739 3.00005ZM6.57393 14.2501C6.12892 14.2501 5.69391 14.1181 5.3239 13.8709C4.95389 13.6236 4.6655 13.2722 4.4952 12.8611C4.32491 12.45 4.28035 11.9976 4.36716 11.5611C4.45398 11.1246 4.66827 10.7237 4.98294 10.4091C5.29761 10.0944 5.69852 9.8801 6.13498 9.79328C6.57144 9.70647 7.02384 9.75103 7.43497 9.92132C7.8461 10.0916 8.1975 10.38 8.44474 10.75C8.69197 11.12 8.82393 11.555 8.82393 12.0001C8.82326 12.5966 8.58599 13.1685 8.16418 13.5903C7.74237 14.0121 7.17046 14.2494 6.57393 14.2501ZM17.0739 21.0001C16.6289 21.0001 16.1939 20.8681 15.8239 20.6209C15.4539 20.3736 15.1655 20.0222 14.9952 19.6111C14.8249 19.2 14.7803 18.7476 14.8672 18.3111C14.954 17.8746 15.1683 17.4737 15.4829 17.1591C15.7976 16.8444 16.1985 16.6301 16.635 16.5433C17.0714 16.4565 17.5238 16.501 17.935 16.6713C18.3461 16.8416 18.6975 17.13 18.9447 17.5C19.192 17.87 19.3239 18.305 19.3239 18.7501C19.3233 19.3466 19.086 19.9185 18.6642 20.3403C18.2424 20.7621 17.6705 20.9994 17.0739 21.0001Z" fill="white"/></svg>'); }
  .iconBox-close {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="16" fill="white"/><path d="M24.2929 6.29285C24.4804 6.10531 24.7348 5.99995 25 5.99995C25.2652 5.99995 25.5196 6.10531 25.7071 6.29285C25.8947 6.48039 26.0001 6.73475 26.0001 6.99997C26.0001 7.26519 25.8947 7.51956 25.7071 7.7071L17.4142 16L25.7071 24.2928C25.8947 24.4804 26 24.7348 26 25C26 25.2652 25.8947 25.5196 25.7071 25.7071C25.5196 25.8946 25.2652 26 25 26C24.7348 26 24.4804 25.8946 24.2929 25.7071L16 17.4141L7.70715 25.7071C7.51961 25.8946 7.26525 26 7.00003 26C6.7348 26 6.48044 25.8946 6.2929 25.7071C6.10536 25.5196 6 25.2652 6 25C6 24.7348 6.10536 24.4804 6.2929 24.2928L14.5859 16L6.2929 7.7071C6.10536 7.51956 6 7.2652 6 6.99997C6 6.73475 6.10536 6.48039 6.2929 6.29285C6.48044 6.10531 6.7348 5.99995 7.00002 5.99995C7.26525 5.99995 7.51961 6.10531 7.70715 6.29285L16 14.5858L24.2929 6.29285Z" fill="%23455A64"/></svg>'); }
  .iconBox-facebook {
    background-color: #3b5998; }
    .iconBox-facebook::after {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.857 3.49H9.5V.626A21.22 21.22 0 0 0 7.107.5C4.738.5 3.113 1.99 3.113 4.73v2.52H.5v3.2h2.613v8.05h3.206v-8.05h2.509l.4-3.2H6.319v-2.2c0-.925.25-1.558 1.538-1.558V3.49Z' fill='%23000'/%3E%3C/svg%3E"); }
  .iconBox-x {
    background-color: #000; }
    .iconBox-x::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23000' d='M9.522 6.904 15.48 0h-1.412L8.895 5.995 4.765 0H0l6.247 9.065L0 16.305h1.412l5.461-6.33 4.363 6.33H16l-6.478-9.4ZM7.59 9.145l-.633-.903L1.92 1.06h2.168l4.064 5.796.633.903 5.283 7.535H11.9L7.589 9.145Z'/%3E%3C/svg%3E"); }
  .iconBox-whatsapp {
    background-color: #25d366; }
    .iconBox-whatsapp::after {
      background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.573 11.297c-.223-.112-1.32-.65-1.524-.726-.204-.075-.353-.112-.5.112-.147.224-.576.726-.706.875-.13.15-.26.168-.483.056a6.09 6.09 0 0 1-1.797-1.108 6.724 6.724 0 0 1-1.241-1.545c-.13-.223-.014-.344.1-.455.114-.11.223-.26.335-.39a1.52 1.52 0 0 0 .223-.373.41.41 0 0 0-.019-.39c-.056-.113-.5-1.21-.688-1.657-.188-.446-.365-.376-.5-.383a8.41 8.41 0 0 0-.428-.008.82.82 0 0 0-.595.28 2.5 2.5 0 0 0-.781 1.86c.073.842.39 1.644.911 2.308a9.945 9.945 0 0 0 3.808 3.367c.415.18.84.336 1.272.47.455.138.936.168 1.405.088a2.302 2.302 0 0 0 1.506-1.06c.146-.334.191-.703.13-1.062-.056-.093-.2-.149-.428-.26v.001ZM9.5 16.854a7.41 7.41 0 0 1-3.777-1.034l-.271-.16-2.808.736.75-2.738-.176-.28A7.42 7.42 0 1 1 9.5 16.853Zm6.318-13.736A8.93 8.93 0 0 0 1.767 13.891L.5 18.517l4.733-1.24a8.921 8.921 0 0 0 9.228-.42 8.932 8.932 0 0 0 1.357-13.739Z' fill='%23000'/%3E%3C/svg%3E"); }
  .iconBox-line {
    background-color: #00c300; }
    .iconBox-line::after {
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.955 8.875a.568.568 0 1 1 0 1.137h-1.582v1.016h1.582a.568.568 0 0 1 0 1.135H15.8a.57.57 0 0 1-.565-.567v-4.3a.57.57 0 0 1 .568-.568h2.151a.568.568 0 0 1 0 1.136h-1.581v1.01h1.582Zm-3.475 2.718a.567.567 0 0 1-.568.565.556.556 0 0 1-.46-.225l-2.2-2.99v2.65a.568.568 0 1 1-1.133 0v-4.3a.565.565 0 0 1 .556-.567.583.583 0 0 1 .446.229l2.219 3V7.293a.569.569 0 0 1 1.136 0l.004 4.3Zm-5.175 0a.567.567 0 0 1-1.134 0v-4.3a.567.567 0 0 1 1.134 0v4.3Zm-2.223.567h-2.15a.571.571 0 0 1-.568-.567v-4.3a.568.568 0 1 1 1.136 0v3.735h1.583a.568.568 0 0 1 0 1.135l-.001-.003Zm15.051-2.876c0-4.841-4.854-8.781-10.817-8.781S.5 4.44.5 9.28c0 4.337 3.849 7.97 9.045 8.66.352.074.832.233.954.532.084.318.095.65.034.973l-.148.919c-.041.27-.216 1.069.946.58a34.866 34.866 0 0 0 8.505-6.286 7.771 7.771 0 0 0 2.3-5.38' fill='%23000'/%3E%3C/svg%3E"); }
  .iconBox-telegram {
    background-color: #2AABEE; }
    .iconBox-telegram::after {
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.375 12.263-.357 5.026a1.248 1.248 0 0 0 1-.483l2.4-2.29 4.966 3.637c.911.508 1.553.24 1.8-.838l3.26-15.275C22.733.694 21.957.167 21.07.497L1.9 7.83C.595 8.339.615 9.068 1.68 9.4l4.9 1.524L17.958 3.8c.535-.355 1.022-.158.622.2l-9.205 8.263Z' fill='%23000'/%3E%3C/svg%3E"); }
  .iconBox-copyLink {
    background-color: #999; }
    .iconBox-copyLink::after {
      background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.5 12.5 6-6M11.5 13.658l-2.567 2.567a4.353 4.353 0 0 1-7.433-3.08c0-1.154.459-2.262 1.275-3.078L5.342 7.5M13.658 11.5l2.567-2.567a4.354 4.354 0 1 0-6.158-6.158L7.5 5.342' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.iconSocmed {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%; }
  .iconSocmed::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(110%) contrast(101%);
    filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(110%) contrast(101%); }

.searchBtn {
  padding: 5px;
  line-height: 1; }
  .searchBtn .iconBox-search {
    width: 30px;
    height: 30px;
    background-size: contain; }
    @media (max-width: 1110px) {
      .searchBtn .iconBox-search {
        width: 24px;
        height: 24px; } }
  .searchBtn-submit, .searchBtn-submit .iconBox-search {
    display: block;
    padding: 5px 15px 5px 5px; }

.searchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0 9px 10px;
  border-radius: 8px;
  height: 48px;
  width: 50px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  .searchForm input {
    background: transparent; }
    .searchForm input::-webkit-input-placeholder {
      font-family: Rubik;
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
      color: #9f9f9f; }
    .searchForm input::-moz-placeholder {
      font-family: Rubik;
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
      color: #9f9f9f; }
    .searchForm input:-ms-input-placeholder {
      font-family: Rubik;
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
      color: #9f9f9f; }
    .searchForm input::-ms-input-placeholder {
      font-family: Rubik;
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
      color: #9f9f9f; }
    .searchForm input::placeholder {
      font-family: Rubik;
      font-size: 16px;
      font-weight: 400;
      line-height: 18.96px;
      color: #9f9f9f; }
  .searchForm.-active {
    background: #fff;
    width: 269px; }
    .searchForm.-active .searchBtn-submit .iconBox-search {
      -webkit-filter: invert(60%) sepia(25%) saturate(7493%) hue-rotate(3deg) brightness(97%) contrast(96%);
      filter: invert(60%) sepia(25%) saturate(7493%) hue-rotate(3deg) brightness(97%) contrast(96%); }

.artCol {
  --spacing-art: 7px;
  margin-right: calc(var(--spacing-art) - var(--spacing-art)*2);
  margin-left: calc(var(--spacing-art) - var(--spacing-art)*2);
  width: calc(100% + 22px);
  padding-right: var(--spacing-art);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll; }
  @media (min-width: 767px) {
    .artCol {
      --spacing-art: 14px;
      width: auto;
      padding-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      overflow-x: hidden; } }

.artItem {
  margin-top: var(--spacing-art);
  margin-bottom: 20px;
  padding-left: var(--spacing-art);
  padding-right: var(--spacing-art);
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .artItem {
      -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
      max-width: 57%; } }
  .artItem-images {
    position: relative;
    padding-top: 56.6666%;
    background: #FFEAD1;
    border-radius: 8px;
    overflow: hidden; }
    .artItem-images img {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 8px; }
  .artItem-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    letter-spacing: -.2px; }
    @media (min-width: 767px) {
      .artItem-title {
        font-size: 20px; } }
    @media (min-width: 767px) {
      .artItem-title.-small {
        font-size: 18px;
        line-height: 1.3; } }
    .artItem-title.-small ~ .artItem-dates {
      margin-top: 6px;
      font-size: 12px;
      line-height: 1.18; }
  .artItem-dates {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.18;
    color: #6A6A6A; }
    @media (min-width: 767px) {
      .artItem-dates {
        margin-top: 8px;
        font-size: 18px;
        line-height: 1.21; } }
  .artItem-channel {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.18;
    color: #FF006B;
    letter-spacing: -.2px; }
    @media (min-width: 767px) {
      .artItem-channel {
        font-size: 16px;
        line-height: 1.4; } }
  .artItem .iconBox-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 1; }

.artDuration {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 8px 6px 25px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  z-index: 1; }
  .artDuration::before {
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 .5A6.5 6.5 0 1 0 13.5 7 6.512 6.512 0 0 0 7 .5Zm2.275 6.919-3 2A.544.544 0 0 1 6 9.5a.531.531 0 0 1-.237-.056A.5.5 0 0 1 5.5 9V5a.5.5 0 0 1 .263-.444.519.519 0 0 1 .512.025l3 2a.5.5 0 0 1 0 .838Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-filter: invert(100%) sepia(0) saturate(31%) hue-rotate(59deg) brightness(106%) contrast(107%);
    filter: invert(100%) sepia(0) saturate(31%) hue-rotate(59deg) brightness(106%) contrast(107%); }

.artCol.-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .artCol.-grid .artItem {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }

.serviceWidget {
  --spacing-service: 6.5px;
  max-width: 1350px;
  margin: auto;
  padding: 32px 15px; }
  @media (min-width: 767px) {
    .serviceWidget {
      --spacing-service: 15px;
      padding: 40px; } }
  @media (min-width: 1280px) {
    .serviceWidget {
      padding: 40px 102px; } }
  .serviceWidget-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #333333; }
    @media (min-width: 767px) {
      .serviceWidget-title {
        font-size: 38px; } }

.serviceCol {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: calc(var(--spacing-service) - var(--spacing-service) * 2);
  margin-left: calc(var(--spacing-service) - var(--spacing-service) * 2); }

.serviceItem {
  margin-top: 18px;
  padding-left: var(--spacing-service);
  padding-right: var(--spacing-service); }
  @media (min-width: 767px) {
    .serviceItem {
      margin-top: 20px; } }
  .serviceItem-wrap {
    position: relative;
    height: 100%;
    padding: 8px 8px 72px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1); }
    @media (min-width: 767px) {
      .serviceItem-wrap {
        padding: 12px 12px 76px; } }
  .serviceItem-title {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #37393f; }
    @media (min-width: 767px) {
      .serviceItem-title {
        margin-top: 12px;
        font-size: 24px; } }
  .serviceItem-lead {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #6A6A6A; }
    @media (min-width: 767px) {
      .serviceItem-lead {
        margin-top: 12px; } }
  .serviceItem-images {
    max-width: 30px; }
    @media (min-width: 767px) {
      .serviceItem-images {
        max-width: unset; } }
  .serviceItem-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 8px 12px;
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center; }
    @media (min-width: 767px) {
      .serviceItem-foot {
        width: auto;
        padding: 12px 0;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .serviceItem-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 4px 17px 4px;
    min-height: 30px;
    border: 2px solid #EA7B2C;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #EA7B2C;
    letter-spacing: 0.17px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 767px) {
      .serviceItem-link {
        width: auto;
        padding: 8px 17px 8px;
        min-width: 120px;
        min-height: 40px;
        font-size: 16px; } }
    .serviceItem-link:hover {
      color: #fff;
      background: #EB7C05;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(80, 79, 79, 0.25);
      box-shadow: 0px 4px 4px 0px rgba(80, 79, 79, 0.25); }
    .serviceItem-link--download {
      display: inline-block;
      margin: 14px 0;
      font-family: Rubik;
      font-size: 16px;
      font-weight: 600;
      line-height: 18.96px;
      letter-spacing: -0.011em;
      text-align: center;
      border: 1px solid #EA7B2C;
      padding: 9px 16px; }

.quote {
  width: 100%;
  padding: 24px 15px;
  background: #FEF5ED; }
  @media (min-width: 767px) {
    .quote {
      padding: 40px; } }
  .quoteWrap {
    max-width: 638px;
    text-align: center; }
  .quoteTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.18;
    color: #EA7B2C;
    letter-spacing: -.2px; }
    @media (min-width: 767px) {
      .quoteTitle {
        font-size: 28px; } }
  .quoteLink {
    display: inline-block;
    margin-top: 20px;
    background: #EA7B2C;
    border-radius: 80px;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: -.2px; }
    @media (min-width: 767px) {
      .quoteLink {
        padding: 15px 30px;
        font-size: 28px; } }
    .quoteLink:hover {
      color: #fff;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.partner {
  --spacing-partner: 8px;
  max-width: 1174px;
  position: relative;
  margin: 40px auto 48px; }
  @media (min-width: 1024px) {
    .partner {
      padding-left: 52px;
      padding-right: 52px; } }
  .partnerCol {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .partnerCol {
        gap: 16px; } }
  .partnerItem {
    width: calc((100% - 76px) / 2);
    height: 120px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 10px; }
    @media (min-width: 767px) {
      .partnerItem {
        width: calc((100% - 76px) / 3); } }
    @media (min-width: 1024px) {
      .partnerItem {
        width: 165px; } }
  .partnerTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.17;
    color: #333333;
    letter-spacing: -.2px; }
    @media (min-width: 767px) {
      .partnerTitle {
        font-size: 24px; } }
  .partner .swiper-wrapper {
    padding-bottom: 34px;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .partner .swiper-button-disabled {
    opacity: 0;
    visibility: hidden; }
  .partner .swiper-button-next, .partner .swiper-button-prev {
    width: 32px;
    height: 32px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 24px));
    transform: translateY(calc(-50% + 24px));
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09); }
    @media (max-width: 1024px) {
      .partner .swiper-button-next, .partner .swiper-button-prev {
        width: 28px;
        height: 28px; } }
    .partner .swiper-button-next::after, .partner .swiper-button-prev::after {
      font-size: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23fff' rx='16'/%3E%3Cpath fill='%23FFA31A' d='M20.813 16a.686.686 0 0 1-.202.486l-6.875 6.875a.687.687 0 1 1-.972-.972L19.153 16l-6.39-6.389a.687.687 0 1 1 .973-.972l6.875 6.875a.687.687 0 0 1 .201.486Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%; }
  .partner .swiper-button-next {
    right: 8px; }
    @media (min-width: 767px) {
      .partner .swiper-button-next {
        right: 16px; } }
    @media (min-width: 1024px) {
      .partner .swiper-button-next {
        right: 0; } }
  .partner .swiper-button-prev {
    left: 8px; }
    @media (min-width: 767px) {
      .partner .swiper-button-prev {
        left: 16px; } }
    @media (min-width: 1024px) {
      .partner .swiper-button-prev {
        left: 0; } }
    .partner .swiper-button-prev::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
