.banner__title {
  font-size: var(--tdfs-header-web-h1);
  line-height: 130%;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .banner__title {
    line-height: 1.1428571429;
  }
}
.support-card__name {
  font-size: var(--tdfs-header-web-h4);
  line-height: 1.3333333333;
  letter-spacing: -1.5;
}
.leader-card__content {
  font-size: var(--tdfs-section-content);
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .leader-card__content {
    line-height: 1.5;
  }
}
.leader-card__position, .swiper__pagination-inner {
  font-size: var(--tdfs-paragraph-sm-default);
  line-height: 1.5555555556;
}
@media (max-width: 1024px) {
  .leader-card__position, .swiper__pagination-inner {
    line-height: 1.7142857143;
  }
}
.theme-breadcrumb .breadcrumb-item, .banner__view-more {
  font-size: var(--tdfs-paragraph-sm-medium);
  line-height: 1.5555555556;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .theme-breadcrumb .breadcrumb-item, .banner__view-more {
    line-height: 1.3333333333;
  }
}
.leader-card__name {
  font-size: var(--tdfs-article-title);
  line-height: 1.3333333333;
}
@media (max-width: 1024px) {
  .leader-card__name {
    line-height: 1.4;
    letter-spacing: -1.5%;
  }
}
.banner__subtitle {
  font-size: var(--tdfs-hero-subtitle);
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: -1.5%;
}
@media (max-width: 1024px) {
  .banner__subtitle {
    line-height: 1.75;
  }
}
.banner {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.banner__media-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.banner__media-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__media-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  pointer-events: none;
}
.banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.banner > .container {
  height: 100%;
}
.banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3.125vw;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner__content {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__content {
    padding-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__content {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__content {
    padding-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__content {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__content {
    padding-bottom: 8.2051282051vw;
  }
}
.banner__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.34375vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__action {
    margin-bottom: 0vw;
  }
}
@media (max-width: 1024px) {
  .banner__action {
    flex-direction: column;
    align-items: stretch;
  }
}
.banner__title {
  color: white;
  font-family: "Geometric";
}
.banner__subtitle {
  color: white;
  margin-bottom: 0;
}
.banner__button {
  flex-shrink: 0;
}
.banner__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #FFFFFF;
  width: 100%;
  padding-top: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .banner__footer {
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__footer {
    padding-top: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__footer {
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__footer {
    padding-top: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__footer {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__footer {
    padding-top: 6.1538461538vw;
  }
}
.banner__icon-container {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .banner__icon-container {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__icon-container {
    width: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__icon-container {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__icon-container {
    width: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__icon-container {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__icon-container {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner__icon-container {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .banner__icon-container {
    height: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .banner__icon-container {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .banner__icon-container {
    height: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__icon-container {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .banner__icon-container {
    height: 10.2564102564vw;
  }
}
.banner__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__view-more {
  text-transform: uppercase;
  color: white;
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.video-modal.is-active {
  display: block;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.video-modal__container {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.video-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.video-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-modal__close {
  position: absolute;
  top: -3.6458333333vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .video-modal__close {
    top: -22.4609375vw;
  }
}
@media screen and (max-width: 820px) {
  .video-modal__close {
    top: -28.0487804878vw;
  }
}
@media screen and (max-width: 768px) {
  .video-modal__close {
    top: -29.9479166667vw;
  }
}
@media screen and (max-width: 570px) {
  .video-modal__close {
    top: -40.350877193vw;
  }
}
@media screen and (max-width: 480px) {
  .video-modal__close {
    top: -47.9166666667vw;
  }
}
@media screen and (max-width: 390px) {
  .video-modal__close {
    top: -58.9743589744vw;
  }
}
@media screen and (max-width: 1024px) {
  .video-modal__close {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .video-modal__close {
    width: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .video-modal__close {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .video-modal__close {
    width: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .video-modal__close {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .video-modal__close {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1024px) {
  .video-modal__close {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .video-modal__close {
    height: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .video-modal__close {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .video-modal__close {
    height: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .video-modal__close {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .video-modal__close {
    height: 10.2564102564vw;
  }
}
.video-modal__close-btn {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.theme-breadcrumb {
  background-color: #F0E9D1;
  width: 100%;
}
.theme-breadcrumb .breadcrumb {
  padding: 1.25vw 0vw;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .theme-breadcrumb .breadcrumb {
    padding: 1.171875vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .theme-breadcrumb .breadcrumb {
    padding: 1.4634146341vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .theme-breadcrumb .breadcrumb {
    padding: 1.5625vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .theme-breadcrumb .breadcrumb {
    padding: 2.1052631579vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .theme-breadcrumb .breadcrumb {
    padding: 2.5vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .theme-breadcrumb .breadcrumb {
    padding: 3.0769230769vw 0vw;
  }
}
.theme-breadcrumb .breadcrumb-item {
  flex-shrink: 0;
  text-transform: uppercase;
}
.theme-breadcrumb .breadcrumb-item a {
  color: #171717;
  text-decoration: none;
}
.theme-breadcrumb .breadcrumb-item.active {
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.swiper--alt, .swiper--review {
  padding-bottom: 9.375vw !important;
}
@media screen and (max-width: 1024px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 9.765625vw !important;
  }
}
@media screen and (max-width: 820px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 12.1951219512vw !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 13.0208333333vw !important;
  }
}
@media screen and (max-width: 570px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 17.5438596491vw !important;
  }
}
@media screen and (max-width: 480px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 20.8333333333vw !important;
  }
}
@media screen and (max-width: 390px) {
  .swiper--alt, .swiper--review {
    padding-bottom: 25.641025641vw !important;
  }
}
.swiper--auto .swiper__next:hover, .swiper--auto .swiper__prev--large:hover, .swiper--auto .swiper__next--large:hover,
.swiper--auto .swiper__prev:hover {
  background-color: rgba(250, 250, 250, 0.1019607843);
}
.swiper--alt .swiper__control, .swiper--alt .swiper__control--carousel, .swiper--alt .swiper__control--centered {
  left: 0;
  right: 0;
}
.swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
  height: 8px;
}
@media screen and (max-width: 1024px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper--alt .swiper__progress, .swiper--alt .swiper__progress--large {
    border-radius: 6.1538461538vw;
  }
}
.swiper--alt .swiper__progress-bar, .swiper--alt .swiper__progress-bar--black {
  background-color: #000000;
}
.swiper--marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper--marquee .swiper-slide {
  width: auto;
}
.swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
  right: 2.0833333333vw;
  left: 2.0833333333vw;
  bottom: 50% !important;
  transform: translateY(50%);
}
@media screen and (max-width: 1024px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper--modal .swiper__control, .swiper--modal .swiper__control--carousel, .swiper--modal .swiper__control--centered {
    left: 4.1025641026vw;
  }
}
.swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
  position: absolute;
  bottom: 1.875vw;
  left: 2.0833333333vw;
  right: 1.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8333333333vw;
  color: #FFFFFF;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    bottom: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    left: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__control, .swiper__control--carousel, .swiper--alt .swiper__control--carousel, .swiper--modal .swiper__control--carousel, .swiper__control--centered, .swiper--alt .swiper__control--centered, .swiper--modal .swiper__control--centered, .swiper--alt .swiper__control, .swiper--modal .swiper__control {
    gap: 4.1025641026vw;
  }
}
.swiper__control--centered {
  left: 0;
  right: 0;
}
.swiper__control--carousel .swiper__next:hover, .swiper__control--carousel .swiper__prev--large:hover, .swiper__control--carousel .swiper__next--large:hover,
.swiper__control--carousel .swiper__prev:hover {
  background-color: rgba(250, 250, 250, 0.1019607843);
}
.swiper__pagination-inner {
  white-space: nowrap;
}
.swiper__progress, .swiper__progress--large, .swiper--alt .swiper__progress--large, .swiper--alt .swiper__progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
}
.swiper__progress--large {
  height: 8px !important;
  border-radius: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .swiper__progress--large {
    border-radius: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__progress--large {
    border-radius: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__progress--large {
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__progress--large {
    border-radius: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__progress--large {
    border-radius: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__progress--large {
    border-radius: 6.1538461538vw;
  }
}
.swiper__progress-bar, .swiper__progress-bar--black {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.swiper__progress-bar--black {
  background-color: #000000;
}
.swiper__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .swiper__navigation {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__navigation {
    gap: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__navigation {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__navigation {
    gap: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__navigation {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__navigation {
    gap: 4.1025641026vw;
  }
}
.swiper__prev, .swiper__next, .swiper__prev--large, .swiper__next--large {
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
  width: 2.5vw;
  height: 2.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    width: 9.2307692308vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 3.515625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 4.3902439024vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 6.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 7.5vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev svg, .swiper__next svg, .swiper__prev--large svg, .swiper__next--large svg {
    height: 9.2307692308vw;
  }
}
.swiper__prev--large:hover, .swiper__next--large:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.swiper__prev--large svg, .swiper__next--large svg {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    width: 10.2564102564vw;
  }
}
@media screen and (max-width: 1024px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .swiper__prev--large svg, .swiper__next--large svg {
    height: 10.2564102564vw;
  }
}

.beginning {
  padding: 6.25vw 4.6875vw;
}
.beginning__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.beginning__image-container:before {
  content: "";
  display: block;
  padding-top: 75.0309023486%;
}
.beginning__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .beginning {
    padding: 4.6875vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .beginning {
    padding: 5.8536585366vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .beginning {
    padding: 6.25vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .beginning {
    padding: 8.4210526316vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .beginning {
    padding: 10vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .beginning {
    padding: 12.3076923077vw 0vw;
  }
}
.beginning__image-container {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .beginning__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .beginning__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .beginning__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .beginning__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .beginning__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .beginning__image-container {
    border-radius: 2.0512820513vw;
  }
}
.beginning__content {
  padding-left: 3.6458333333vw;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  .beginning__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 820px) {
  .beginning__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .beginning__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .beginning__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .beginning__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 390px) {
  .beginning__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .beginning__content {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .beginning__content {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .beginning__content {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .beginning__content {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .beginning__content {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .beginning__content {
    margin-top: 8.2051282051vw;
  }
}
.beginning__title {
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .beginning__title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .beginning__title {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .beginning__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .beginning__title {
    margin-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .beginning__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .beginning__title {
    margin-bottom: 4.1025641026vw;
  }
}
.began__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.began__image-container:before {
  content: "";
  display: block;
  padding-top: 75.0309023486%;
}
.began__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.began__image-container {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .began__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .began__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .began__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .began__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .began__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .began__image-container {
    border-radius: 2.0512820513vw;
  }
}
.began__content {
  padding-right: 3.6458333333vw;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  .began__content {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 820px) {
  .began__content {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .began__content {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .began__content {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .began__content {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 390px) {
  .began__content {
    padding-right: 0vw;
  }
}
.began__title {
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .began__title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .began__title {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .began__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .began__title {
    margin-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .began__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .began__title {
    margin-bottom: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .began__description {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .began__description {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .began__description {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .began__description {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .began__description {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .began__description {
    margin-top: 8.2051282051vw;
  }
}

.growing {
  position: relative;
  background-color: #1A1A1A;
  overflow: hidden;
  min-height: 50vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .growing {
    min-height: 0vw;
  }
}
@media screen and (max-width: 820px) {
  .growing {
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .growing {
    min-height: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .growing {
    min-height: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .growing {
    min-height: 0vw;
  }
}
@media screen and (max-width: 390px) {
  .growing {
    min-height: 0vw;
  }
}
@media (max-width: 1024px) {
  .growing {
    flex-direction: column;
  }
}
.growing__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}
@media (max-width: 1024px) {
  .growing__media {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .growing__media {
    height: 36.62109375vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .growing__media {
    height: 45.7317073171vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .growing__media {
    height: 48.828125vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .growing__media {
    height: 65.7894736842vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .growing__media {
    height: 78.125vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .growing__media {
    height: 96.1538461538vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .growing__media {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .growing__media {
    margin-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .growing__media {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .growing__media {
    margin-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .growing__media {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .growing__media {
    margin-bottom: 8.2051282051vw;
  }
}
.growing__image-container {
  height: 100%;
}
.growing__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.growing__title {
  margin-bottom: 2.1875vw;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .growing__title {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .growing__title {
    margin-bottom: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .growing__title {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .growing__title {
    margin-bottom: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .growing__title {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .growing__title {
    margin-bottom: 10.2564102564vw;
  }
}
.growing__description {
  color: #FFFFFF;
}

.different__image-container, .different__image-container--second {
  height: 31.875vw;
  width: 100%;
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .different__image-container, .different__image-container--second {
    height: 25.1953125vw;
  }
}
@media screen and (max-width: 820px) {
  .different__image-container, .different__image-container--second {
    height: 31.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .different__image-container, .different__image-container--second {
    height: 33.59375vw;
  }
}
@media screen and (max-width: 570px) {
  .different__image-container, .different__image-container--second {
    height: 45.2631578947vw;
  }
}
@media screen and (max-width: 480px) {
  .different__image-container, .different__image-container--second {
    height: 53.75vw;
  }
}
@media screen and (max-width: 390px) {
  .different__image-container, .different__image-container--second {
    height: 66.1538461538vw;
  }
}
@media screen and (max-width: 1024px) {
  .different__image-container, .different__image-container--second {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .different__image-container, .different__image-container--second {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .different__image-container, .different__image-container--second {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .different__image-container, .different__image-container--second {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .different__image-container, .different__image-container--second {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .different__image-container, .different__image-container--second {
    border-radius: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .different__image-container, .different__image-container--second {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .different__image-container, .different__image-container--second {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .different__image-container, .different__image-container--second {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .different__image-container, .different__image-container--second {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .different__image-container, .different__image-container--second {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .different__image-container, .different__image-container--second {
    margin-top: 8.2051282051vw;
  }
}
.different__image-container--second {
  height: 26.1979166667vw;
}
@media screen and (max-width: 1024px) {
  .different__image-container--second {
    height: 25.1953125vw;
  }
}
@media screen and (max-width: 820px) {
  .different__image-container--second {
    height: 31.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .different__image-container--second {
    height: 33.59375vw;
  }
}
@media screen and (max-width: 570px) {
  .different__image-container--second {
    height: 45.2631578947vw;
  }
}
@media screen and (max-width: 480px) {
  .different__image-container--second {
    height: 53.75vw;
  }
}
@media screen and (max-width: 390px) {
  .different__image-container--second {
    height: 66.1538461538vw;
  }
}
.different__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.different__upper-wrapper {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1024px) {
  .different__upper-wrapper {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .different__upper-wrapper {
    margin-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .different__upper-wrapper {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .different__upper-wrapper {
    margin-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .different__upper-wrapper {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .different__upper-wrapper {
    margin-bottom: 8.2051282051vw;
  }
}
.different__title {
  margin-bottom: 2.1875vw;
}
@media screen and (max-width: 1024px) {
  .different__title {
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .different__title {
    margin-bottom: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .different__title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .different__title {
    margin-bottom: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .different__title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .different__title {
    margin-bottom: 3.0769230769vw;
  }
}

.leader {
  background-color: #1A1A1A;
  color: white;
}
.leader__title {
  margin-bottom: 2.0833333333vw;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .leader__title {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .leader__title {
    margin-bottom: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .leader__title {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .leader__title {
    margin-bottom: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .leader__title {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .leader__title {
    margin-bottom: 10.2564102564vw;
  }
}
.leader__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .leader__wrapper {
    gap: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .leader__wrapper {
    gap: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .leader__wrapper {
    gap: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .leader__wrapper {
    gap: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .leader__wrapper {
    gap: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .leader__wrapper {
    gap: 12.3076923077vw;
  }
}
@media (max-width: 1024px) {
  .leader__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .leader__wrapper {
    gap: 4.6875vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .leader__wrapper {
    gap: 5.8536585366vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .leader__wrapper {
    gap: 6.25vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .leader__wrapper {
    gap: 8.4210526316vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .leader__wrapper {
    gap: 10vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .leader__wrapper {
    gap: 12.3076923077vw;
  }
}

.leader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leader-card__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 11.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .leader-card__image-container {
    max-width: 21.484375vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__image-container {
    max-width: 26.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__image-container {
    max-width: 28.6458333333vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__image-container {
    max-width: 38.5964912281vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__image-container {
    max-width: 45.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__image-container {
    max-width: 56.4102564103vw;
  }
}
.leader-card__image-container:before {
  content: "";
  display: block;
  padding-top: 133.1818181818%;
}
.leader-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .leader-card__image-container {
    max-width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .leader-card__image-container {
    max-width: 9.765625vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .leader-card__image-container {
    max-width: 12.1951219512vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .leader-card__image-container {
    max-width: 13.0208333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .leader-card__image-container {
    max-width: 17.5438596491vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .leader-card__image-container {
    max-width: 20.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .leader-card__image-container {
    max-width: 25.641025641vw;
  }
}
@media screen and (max-width: 1024px) {
  .leader-card__image-container:before {
    padding-top: 128%;
  }
}
.leader-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.6666666667vw;
  gap: 1.6666666667vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .leader-card__header {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__header {
    margin-bottom: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__header {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__header {
    margin-bottom: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__header {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__header {
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (max-width: 1024px) {
  .leader-card__header {
    gap: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__header {
    gap: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__header {
    gap: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__header {
    gap: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__header {
    gap: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__header {
    gap: 5.1282051282vw;
  }
}
.leader-card__image-container {
  border-radius: 0.4166666667vw;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 11.4583333333vw;
}
@media screen and (max-width: 1024px) {
  .leader-card__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__image-container {
    border-radius: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .leader-card__image-container {
    flex-basis: 9.765625vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__image-container {
    flex-basis: 12.1951219512vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__image-container {
    flex-basis: 13.0208333333vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__image-container {
    flex-basis: 17.5438596491vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__image-container {
    flex-basis: 20.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__image-container {
    flex-basis: 25.641025641vw;
  }
}
.leader-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leader-card__identity {
  display: flex;
  flex-direction: column;
}
.leader-card__name {
  font-family: "Geometric";
  margin-bottom: 0.625vw;
  line-height: 2.3958333333vw;
}
@media screen and (max-width: 1024px) {
  .leader-card__name {
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__name {
    margin-bottom: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__name {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__name {
    margin-bottom: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__name {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__name {
    margin-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 1024px) {
  .leader-card__name {
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__name {
    line-height: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__name {
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__name {
    line-height: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__name {
    line-height: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__name {
    line-height: 8.2051282051vw;
  }
}
@media screen and (max-width: 1024px) {
  .leader-card__name {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__name {
    font-size: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__name {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__name {
    font-size: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__name {
    font-size: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__name {
    font-size: 6.1538461538vw;
  }
}
.leader-card__position {
  color: #D7B899;
}
.leader-card__content {
  line-height: 1.6666666667vw;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .leader-card__content {
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .leader-card__content {
    line-height: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .leader-card__content {
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .leader-card__content {
    line-height: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .leader-card__content {
    line-height: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .leader-card__content {
    line-height: 6.1538461538vw;
  }
}
.leader-card__content p {
  color: #f5f5f5;
  margin-bottom: 0;
}

.behind {
  overflow: hidden;
}
.behind__title {
  margin-bottom: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .behind__title {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .behind__title {
    margin-bottom: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .behind__title {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .behind__title {
    margin-bottom: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .behind__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .behind__title {
    margin-bottom: 5.1282051282vw;
  }
}
.behind__description {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1024px) {
  .behind__description {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .behind__description {
    margin-bottom: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .behind__description {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .behind__description {
    margin-bottom: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .behind__description {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .behind__description {
    margin-bottom: 12.3076923077vw;
  }
}
.behind__description p {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .behind__description p {
    text-align: justify;
  }
}
.behind__outer-slide {
  max-width: 83.4375vw;
  margin: 0 auto;
}
.behind__slide {
  overflow: visible !important;
}
.behind__image-container {
  width: 35.5208333333vw;
  height: 26.6666666667vw;
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .behind__image-container {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 820px) {
  .behind__image-container {
    width: 29.2682926829vw;
  }
}
@media screen and (max-width: 768px) {
  .behind__image-container {
    width: 31.25vw;
  }
}
@media screen and (max-width: 570px) {
  .behind__image-container {
    width: 42.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .behind__image-container {
    width: 50vw;
  }
}
@media screen and (max-width: 390px) {
  .behind__image-container {
    width: 61.5384615385vw;
  }
}
@media screen and (max-width: 1024px) {
  .behind__image-container {
    height: 31.25vw;
  }
}
@media screen and (max-width: 820px) {
  .behind__image-container {
    height: 39.0243902439vw;
  }
}
@media screen and (max-width: 768px) {
  .behind__image-container {
    height: 41.6666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .behind__image-container {
    height: 56.1403508772vw;
  }
}
@media screen and (max-width: 480px) {
  .behind__image-container {
    height: 66.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .behind__image-container {
    height: 82.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .behind__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .behind__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .behind__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .behind__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .behind__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .behind__image-container {
    border-radius: 2.0512820513vw;
  }
}
.behind__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support__title {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .support__title {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .support__title {
    margin-bottom: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .support__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .support__title {
    margin-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .support__title {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .support__title {
    margin-bottom: 6.1538461538vw;
  }
}
.support__description {
  color: #404040;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .support__description {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .support__description {
    margin-bottom: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .support__description {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .support__description {
    margin-bottom: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .support__description {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .support__description {
    margin-bottom: 10.2564102564vw;
  }
}
.support__description p {
  margin-bottom: 0;
}
.support__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9166666667vw;
}
@media screen and (max-width: 1024px) {
  .support__wrapper {
    gap: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .support__wrapper {
    gap: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .support__wrapper {
    gap: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .support__wrapper {
    gap: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .support__wrapper {
    gap: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .support__wrapper {
    gap: 12.3076923077vw;
  }
}
@media (max-width: 1024px) {
  .support__wrapper {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
}

.support-card {
  display: flex;
  align-items: flex-start;
  gap: 1.6666666667vw;
}
.support-card__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 7.2916666667vw;
}
@media screen and (max-width: 1024px) {
  .support-card__image-container {
    max-width: 13.671875vw;
  }
}
@media screen and (max-width: 820px) {
  .support-card__image-container {
    max-width: 17.0731707317vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__image-container {
    max-width: 18.2291666667vw;
  }
}
@media screen and (max-width: 570px) {
  .support-card__image-container {
    max-width: 24.5614035088vw;
  }
}
@media screen and (max-width: 480px) {
  .support-card__image-container {
    max-width: 29.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .support-card__image-container {
    max-width: 35.8974358974vw;
  }
}
.support-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.support-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .support-card__image-container {
    max-width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .support-card__image-container {
    max-width: 9.765625vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .support-card__image-container {
    max-width: 12.1951219512vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .support-card__image-container {
    max-width: 13.0208333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .support-card__image-container {
    max-width: 17.5438596491vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .support-card__image-container {
    max-width: 20.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .support-card__image-container {
    max-width: 25.641025641vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-card__image-container:before {
    padding-top: 128%;
  }
}
@media screen and (max-width: 1024px) {
  .support-card {
    gap: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .support-card {
    gap: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card {
    gap: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .support-card {
    gap: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .support-card {
    gap: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .support-card {
    gap: 5.1282051282vw;
  }
}
.support-card__image-container {
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .support-card__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .support-card__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .support-card__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .support-card__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .support-card__image-container {
    border-radius: 2.0512820513vw;
  }
}
.support-card__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-card__content {
  flex: 1;
  min-width: 0;
}
.support-card__name {
  font-family: "Geometric";
  margin-bottom: 0.625vw;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 1024px) {
  .support-card__name {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .support-card__name {
    margin-bottom: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__name {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .support-card__name {
    margin-bottom: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .support-card__name {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .support-card__name {
    margin-bottom: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-card__name {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .support-card__name {
    font-size: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__name {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .support-card__name {
    font-size: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .support-card__name {
    font-size: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .support-card__name {
    font-size: 6.1538461538vw;
  }
}

/*# sourceMappingURL=our-story.css.map*/