@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Light.woff2") format("woff2"), url("../assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Medium.woff2") format("woff2"), url("../assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins-Bold.woff2") format("woff2"), url("../assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iconfont";
  src: url("../assets/fonts/menu-iconfont/iconfont.eot?1.1.12");
  src: url("../assets/fonts/menu-iconfont/iconfont.eot?1.1.12#iefix") format("embedded-opentype"), url("../assets/fonts/menu-iconfont/iconfont.woff?1.1.12") format("woff"), url("../assets/fonts/menu-iconfont/iconfont.ttf?1.1.12") format("truetype"), url("../assets/fonts/menu-iconfont/iconfont.svg?1.1.12#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font: inherit;
}

a,
button {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
}
a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #6e3df7;
  outline-offset: 4px;
}

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

img {
  max-width: 100%;
  height: auto;
}

html {
  overflow-x: initial;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  background-color: #ffffff;
  color: #011323;
  -webkit-text-size-adjust: 100%;
}
body a[href="#live-chat"] {
  border: 1px solid #6e3df7 !important;
}

.site {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 24px;
  }
}

.no-paddings {
  padding: 0 !important;
}

#reg-form-anchor {
  scroll-margin-top: 100px;
}

#steps-progress-bar .custom-progress-bar ul > li:nth-child(3) {
  display: none !important;
}

#cn-more-info {
  background-color: transparent !important;
  text-decoration: underline !important;
}

.hsfc-Step__Content {
  padding: 0 !important;
}

.footer {
  display: block;
  padding: 32px 0 24px;
  width: 100%;
  max-width: calc(100% - 48px);
  margin: 0 auto 30px;
  background: #011323;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0 32px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 80px 0 50px;
    max-width: calc(100% - 60px);
  }
}
.footer__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer__top {
    margin-bottom: 59px;
  }
}
@media (min-width: 992px) {
  .footer__top {
    margin-bottom: 89px;
  }
}
@media (min-width: 992px) {
  .footer__row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto 1fr;
    grid-column-gap: 70px;
  }
}
.footer__main {
  max-width: 300px;
}
@media (min-width: 992px) {
  .footer__main {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 991px) {
  .footer__main {
    margin-bottom: 40px;
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer__main .socials-menu {
    flex: 0 1 209px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer__main {
    display: block;
  }
  .footer__main .socials-menu {
    flex: 0 0 auto;
    display: none;
  }
}
.footer__main .custom-logo {
  width: 181px;
  height: auto;
}
@media (min-width: 992px) {
  .footer__main .custom-logo {
    margin-bottom: 32px;
  }
}
.footer__main .custom-logo-link {
  display: inline-block;
}
.footer__feedback {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 43px;
  margin-top: 44px;
}
@media (min-width: 680px) {
  .footer__feedback {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .footer__feedback {
    margin: 0;
    display: block;
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 992px) {
  .footer__menu {
    grid-area: 1/2/3/3;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    max-width: 850px;
  }
}
.footer__subscribe {
  margin-top: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer__subscribe.subscribe-form {
    margin: 0;
    flex: 1 1 auto;
  }
}
@media (max-width: 679px) {
  .footer__subscribe.subscribe-form {
    flex: 0 0 auto;
  }
}
.footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput {
  color: #fff !important;
  border-color: #fff !important;
}
.footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput:-webkit-autofill, .footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput:-webkit-autofill:hover, .footer__subscribe.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #011323 inset !important;
  -webkit-text-fill-color: white !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-security: none !important;
  caret-color: #fff !important;
  color: #fff !important;
}

.footer-menu .socials-menu {
  margin-top: 40px;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer-menu .socials-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-menu__row {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
}
.footer-menu__col {
  flex: 0 0 auto;
}
.footer-menu__col:nth-child(2) {
  flex: 0 0 auto;
}
.footer-menu__col:nth-child(3) {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .footer-menu__col:not(:last-child) {
    margin-bottom: 40px;
  }
}
.footer-menu__caption {
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-family: Poppins, "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
@media (max-width: 767px) {
  .footer-menu__caption {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    cursor: pointer;
  }
}
.footer-menu__caption a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.footer-menu__caption br {
  display: none;
}
.footer-menu__caption svg {
  flex: 0 0 13px;
  width: 13px;
  height: auto;
  fill: #fff;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer-menu__caption svg {
    display: none;
  }
}
.opened .footer-menu__caption svg {
  transform: rotate(0deg);
}
.footer-menu__caption-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  line-height: 0;
}
@media (max-width: 767px) {
  .footer-menu__caption-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-menu__tabpanel {
    display: none;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .footer-menu__tabpanel {
    display: block !important;
  }
}
.footer-menu__list {
  padding: 16px 0 0;
}
.footer-menu__list .menu-item {
  margin: 0;
  padding-top: 6px;
}
.footer-menu__list .menu-item a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer-menu__list .menu-item a:hover {
    opacity: 0.6;
  }
}
.footer-menu__list .menu-item.label-hidden > a[href="#"] {
  display: none;
}
.footer-menu__list .submenu-group {
  padding-top: 0;
}
@media (min-width: 768px) {
  .footer-menu__list .submenu-group {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1230px) {
  .footer-menu__list .submenu-group {
    flex: 0 0 209px;
  }
}

@media (min-width: 768px) {
  .footer-bottom__row {
    display: flex;
    gap: 50px;
  }
}
.footer-bottom__legal-menu {
  flex: 0 0 45%;
}
@media (max-width: 991px) {
  .footer-bottom__legal-menu {
    flex: 0 0 275px;
  }
}
@media (max-width: 767px) {
  .footer-bottom__legal-menu {
    margin-bottom: 24px;
  }
}
.footer-bottom .widget {
  flex: 1 1 auto;
}
.footer-bottom .widget p {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin: 0;
}

#menu-legal-menu {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 991px) {
  #menu-legal-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #menu-legal-menu {
    gap: 8px 24px;
  }
}
#menu-legal-menu li {
  line-height: 1;
}
#menu-legal-menu a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #menu-legal-menu a:hover {
    opacity: 0.8;
  }
}

body .chat-button {
  margin: 0 50px 70px 0;
  transition: all 0.3s ease 0s;
}

body .chat-button.in-footer {
  margin-bottom: 70px !important;
}
@media (max-width: 1629px) {
  body .chat-button.in-footer {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
  body .chat-button.in-footer {
    margin-bottom: 196px !important;
  }
}
@media (max-width: 575px) {
  body .chat-button.in-footer {
    margin-bottom: 220px !important;
  }
}
@media (max-width: 460px) {
  body .chat-button.in-footer {
    margin-bottom: 244px !important;
    margin-right: 33px !important;
  }
}

body.lp-template .footer {
  padding: 32px 0 24px;
  max-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  body.lp-template .footer {
    padding: 50px 0 32px;
  }
}
@media (min-width: 992px) {
  body.lp-template .footer {
    padding: 80px 0 50px;
    max-width: calc(100% - 60px);
  }
}

.site-header {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .site-header {
    padding: 40px 0;
  }
}
body:not(.page-template-glossary) .site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 18px 0;
  box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.0509803922);
}
@media (max-width: 991px) {
  body:not(.page-template-glossary) .site-header.scrolled {
    padding: 4px 0;
  }
}
body:not(.page-template-glossary) .site-header.scrolled .custom-logo {
  max-width: 150px;
}
@media (max-width: 991px) {
  body:not(.page-template-glossary) .site-header.scrolled .custom-logo {
    max-width: 120px;
  }
}
.site-header__row {
  position: relative;
}
.site-header .mobile-header {
  margin-left: auto;
  align-self: center;
}
.site-header .custom-logo {
  max-width: 128px;
  height: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .site-header .custom-logo {
    max-width: 150px;
  }
}
.site-header .mobile-menu-trigger {
  margin-left: 20px;
}

/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #6e3df7;
  border: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1230px) {
  .slick-prev,
  .slick-next {
    bottom: 25px;
  }
}
.slick-prev i,
.slick-next i {
  font-size: 80px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev {
  right: 80px;
}
@media (min-width: 1230px) {
  .slick-prev {
    right: 200px;
  }
}

.slick-next {
  right: 20px;
}
@media (min-width: 1230px) {
  .slick-next {
    right: 100px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.slick-dots li.slick-active button:before {
  background: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  min-height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 500px;
}
.btn-sm {
  padding: 8px 24px;
  font-size: 13px;
  min-height: 39px;
}
.btn-md {
  min-height: 52px;
  font-size: 18px;
}
.btn-lg {
  padding: 18px 48px;
  min-height: 64px;
}
@media (max-width: 575px) {
  .btn-lg {
    padding: 18px 23px;
  }
}
.btn-white {
  color: #6e3df7;
  border-color: #ffffff;
  background: #ffffff;
}
.btn-white:hover, .btn-white:focus-visible {
  color: #3106aa;
  background: #ffffff;
}
.btn-purple {
  color: #ffffff;
  background: #6e3df7;
  border-color: #6e3df7;
}
.btn-purple:hover, .btn-purple:focus-visible {
  background: #8256ff;
}
.btn-turquoise {
  color: #001424;
  background: #2df2cd;
  border-color: #2df2cd;
}
.btn-turquoise:hover, .btn-turquoise:focus-visible {
  color: #001424;
  background: #49fbd9;
}
.btn-black {
  border: 1px solid #011323;
  background: #011323;
  color: #fff;
}
@media (hover: hover) {
  .btn-black:hover {
    background: transparent;
    color: #011323;
  }
}
.btn-outline {
  border-width: 1px;
  background-color: transparent;
}
.btn-outline.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline.btn-white:hover, .btn-outline.btn-white:focus-visible {
  color: #011323;
  background: #ffffff;
}
.btn-outline.btn-purple {
  color: #6e3df7;
  border-color: #6e3df7;
}
.btn-outline.btn-purple:hover, .btn-outline.btn-purple:focus-visible {
  color: #ffffff;
  border-color: #8256ff;
  background: #8256ff;
}
.btn-outline.btn-turquoise {
  color: #2df2cd;
  border-color: #2df2cd;
}
.btn-outline.btn-turquoise:hover, .btn-outline.btn-turquoise:focus-visible {
  color: #ffffff;
  border-color: #49fbd9;
  background: #49fbd9;
}
.btn-outline.btn-black {
  color: #011323;
  border: 1px solid #011323;
}
.btn-outline.btn-black:hover, .btn-outline.btn-black:focus-visible {
  color: #ffffff;
  background: #011323;
}
.btn.btn-chat {
  transition: width 0.4s ease-in-out;
}
.btn.btn-chat span:after {
  display: flex;
  align-items: center;
  line-height: 0;
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1026_253)'%3e%3cpath d='M11.7158 12.477H1.25V1.24902H22.8711V19.141L16.2822 12.553' stroke='%236E3DF7' stroke-width='2.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1026_253'%3e%3crect width='24.121' height='22.159' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.btn.disabled, .btn:disabled {
  opacity: 0.2;
  background: #001424;
  border-color: #001424;
}

.chat-button {
  z-index: 99999;
  transition: all 0.3s;
}
.chat-button.in-footer {
  margin-bottom: 190px !important;
}

.btn-close {
  color: rgb(181, 184, 237);
}

.cta {
  margin: 35px 0;
}
@media (max-width: 991px) {
  .cta {
    margin: 40px 0;
    text-align: center;
  }
}
.cta__button.btn {
  border-radius: 4px;
  height: 40px;
  min-height: 40px;
  min-width: 125px;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 15px;
}
@media (hover: hover) {
  .cta__button.btn:hover {
    font-size: 16px;
    font-weight: 400;
  }
}
.cta__button.btn:active {
  border-color: #6e3df7;
  background: #6e3df7;
  color: #fff;
}

.add-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e3df7;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) {
  .add-button:hover {
    color: #8256ff;
  }
}
.add-button__plus-icon {
  width: 1lh;
  height: 1lh;
  display: grid;
  place-items: center;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.add-button__plus-icon::after, .add-button__plus-icon::before {
  content: "";
  grid-area: 1/1/2/2;
  width: 0.9em;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
}
.add-button__plus-icon::before {
  rotate: 90deg;
}

.main-navigation {
  flex: 1 1 auto;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1229px) {
  .main-navigation {
    padding-left: 24px;
  }
}
.main-navigation .shipping-menu-two > .sub-menu {
  flex-wrap: wrap;
}
.main-navigation .tradline.menu-item > a {
  position: relative;
}
.main-navigation .tradline.menu-item > a:after {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 85px;
  width: auto;
  height: 20px;
  color: #6e3df7;
  font-size: 13px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
  padding: 4px 12px;
  background: #d3daf3;
  border: 1px solid #6e3df7;
  border-radius: 8px;
}

.header-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  height: 48px;
  text-decoration: none;
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  border-radius: 500px;
  border: 1px solid #011323;
  transition: 0.3s;
}
@media (max-width: 1229px) {
  .header-button a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .header-button a:hover {
    color: #fff;
    background: #011323;
  }
}

.reg-button a {
  color: #fff;
  background: #011323;
}
@media (hover: hover) {
  .reg-button a:hover {
    color: #011323;
    background: transparent;
  }
}

.site-header .menu:not(.mm-listview) {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header .menu:not(.mm-listview) .link-hidden a[href="#"] {
  display: none !important;
}
.site-header .menu:not(.mm-listview) li:not(.header-button) {
  list-style: none;
  margin: 0 auto;
}
.site-header .menu:not(.mm-listview) li:not(.header-button) > a {
  display: inline-block;
  text-decoration: none;
  color: #011323;
  font-weight: 600;
  line-height: 175%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color 0.2s;
}
@media screen and (min-width: 1299px) {
  .site-header .menu:not(.mm-listview) li:not(.header-button) > a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .site-header .menu:not(.mm-listview) li:not(.header-button) > a:hover {
    color: #6e3df7;
  }
}
.site-header .menu:not(.mm-listview) li:not(.header-button).current-menu-item > a {
  color: #6e3df7;
}
.site-header .menu:not(.mm-listview) .complex-submenu > a {
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}
.site-header .menu:not(.mm-listview) .complex-submenu > a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 38%;
  border-bottom: 2px solid #6e3df7;
  border-right: 2px solid #6e3df7;
  transition: all 0.3s;
  transform-origin: 65% 65%;
  transform: rotate(45deg);
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > a:after {
    right: 3px;
  }
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu {
  position: absolute;
  top: calc(100% + 23px);
  left: 0;
  z-index: 100;
  display: flex;
  gap: 48px;
  width: 1140px;
  max-width: 100%;
  padding: 0 48px;
  pointer-events: none;
  border-radius: 8px;
  border: 1px solid #d3daf3;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu {
    padding: 0 24px;
    gap: 24px;
  }
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 100%;
  left: 0;
  z-index: 1;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li {
  flex: 0 0 calc(50% - 24px);
  padding: 32px 0;
  line-height: 1.75;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.services-col {
    flex: 0 0 calc(50% - 24px);
    min-width: 450px;
  }
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.submenu-link > a, .site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.menu-item-type-custom > a[href="#"] {
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 0;
  pointer-events: none;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.submenu-link > a {
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.2s;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.submenu-link > a:hover {
  color: #6e3df7;
}
.site-header .menu:not(.mm-listview) .complex-submenu > .sub-menu > li.label-hidden a[href="#"] {
  display: none;
}
.site-header .menu:not(.mm-listview) .complex-submenu.hiw-menu > .sub-menu {
  width: 424px;
  translate: 40% 0;
  padding: 0 24px;
}
.site-header .menu:not(.mm-listview) .complex-submenu.hiw-menu > .sub-menu > .menu-item {
  padding: 30px 0;
}
.site-header .menu:not(.mm-listview) .complex-submenu.hiw-menu > .sub-menu .sub-menu .menu-item {
  width: 100%;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu {
  position: relative;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu > .sub-menu {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  translate: 0;
  transform: none;
  left: -30%;
  padding: 0 24px;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu > .sub-menu > .menu-item {
  padding: 30px 0;
  flex: 0 0 100%;
}
.site-header .menu:not(.mm-listview) .complex-submenu.about-menu > .sub-menu .sub-menu .menu-item {
  width: 100%;
  text-wrap: nowrap;
}
.site-header .menu:not(.mm-listview) .complex-submenu.shipping-menu > .sub-menu {
  max-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .menu:not(.mm-listview) .complex-submenu.shipping-menu > .sub-menu > .menu-item {
  padding: 30px 0;
  flex: 0 0 100%;
}
.site-header .menu:not(.mm-listview) .complex-submenu.shipping-menu > .sub-menu > .menu-item .sub-menu {
  width: 100%;
  flex-direction: column;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li {
  width: auto;
  min-width: calc(50% - 4px);
  margin: 0;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li.menuicon-focus > a {
  background: linear-gradient(96.28deg, rgba(108, 60, 244, 0.2) 8.37%, rgba(255, 64, 0, 0.2) 90.37%);
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 23px 12px 12px;
  color: #011323;
  font-size: 13px;
  font-weight: 600;
  line-height: 175%;
  cursor: pointer;
  border-radius: 8px;
  background: transparent;
  transition: background 0.3s;
}
.site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a .icon-parts, .site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a:before {
  font-size: 32px;
  color: #6e3df7;
  margin: 0;
}
@media (hover: hover) {
  .site-header .menu:not(.mm-listview) .complex-submenu .NoPanel > .sub-menu li > a:hover {
    background: #d3daf3;
  }
}
@media (max-width: 1229px) {
  .site-header .menu:not(.mm-listview) .complex-submenu.services-menu .services-col > .sub-menu {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 4px;
  }
}
@media (hover: hover) {
  .site-header .menu:not(.mm-listview) .complex-submenu:hover > a {
    color: #6e3df7;
  }
  .site-header .menu:not(.mm-listview) .complex-submenu:hover > a:after {
    transform: rotate(-135deg);
  }
  .site-header .menu:not(.mm-listview) .complex-submenu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header .menu:not(.mm-listview) .additional-menu > .sub-menu {
  padding: 0 32px;
}
.site-header .menu:not(.mm-listview) .additional-menu > .sub-menu > li {
  flex: 1 1 auto;
}
.site-header .menu:not(.mm-listview) .additional-menu > .sub-menu > li.menu-item-news, .site-header .menu:not(.mm-listview) .additional-menu > .sub-menu > li.menu-item-post {
  flex: 0 0 35%;
  width: 35%;
}
.site-header .menu:not(.mm-listview) .additional-menu .NoPanel > .sub-menu {
  flex-direction: column;
}
.site-header .menu:not(.mm-listview) .resources-menu > .sub-menu {
  padding: 0 32px;
}
.site-header .menu:not(.mm-listview) .resources-menu > .sub-menu > li {
  flex: 1 1 auto;
}
.site-header .menu:not(.mm-listview) .resources-menu > .sub-menu > li.menu-item-news, .site-header .menu:not(.mm-listview) .resources-menu > .sub-menu > li.menu-item-post {
  flex: 0 0 35%;
  width: 35%;
}
.site-header .menu:not(.mm-listview) .resources-menu .NoPanel > .sub-menu {
  flex-direction: column;
}
.site-header .menu:not(.mm-listview) .resources-menu .resource-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='24' rx='3' ry='6' width='6' height='12' fill='%236e3df7'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}
.site-header .menu:not(.mm-listview) .resources-menu .resource-loader a {
  display: none;
}
.site-header .menu:not(.mm-listview) .resources-menu:has(.latests-news) .resource-loader {
  display: none;
}

#site-navigation .latests-news,
#menu .latests-news {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 8px 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #site-navigation .latests-news,
  #menu .latests-news {
    gap: 20px;
    margin: 0;
  }
}
#site-navigation .latests-news__item,
#menu .latests-news__item {
  width: 100%;
  margin: 0;
}
#site-navigation .latests-news .date,
#menu .latests-news .date {
  color: #4e5a65;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}
#site-navigation .latests-news__link,
#menu .latests-news__link {
  display: block;
  color: #011323;
  padding: 12px !important;
  border-radius: 8px;
  background: transparent;
  transition: background 0.2s, color 0.2s !important;
}
@media (max-width: 1199px) {
  #site-navigation .latests-news__link,
  #menu .latests-news__link {
    padding: 10px 0 !important;
  }
}
#site-navigation .latests-news__link p,
#menu .latests-news__link p {
  margin: 0;
  color: currentColor;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.5em;
}
@media (hover: hover) {
  #site-navigation .latests-news__link:hover,
  #menu .latests-news__link:hover {
    background: #d3daf3;
  }
}
#site-navigation .latest-post,
#menu .latest-post {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #site-navigation .latest-post,
  #menu .latest-post {
    aspect-ratio: 3/2;
  }
}
#site-navigation .latest-post__link,
#menu .latest-post__link {
  text-decoration: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 16px;
  border-radius: 6px;
  display: flex !important;
  align-items: flex-end;
}
#site-navigation .latest-post__link img,
#menu .latest-post__link img {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  #site-navigation .latest-post__link:hover img,
  #menu .latest-post__link:hover img {
    transform: scale(1.15);
  }
}
#site-navigation .latest-post__link::before,
#menu .latest-post__link::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: #000;
  opacity: 0.2;
}
#site-navigation .latest-post__info,
#menu .latest-post__info {
  position: relative;
  z-index: 3;
  text-decoration: none;
}
#site-navigation .latest-post__info .date,
#menu .latest-post__info .date {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}
#site-navigation .latest-post__info .title,
#menu .latest-post__info .title {
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.25em;
}
#site-navigation .latest-post__category,
#menu .latest-post__category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  text-decoration: none;
}
#site-navigation .latest-post__category svg,
#menu .latest-post__category svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class^=menuicon-] a,
[class*=menuicon-] a {
  display: flex;
  align-items: center;
}

.icon-arrow-down:after,
.menuicon-s4wd a .icon-parts,
[class^=menuicon-] a:before,
[class*=menuicon-] a:before {
  font-family: "Iconfont" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  vertical-align: top;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menuicon-s4wd a .icon-parts:before {
  content: "\e929";
  font-size: inherit;
  color: rgb(110, 61, 247);
}

.menuicon-s4wd a .icon-parts span:before {
  content: "\e92a";
  margin-left: -1em;
  font-size: inherit;
  color: rgb(110, 61, 247);
}

.menuicon-s4wd a .icon-parts:after {
  content: "\e92b";
  margin-left: -1em;
  font-size: inherit;
  color: rgb(204, 190, 245);
}

.icon-arrow-down:after {
  content: "\e92c";
}

.menuicon-walmart > a:before {
  content: "\e927";
}

.menuicon-dangerous > a:before {
  content: "\e924";
}

.menuicon-pre-shipments-2 > a:before {
  content: "\e914";
}

.menuicon-fcl-2 > a:before {
  content: "\e915";
}

.menuicon-lcl-2 > a:before {
  content: "\e916";
}

.menuicon-air-2 > a:before {
  content: "\e917";
}

.menuicon-cargo-insurance-2 > a:before {
  content: "\e918";
}

.menuicon-creditline-2 > a:before {
  content: "\e919";
}

.menuicon-customs-clearance-2 > a:before {
  content: "\e91a";
}

.menuicon-door-delivery-2 > a:before {
  content: "\e91b";
}

.menuicon-ocean-freight-2 > a:before {
  content: "\e91c";
}

.menuicon-payments-2 > a:before {
  content: "\e91d";
}

.menuicon-blog-2 > a:before {
  content: "\e91e";
}

.menuicon-customer-stories-2 > a:before {
  content: "\e91f";
}

.menuicon-glossary-2 > a:before {
  content: "\e920";
}

.menuicon-help-center-2 > a:before {
  content: "\e921";
}

.menuicon-media-2 a:before {
  content: "\e922";
}

.menuicon-resource-center-2 > a:before {
  content: "\e923";
}

.menuicon-instagram > a:before {
  content: "\e913";
}

.menuicon-fb > a:before {
  content: "\e910";
}

.menuicon-linked-in > a:before {
  content: "\e911";
}

.menuicon-x > a:before {
  content: "\e912";
}

.menuicon-youtube > a:before {
  content: "\e925";
}

.menuicon-blog > a:before {
  content: "\e90b";
}

.menuicon-customer > a:before {
  content: "\e90d";
}

.menuicon-glossary > a:before {
  content: "\e90e";
}

.menuicon-media > a:before {
  content: "\e90f";
}

.menuicon-additional > a:before {
  content: "\e909";
}

.menuicon-shipping > a:before {
  content: "\e90c";
}

.menuicon-lcl > a:before {
  content: "\e90a";
}

.menuicon-bnpl > a:before {
  content: "\e900";
}

.menuicon-preship > a:before {
  content: "\e901";
}

.menuicon-warehouse > a:before {
  content: "\e902";
}

.menuicon-payment > a:before {
  content: "\e903";
}

.menuicon-ocean > a:before {
  content: "\e904";
}

.menuicon-fcl > a:before {
  content: "\e905";
}

.menuicon-customs-clearance > a:before {
  content: "\e906";
}

.menuicon-cargo-insurance > a:before {
  content: "\e907";
}

.menuicon-air > a:before {
  content: "\e908";
}

.menuicon-calculator > a:before {
  content: "\e926";
}

.menuicon-sourcing > a:before {
  content: "\e928";
}

.menuicon-contact-us > a:before,
.menuicon-about-us > a:before,
.menuIcon-customer-support > a:before {
  content: "";
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 0.8em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: initial !important;
}

.menuicon-contact-us > a:before {
  background-image: url("../assets/img/icons/menu/contact-us.svg");
}

.menuicon-about-us > a:before {
  background-image: url("../assets/img/icons/menu/about-us.svg");
}

.menuIcon-customer-support > a:before {
  background-image: url("../assets/img/icons/menu/customer-support.svg");
}

@media (max-width: 991px) {
  .menuicon-contact-us > a:before,
  .menuicon-about-us > a:before,
  .menuIcon-customer-support > a:before {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
.mm-menu {
  z-index: 99999;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(0deg, rgba(181, 184, 237, 0.1) 0%, rgba(181, 184, 237, 0.1) 100%), #FFF;
}
@media (max-width: 500px) {
  .mm-menu {
    width: 100%;
  }
}
.mm-menu .custom-logo-link {
  display: block;
  width: 125px;
  margin: 16px 24px 32px;
}
.mm-menu .custom-logo-link img {
  width: 100%;
  height: auto;
  display: block;
}
.mm-menu .mm-navbars {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  height: auto;
}
.mm-menu .menu-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.mm-menu .menu-close .bi {
  flex: 0 0 16px;
  position: relative;
  width: 16px;
  height: 16px;
}
.mm-menu .menu-close .bi::after, .mm-menu .menu-close .bi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  transform: translateY(-50%) rotate(45deg);
  background: #011323;
}
.mm-menu .menu-close .bi::before {
  transform: translateY(-50%) rotate(-45deg);
}
.mm-menu .link-hidden > a {
  display: none !important;
}
.mm-menu .mm-listview,
.mm-menu .mm-listview li,
.mm-menu .mm-panels,
.mm-menu .mm-panel {
  background: none;
  border: none;
}
.mm-menu .mm-listitem {
  display: block;
}
.mm-menu .mm-listview {
  transition: none 0.4s ease;
}
.mm-menu .mm-panels > .mm-panel {
  overflow-y: scroll;
}
.mm-menu .mm-panels > .mm-panel:after {
  content: none;
}
.mm-menu .menu > .mm-listitem:after {
  content: "";
  border-color: #D3DAF3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 24px;
  inset-inline-end: 24px;
  bottom: 0;
}
.mm-menu .menu > .mm-listitem.last-link:after {
  content: none;
}
.mm-menu .menu > .mm-listitem:not(.header-button) > .mm-listitem__text {
  padding: 32px 24px;
  color: #011323;
  font-size: 20px;
  font-weight: 600;
  line-height: 175%;
}
.mm-menu .menu > .mm-listitem .mm-listitem__btn {
  position: absolute;
  inset: 0;
  height: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: none;
}
.mm-menu .menu > .mm-listitem .mm-listitem__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0;
  top: calc(50% - 7px);
  right: 24px;
  color: #6e3df7;
  border-color: currentColor;
  transform-origin: 35% 35%;
  transform: rotate(225deg);
  transition: transform 0.3s ease-in-out;
}
.mm-menu .menu > .mm-listitem .mm-panel {
  padding: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out !important;
}
.mm-menu .menu > .mm-listitem--opened > .mm-listitem__text {
  color: #6e3df7 !important;
}
.mm-menu .menu > .mm-listitem--opened .mm-listitem__btn::after {
  transform: rotate(45deg);
}
.mm-menu .menu > .mm-listitem--opened .mm-panel {
  max-height: 1000px;
}
.mm-menu li.NoPanel {
  padding: 0 24px;
  flex-direction: column;
}
.mm-menu li.NoPanel::after {
  content: none;
}
.mm-menu li.NoPanel .mm-btn {
  display: none !important;
}
.mm-menu li.NoPanel > a {
  padding: 0;
  margin-bottom: 8px;
  color: #011323;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
}
.mm-menu li.NoPanel ul.mm-nopanel {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}
.mm-menu li.NoPanel ul.mm-nopanel li {
  padding: 1px 0;
}
.mm-menu li.NoPanel ul.mm-nopanel li > a {
  padding: 12px 24px 12px 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #011323;
  font-size: 13px;
  font-weight: 600;
  line-height: 175%;
}
.mm-menu li.NoPanel ul.mm-nopanel li > a .icon-parts, .mm-menu li.NoPanel ul.mm-nopanel li > a::before {
  font-size: 25px;
  margin: 0;
  color: #6e3df7;
}
.mm-menu li.NoPanel .mm-btn--next::after {
  content: none;
}
.mm-menu .hiw-menu li.NoPanel:not(:last-child) ul.mm-nopanel {
  padding: 0;
}
.mm-menu .resources-menu li.NoPanel ul.mm-nopanel {
  padding-bottom: 31px;
}
.mm-menu .menu {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 48px;
}
.mm-menu .menu .header-button {
  width: calc(100% - 48px);
  margin: 0 auto;
}
.mm-menu .menu .header-button a {
  height: 64px;
}
.mm-menu .menu .header-button a:active {
  background: #6e3df7;
  border-color: #6e3df7;
  color: #fff;
}
.mm-menu .menu .header-button::after {
  content: none !important;
}
.mm-menu .menu .login-button {
  order: 11;
  display: flex;
}
.mm-menu .menu .reg-button {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  margin-bottom: 16px;
  order: 10;
}
.mm-menu .menu .reg-button a {
  color: #fff;
}
.mm-menu .mm-navbar__title {
  display: none !important;
}

.hamburger,
.hamburger.is-active {
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hamburger .hamburger-box,
.hamburger.is-active .hamburger-box {
  width: 28px;
}
.hamburger .hamburger-inner,
.hamburger.is-active .hamburger-inner {
  background-color: #ffffff;
  border-radius: 0;
  height: 2px;
  width: 28px;
}
.hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background-color: #ffffff;
  border-radius: 0;
  height: 2px;
  width: 28px;
}
.site-header_light .hamburger .hamburger-inner,
.site-header_light .hamburger.is-active .hamburger-inner {
  background-color: #011323;
}
.site-header_light .hamburger .hamburger-inner:before, .site-header_light .hamburger .hamburger-inner:after,
.site-header_light .hamburger.is-active .hamburger-inner:before,
.site-header_light .hamburger.is-active .hamburger-inner:after {
  background-color: #011323;
}

.chat-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 3rem 3rem 0;
  transition: all 0.3s ease 0s;
}
.chat-button strong {
  font-weight: 500;
}

body .chat-button {
  z-index: 4000 !important;
}

.btn-chat {
  display: inline-block;
  color: #6e3df7;
  background: #ffffff;
  transition: width 0.4s ease-in-out;
  padding: 12px 24px 11px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 30px;
  border: 1px solid #6e3df7;
  border-radius: 800px;
}
@media (hover: hover) {
  .btn-chat:hover {
    color: rgb(49, 6, 170);
    border-color: rgb(49, 6, 170);
  }
}

.spinner-border {
  display: inline-block;
  border: 4px solid #6e3df7;
  border-bottom-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  animation: spinner-border linear infinite 0.75s;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.row {
  margin: 0 -15px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row.-no-gap [class*=col-] {
  padding: 0;
}

[class*=col-] {
  padding: 0 15px;
  width: 100%;
}

.col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.order-1 {
  order: 1;
}

.offset-1 {
  margin-left: calc(100% / 12 * 1);
}

.col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.order-2 {
  order: 2;
}

.offset-2 {
  margin-left: calc(100% / 12 * 2);
}

.col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.order-3 {
  order: 3;
}

.offset-3 {
  margin-left: calc(100% / 12 * 3);
}

.col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.order-4 {
  order: 4;
}

.offset-4 {
  margin-left: calc(100% / 12 * 4);
}

.col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.order-5 {
  order: 5;
}

.offset-5 {
  margin-left: calc(100% / 12 * 5);
}

.col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.order-6 {
  order: 6;
}

.offset-6 {
  margin-left: calc(100% / 12 * 6);
}

.col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.order-7 {
  order: 7;
}

.offset-7 {
  margin-left: calc(100% / 12 * 7);
}

.col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.order-8 {
  order: 8;
}

.offset-8 {
  margin-left: calc(100% / 12 * 8);
}

.col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.order-9 {
  order: 9;
}

.offset-9 {
  margin-left: calc(100% / 12 * 9);
}

.col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.order-10 {
  order: 10;
}

.offset-10 {
  margin-left: calc(100% / 12 * 10);
}

.col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.order-11 {
  order: 11;
}

.offset-11 {
  margin-left: calc(100% / 12 * 11);
}

.col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

.order-12 {
  order: 12;
}

.offset-12 {
  margin-left: calc(100% / 12 * 12);
}

.offset-0 {
  margin-left: 0;
}

@media (min-width: 576px) {
  .col-xs-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-xs-1 {
    order: 1;
  }
  .offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-xs-2 {
    order: 2;
  }
  .offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-xs-3 {
    order: 3;
  }
  .offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-xs-4 {
    order: 4;
  }
  .offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-xs-5 {
    order: 5;
  }
  .offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-xs-6 {
    order: 6;
  }
  .offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-xs-7 {
    order: 7;
  }
  .offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-xs-8 {
    order: 8;
  }
  .offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-xs-9 {
    order: 9;
  }
  .offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-xs-10 {
    order: 10;
  }
  .offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-xs-11 {
    order: 11;
  }
  .offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .col-xs-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-xs-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-sm-1 {
    order: 1;
  }
  .offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-sm-2 {
    order: 2;
  }
  .offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-sm-3 {
    order: 3;
  }
  .offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-sm-4 {
    order: 4;
  }
  .offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-sm-5 {
    order: 5;
  }
  .offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-sm-6 {
    order: 6;
  }
  .offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-sm-7 {
    order: 7;
  }
  .offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-sm-8 {
    order: 8;
  }
  .offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-sm-9 {
    order: 9;
  }
  .offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-sm-10 {
    order: 10;
  }
  .offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-sm-11 {
    order: 11;
  }
  .offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-md-1 {
    order: 1;
  }
  .offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-md-2 {
    order: 2;
  }
  .offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-md-3 {
    order: 3;
  }
  .offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-md-4 {
    order: 4;
  }
  .offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-md-5 {
    order: 5;
  }
  .offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-md-6 {
    order: 6;
  }
  .offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-md-7 {
    order: 7;
  }
  .offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-md-8 {
    order: 8;
  }
  .offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-md-9 {
    order: 9;
  }
  .offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-md-10 {
    order: 10;
  }
  .offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-md-11 {
    order: 11;
  }
  .offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 1230px) {
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-lg-1 {
    order: 1;
  }
  .offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-lg-2 {
    order: 2;
  }
  .offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-lg-3 {
    order: 3;
  }
  .offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-lg-4 {
    order: 4;
  }
  .offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-lg-5 {
    order: 5;
  }
  .offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-lg-6 {
    order: 6;
  }
  .offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-lg-7 {
    order: 7;
  }
  .offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-lg-8 {
    order: 8;
  }
  .offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-lg-9 {
    order: 9;
  }
  .offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-lg-10 {
    order: 10;
  }
  .offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-lg-11 {
    order: 11;
  }
  .offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 1630px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-xl-1 {
    order: 1;
  }
  .offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-xl-2 {
    order: 2;
  }
  .offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-xl-3 {
    order: 3;
  }
  .offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-xl-4 {
    order: 4;
  }
  .offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-xl-5 {
    order: 5;
  }
  .offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-xl-6 {
    order: 6;
  }
  .offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-xl-7 {
    order: 7;
  }
  .offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-xl-8 {
    order: 8;
  }
  .offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-xl-9 {
    order: 9;
  }
  .offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-xl-10 {
    order: 10;
  }
  .offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-xl-11 {
    order: 11;
  }
  .offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-xl-0 {
    margin-left: 0;
  }
}
@media (min-width: 1921px) {
  .col-xxl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .order-xxl-1 {
    order: 1;
  }
  .offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .order-xxl-2 {
    order: 2;
  }
  .offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .order-xxl-3 {
    order: 3;
  }
  .offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .order-xxl-4 {
    order: 4;
  }
  .offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .order-xxl-5 {
    order: 5;
  }
  .offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .order-xxl-6 {
    order: 6;
  }
  .offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .order-xxl-7 {
    order: 7;
  }
  .offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .order-xxl-8 {
    order: 8;
  }
  .offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .order-xxl-9 {
    order: 9;
  }
  .offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .order-xxl-10 {
    order: 10;
  }
  .offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .order-xxl-11 {
    order: 11;
  }
  .offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .col-xxl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-12 {
    margin-left: calc(100% / 12 * 12);
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
}
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column !important;
}

.d-flex-center {
  align-items: center;
  justify-content: center;
}

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

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.image-blur img {
  filter: blur(2px);
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1630px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .hidden-desktop {
    display: none;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.me-3 {
  margin-right: 1rem;
}

.socials-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.socials-menu .menu-item {
  flex: 0 0 auto;
}
.socials-menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #011323;
  font-size: 16px;
  background: rgba(245, 247, 254, 0.4);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.1s;
}
@media (hover: hover) {
  .socials-menu .menu-item a:hover {
    background: rgba(245, 247, 254, 0.6);
  }
}
.socials-menu .menu-item a::before {
  font-size: inherit;
  margin: 0;
  text-align: center;
}
.socials-menu .menu-item.menuicon-youtube a, .socials-menu .menu-item.menuicon-instagram a {
  font-size: 20px;
}

.hiw-title,
.heading {
  color: #011323;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .hiw-title,
  .heading {
    font-size: 32px;
    line-height: 125%;
  }
}
.hiw-title_h3,
.heading_h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .hiw-title_h3,
  .heading_h3 {
    font-size: 24px;
  }
}
.hiw-title_big,
.heading_big {
  font-size: 80px;
}
.hiw-title strong,
.heading strong {
  color: #6e3df7;
  font-weight: 500;
}
.hiw-title_gradient strong,
.heading_gradient strong {
  background: linear-gradient(104deg, #6e3df7 0%, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-label {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 1px;
  color: #011323;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
}
.gradient-label span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff;
}
.gradient-label::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(-270deg, #6e3df7 0, rgba(110, 61, 247, 0) 100%);
}
.gradient-label_red::before {
  background: linear-gradient(to bottom right, #6e3df7 0, #ff4000 100%);
}

.red-gradient-text {
  background: linear-gradient(104deg, #6e3df7 0%, #ff4000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-head {
  max-width: 574px;
  margin: 0 auto;
  text-align: center;
}
.section-head .gradient-label {
  margin-bottom: 12px;
}
.section-head__title.heading {
  margin: 0 0 8px;
  color: #011323;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .section-head__title.heading {
    font-size: 32px;
  }
}
.section-head__text {
  margin: 0;
  color: #4e5a65;
  font-size: 13px;
  line-height: 175%;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 64px;
  padding: 10px 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  border-radius: 500px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.button span {
  position: relative;
  z-index: 2;
}
.button_grad-purple {
  border-color: #6e3df7;
}
.button_grad-purple::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #a484fc 25.78%, #6e3df7 100%);
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .button_grad-purple:hover {
    border-color: #011323;
    background: #011323;
  }
  .button_grad-purple:hover::before {
    opacity: 0;
  }
}

.slick-dotted.slick-slider {
  margin: 0;
}
.slick-list {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .slick-list {
    margin-bottom: 32px;
  }
}
.slick-slider:not(.slick-initialized) {
  display: none;
}
.slick-slider:not(.slick-initialized).ready {
  display: block;
}
.slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d3daf3;
  border-radius: 50%;
  flex: 0 0 auto;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
}
.slick-dots li button:before, .slick-dots li button:after {
  display: none;
}
.slick-dots li.slick-active button {
  background: #6c3cf4;
}

.slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider-buttons__btn {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #6e3df7;
  color: #6e3df7;
  background: #fff;
  transition: color 0.2s, background 0.2s;
}
@media (hover: hover) {
  .slider-buttons__btn:hover {
    color: #fff;
    background: #6e3df7;
  }
}
.slider-buttons__btn.slick-disabled {
  opacity: 0.4;
  color: #6e3df7;
  background: #fff;
  border: 1px solid #d3daf3;
  pointer-events: none;
  cursor: auto;
}
.slider-buttons__btn_next {
  transform: rotate(180deg);
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 40px 12px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  outline: none;
}
.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.invalid-feedback {
  color: #f73d3d;
  font-weight: 600;
  font-size: 14px;
}

.is-valid + .invalid-feedback {
  display: none;
}

.form-control.is-valid {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28.256' height='21.871' viewBox='0 0 28.256 21.871'%3e%3cg id='Component_11_1' data-name='Component 11 – 1' transform='translate(1.414 1.414)'%3e%3cpath id='Path_1933' data-name='Path 1933' d='M2545.724-138.046l6.971,6.971,18.457-18.457' transform='translate(-2545.724 149.532)' fill='none' stroke='%236e3df7' stroke-linejoin='round' stroke-width='4'/%3e%3c/g%3e%3c/svg%3e ");
}

.btn-outline {
  border-style: solid;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.anchor-target {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}

.category-label {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #6e3df7 !important;
  border-radius: 4px;
  padding: 1px;
  transition: color 0.3s;
}
.category-label span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 7px 12px;
  border-radius: 4px;
  color: #fff;
}
.category-label svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.category-label_logistics-shipping {
  color: #78acf5 !important;
}
.category-label_customer-stories {
  color: #f5ca78 !important;
}
.category-label_trends-news {
  color: #f5e178 !important;
}
.category-label_documents {
  color: #f5a578 !important;
}
.category-label_awards {
  color: #f578f0 !important;
}
.category-label_freight-academy {
  color: #f57880 !important;
}
.category-label_glossary {
  color: #78f5d7 !important;
}
@media (hover: hover) {
  .category-label:hover {
    color: #fff !important;
    opacity: 1 !important;
  }
}

.list-marker {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
}
.list-marker:before {
  content: "";
  height: 1em;
  width: 1em;
  margin-top: 0.3em;
}
.list-marker_check-purple:before {
  background: url("../assets/img/icons/check-icon_purple.svg") center/contain no-repeat;
}
.list-marker_check-white:before {
  background: url("../assets/img/icons/check-icon.svg") center/contain no-repeat;
}

.subscribe-form {
  display: block;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 991px) {
  .subscribe-form {
    min-width: 270px;
    max-width: 60%;
  }
}
@media (max-width: 679px) {
  .subscribe-form {
    max-width: 380px;
    min-width: 0;
  }
}
.subscribe-form br {
  display: none;
}
.subscribe-form:has(.hsfc-PostSubmit) .subscribe-form__title,
.subscribe-form:has(.hsfc-PostSubmit) .subscribe-form__text {
  display: none;
}
.subscribe-form__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
  text-wrap: balance;
}
.subscribe-form__text {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.subscribe-form .hsfc-FieldLabel {
  display: none !important;
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Row {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Row {
    flex: 0 0 calc(100% - 124px);
    width: auto;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Row:has(.hsfc-RichText) {
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 575px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    position: relative;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  flex: 0 0 auto;
  margin: 0;
}
@media (min-width: 992px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-NavigationRow {
    margin: 10px 0 0;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  margin: 0 !important;
  font-size: 10px !important;
}
@media (max-width: 575px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-ErrorAlert {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput {
  max-width: 220px;
  background: transparent;
  padding: 10px 0;
  margin: 0 0 2px !important;
  border-radius: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  font-size: 12px;
  line-height: 125%;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput {
    max-width: 100%;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput::-moz-placeholder {
  color: currentColor !important;
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-TextInput::placeholder {
  color: currentColor !important;
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Button {
  padding: 5px 26px !important;
  border-radius: 500px !important;
  font-weight: 600;
  font-size: 12px;
  transform: none !important;
}
@media (max-width: 991px) {
  .subscribe-form [data-hsfc-id=Renderer] .hsfc-Button {
    line-height: 1.25 !important;
  }
}
.subscribe-form [data-hsfc-id=Renderer] .hsfc-Button:disabled {
  opacity: 0.7 !important;
}
.subscribe-form .hsfc-NavigationRow .hsfc-NavigationRow__Alerts,
.subscribe-form .hsfc-InfoAlert {
  display: none !important;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.faqs__head {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .faqs__head {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .faqs__head {
    margin-bottom: 24px;
  }
}
.faqs__head .btn {
  margin-top: 32px;
}
@media (max-width: 575px) {
  .faqs__head .btn {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.faqs__title {
  text-align: center;
}
@media (max-width: 767px) {
  .faqs__title strong {
    color: #011323;
  }
}
.faqs__subtitle {
  max-width: 570px;
  margin: 10px auto 0;
  color: #4E5A65;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
  text-wrap: balance;
}
.faqs__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 750px;
}
.faqs__item {
  border: 1px solid #D3DAF3;
  border-radius: 8px;
}
.faqs__item.opened {
  background: #F5F7FE;
}
.faqs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 16px 20px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #011323;
  text-align: left;
  border: none;
  background: none;
}
.faqs__indicator {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.faqs__indicator:after, .faqs__indicator:before {
  content: "";
  position: absolute;
  background: #6E3DF7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.faqs__indicator:before {
  height: 14px;
  width: 2px;
}
.opened .faqs__indicator:before {
  transform: translate(-50%, -50%) scaleY(0);
}
.faqs__indicator:after {
  height: 2px;
  width: 14px;
}
.faqs__answer {
  display: none;
}
.faqs__answer div {
  padding: 0 16px 20px 28px;
  font-size: 16px;
  line-height: 28px;
  color: #4E5A65;
}
.faqs__answer div ul, .faqs__answer div ol {
  margin: 1em 0;
  padding-left: 20px;
}
.faqs__answer div ul > li, .faqs__answer div ol > li {
  list-style: disc;
}
.faqs__answer div ol > li {
  list-style: decimal;
  padding-left: 8px;
}
.faqs__answer div > li, .faqs__answer div > p {
  font-size: 16px;
  line-height: 28px;
  color: #4E5A65;
}
.faqs__answer div > p:not(:last-child) {
  margin-bottom: 1em;
}
.faqs__answer div a {
  text-decoration: underline;
  transition: color 0.2s;
}
@media (hover: hover) {
  .faqs__answer div a:hover {
    color: #6e3df7;
  }
}

.testimonials {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 31px 0;
  }
}
.testimonials__header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonials__header {
    margin-bottom: 24px;
  }
}
.testimonials__title {
  margin: 0;
  text-wrap: balance;
  max-width: 500px;
}
@media (max-width: 767px) {
  .testimonials__title {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .testimonials__buttons {
    display: none;
  }
}
.testimonials__buttons-mobile {
  display: block;
}
@media (min-width: 768px) {
  .testimonials__buttons-mobile {
    display: none;
  }
}
.testimonials__buttons-mobile .slider-buttons__btn {
  position: absolute;
  bottom: 4px;
  width: 48px;
  height: 48px;
  transform: translateY(50%);
}
.testimonials__buttons-mobile .slider-buttons__btn:not(.slick-disabled) {
  border-color: #6e3df7;
}
.testimonials__buttons-mobile .slider-buttons__btn svg {
  width: 16px;
  height: auto;
}
.testimonials__buttons-mobile .slider-buttons__btn_prev {
  left: 24px;
}
.testimonials__buttons-mobile .slider-buttons__btn_next {
  right: 24px;
  transform: translateY(50%) rotate(180deg);
}
.testimonials__slider-wrap {
  position: relative;
}
.testimonials__slider {
  display: none;
}
.testimonials__slider.slick-initialized {
  display: revert;
}
.testimonials__slider .slick-list {
  padding-top: 78px !important;
  margin-bottom: 0;
}
@media (max-width: 1629px) {
  .testimonials__slider .slick-list {
    padding-left: calc(50% - 570px);
  }
}
@media (max-width: 1229px) {
  .testimonials__slider .slick-list {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials__slider .slick-list {
    padding-left: 24px;
    margin-bottom: 50px;
    padding-top: 0 !important;
  }
}
.testimonials__slide {
  padding-right: 220px;
}
@media (max-width: 1629px) {
  .testimonials__slide {
    padding-right: 150px;
  }
}
@media (max-width: 1229px) {
  .testimonials__slide {
    padding-right: 75px;
  }
}

.testimonials-card {
  display: block;
  max-width: 930px;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 1229px) {
  .testimonials-card {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .testimonials-card {
    max-width: calc(100vw - 48px);
    padding-bottom: 2px;
  }
}
.slick-current .testimonials-card {
  opacity: 1;
}
.testimonials-card__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .testimonials-card__row {
    flex-direction: column-reverse;
  }
}
.testimonials-card__image {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .testimonials-card__image {
    flex: 0 0 240px;
    width: 240px;
    min-height: 325px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
}
.testimonials-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .testimonials-card__image img {
    display: none;
  }
}
.testimonials-card__video-link {
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  color: #011323;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .testimonials-card__video-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    max-width: calc(100% - 20px);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
    backdrop-filter: blur(7.5px);
  }
}
@media (max-width: 767px) {
  .testimonials-card__video-link {
    max-width: 300px;
    margin: 30px auto 0;
    border-radius: 500px;
    border: 1px solid #011323;
  }
}
@media (max-width: 575px) {
  .testimonials-card__video-link {
    max-width: 100%;
  }
}
@media (hover: hover) {
  .testimonials-card__video-link:hover {
    color: #6e3df7;
  }
}
.testimonials-card__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-left: 56px;
}
@media (max-width: 767px) {
  .testimonials-card__main {
    padding: 0;
  }
}
.testimonials-card__text {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 30px;
  color: #011323;
  font-size: 32px;
  font-weight: 500;
  line-height: 135%;
}
@media (max-width: 1229px) {
  .testimonials-card__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials-card__text {
    padding-left: 64px;
    font-size: 20px;
  }
}
.testimonials-card__text::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -44px;
  width: 150px;
  height: 150px;
  background: url("../assets/img/icons/testimonials-icon.svg") center/contain no-repeat;
  transform: translateY(-60%);
}
@media (max-width: 767px) {
  .testimonials-card__text::before {
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
    transform: none;
  }
}
.testimonials-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.testimonials-card__name {
  color: #6e3df7;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-card__name {
    color: #011323;
    font-size: 16px;
  }
}
.testimonials-card__role {
  color: #011323;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}
@media (min-width: 768px) {
  .testimonials-card__logo {
    max-width: 50%;
  }
}
.testimonials-card__logo img {
  max-height: 67px;
  max-width: 244px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .testimonials-card__logo img {
    max-height: 40px;
    max-width: 100%;
  }
}

.shop__start {
  max-width: 590px;
  margin: 0 auto 32px;
}
@media (max-width: 991px) {
  .shop__start {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .shop__container {
    padding: 0;
  }
}
.shop__title {
  margin-bottom: 16px;
}
.shop__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #4E5A65;
}
.shop__wrapper {
  background: #F5F7FE;
  border-radius: 8px;
  padding: 48px 0 56px;
}
@media (max-width: 1229px) {
  .shop__wrapper {
    padding: 48px 0;
  }
}
.shop__buttons {
  display: flex;
  gap: 32px;
  padding: 0 64px;
  margin-bottom: 40px;
  overflow-x: auto;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.shop__buttons::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.shop__buttons::-webkit-scrollbar-track {
  background: transparent;
}
.shop__buttons::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 0 solid transparent;
}
@media (max-width: 1229px) {
  .shop__buttons {
    margin-bottom: 32px;
    gap: 0;
    padding: 0 24px;
  }
}
.shop__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  color: #011323;
  background: transparent;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.3s;
}
.shop__button:hover {
  color: #6C3CF4;
}
.shop__button.active {
  background: #011323;
  color: #fff;
}
.shop__button.active:hover {
  color: #fff;
}
.shop__contents {
  position: relative;
}
@media (max-width: 575px) {
  .shop__contents {
    margin-bottom: 48px;
  }
}
.shop__content {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  padding: 0 64px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1229px) {
  .shop__content {
    gap: 24px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .shop__content {
    flex-direction: column;
    gap: 32px;
  }
}
.shop__content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.shop__info {
  flex: 1 1 auto;
}
.shop__image {
  flex: 0 0 60%;
}
@media (max-width: 991px) {
  .shop__image {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .shop__image {
    flex: auto;
  }
}
.shop__image img {
  display: block;
}
.shop__subtitle {
  text-align: left;
  font-size: 32px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .shop__subtitle {
    font-size: 24px;
  }
}
.shop__description {
  font-size: 16px;
  line-height: 1.6;
  color: #4E5A65;
  margin: 0 0 32px;
}
.shop__description p {
  line-height: inherit;
  font-size: inherit;
}
.shop__description strong {
  font-weight: 600;
  line-height: inherit;
  font-size: inherit;
}
.shop__more.btn {
  padding: 10px 24px !important;
}
@media (max-width: 575px) {
  .shop__more.btn {
    width: 100%;
  }
}
.shop__reg-btn {
  margin-left: 32px;
}
@media (max-width: 575px) {
  .shop__reg-btn {
    width: 100%;
    margin: 9px 0 0;
  }
}
.shop__illustration {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .shop__illustration {
    padding-top: 32px;
  }
}
.shop__illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.shop__dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.shop__dots button {
  padding: 0;
  width: 8px;
  height: 8px;
  background: #D3DAF3;
  border-radius: 50%;
  flex: 0 0 auto;
  border: none;
  transition: all 0.3s ease-in-out;
}
.shop__dots button.active {
  background: #6C3CF4;
}
@media (max-width: 575px) {
  .shop__dots {
    display: flex;
  }
}

.team {
  padding: 25px 0;
}
.team__head {
  max-width: 760px;
}
.team__title {
  max-width: 600px;
  margin: 0 auto 16px !important;
  font-size: 40px;
  text-align: center;
}
.team__title span {
  display: block;
}
@media (min-width: 768px) {
  .team__title .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .team__title {
    font-size: 32px;
  }
  .team__title .hidden-mobile {
    display: none !important;
  }
}
.team__text {
  max-width: 754px;
  margin: 0 auto 40px;
  color: #4E5A65;
  text-align: center;
  font-size: 16px;
  line-height: 175%;
}
.team__awards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
.team__awards p {
  flex: 0 0 auto;
}
.team__awards img {
  display: block;
  width: auto;
  height: 80px;
}
@media (max-width: 575px) {
  .team__awards img {
    height: 64px;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .team__list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.team__list_first {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .team__list_first li:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .team__list_first li:nth-child(n+3) {
    display: none;
  }
}
.team__list_center {
  grid-template-columns: repeat(auto-fit, 210px);
}
@media (max-width: 991px) {
  .team__list_center {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (min-width: 768px) {
  .team__list_second li:nth-child(1) {
    display: none;
  }
}
@media (min-width: 992px) {
  .team__list_second li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 991px) {
  .team__list_second li:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .team__list_second li:nth-child(n+3) {
    display: none;
  }
}
.team__list_second.show-all li:nth-child(n) {
  display: block;
}
@media (max-width: 767px) {
  .team__show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    max-width: 480px;
    margin: 40px auto 0;
    padding: 10px 16px;
    color: #011323;
    font-size: 16px;
    font-weight: 600;
    line-height: 175%;
    border-radius: 500px;
    text-align: center;
    background: transparent;
    border: 1px solid #011323;
    transition: background 0.3s, color 0.3s;
  }
}
@media (hover: hover) {
  .team__show-more-btn:hover {
    background: #011323;
    color: #fff;
  }
}
.team__show-more-btn.hidden {
  display: none;
}

.member-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.member-card__photo {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .member-card__photo {
    height: 100%;
    margin-bottom: 0;
  }
}
.member-card__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.member-card__mobile-linkedin {
  display: none;
}
@media (max-width: 575px) {
  .member-card__mobile-linkedin {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
  }
  .member-card__mobile-linkedin span {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    background-color: #011323;
    transition: background-color 0.15s;
  }
}
@media (max-width: 575px) and (hover: hover) {
  .member-card__mobile-linkedin:hover span {
    background-color: #6e3df7;
  }
}
.member-card__info {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #D3DAF3;
  transition: background 0.3s;
}
@media (min-width: 576px) {
  .member-card__info {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 9px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(7.5px);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(7.5px);
    box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
  }
}
.member-card._active .member-card__info {
  background: #CCBEF5;
}
.member-card__name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #011323;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
@media (max-width: 1229px) {
  .member-card__name {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .member-card__name {
    font-size: 13px;
  }
}
.member-card__name a {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  background-color: #011323;
  transition: background-color 0.15s;
}
@media (max-width: 575px) {
  .member-card__name a {
    display: none;
  }
}
@media (hover: hover) {
  .member-card__name a:hover {
    background-color: #6e3df7;
  }
}
.member-card__position {
  color: #4E5A65;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 991px) {
  .member-card__position {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .member-card__position {
    font-size: 10px;
  }
}

.member-bio {
  position: relative;
  overflow: hidden;
  display: none;
  margin-bottom: 0;
  transition: margin 0.3s ease-in-out;
}
.member-bio.isOpen {
  margin-bottom: 32px;
}
.member-bio ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  border-radius: 8px;
  border: 1px solid #D3DAF3;
  background: url("../assets/img/about-us/team-bio-bg.jpg") center/cover no-repeat, #F5F7FE;
  transition: max-height 0.3s ease-in-out;
}
.member-bio ul li {
  grid-area: 1/1/2/2;
  display: none;
}
.member-bio__content {
  padding: 0;
  transition: padding 0.2s 0.2s ease-in-out;
}
._active .member-bio__content {
  transition: padding 0.2s 0s ease-in-out;
  padding: 32px 40px;
}
.member-bio p:not(:last-child) {
  margin: 0 0 20px;
}
.member-bio__close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: #011323;
  transition: color 0.3s;
}
@media (hover: hover) {
  .member-bio__close-btn:hover {
    color: #6e3df7;
  }
}

.shipping-tabs {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .shipping-tabs {
    padding-top: 32px;
  }
}
@media (max-width: 575px) {
  .shipping-tabs .section-head {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .shipping-tabs .section-head__title.heading {
    margin: 0;
  }
}
.shipping-tabs .section-head__text {
  font-size: 16px;
}
@media (max-width: 575px) {
  .shipping-tabs .section-head__text {
    display: none;
  }
}
.shipping-tabs .shop__buttons {
  justify-content: center;
  gap: 24px;
  margin-bottom: 14px;
  padding-bottom: 10px;
}
@media (max-width: 1229px) {
  .shipping-tabs .shop__buttons {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .shipping-tabs .shop__buttons {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.shipping-tabs .shop__button {
  height: 48px;
  min-width: 255px;
  font-size: 16px;
  border: 1px solid #011323;
}
@media (max-width: 991px) {
  .shipping-tabs .shop__button {
    min-width: -moz-fit-content;
    min-width: fit-content;
    flex: 0 0 calc(30% - 11px);
  }
}
.shipping-tabs .shop__button span {
  display: inline-block;
  margin: 0.3em;
}
@media (max-width: 767px) {
  .shipping-tabs .shop__button {
    text-transform: uppercase;
  }
  .shipping-tabs .shop__button span {
    display: none;
  }
}
.shipping-tabs .shop__wrapper {
  background: none;
  padding-top: 32px;
}
.shipping-tabs .shop__content {
  padding: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .shipping-tabs .shop__content {
    padding: 0 24px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1230px) {
  .shipping-tabs .shop__image {
    flex: 0 0 62.5%;
  }
}
.shipping-tabs .shop__image img {
  width: 100%;
}
.shipping-tabs .shop__dots {
  display: none;
}
.shipping-tabs .shop__subtitle {
  margin-bottom: 16px;
}
.shipping-tabs .shop__description {
  margin: 0 0 48px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .shipping-tabs .shop__description {
    margin-bottom: 32px;
  }
}
.shipping-tabs .shop__more {
  text-transform: none;
}

.section.trust-block {
  padding: 40px 0;
}

.trust-block {
  padding: 40px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .trust-block {
    padding: 54px 0;
  }
}
.trust-block__container {
  max-width: 1200px !important;
  padding: 0 30px !important;
}
@media (max-width: 1229px) {
  .trust-block__container {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
}
.trust-block.color-white {
  color: #fff;
}
.trust-block__title {
  margin: 0 0 27px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.trust-block__wrapper {
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  gap: 16px;
}
@media (max-width: 1229px) {
  .trust-block__wrapper {
    flex: 1 0 auto;
    gap: 0;
    width: auto;
    max-width: unset;
    justify-content: flex-start;
    animation: autoscroll 30s linear infinite forwards;
  }
}
@media (min-width: 1230px) {
  .trust-block__wrapper_mobile {
    display: none !important;
  }
}
.trust-block__col {
  position: relative;
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1229px) {
  .trust-block__col {
    padding: 0 48px;
    justify-content: flex-start;
    cursor: auto;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .trust-block__col {
    padding: 0 16px;
  }
}
@media (hover: hover) {
  .trust-block__col:hover .trust-block__text {
    opacity: 1;
    z-index: 3;
  }
}
.trust-block__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-block__img img {
  display: block;
  height: 47px;
  max-width: 200px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.trust-block__text {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  text-wrap: pretty;
  color: inherit;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 1230px) {
  .trust-block__text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: grid;
    place-items: center;
    width: -moz-max-content;
    width: max-content;
    max-width: 180px;
    min-height: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.75;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 14px 28px -7px rgba(16, 24, 40, 0.05);
    backdrop-filter: blur(7px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
}
@keyframes autoscroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.trust-block {
  padding: 51px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .trust-block {
    padding: 11px 0 23px;
  }
}
@media (max-width: 767px) {
  .trust-block__text {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .trust-block__img img {
    height: 48px;
  }
}

.awards-zim__block {
  max-width: 850px;
  margin: 0 auto;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  gap: 64px;
  border-radius: 8px;
  border: 1px solid #6E3DF7;
}
@media (max-width: 767px) {
  .awards-zim__block {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 16px;
  }
}
.awards-zim__text {
  flex: 1 1 auto;
  color: #011323;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.awards-zim__logo {
  flex: 0 0 107px;
  width: 107px;
}
@media (max-width: 767px) {
  .awards-zim__logo {
    flex: 0 0 78px;
    width: 78px;
  }
}
.awards-zim__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.introduce {
  display: flex;
  align-items: stretch;
}
@media (min-width: 992px) {
  .introduce .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .introduce {
    padding: 22px 30px 30px;
  }
}
@media (max-width: 991px) {
  .introduce .hidden-mobile {
    display: none !important;
  }
}
.introduce__wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  background: #F5F7FE;
  padding: 135px 0;
  overflow: hidden;
}
@media (max-width: 1229px) {
  .introduce__wrapper {
    border-radius: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .introduce__wrapper {
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .introduce__wrapper {
    padding: 90px 0 16px;
  }
}
.introduce__bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  max-width: 350px;
  z-index: 1;
}
@media (max-width: 991px) {
  .introduce__bg {
    width: 350px;
    left: 0;
    bottom: 400px;
    transform: translateX(-25%);
  }
}
@media (max-width: 575px) {
  .introduce__bg {
    bottom: calc(60px + 51vw);
  }
}
.introduce__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.introduce__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 991px) {
  .introduce__row {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .introduce__content {
    flex: 0 0 100%;
  }
}
.introduce__container {
  width: 100%;
}
@media (min-width: 992px) {
  .introduce__container {
    max-width: 52%;
  }
}
.introduce__image {
  margin-left: auto;
  margin-top: 82px;
  margin-right: -14px;
}
@media (min-width: 992px) {
  .introduce__image {
    flex: 0 0 46%;
    margin: 0;
    transform: translateX(calc(14px - 100%));
  }
}
.introduce__image img {
  display: block;
  max-width: 614px;
  width: 100%;
  height: auto;
}
.introduce__title {
  margin: 0 0 16px;
  font-size: 48px;
  text-wrap: pretty;
}
@media (max-width: 991px) {
  .introduce__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .introduce__title {
    text-wrap: balance;
  }
}
.introduce__descr {
  margin: 0 0 32px;
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 575px) {
  .introduce__descr {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.introduce__descr strong {
  font-weight: 600;
}
.introduce__descr a {
  text-decoration: underline;
  transition: color 0.2s;
}
@media (hover: hover) {
  .introduce__descr a:hover {
    color: #6e3df7;
  }
}
.introduce__descr p {
  font: inherit;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .introduce__descr p {
    margin-bottom: 8px;
  }
}
.introduce__descr ul, .introduce__descr ol {
  font-size: 13px;
  color: #011323;
}
.introduce__descr ul {
  display: block;
}
.introduce__descr ul li {
  display: flex;
  gap: 12px;
  line-height: 1.75;
  margin: 0 0 8px 0;
}
.introduce__descr ul li:before {
  content: "";
  background: url("../assets/img/icons/check-icon.svg") center center/8px auto no-repeat, #6e3df7;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  margin-top: 0.3em;
  border-radius: 50%;
}
.introduce__buttons {
  display: flex;
  gap: 32px;
}
@media (max-width: 575px) {
  .introduce__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.introduce__buttons .btn {
  min-width: 195px;
  text-transform: none;
}

.features {
  width: 100%;
  max-width: 100%;
}
.features__slider {
  position: relative;
  display: none;
  overflow: hidden;
}
.features__slider.slick-initialized {
  display: block;
}
.features__slider .slick-list {
  padding: 40px 30px 0 !important;
  max-width: calc(50% + 600px);
  margin-left: auto;
  overflow: visible;
  margin-bottom: 73px;
}
@media (max-width: 991px) {
  .features__slider .slick-list {
    padding: 40px 24px 0 !important;
  }
}
.features_benefits .features__slider .slick-list {
  padding-top: 0 !important;
}
.features__slider .slick-track {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media (max-width: 767px) {
  .features__slider .slick-track {
    gap: 16px;
  }
}
.features_benefits .features__slider .slick-track {
  gap: 16px;
}
.features__slider .slider-buttons__btn {
  position: absolute;
  top: calc(50% - 36px);
  z-index: 3;
  transform: translateY(-50%);
  background: #fff !important;
  transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.3s, visibility 0.3s !important;
}
@media (max-width: 991px) {
  .features__slider .slider-buttons__btn {
    display: none !important;
  }
}
@media (hover: hover) {
  .features__slider .slider-buttons__btn:hover {
    background: #6e3df7 !important;
  }
}
.features__slider .slider-buttons__btn.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.features__slider .slider-buttons__btn_next {
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.features__slider .slider-buttons__btn_prev {
  left: 20px;
}
.features__slider .slick-slide {
  height: auto !important;
  flex: 0 0 260px;
  width: 260px;
}
.features_benefits .features__slider .slick-slide {
  flex: 0 0 300px;
  width: 300px;
}
@media (min-width: 768px) {
  .features_benefits .features__slider .slick-slide {
    flex: 0 0 370px;
    width: 370px;
  }
}
.features__block {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1px 32px 60px;
  border-radius: 8px;
  background: #fff;
}
.features__block_benefits {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #D3DAF3;
  background: #F5F7FE;
}
@media (max-width: 767px) {
  .features__block_benefits {
    padding: 24px;
  }
}
.features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: -40px 0 24px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 15px 30px -8px rgba(16, 24, 40, 0.05);
  backdrop-filter: blur(7.5px);
}
.features_benefits .features__icon {
  margin-top: 0;
}
.features__caption {
  margin: 0 0 8px;
  color: #011323;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}
@media (min-width: 768px) {
  .features_benefits .features__caption {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.features__descr {
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 767px) {
  .features_benefits .features__descr {
    font-size: 14px;
  }
}

@media (min-width: 1230px) {
  .site-header:not(.scrolled) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.introduce__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  max-width: 350px;
  z-index: 1;
}
@media (max-width: 991px) {
  .introduce__bg {
    width: 350px;
    left: 0;
    bottom: 400px;
    transform: translateX(-25%);
  }
}
@media (max-width: 767px) {
  .introduce__bg {
    bottom: 372px;
  }
}
@media (max-width: 575px) {
  .introduce__bg {
    bottom: calc(60px + 43vw);
    left: -18px;
  }
}
@media (max-width: 480px) {
  .introduce__bg {
    bottom: 51vw;
  }
}
.introduce__buttons {
  gap: 16px;
}
@media (min-width: 992px) {
  .introduce__login-btn.btn {
    min-width: 100px;
    border: 0 !important;
    padding-left: 27px;
    padding-right: 27px;
  }
  .introduce__login-btn.btn:hover {
    background: none !important;
    color: #6e3df7;
  }
}

.process {
  padding: 0 0 75px;
}
@media (max-width: 1229px) {
  .process {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .process {
    padding: 35px 0 56px;
  }
}
.process__head {
  max-width: 780px;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .process__head {
    margin-bottom: 32px;
  }
}
.process__head .section-head__title {
  text-wrap: balance;
}
@media (max-width: 767px) {
  .process__head .section-head__text {
    font-size: 14px;
  }
}
.process__row_3 {
  margin-top: 72px;
}
.process__row_1 {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .process__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }
  .process__row_1 {
    margin-bottom: 46px;
  }
  .process__row_2 {
    flex-direction: row-reverse;
  }
  .process__row_3 {
    margin-top: 46px;
  }
}
.process__image {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .process__image {
    flex: 0 1 54.5%;
    position: sticky;
    top: 120px;
    margin-bottom: 0;
  }
}
.process__image img {
  display: block;
  width: 100%;
  height: auto;
}
.process__list {
  flex: 0 1 45.5%;
}
.process__list li + li {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .process__list li + li {
    margin-top: 24px;
  }
}
.process__caption {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #011323;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}
@media (max-width: 767px) {
  .process__caption {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .process__caption {
    font-size: 18px;
  }
}
.process__caption::before {
  content: "";
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  margin-top: 0.15em;
  border-radius: 50%;
  background-color: #6e3df7;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDUuMkwyLjg0NjE1IDdMOSAxIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.process__descr {
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 767px) {
  .process__descr {
    font-size: 14px;
  }
}
.process__descr p {
  font: inherit;
}
.process__descr p + p {
  margin-top: 20px;
}
.process__descr a {
  color: currentColor;
  text-decoration-line: underline;
  transition: color 0.1s;
}
@media (hover: hover) {
  .process__descr a:hover {
    color: #6e3df7;
  }
}

.critical-step {
  padding: 75px 30px 0;
}
@media (max-width: 991px) {
  .critical-step {
    padding: 0 0 20px;
  }
}
.critical-step__block {
  padding-top: 96px;
  border-radius: 8px;
  background: #F5F2FD;
}
@media (max-width: 991px) {
  .critical-step__block {
    padding-top: 24px;
    border-radius: 0;
  }
}
.critical-step .container {
  position: relative;
}
.critical-step .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17%;
  z-index: 1;
  width: 338px;
  height: 100%;
  background: url("../assets/img/customs-clearance/critical-bg.svg") center bottom/100% auto no-repeat;
}
@media (max-width: 991px) {
  .critical-step .container::before {
    left: 40%;
  }
}
@media (max-width: 575px) {
  .critical-step .container::before {
    left: 20%;
    width: 268px;
  }
}
.critical-step__grid {
  position: relative;
  z-index: 2;
  display: block;
}
@media (min-width: 992px) {
  .critical-step__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 142px;
    grid-row-gap: 15px;
  }
}
.critical-step__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .critical-step__title {
    grid-area: 1/1/2/2;
    margin: 0;
  }
}
.critical-step__descr {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .critical-step__descr {
    grid-area: 1/2/3/3;
    margin: 0;
  }
}
.critical-step__descr p {
  margin-bottom: 1.5em;
  color: #011323;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 767px) {
  .critical-step__descr p {
    font-size: 14px;
  }
}
.critical-step__descr strong {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .critical-step__descr strong {
    font-size: 16px;
  }
}
.critical-step__image {
  grid-area: 2/1/3/2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .critical-step__image {
    overflow: hidden;
  }
}
.critical-step__image img {
  max-width: 100%;
  width: 344px;
  height: auto;
}
@media (max-width: 575px) {
  .critical-step__image img {
    width: 268px;
    margin-left: -70px;
  }
}

.faqs {
  padding: 60px 0 75px;
}
@media (max-width: 991px) {
  .faqs {
    padding: 35px 0;
  }
}

@media (min-width: 992px) {
  .solution {
    padding: 75px 30px 0;
  }
}
.solution__block {
  padding: 120px 0;
  border-radius: 8px;
  background: #F5F7FE;
  overflow: hidden;
}
@media (max-width: 991px) {
  .solution__block {
    padding: 72px 0 50px;
    border-radius: 0;
  }
}
.solution__head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .solution__head {
    display: flex;
    justify-content: space-between;
    gap: 42px;
    margin-bottom: 48px;
  }
}
.solution__title {
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .solution__title {
    margin-bottom: 8px;
  }
}
.solution__text {
  color: #4E5A65;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media (min-width: 992px) {
  .solution__text {
    flex: 1 1 auto;
    font-size: 13px;
    max-width: 450px;
  }
}
.solution .testimonials-card__text {
  font-size: 24px;
}
@media (max-width: 991px) {
  .solution .testimonials-card__text {
    font-size: 20px;
  }
}
.solution .slider-buttons__btn {
  border: 1px solid #D3DAF3;
  background: transparent;
  transition: color 0.2s, background 0.2s, border 0.2s;
}
@media (hover: hover) {
  .solution .slider-buttons__btn:hover {
    border-color: #6e3df7;
    background: #6e3df7;
  }
}

@media (max-width: 991px) {
  .features__slider .slick-list {
    margin-bottom: 40px;
  }
}

.shipping-tabs {
  padding-bottom: 34px;
  padding-top: 60px;
}
.shipping-tabs .shop__contents {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .shipping-tabs {
    padding-top: 52px;
  }
  .shipping-tabs .shop__content {
    padding: 0;
  }
  .shipping-tabs .shop__buttons {
    padding: 0;
  }
  .shipping-tabs .shop__button {
    flex: 0 0 calc(33% - 11px);
  }
  .shipping-tabs .section-head {
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=customs-clearance-new.css.map */
