.cache__desc {
  font-size: var(--tdfs-body-text);
  font-weight: 400;
  line-height: 1.6666666667;
}
@media (max-width: 767.98px) {
  .cache__desc {
    line-height: 1.7142857143;
  }
}
.cta-apps {
  padding: 2.0833333333vw 0vw 8.3333333333vw 0vw;
}
.cta-apps__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.cta-apps__image-container:before {
  content: "";
  display: block;
  padding-top: 88.8888888889%;
}
.cta-apps__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1800px) {
  .cta-apps {
    padding: 2.2222222222vw 0vw 8.8888888889vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .cta-apps {
    padding: 3.3361134279vw 0vw 13.3444537114vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-apps {
    padding: 3.9063517279vw 0vw 7.8127034558vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .cta-apps {
    padding: 6.2502604275vw 0vw 12.500520855vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .cta-apps {
    padding: 7.6730267533vw 0vw 15.3460535066vw 0vw;
  }
}
@media (max-width: 991.98px) {
  .cta-apps {
    text-align: center;
  }
}
.cta-apps__title {
  color: #0A0A0A;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1800px) {
  .cta-apps__title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .cta-apps__title {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-apps__title {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .cta-apps__title {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .cta-apps__title {
    margin-bottom: 7.6730267533vw;
  }
}
@media (max-width: 991.98px) {
  .cta-apps__title {
    margin-top: 3.0272452069vw;
  }
}
.cta-apps__desc {
  color: #616161;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1800px) {
  .cta-apps__desc {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .cta-apps__desc {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-apps__desc {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .cta-apps__desc {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .cta-apps__desc {
    margin-bottom: 7.6730267533vw;
  }
}

.app-logo {
  display: flex;
  justify-content: space-between;
}
.app-logo__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.app-logo__image-container:before {
  content: "";
  display: block;
  padding-top: 30%;
}
.app-logo__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .app-logo__image-container:before {
    padding-top: 28.7425149701%;
  }
}
.app-logo__image-container {
  margin-right: 1.5625vw;
}
@media screen and (max-width: 1800px) {
  .app-logo__image-container {
    margin-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .app-logo__image-container {
    margin-right: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .app-logo__image-container {
    margin-right: 1.3021172426vw;
  }
}
@media screen and (max-width: 479.98px) {
  .app-logo__image-container {
    margin-right: 2.0834201425vw;
  }
}
@media screen and (max-width: 390.98px) {
  .app-logo__image-container {
    margin-right: 2.5576755844vw;
  }
}
.app-logo__disabled {
  opacity: 0.5;
}

.cta {
  position: relative;
}
.cta__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.cta__image-container:before {
  content: "";
  display: block;
  padding-top: 52.6041666667%;
}
.cta__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .cta__image-container:before {
    padding-top: 94.8717948718%;
  }
}
.cta:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 576px) {
  .cta:after {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(0, 0, 0, 0.4037990196) 35%, rgba(0, 0, 0, 0.0984768908) 100%);
  }
}
.cta__text-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .cta__text-wrapper {
    position: static;
    background-color: #016735;
    transform: none;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .cta__text-wrapper {
    padding-top: 7.8127034558vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 479.98px) {
  .cta__text-wrapper {
    padding-top: 12.500520855vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 390.98px) {
  .cta__text-wrapper {
    padding-top: 15.3460535066vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .cta__text-wrapper {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 479.98px) {
  .cta__text-wrapper {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 390.98px) {
  .cta__text-wrapper {
    padding-bottom: 0vw;
  }
}
.cta__title {
  color: #fff;
  max-width: 700px;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1800px) {
  .cta__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .cta__title {
    margin-bottom: 5.0041701418vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cta__title {
    margin-bottom: 5.2084689705vw;
  }
}
@media screen and (max-width: 479.98px) {
  .cta__title {
    margin-bottom: 8.33368057vw;
  }
}
@media screen and (max-width: 390.98px) {
  .cta__title {
    margin-bottom: 10.2307023377vw;
  }
}
@media (max-width: 991.98px) {
  .cta__title {
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  .cta__title {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cta__button {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .cta__image-container:after {
    content: "";
    background: rgb(1, 103, 53);
    background: linear-gradient(180deg, rgb(1, 103, 53) 0%, rgb(1, 103, 53) 49%, rgba(1, 103, 53, 0) 100%);
    height: 25%;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
  }
}

.faq__title {
  color: #0A0A0A;
  text-align: center;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1800px) {
  .faq__title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .faq__title {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .faq__title {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .faq__title {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .faq__title {
    margin-bottom: 7.6730267533vw;
  }
}
.faq__item {
  border-radius: 0 !important;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.faq__button {
  border-radius: 0 !important;
  background-color: transparent;
  padding: 1.5625vw 0vw;
}
@media screen and (max-width: 1800px) {
  .faq__button {
    padding: 1.6666666667vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .faq__button {
    padding: 2.5020850709vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .faq__button {
    padding: 3.9063517279vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .faq__button {
    padding: 6.2502604275vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .faq__button {
    padding: 7.6730267533vw 0vw;
  }
}
.faq__button:focus {
  box-shadow: none;
  border-color: #616161;
}
.faq__button:not(.collapsed) {
  background-color: transparent !important;
  color: #016735;
  box-shadow: none;
}
.faq__body {
  color: #616161;
  padding: 0vw 0vw 1.5625vw 0vw;
}
@media screen and (max-width: 1800px) {
  .faq__body {
    padding: 0vw 0vw 1.6666666667vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .faq__body {
    padding: 0vw 0vw 2.5020850709vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .faq__body {
    padding: 0vw 0vw 3.9063517279vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .faq__body {
    padding: 0vw 0vw 6.2502604275vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .faq__body {
    padding: 0vw 0vw 7.6730267533vw 0vw;
  }
}
.faq__body a {
  color: #016735;
  text-decoration: underline;
}

.social-media {
  padding: 2.34375vw 0vw;
  background-color: #016735;
}
@media screen and (max-width: 1800px) {
  .social-media {
    padding: 2.5vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .social-media {
    padding: 3.7531276063vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .social-media {
    padding: 5.8595275919vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .social-media {
    padding: 9.3753906413vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .social-media {
    padding: 11.5095401299vw 0vw;
  }
}
.social-media__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .social-media__container {
    display: block;
    text-align: center;
  }
}
.social-media__logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7482%) hue-rotate(191deg) brightness(105%) contrast(103%);
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .social-media__logo {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 479.98px) {
  .social-media__logo {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 390.98px) {
  .social-media__logo {
    margin-bottom: 7.6730267533vw;
  }
}
.social-media__ul {
  padding-left: 0vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 1800px) {
  .social-media__ul {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .social-media__ul {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .social-media__ul {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .social-media__ul {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .social-media__ul {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 1800px) {
  .social-media__ul {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .social-media__ul {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .social-media__ul {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .social-media__ul {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .social-media__ul {
    margin-bottom: 0vw;
  }
}
.social-media__li {
  list-style: none;
  display: inline-block;
}
.social-media__li + .social-media__li {
  margin-left: 0.78125vw;
}
@media screen and (max-width: 1800px) {
  .social-media__li + .social-media__li {
    margin-left: 0.8333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .social-media__li + .social-media__li {
    margin-left: 1.2510425354vw;
  }
}
@media screen and (max-width: 767.98px) {
  .social-media__li + .social-media__li {
    margin-left: 1.953175864vw;
  }
}
@media screen and (max-width: 479.98px) {
  .social-media__li + .social-media__li {
    margin-left: 3.1251302138vw;
  }
}
@media screen and (max-width: 390.98px) {
  .social-media__li + .social-media__li {
    margin-left: 3.8365133766vw;
  }
}
.social-media__link {
  display: block;
  position: relative;
  height: 64px;
  width: 64px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.social-media__link:hover {
  border-color: #fff;
}
.social-media__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
}

.breadcrumb-wrapper {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.breadcrumb {
  padding: 1.5625vw 0vw;
  margin-bottom: 0vw;
}
@media screen and (max-width: 1800px) {
  .breadcrumb {
    padding: 1.6666666667vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb {
    padding: 2.5020850709vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 2.0833875882vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .breadcrumb {
    padding: 3.333472228vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .breadcrumb {
    padding: 4.0922809351vw 0vw;
  }
}
@media screen and (max-width: 1800px) {
  .breadcrumb {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .breadcrumb {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .breadcrumb {
    margin-bottom: 0vw;
  }
}

.breadcrumb-item {
  color: #616161;
}
.breadcrumb-item.active {
  color: #9E9E9E;
}

.breadcrumb-link {
  color: #616161;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.swiper-pagination-bullet {
  background-color: #D9D9D9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #016735;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #016735;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #016735;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

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

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

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

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

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

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

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

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

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.cache {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #0A0A0A;
  z-index: 2;
  width: 100%;
  padding: 1.8229166667vw 0vw;
  display: none;
}
@media screen and (max-width: 1800px) {
  .cache {
    padding: 1.9444444444vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .cache {
    padding: 2.9190992494vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cache {
    padding: 2.6042344853vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .cache {
    padding: 4.166840285vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .cache {
    padding: 5.1153511689vw 0vw;
  }
}
.cache__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cache__wrapper {
    justify-content: center;
  }
}
.cache__desc {
  flex: 0 0 auto;
  width: 75%;
  margin-bottom: 0vw;
  color: #fff;
}
@media screen and (max-width: 1800px) {
  .cache__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .cache__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cache__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .cache__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .cache__desc {
    margin-bottom: 0vw;
  }
}
@media (max-width: 767.98px) {
  .cache__desc {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cache__desc {
    text-align: center;
  }
}
.cache__link {
  color: #fff;
  text-decoration: underline;
}
.cache__link:hover {
  color: #016735;
  text-decoration: underline;
}
.cache__btn {
  flex: 0 0 auto;
  width: 12%;
}
@media (max-width: 767.98px) {
  .cache__btn {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .cache__btn {
    margin-top: 2.6042344853vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 479.98px) {
  .cache__btn {
    margin-top: 4.166840285vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 390.98px) {
  .cache__btn {
    margin-top: 5.1153511689vw;
  }
}
@media (max-width: 479.98px) {
  .cache__btn {
    width: 100%;
  }
}

.banner {
  position: relative;
  height: 100vh;
}
.banner__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 100vw;
}
@media screen and (max-width: 1800px) {
  .banner__image-container {
    max-width: 106.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    max-width: 160.1334445371vw;
  }
}
@media screen and (max-width: 767.98px) {
  .banner__image-container {
    max-width: 250.0065105862vw;
  }
}
@media screen and (max-width: 479.98px) {
  .banner__image-container {
    max-width: 400.0166673611vw;
  }
}
@media screen and (max-width: 390.98px) {
  .banner__image-container {
    max-width: 491.0737122103vw;
  }
}
.banner__image-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.banner__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .banner__image-container:before {
    padding-top: 175.8974358974%;
  }
}
@media (max-width: 991.98px) {
  .banner {
    height: 100vh;
  }
}
.banner__swiper-slide {
  position: relative;
}
.banner__swiper-slide:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(0, 0, 0, 0.4037990196) 35%, rgba(0, 0, 0, 0.0984768908) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__image-container {
  height: 100%;
}
.banner__button-next, .banner__button-prev {
  top: auto;
  bottom: 10%;
  height: 63px;
  width: 63px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner__button-next, .banner__button-prev {
    bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner__button-next, .banner__button-prev {
    height: 51px;
    width: 51px;
    bottom: 30px;
    border-color: #fff;
    background-color: #fff;
  }
}
.banner__button-next::after, .banner__button-prev::after {
  content: "";
  background-image: url(../../../assets/images/icons/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 11px;
}
@media (max-width: 767.98px) {
  .banner__button-next::after, .banner__button-prev::after {
    width: 15px;
    height: 7.5px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(4342%) hue-rotate(157deg) brightness(89%) contrast(99%);
  }
}
.banner__button-next {
  transform: scale(-1);
}
@media (min-width: 768px) {
  .banner__button-next {
    left: calc((100% - 720px) / 2 + 100px);
    right: auto;
  }
}
@media (min-width: 992px) {
  .banner__button-next {
    left: auto;
    right: calc((100% - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .banner__button-next {
    right: calc((100% - 1140px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .banner__button-next {
    right: calc((100% - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1680px) {
  .banner__button-next {
    right: calc((100% - 1600px) / 2 + 15px);
  }
}
@media (max-width: 767.98px) {
  .banner__button-next {
    left: auto;
    right: 30px;
  }
}
.banner__button-prev {
  left: auto;
}
@media (min-width: 768px) {
  .banner__button-prev {
    left: calc((100% - 720px) / 2 + 15px);
    right: auto;
  }
}
@media (min-width: 992px) {
  .banner__button-prev {
    left: auto;
    right: calc((100% - 960px) / 2 + 100px);
  }
}
@media (min-width: 1200px) {
  .banner__button-prev {
    right: calc((100% - 1140px) / 2 + 100px);
  }
}
@media (min-width: 1400px) {
  .banner__button-prev {
    right: calc((100% - 1320px) / 2 + 100px);
  }
}
@media (min-width: 1680px) {
  .banner__button-prev {
    right: calc((100% - 1600px) / 2 + 100px);
  }
}
@media (max-width: 767.98px) {
  .banner__button-prev {
    left: 30px;
  }
}
.banner__pagination {
  bottom: 45px !important;
  z-index: 1;
}
@media (min-width: 576px) {
  .banner__pagination {
    display: none;
  }
}
.banner__pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
}
.banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #016735;
}
.banner__text-wrapper {
  position: absolute;
  bottom: 10%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
@media (max-width: 991px) {
  .banner__text-wrapper {
    bottom: 15%;
  }
}
@media (max-width: 767.98px) {
  .banner__text-wrapper {
    bottom: 100px;
    left: 15px;
    transform: none;
    max-width: calc(100% - 30px);
  }
}
.banner__title, .banner__desc {
  color: #fff;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1800px) {
  .banner__title, .banner__desc {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1199px) {
  .banner__title, .banner__desc {
    margin-bottom: 3.3361134279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .banner__title, .banner__desc {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .banner__title, .banner__desc {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .banner__title, .banner__desc {
    margin-bottom: 7.6730267533vw;
  }
}
@media (min-width: 992px) {
  .banner__title, .banner__desc {
    max-width: 670px;
  }
}
@media (max-width: 991.98px) {
  .banner__title, .banner__desc {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner__desc {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .banner__button {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 767.98px) {
  .banner__button + .banner__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 479.98px) {
  .banner__button + .banner__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 390.98px) {
  .banner__button + .banner__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 767.98px) {
  .banner__button + .banner__button {
    margin-top: 1.0416937941vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 479.98px) {
  .banner__button + .banner__button {
    margin-top: 1.666736114vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 390.98px) {
  .banner__button + .banner__button {
    margin-top: 2.0461404675vw;
  }
}

.highlight {
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 1800px) {
  .highlight {
    padding-bottom: 8.8888888889vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight {
    padding-bottom: 13.3444537114vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight {
    padding-bottom: 7.8127034558vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight {
    padding-bottom: 12.500520855vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight {
    padding-bottom: 15.3460535066vw;
  }
}
.highlight__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 41.6666666667vw;
}
@media screen and (max-width: 1800px) {
  .highlight__image-container {
    max-width: 44.4444444444vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight__image-container {
    max-width: 66.7222685571vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight__image-container {
    max-width: 104.1693794109vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight__image-container {
    max-width: 166.6736114005vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight__image-container {
    max-width: 204.6140467543vw;
  }
}
.highlight__image-container:before {
  content: "";
  display: block;
  padding-top: 98.7654320988%;
}
.highlight__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.highlight__container {
  padding-top: 8.3333333333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .highlight__container {
    padding-top: 8.8888888889vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight__container {
    padding-top: 13.3444537114vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight__container {
    padding-top: 7.8127034558vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight__container {
    padding-top: 12.500520855vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight__container {
    padding-top: 15.3460535066vw;
  }
}
.highlight__container::before, .highlight__container::after {
  content: "";
  background-image: url("../../../assets/images/icons/grid-left.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40.3645833333vw;
  height: 34.84375vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1800px) {
  .highlight__container::before, .highlight__container::after {
    width: 43.0555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight__container::before, .highlight__container::after {
    width: 64.6371976647vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight__container::before, .highlight__container::after {
    width: 65.1058621318vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight__container::before, .highlight__container::after {
    width: 104.1710071253vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight__container::before, .highlight__container::after {
    width: 127.8837792214vw;
  }
}
@media screen and (max-width: 1800px) {
  .highlight__container::before, .highlight__container::after {
    height: 37.1666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight__container::before, .highlight__container::after {
    height: 55.7964970809vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight__container::before, .highlight__container::after {
    height: 52.0846897055vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight__container::before, .highlight__container::after {
    height: 83.3368057002vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight__container::before, .highlight__container::after {
    height: 102.3070233772vw;
  }
}
@media (max-width: 767.98px) {
  .highlight__container::before, .highlight__container::after {
    content: none;
  }
}
.highlight__container::after {
  background-image: url("../../../assets/images/icons/grid-right.svg");
  left: auto;
  right: 0;
}
.highlight__title {
  margin-bottom: 1.5625vw;
  color: #0A0A0A;
}
@media screen and (max-width: 1800px) {
  .highlight__title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight__title {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight__title {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight__title {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight__title {
    margin-bottom: 7.6730267533vw;
  }
}
.highlight__desc {
  color: #616161;
}
.highlight__wrapper {
  display: flex;
  align-items: center;
  margin-top: 5.2083333333vw;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .highlight__wrapper {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight__wrapper {
    margin-top: 8.3402835696vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight__wrapper {
    margin-top: 5.2084689705vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight__wrapper {
    margin-top: 8.33368057vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight__wrapper {
    margin-top: 10.2307023377vw;
  }
}
@media (max-width: 991.98px) {
  .highlight__wrapper {
    display: block;
  }
}
.highlight__image-container {
  display: block;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .highlight__pagination {
    display: none;
  }
}
.highlight__pagination.swiper-pagination {
  bottom: 10.0908173562vw;
  width: auto;
}
@media (max-width: 767.98px) {
  .highlight__pagination.swiper-pagination {
    bottom: 11.7340286832vw;
  }
}
@media (max-width: 479.98px) {
  .highlight__pagination.swiper-pagination {
    bottom: 29.2275574113vw;
    width: 100%;
  }
}
@media (max-width: 390.98px) {
  .highlight__pagination.swiper-pagination {
    bottom: 35.8974358974vw;
  }
}
@media (max-width: 479.98px) {
  .highlight__button {
    display: block;
    width: 100%;
  }
  .highlight__button + .highlight__button {
    margin-left: 0vw;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 1800px) {
  .highlight__button + .highlight__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 1199px) {
  .highlight__button + .highlight__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 767.98px) {
  .highlight__button + .highlight__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 479.98px) {
  .highlight__button + .highlight__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 390.98px) {
  .highlight__button + .highlight__button {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 1800px) {
  .highlight__button + .highlight__button {
    margin-top: 0.8888888889vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 1199px) {
  .highlight__button + .highlight__button {
    margin-top: 1.3344453711vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 767.98px) {
  .highlight__button + .highlight__button {
    margin-top: 2.0833875882vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 479.98px) {
  .highlight__button + .highlight__button {
    margin-top: 3.333472228vw;
  }
}
@media screen and (max-width: 479.98px) and (max-width: 390.98px) {
  .highlight__button + .highlight__button {
    margin-top: 4.0922809351vw;
  }
}

.highlight-swiper {
  height: 100%;
  width: 50%;
}
@media (min-width: 992px) {
  .highlight-swiper {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .highlight-swiper {
    width: 100%;
    margin-bottom: 8.072653885vw;
  }
}
.highlight-swiper__text-wrapper {
  margin-top: 1.25vw;
  text-align: left;
}
@media screen and (max-width: 1800px) {
  .highlight-swiper__text-wrapper {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight-swiper__text-wrapper {
    margin-top: 2.0016680567vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-swiper__text-wrapper {
    margin-top: 3.1250813823vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight-swiper__text-wrapper {
    margin-top: 5.000208342vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight-swiper__text-wrapper {
    margin-top: 6.1384214026vw;
  }
}
@media (min-width: 992px) {
  .highlight-swiper__text-wrapper {
    display: none;
  }
}

.highlight-thumb {
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-right: 5.2083333333vw;
}
@media screen and (max-width: 1800px) {
  .highlight-thumb {
    padding-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight-thumb {
    padding-top: 0.834028357vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-thumb {
    padding-top: 1.3021172426vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight-thumb {
    padding-top: 2.0834201425vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight-thumb {
    padding-top: 2.5576755844vw;
  }
}
@media screen and (max-width: 1800px) {
  .highlight-thumb {
    padding-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight-thumb {
    padding-bottom: 0.834028357vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-thumb {
    padding-bottom: 1.3021172426vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight-thumb {
    padding-bottom: 2.0834201425vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight-thumb {
    padding-bottom: 2.5576755844vw;
  }
}
@media (min-width: 992px) {
  .highlight-thumb {
    order: -1;
  }
}
@media (max-width: 1199.98px) {
  .highlight-thumb {
    padding-right: 2.5020850709vw;
  }
}
@media (max-width: 991.98px) {
  .highlight-thumb {
    width: 100%;
  }
}
.highlight-thumb__wrapper {
  display: block;
}
@media (max-width: 991.98px) {
  .highlight-thumb__wrapper {
    display: none;
  }
}
.highlight-thumb__slide {
  width: 100% !important;
  text-align: left;
  margin-bottom: 2.5vw;
  padding-left: 1.5625vw;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .highlight-thumb__slide {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight-thumb__slide {
    margin-bottom: 4.0033361134vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-thumb__slide {
    margin-bottom: 6.2501627647vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight-thumb__slide {
    margin-bottom: 10.000416684vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight-thumb__slide {
    margin-bottom: 12.2768428053vw;
  }
}
@media screen and (max-width: 1800px) {
  .highlight-thumb__slide {
    padding-left: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight-thumb__slide {
    padding-left: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-thumb__slide {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight-thumb__slide {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight-thumb__slide {
    padding-left: 0vw;
  }
}
.highlight-thumb__slide.swiper-slide-thumb-active .progress-bar {
  opacity: 1;
}
.highlight-thumb__slide.swiper-slide-thumb-active .progress-bar:after {
  transform: scaleY(1);
  animation: progress 5s linear;
}

.highlight-list__list {
  color: #0A0A0A;
}
.highlight-list__desc {
  color: #616161;
  margin-bottom: 0vw;
}
@media screen and (max-width: 1800px) {
  .highlight-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .highlight-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .highlight-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .highlight-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .highlight-list__desc {
    margin-bottom: 0vw;
  }
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
}
.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #016735;
  transform-origin: top;
  border-radius: 20px;
  transform: scaleY(0);
}

@keyframes progress {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.other-feature {
  background-color: #F5F5F5;
  padding: 8.3333333333vw 0vw 4.21875vw 0vw;
}
@media screen and (max-width: 1800px) {
  .other-feature {
    padding: 8.8888888889vw 0vw 4.5vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .other-feature {
    padding: 13.3444537114vw 0vw 6.7556296914vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .other-feature {
    padding: 7.8127034558vw 0vw 6.7710096617vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .other-feature {
    padding: 12.500520855vw 0vw 10.833784741vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .other-feature {
    padding: 15.3460535066vw 0vw 13.299913039vw 0vw;
  }
}
.other-feature__title {
  margin-bottom: 3.125vw;
  color: #0A0A0A;
}
@media screen and (max-width: 1800px) {
  .other-feature__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .other-feature__title {
    margin-bottom: 5.0041701418vw;
  }
}
@media screen and (max-width: 767.98px) {
  .other-feature__title {
    margin-bottom: 6.2501627647vw;
  }
}
@media screen and (max-width: 479.98px) {
  .other-feature__title {
    margin-bottom: 10.000416684vw;
  }
}
@media screen and (max-width: 390.98px) {
  .other-feature__title {
    margin-bottom: 12.2768428053vw;
  }
}
@media (max-width: 991.98px) {
  .other-feature__title {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .other-feature__btn {
    width: 100%;
  }
}

.feature-list {
  margin-bottom: 3.3333333333vw;
}
.feature-list__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 4.1666666667vw;
}
@media screen and (max-width: 1800px) {
  .feature-list__image-container {
    max-width: 4.4444444444vw;
  }
}
@media screen and (max-width: 1199px) {
  .feature-list__image-container {
    max-width: 6.6722268557vw;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-list__image-container {
    max-width: 10.4169379411vw;
  }
}
@media screen and (max-width: 479.98px) {
  .feature-list__image-container {
    max-width: 16.66736114vw;
  }
}
@media screen and (max-width: 390.98px) {
  .feature-list__image-container {
    max-width: 20.4614046754vw;
  }
}
.feature-list__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-list__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .feature-list__image-container:before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .feature-list {
    margin-bottom: 3.5555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .feature-list {
    margin-bottom: 5.3377814846vw;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-list {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .feature-list {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .feature-list {
    margin-bottom: 7.6730267533vw;
  }
}
.feature-list__text-wrapper {
  padding-left: 1.3020833333vw;
}
@media screen and (max-width: 1800px) {
  .feature-list__text-wrapper {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 1199px) {
  .feature-list__text-wrapper {
    padding-left: 2.0850708924vw;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-list__text-wrapper {
    padding-left: 3.2552931066vw;
  }
}
@media screen and (max-width: 479.98px) {
  .feature-list__text-wrapper {
    padding-left: 5.2085503563vw;
  }
}
@media screen and (max-width: 390.98px) {
  .feature-list__text-wrapper {
    padding-left: 6.3941889611vw;
  }
}
.feature-list__desc {
  margin-bottom: 0vw;
  color: #616161;
}
@media screen and (max-width: 1800px) {
  .feature-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .feature-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .feature-list__desc {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .feature-list__desc {
    margin-bottom: 0vw;
  }
}

.business-solution {
  padding: 8.3333333333vw 0vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .business-solution {
    padding: 8.8888888889vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .business-solution {
    padding: 13.3444537114vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-solution {
    padding: 7.8127034558vw 0vw 15.6254069116vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .business-solution {
    padding: 12.500520855vw 0vw 25.0010417101vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .business-solution {
    padding: 15.3460535066vw 0vw 30.6921070131vw 0vw;
  }
}
.business-solution__wrapper {
  transition-timing-function: linear !important;
  position: relative;
  width: 140%;
}
.business-solution__title {
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 1800px) {
  .business-solution__title {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 1199px) {
  .business-solution__title {
    margin-bottom: 4.1701417848vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-solution__title {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .business-solution__title {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .business-solution__title {
    margin-bottom: 7.6730267533vw;
  }
}
.business-solution__swiper {
  width: 110%;
}
@media (max-width: 991.98px) {
  .business-solution__swiper {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .business-solution__swiper {
    padding: 0vw 2.0833875882vw;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 479.98px) {
  .business-solution__swiper {
    padding: 0vw 3.333472228vw;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 390.98px) {
  .business-solution__swiper {
    padding: 0vw 4.0922809351vw;
  }
}
.business-solution__swiper-wrapper {
  width: 100vw;
}
@media (min-width: 992px) {
  .business-solution .swiper-pagination {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .business-solution .swiper-pagination {
    bottom: 7.0635721493vw;
  }
}

.business-list {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.business-list__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.business-list__image-container:before {
  content: "";
  display: block;
  padding-top: 128.2051282051%;
}
.business-list__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .business-list__image-container:before {
    padding-top: 128.4916201117%;
  }
}
@media (min-width: 992px) {
  .business-list:hover .business-list__text-wrapper {
    max-height: 100%;
    transition: 0.5s;
  }
}
.business-list__wrapper {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.business-list__image-container:after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.business-list__text-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0vw 1.5625vw;
  text-align: left;
  transition: 0.5s;
  max-height: 100px;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1800px) {
  .business-list__text-wrapper {
    padding: 0vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .business-list__text-wrapper {
    padding: 0vw 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-list__text-wrapper {
    padding: 0vw 2.6042344853vw;
  }
}
@media screen and (max-width: 479.98px) {
  .business-list__text-wrapper {
    padding: 0vw 4.166840285vw;
  }
}
@media screen and (max-width: 390.98px) {
  .business-list__text-wrapper {
    padding: 0vw 5.1153511689vw;
  }
}
@media (max-width: 991.98px) {
  .business-list__text-wrapper {
    max-height: 100%;
    transform: none;
  }
}
.business-list__title {
  color: #fff;
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 1.5625vw;
  margin-bottom: 0vw;
  display: flex;
  height: 100px;
  align-items: end;
}
@media screen and (max-width: 1800px) {
  .business-list__title {
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .business-list__title {
    padding-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-list__title {
    padding-bottom: 1.3021172426vw;
  }
}
@media screen and (max-width: 479.98px) {
  .business-list__title {
    padding-bottom: 2.0834201425vw;
  }
}
@media screen and (max-width: 390.98px) {
  .business-list__title {
    padding-bottom: 2.5576755844vw;
  }
}
@media screen and (max-width: 1800px) {
  .business-list__title {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .business-list__title {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-list__title {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .business-list__title {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .business-list__title {
    margin-bottom: 0vw;
  }
}
.business-list__desc {
  color: #E0E0E0;
  margin-bottom: 2.0833333333vw;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .business-list__desc {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1199px) {
  .business-list__desc {
    margin-bottom: 3.3361134279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .business-list__desc {
    margin-bottom: 5.2084689705vw;
  }
}
@media screen and (max-width: 479.98px) {
  .business-list__desc {
    margin-bottom: 8.33368057vw;
  }
}
@media screen and (max-width: 390.98px) {
  .business-list__desc {
    margin-bottom: 10.2307023377vw;
  }
}

.review {
  display: none;
}
.review__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.review__image-container:before {
  content: "";
  display: block;
  padding-top: 202.5641025641%;
}
.review__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .review__image-container:before {
    padding-top: 203.5928143713%;
  }
}
.review__section-title {
  text-align: center;
  margin-bottom: 2.0833333333vw;
  color: #0A0A0A;
}
@media screen and (max-width: 1800px) {
  .review__section-title {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1199px) {
  .review__section-title {
    margin-bottom: 3.3361134279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review__section-title {
    margin-bottom: 5.2084689705vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review__section-title {
    margin-bottom: 8.33368057vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review__section-title {
    margin-bottom: 10.2307023377vw;
  }
}
.review__section-desc {
  text-align: center;
  color: #616161;
}
.review__wrapper {
  background-color: #F5F5F5;
  padding: 6.25vw 0vw;
  margin: 4.6875vw 0vw 0vw 0vw;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .review__wrapper {
    padding: 6.6666666667vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .review__wrapper {
    padding: 10.0083402836vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review__wrapper {
    padding: 7.8127034558vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review__wrapper {
    padding: 12.500520855vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review__wrapper {
    padding: 15.3460535066vw 0vw;
  }
}
@media screen and (max-width: 1800px) {
  .review__wrapper {
    margin: 5vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .review__wrapper {
    margin: 7.5062552127vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review__wrapper {
    margin: 2.6042344853vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review__wrapper {
    margin: 4.166840285vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review__wrapper {
    margin: 5.1153511689vw 0vw 0vw 0vw;
  }
}
@media (max-width: 767.98px) {
  .review__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .review__image-container {
    height: 100%;
  }
}

.review-photo__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 3.3854166667vw;
}
@media screen and (max-width: 1800px) {
  .review-photo__image-container {
    max-width: 3.6111111111vw;
  }
}
@media screen and (max-width: 1199px) {
  .review-photo__image-container {
    max-width: 5.4211843203vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review-photo__image-container {
    max-width: 8.4637620771vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review-photo__image-container {
    max-width: 13.5422309263vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review-photo__image-container {
    max-width: 16.6248912988vw;
  }
}
.review-photo__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.review-photo__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .review-photo__image-container:before {
    padding-top: 100%;
  }
}
.review-photo__image-container {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  margin-left: -1.3020833333vw;
}
@media screen and (max-width: 1800px) {
  .review-photo__image-container {
    margin-left: -1.3888888889vw;
  }
}
@media screen and (max-width: 1199px) {
  .review-photo__image-container {
    margin-left: -2.0850708924vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review-photo__image-container {
    margin-left: -3.2552931066vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review-photo__image-container {
    margin-left: -5.2085503563vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review-photo__image-container {
    margin-left: -6.3941889611vw;
  }
}

.review-swiper {
  height: 100%;
  width: 41.6666666667%;
}
.review-swiper__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 4.1666666667vw;
}
@media screen and (max-width: 1800px) {
  .review-swiper__image-container {
    max-width: 4.4444444444vw;
  }
}
@media screen and (max-width: 1199px) {
  .review-swiper__image-container {
    max-width: 6.6722268557vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review-swiper__image-container {
    max-width: 10.4169379411vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review-swiper__image-container {
    max-width: 16.66736114vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review-swiper__image-container {
    max-width: 20.4614046754vw;
  }
}
.review-swiper__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.review-swiper__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .review-swiper__image-container:before {
    padding-top: 100%;
  }
}
@media (max-width: 991.98px) {
  .review-swiper {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .review-swiper {
    width: 100%;
  }
}
.review-swiper__slide {
  background-color: transparent;
  padding-left: 20%;
  padding-right: 20%;
  text-align: left;
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .review-swiper__slide {
    padding-left: 2.0833875882vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 479.98px) {
  .review-swiper__slide {
    padding-left: 3.333472228vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 390.98px) {
  .review-swiper__slide {
    padding-left: 4.0922809351vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .review-swiper__slide {
    padding-right: 2.0833875882vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 479.98px) {
  .review-swiper__slide {
    padding-right: 3.333472228vw;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 390.98px) {
  .review-swiper__slide {
    padding-right: 4.0922809351vw;
  }
}
.review-swiper__image-container {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.review-swiper__desc {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1800px) {
  .review-swiper__desc {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .review-swiper__desc {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review-swiper__desc {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review-swiper__desc {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review-swiper__desc {
    margin-bottom: 7.6730267533vw;
  }
}
@media (max-width: 767.98px) {
  .review-swiper__desc {
    text-align: center;
  }
}
.review-swiper__reviewer {
  display: flex;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .review-swiper__reviewer {
    justify-content: center;
  }
}
.review-swiper__text-wrapper {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1800px) {
  .review-swiper__text-wrapper {
    padding-left: 1.1111111111vw;
  }
}
@media screen and (max-width: 1199px) {
  .review-swiper__text-wrapper {
    padding-left: 1.6680567139vw;
  }
}
@media screen and (max-width: 767.98px) {
  .review-swiper__text-wrapper {
    padding-left: 2.6042344853vw;
  }
}
@media screen and (max-width: 479.98px) {
  .review-swiper__text-wrapper {
    padding-left: 4.166840285vw;
  }
}
@media screen and (max-width: 390.98px) {
  .review-swiper__text-wrapper {
    padding-left: 5.1153511689vw;
  }
}
.review-swiper__name {
  color: #0A0A0A;
}
.review-swiper__job, .review-swiper__desc {
  color: #616161;
}

.review-thumb {
  height: 100%;
  width: 65%;
  box-sizing: border-box;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .review-thumb {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .review-thumb {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .review-thumb {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .review-thumb {
    margin-bottom: 3.9063517279vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 479.98px) {
  .review-thumb {
    margin-bottom: 6.2502604275vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 390.98px) {
  .review-thumb {
    margin-bottom: 7.6730267533vw;
  }
}
.review-thumb__wrapper {
  display: block;
}
.review-thumb__slide {
  text-align: left;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
}
.review-thumb__slide.swiper-slide-thumb-active {
  opacity: 1;
}

.partner {
  padding: 0vw 0vw 6.25vw 0vw;
}
@media screen and (max-width: 1800px) {
  .partner {
    padding: 0vw 0vw 6.6666666667vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .partner {
    padding: 0vw 0vw 10.0083402836vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .partner {
    padding: 0vw 0vw 3.9063517279vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .partner {
    padding: 0vw 0vw 6.2502604275vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .partner {
    padding: 0vw 0vw 7.6730267533vw 0vw;
  }
}
.partner__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 10.4166666667vw;
}
@media screen and (max-width: 1800px) {
  .partner__image-container {
    max-width: 11.1111111111vw;
  }
}
@media screen and (max-width: 1199px) {
  .partner__image-container {
    max-width: 16.6805671393vw;
  }
}
@media screen and (max-width: 767.98px) {
  .partner__image-container {
    max-width: 26.0423448527vw;
  }
}
@media screen and (max-width: 479.98px) {
  .partner__image-container {
    max-width: 41.6684028501vw;
  }
}
@media screen and (max-width: 390.98px) {
  .partner__image-container {
    max-width: 51.1535116886vw;
  }
}
.partner__image-container:before {
  content: "";
  display: block;
  padding-top: 62.2549019608%;
}
.partner__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.partner__title {
  margin-bottom: 2.6041666667vw;
  text-align: center;
  color: #9E9E9E;
}
@media screen and (max-width: 1800px) {
  .partner__title {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 1199px) {
  .partner__title {
    margin-bottom: 4.1701417848vw;
  }
}
@media screen and (max-width: 767.98px) {
  .partner__title {
    margin-bottom: 6.5105862132vw;
  }
}
@media screen and (max-width: 479.98px) {
  .partner__title {
    margin-bottom: 10.4171007125vw;
  }
}
@media screen and (max-width: 390.98px) {
  .partner__title {
    margin-bottom: 12.7883779221vw;
  }
}
.partner__marquee {
  position: relative;
  overflow: hidden;
}
.partner__wrapper {
  width: 100%;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.partner__image-container {
  margin: 0vw 1.5625vw;
  flex: 0 0 auto;
  width: 25%;
}
@media screen and (max-width: 1800px) {
  .partner__image-container {
    margin: 0vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1199px) {
  .partner__image-container {
    margin: 0vw 2.5020850709vw;
  }
}
@media screen and (max-width: 767.98px) {
  .partner__image-container {
    margin: 0vw 1.953175864vw;
  }
}
@media screen and (max-width: 479.98px) {
  .partner__image-container {
    margin: 0vw 3.1251302138vw;
  }
}
@media screen and (max-width: 390.98px) {
  .partner__image-container {
    margin: 0vw 3.8365133766vw;
  }
}
@media (min-width: 992px) {
  .partner__image-container--second {
    display: none;
  }
}

.partner-logo__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 3.6458333333vw;
}
@media screen and (max-width: 1800px) {
  .partner-logo__image-container {
    max-width: 3.8888888889vw;
  }
}
@media screen and (max-width: 1199px) {
  .partner-logo__image-container {
    max-width: 5.8381984987vw;
  }
}
@media screen and (max-width: 767.98px) {
  .partner-logo__image-container {
    max-width: 9.1148206985vw;
  }
}
@media screen and (max-width: 479.98px) {
  .partner-logo__image-container {
    max-width: 14.5839409975vw;
  }
}
@media screen and (max-width: 390.98px) {
  .partner-logo__image-container {
    max-width: 17.903729091vw;
  }
}
.partner-logo__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.partner-logo__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .partner-logo__image-container:before {
    padding-top: 83.3333333333%;
  }
}

.faq {
  background-color: #F5F5F5;
  padding: 8.3333333333vw 0vw 10.4166666667vw 0vw;
}
@media screen and (max-width: 1800px) {
  .faq {
    padding: 8.8888888889vw 0vw 11.1111111111vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .faq {
    padding: 13.3444537114vw 0vw 16.6805671393vw 0vw;
  }
}
@media screen and (max-width: 767.98px) {
  .faq {
    padding: 7.8127034558vw 0vw 13.0211724264vw 0vw;
  }
}
@media screen and (max-width: 479.98px) {
  .faq {
    padding: 12.500520855vw 0vw 20.8342014251vw 0vw;
  }
}
@media screen and (max-width: 390.98px) {
  .faq {
    padding: 15.3460535066vw 0vw 25.5767558443vw 0vw;
  }
}

.modal-free__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.modal-free__image-container:before {
  content: "";
  display: block;
  padding-top: 30%;
}
.modal-free__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-free__dialog {
  max-width: 617px;
}
.modal-free__content {
  border-radius: 20px;
}
.modal-free__header {
  padding: 2.0833333333vw 2.0833333333vw 1.5625vw 2.0833333333vw;
  border-bottom: none;
}
@media screen and (max-width: 1800px) {
  .modal-free__header {
    padding: 2.2222222222vw 2.2222222222vw 1.6666666667vw 2.2222222222vw;
  }
}
@media screen and (max-width: 1199px) {
  .modal-free__header {
    padding: 3.3361134279vw 3.3361134279vw 2.5020850709vw 3.3361134279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-free__header {
    padding: 5.2084689705vw 5.2084689705vw 3.9063517279vw 5.2084689705vw;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-free__header {
    padding: 8.33368057vw 8.33368057vw 6.2502604275vw 8.33368057vw;
  }
}
@media screen and (max-width: 390.98px) {
  .modal-free__header {
    padding: 10.2307023377vw 10.2307023377vw 7.6730267533vw 10.2307023377vw;
  }
}
.modal-free__title {
  text-align: center;
  width: 100%;
}
.modal-free__close {
  background-color: #D2FFE9;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-free__close:focus {
  box-shadow: none;
}
.modal-free__body {
  padding: 0vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1800px) {
  .modal-free__body {
    padding: 0vw 2.2222222222vw 2.2222222222vw 2.2222222222vw;
  }
}
@media screen and (max-width: 1199px) {
  .modal-free__body {
    padding: 0vw 3.3361134279vw 3.3361134279vw 3.3361134279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-free__body {
    padding: 0vw 2.6042344853vw 5.2084689705vw 2.6042344853vw;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-free__body {
    padding: 0vw 4.166840285vw 8.33368057vw 4.166840285vw;
  }
}
@media screen and (max-width: 390.98px) {
  .modal-free__body {
    padding: 0vw 5.1153511689vw 10.2307023377vw 5.1153511689vw;
  }
}
.modal-free__image-container:first-child {
  margin-right: 0.5208333333vw;
}
@media screen and (max-width: 1800px) {
  .modal-free__image-container:first-child {
    margin-right: 0.5555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .modal-free__image-container:first-child {
    margin-right: 0.834028357vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-free__image-container:first-child {
    margin-right: 1.3021172426vw;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-free__image-container:first-child {
    margin-right: 2.0834201425vw;
  }
}
@media screen and (max-width: 390.98px) {
  .modal-free__image-container:first-child {
    margin-right: 2.5576755844vw;
  }
}
.modal-free__image-container:last-child {
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 1800px) {
  .modal-free__image-container:last-child {
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width: 1199px) {
  .modal-free__image-container:last-child {
    margin-left: 0.834028357vw;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-free__image-container:last-child {
    margin-left: 1.3021172426vw;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-free__image-container:last-child {
    margin-left: 2.0834201425vw;
  }
}
@media screen and (max-width: 390.98px) {
  .modal-free__image-container:last-child {
    margin-left: 2.5576755844vw;
  }
}
.modal-free__disabled {
  opacity: 0.5;
}

/*# sourceMappingURL=home.css.map*/