@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.eot");
  src: local("Onest Regular"), local("Onest-Regular"), url("../fonts/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.eot");
  src: local("Onest Medium"), local("Onest-Medium"), url("../fonts/Onest-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff"), url("../fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.eot");
  src: local("Onest Bold"), local("Onest-Bold"), url("../fonts/Onest-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff"), url("../fonts/Onest-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.swiper-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.swiper-pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .swiper-pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0.001;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.swiper-pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.swiper-pagination-bullet:hover {
  cursor: pointer;
  opacity: 0.9;
}

.swiper-pagination-bullet:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .swiper-pagination-bullet:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.swiper-pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

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

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

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

.swiper-vertical > .swiper-wrapper {
  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;
}

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

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

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

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

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

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

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

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

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  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);
}

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: 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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev 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;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

header.anim {
  opacity: 0.001;
  transition: all 0.4s, opacity 1s;
}

header.anim.animated {
  opacity: 1;
}

section.anim {
  opacity: 0.001;
  transition: all 0.4s, opacity 1s;
}

section.anim.animated {
  opacity: 1;
}

.b3.anim .pc svg .svg-elem-1 {
  stroke-dashoffset: 356.3026123047px;
  stroke-dasharray: 356.3026123047px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.b3.anim.animated .pc svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-2 {
  stroke-dashoffset: 287.6787719727px;
  stroke-dasharray: 287.6787719727px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

.b3.anim.animated .pc svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-3 {
  stroke-dashoffset: 431.6510314941px;
  stroke-dasharray: 431.6510314941px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

.b3.anim.animated .pc svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-4 {
  stroke-dashoffset: 399.4489440918px;
  stroke-dasharray: 399.4489440918px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

.b3.anim.animated .pc svg .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-5 {
  stroke-dashoffset: 235.0052337646px;
  stroke-dasharray: 235.0052337646px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

.b3.anim.animated .pc svg .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-6 {
  stroke-dashoffset: 323.8974609375px;
  stroke-dasharray: 323.8974609375px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

.b3.anim.animated .pc svg .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-7 {
  stroke-dashoffset: 176.4200439453px;
  stroke-dasharray: 176.4200439453px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

.b3.anim.animated .pc svg .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-8 {
  stroke-dashoffset: 472.1798706055px;
  stroke-dasharray: 472.1798706055px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

.b3.anim.animated .pc svg .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-9 {
  stroke-dashoffset: 399.4454956055px;
  stroke-dasharray: 399.4454956055px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.b3.anim.animated .pc svg .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-10 {
  stroke-dashoffset: 324.0224914551px;
  stroke-dasharray: 324.0224914551px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.b3.anim.animated .pc svg .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-11 {
  stroke-dashoffset: 47.8852386475px;
  stroke-dasharray: 47.8852386475px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.b3.anim.animated .pc svg .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-12 {
  stroke-dashoffset: 47.8869819641px;
  stroke-dasharray: 47.8869819641px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.b3.anim.animated .pc svg .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .pc svg .svg-elem-13 {
  stroke-dashoffset: 204.771484375px;
  stroke-dasharray: 204.771484375px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.b3.anim.animated .pc svg .svg-elem-13 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-14 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.b3.anim.animated .pc svg .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-15 {
  stroke-dashoffset: 401.2053527832px;
  stroke-dasharray: 401.2053527832px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

.b3.anim.animated .pc svg .svg-elem-15 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-16 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.b3.anim.animated .pc svg .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-17 {
  stroke-dashoffset: 288.8403930664px;
  stroke-dasharray: 288.8403930664px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.b3.anim.animated .pc svg .svg-elem-17 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-18 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

.b3.anim.animated .pc svg .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-19 {
  stroke-dashoffset: 207.7023010254px;
  stroke-dasharray: 207.7023010254px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.b3.anim.animated .pc svg .svg-elem-19 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-20 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

.b3.anim.animated .pc svg .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-21 {
  stroke-dashoffset: 244.0466918945px;
  stroke-dasharray: 244.0466918945px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.b3.anim.animated .pc svg .svg-elem-21 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-22 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.b3.anim.animated .pc svg .svg-elem-22 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-23 {
  stroke-dashoffset: 187.9601898193px;
  stroke-dasharray: 187.9601898193px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.b3.anim.animated .pc svg .svg-elem-23 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-24 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.b3.anim.animated .pc svg .svg-elem-24 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-25 {
  stroke-dashoffset: 68.5427246094px;
  stroke-dasharray: 68.5427246094px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

.b3.anim.animated .pc svg .svg-elem-25 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-26 {
  stroke-dashoffset: 74.2334442139px;
  stroke-dasharray: 74.2334442139px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

.b3.anim.animated .pc svg .svg-elem-26 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-27 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

.b3.anim.animated .pc svg .svg-elem-27 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-28 {
  stroke-dashoffset: 214.3401794434px;
  stroke-dasharray: 214.3401794434px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

.b3.anim.animated .pc svg .svg-elem-28 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-29 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

.b3.anim.animated .pc svg .svg-elem-29 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-30 {
  stroke-dashoffset: 242.1852111816px;
  stroke-dasharray: 242.1852111816px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}

.b3.anim.animated .pc svg .svg-elem-30 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-31 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

.b3.anim.animated .pc svg .svg-elem-31 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-32 {
  stroke-dashoffset: 230.8440246582px;
  stroke-dasharray: 230.8440246582px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}

.b3.anim.animated .pc svg .svg-elem-32 {
  stroke-dashoffset: 0;
}

.b3.anim .pc svg .svg-elem-33 {
  stroke-dashoffset: 20.8495559215px;
  stroke-dasharray: 20.8495559215px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}

.b3.anim.animated .pc svg .svg-elem-33 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .pc svg .svg-elem-34 {
  stroke-dashoffset: 281.6196289063px;
  stroke-dasharray: 281.6196289063px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}

.b3.anim.animated .pc svg .svg-elem-34 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-1 {
  stroke-dashoffset: 183.3534545898px;
  stroke-dasharray: 183.3534545898px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.b3.anim.animated .mob svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-2 {
  stroke-dashoffset: 147.5391693115px;
  stroke-dasharray: 147.5391693115px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

.b3.anim.animated .mob svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-3 {
  stroke-dashoffset: 219.5214233398px;
  stroke-dasharray: 219.5214233398px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

.b3.anim.animated .mob svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-4 {
  stroke-dashoffset: 206.9147033691px;
  stroke-dasharray: 206.9147033691px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

.b3.anim.animated .mob svg .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-5 {
  stroke-dashoffset: 120.3220291138px;
  stroke-dasharray: 120.3220291138px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

.b3.anim.animated .mob svg .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-6 {
  stroke-dashoffset: 167.9241485596px;
  stroke-dasharray: 167.9241485596px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

.b3.anim.animated .mob svg .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-7 {
  stroke-dashoffset: 90.0840148926px;
  stroke-dasharray: 90.0840148926px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

.b3.anim.animated .mob svg .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-8 {
  stroke-dashoffset: 241.5062103271px;
  stroke-dasharray: 241.5062103271px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

.b3.anim.animated .mob svg .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-9 {
  stroke-dashoffset: 206.9193725586px;
  stroke-dasharray: 206.9193725586px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.b3.anim.animated .mob svg .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-10 {
  stroke-dashoffset: 167.9878540039px;
  stroke-dasharray: 167.9878540039px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.b3.anim.animated .mob svg .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-11 {
  stroke-dashoffset: 25.7200050354px;
  stroke-dasharray: 25.7200050354px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.b3.anim.animated .mob svg .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-12 {
  stroke-dashoffset: 25.719877243px;
  stroke-dasharray: 25.719877243px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.b3.anim.animated .mob svg .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(44, 87, 39);
}

.b3.anim .mob svg .svg-elem-13 {
  stroke-dashoffset: 183.8162994385px;
  stroke-dasharray: 183.8162994385px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.b3.anim.animated .mob svg .svg-elem-13 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-14 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.b3.anim.animated .mob svg .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-15 {
  stroke-dashoffset: 252.736618042px;
  stroke-dasharray: 252.736618042px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

.b3.anim.animated .mob svg .svg-elem-15 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-16 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.b3.anim.animated .mob svg .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-17 {
  stroke-dashoffset: 104.7783813477px;
  stroke-dasharray: 104.7783813477px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.b3.anim.animated .mob svg .svg-elem-17 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-18 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

.b3.anim.animated .mob svg .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-19 {
  stroke-dashoffset: 78.6014175415px;
  stroke-dasharray: 78.6014175415px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.b3.anim.animated .mob svg .svg-elem-19 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-20 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

.b3.anim.animated .mob svg .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-21 {
  stroke-dashoffset: 84.5101928711px;
  stroke-dasharray: 84.5101928711px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.b3.anim.animated .mob svg .svg-elem-21 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-22 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.b3.anim.animated .mob svg .svg-elem-22 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-23 {
  stroke-dashoffset: 73.4076004028px;
  stroke-dasharray: 73.4076004028px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.b3.anim.animated .mob svg .svg-elem-23 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-24 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.b3.anim.animated .mob svg .svg-elem-24 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-25 {
  stroke-dashoffset: 24.574634552px;
  stroke-dasharray: 24.574634552px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

.b3.anim.animated .mob svg .svg-elem-25 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-26 {
  stroke-dashoffset: 44.1376457214px;
  stroke-dasharray: 44.1376457214px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

.b3.anim.animated .mob svg .svg-elem-26 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-27 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

.b3.anim.animated .mob svg .svg-elem-27 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-28 {
  stroke-dashoffset: 74.9899215698px;
  stroke-dasharray: 74.9899215698px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

.b3.anim.animated .mob svg .svg-elem-28 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-29 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

.b3.anim.animated .mob svg .svg-elem-29 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-30 {
  stroke-dashoffset: 89.3209533691px;
  stroke-dasharray: 89.3209533691px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}

.b3.anim.animated .mob svg .svg-elem-30 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-31 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

.b3.anim.animated .mob svg .svg-elem-31 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-32 {
  stroke-dashoffset: 88.5666046143px;
  stroke-dasharray: 88.5666046143px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}

.b3.anim.animated .mob svg .svg-elem-32 {
  stroke-dashoffset: 0;
}

.b3.anim .mob svg .svg-elem-33 {
  stroke-dashoffset: 11.4247779608px;
  stroke-dasharray: 11.4247779608px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}

.b3.anim.animated .mob svg .svg-elem-33 {
  stroke-dashoffset: 0;
  fill: rgb(187, 219, 174);
}

.b3.anim .mob svg .svg-elem-34 {
  stroke-dashoffset: 53.2304382324px;
  stroke-dasharray: 53.2304382324px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}

.b3.anim.animated .mob svg .svg-elem-34 {
  stroke-dashoffset: 0;
}

.b3.anim.animated svg {
  stroke-dashoffset: 0 !important;
}

.b3.anim.animated svg path {
  opacity: 1;
}

.bgAnim {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 7000px;
  height: auto;
  transition: 0s;
  overflow: visible;
}

.bgAnim.x-50 {
  left: -900px;
}

.bgAnim.x-100 {
  left: -1800px;
}

.bgAnim__container {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  text-decoration: none;
  list-style: none;
  font-feature-settings: "pnum" on, "lnum" on, "liga" off, "kern" off;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select,
button,
input[type=submit],
a {
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

*:focus {
  outline: transparent;
}

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

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

b, strong {
  font: inherit;
  color: inherit;
  font-weight: 700;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block;
  font: inherit;
  color: inherit;
}

h1, h2 {
  font-size: 120px;
  line-height: 80%;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1450px) {
  h1, h2 {
    font-size: 7.9vw;
  }
}
@media screen and (max-width: 1024px) {
  h1, h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 400px) {
  h1, h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1370px) {
  h3 {
    font-size: 24px;
  }
}
.txt-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.txt-content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
}

.txt-content ul li {
  list-style: disc;
}

.txt-content ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
}

.txt-content ol li {
  list-style: decimal;
}

.txt-content a {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s;
}

@media not all and (pointer: coarse) {
  .txt-content a:hover {
    color: #6FB091;
  }
}
.txt-content a:active {
  color: #6FB091;
}

.container {
  width: calc(100% - 200px);
  max-width: 1700px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 500px;
    width: calc(100% - 24px);
  }
}
main {
  padding-top: 108px;
}

@media screen and (max-width: 1024px) {
  main {
    padding-top: 113px;
  }
}
section {
  padding: 40px 0;
}

.splide__slide * {
  pointer-events: none !important;
}

.splide.is-overflow .splide__slide {
  cursor: grab;
}

.splide.is-overflow .splide__slide:active {
  cursor: grabbing;
}

.splide__arrow {
  background: #F14758;
  opacity: 1;
  transition: 0.3s;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .splide__arrow {
    display: none;
  }
}
.splide__arrow svg {
  display: block;
  width: 20px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .splide__arrow svg {
    width: 16px;
  }
}
.splide__arrow svg * {
  fill: white;
}

.splide__arrow--prev {
  left: calc(-1em - 48px);
}

@media screen and (max-width: 1024px) {
  .splide__arrow--prev {
    left: 50%;
    transform: translate(calc(-100% - 12px), 0);
  }
}
.splide__arrow--next {
  right: calc(-1em - 48px);
}

@media screen and (max-width: 1024px) {
  .splide__arrow--next {
    right: 50%;
    transform: translate(calc(100% + 12px), 0);
  }
}
.swipeRow {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .swipeRow {
    display: none;
  }
}
.hideSwipeSVG .swipeRow,
.hideSwipeSVG .swipeSVG {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .hideMob {
    display: none !important;
  }
}
.hide {
  display: none !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 30px;
  border-radius: 85px;
  background: #F14758;
  border: none;
  color: var(--1, #E9F6E6);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  white-space: nowrap;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 32px;
  }
}
@media not all and (pointer: coarse) {
  .btn:hover {
    background: #6FB091;
  }
}
.btn:active {
  background: #6FB091;
}

.btn--green {
  background: #6FB091;
}

@media not all and (pointer: coarse) {
  .btn--green:hover {
    background: #F14758;
  }
}
.btn--green:active {
  background: #F14758;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
}

.header.fixed .header__main {
  border-color: #000;
}

@media screen and (min-width: 1025px) {
  .header.scroll-down .header__main {
    transform: translateY(-102%);
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

@media screen and (max-width: 1024px) {
  .header .container {
    padding: 20px 0;
  }
}
.header__main {
  background: white;
  border-bottom: 1px solid white;
  transition: 0.4s;
}

.header__slider {
  padding: 10px 0;
  border: 1px solid #000;
  background: var(--11, #D6E2D2);
  position: relative;
  z-index: 3;
}

.header__slider .splide__slide {
  padding: 0 80px;
  border-right: 1px solid #000000;
}

@media screen and (max-width: 1024px) {
  .header__slider .splide__slide {
    padding: 0 20px;
  }
}
.header__slider .splide__slide p {
  font-size: 14px;
  font-weight: 500;
}

.header__logo img {
  display: block;
  height: 32px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .header__menu ul {
    gap: 24px;
  }
}
.header__menu li {
  position: relative;
}

.header__menu a {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.32px;
  transition: 0.3s;
  white-space: nowrap;
}

@media not all and (pointer: coarse) {
  .header__menu a:hover {
    color: #6FB091;
  }
  .header__menu a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__menu .sub-menu {
  position: absolute;
  z-index: 2;
  left: -32px;
  top: calc(100% - 1px);
  flex-direction: column;
  gap: 24px;
  padding: 62px 32px 32px 32px;
  min-width: 260px;
  opacity: 0.001;
  pointer-events: none;
  transition: 0.3s;
  border: 1px solid #000;
}

.header__menu .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}

.header__menu .sub-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 30px);
  border-radius: 22px;
  background: #FFF;
  pointer-events: none;
}

.header__tel {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.32px;
  transition: 0.3s;
}

@media not all and (pointer: coarse) {
  .header__tel:hover {
    color: #6FB091;
  }
}
.header__tel svg {
  display: block;
  width: 24px;
  height: auto;
}

.header__tel svg * {
  fill: #000;
}

@media screen and (min-width: 1101px) {
  .header__tel svg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .header__tel {
    font-size: 0;
  }
  .header__tel svg {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header__tel {
    display: none;
  }
}
.header__city {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 1024px) {
  .header__city {
    display: none;
  }
}
.header__city span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  background: #D6E2D2;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.3s;
}

@media not all and (pointer: coarse) {
  .header__city span:hover {
    background: #6FB091;
    color: white;
  }
}
.header__mobMenuBtn {
  width: 32px;
  height: 32px;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .header__mobMenuBtn {
    display: none;
  }
}
.header__mobMenuBtn.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__mobMenuBtn.open span:nth-child(2) {
  opacity: 0.001;
}

.header__mobMenuBtn.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__mobMenuBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 4px;
  background: #000;
  border-radius: 9px;
  transition: 0.3s;
}

.header__mobMenuBtn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 8px));
}

.header__mobMenuBtn span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.header__mobMenuBtn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 8px));
}

.header__mobMenuContainer {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: white;
  padding: 110px 0 60px;
  overflow: auto;
  opacity: 0.001;
  pointer-events: none;
  transition: 0.5s;
}

.header__mobMenuContainer.open {
  opacity: 1;
  pointer-events: auto;
}

.header__mobMenuContainer .container {
  flex-direction: column;
  gap: 44px;
}

.header__mobMenuContainer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.header__mobMenuContainer li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.header__mobMenuContainer a[href="##"] {
  display: none;
}

.header__mobMenuContainer a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
}

.header__mobMenuContainer .city {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.header__mobMenuContainer .city p {
  font-size: 14px;
}

.header__mobMenuContainer .city span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  background: #D6E2D2;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.3s;
}

@media not all and (pointer: coarse) {
  .header__mobMenuContainer .city span:hover {
    background: #6FB091;
    color: white;
  }
}
.footer {
  position: relative;
  padding-top: 40px;
}

.footer__main {
  padding: 60px;
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .footer__main {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__main {
    padding: 60px 12px;
    gap: 48px 12px;
    flex-wrap: wrap;
  }
}
.footer__main ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__main ul.ul--row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 26px;
}

@media screen and (max-width: 1024px) {
  .footer__main ul.ul--row {
    gap: 12px;
  }
}
.footer__main ul a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.4px;
  transition: 0.4s;
}

@media not all and (pointer: coarse) {
  .footer__main ul a:hover {
    color: #6FB091;
  }
}
@media screen and (max-width: 1024px) {
  .footer__main ul a {
    font-weight: 400;
    letter-spacing: unset;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 250px;
}

@media screen and (max-width: 1200px) {
  .footer__col:last-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer__col {
    flex-direction: row;
    flex-wrap: inherit;
    gap: 24px 12px;
    max-width: unset;
  }
  .footer__col:nth-child(1) {
    width: 100%;
  }
  .footer__col:nth-child(2), .footer__col:nth-child(3) {
    width: calc(50% - 6px);
  }
  .footer__col:nth-child(4) {
    width: 100%;
  }
  .footer__col:nth-child(4) .footer__box {
    width: calc(50% - 6px);
  }
  .footer__col:nth-child(4) .btn {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .footer__col:nth-child(4) .footer__box {
    width: 100%;
  }
}
.footer__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 1024px) {
  .footer__box {
    gap: 24px;
  }
}
.footer__label {
  font-size: 12px;
  letter-spacing: -0.48px;
  opacity: 0.5;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 60px 72px;
}

@media screen and (max-width: 1200px) {
  .footer__bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    padding: 32px 0;
    flex-direction: column;
    gap: 24px;
  }
}
.footer__bottom p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 1024px) {
  .footer__bottom p {
    font-weight: 400;
  }
}
.footer__bottom ul {
  display: flex;
  gap: 26px;
}

@media screen and (max-width: 1024px) {
  .footer__bottom ul {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.footer__bottom a {
  color: #000;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.4px;
  transition: 0.4s;
}

@media not all and (pointer: coarse) {
  .footer__bottom a:hover {
    color: #6FB091;
  }
}
@media screen and (max-width: 1024px) {
  .footer__bottom a {
    font-weight: 400;
  }
}
.footer__bg {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.popup {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 21, 30, 0.2);
  backdrop-filter: blur(22px);
  opacity: 0.001;
  pointer-events: none;
  transition: 0.3s;
}

.popup:not(.open) * {
  pointer-events: none !important;
}

.popup.open {
  opacity: 1;
  pointer-events: auto;
}

.popup .scroll-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 120px 0;
  overflow: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .popup .scroll-container {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .popup .scroll-container {
    padding: 12px;
  }
}
.popup .form {
  border-radius: 22px;
  background: #fff;
  padding: 64px 44px;
  position: relative;
  width: 90%;
  max-width: 474px;
}

@media screen and (max-width: 768px) {
  .popup .form {
    border-radius: 22px;
    max-width: unset;
    border: none;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    min-height: calc(100vh - 24px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 24px;
  }
}
.popup .form__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .popup .form__top {
    padding-right: 40px;
    gap: 12px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.popup .form__top h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -1.2px;
}

.popup .form__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup .form .btn {
  width: 100%;
  margin-top: 12px;
}

.popup .form .check-box {
  margin-top: 36px;
}

.popup .form .answer {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: #F7FAFF;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  opacity: 0.001;
  pointer-events: none;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .popup .form .answer {
    padding: 24px;
    gap: 20px;
  }
}
.popup .form .answer.open {
  opacity: 1;
  pointer-events: auto;
}

.popup .form .answer svg {
  display: block;
  width: 44px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .popup .form .answer svg {
    width: 32px;
  }
}
.popup .form .answer svg * {
  fill: #6FB091;
}

.popup .exit-btn {
  position: absolute;
  z-index: 10;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .popup .exit-btn {
    right: 12px;
    top: 24px;
  }
}
@media not all and (pointer: coarse) {
  .popup .exit-btn:hover svg * {
    fill: #000;
  }
}
.popup .exit-btn svg {
  display: block;
  width: 32px;
  height: 32px;
}

.popup .exit-btn svg * {
  fill: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.popup .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.popup[data-popup=city] .form {
  max-width: 590px;
}

.popup[data-popup=city] .form__top {
  gap: 30px;
  text-align: center;
  margin-bottom: 0;
}

.popup[data-popup=city] ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.popup[data-popup=city] ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  border-radius: 22px;
  background: #D6E2D2;
  cursor: pointer;
  transition: 0.4s;
}

.popup[data-popup=city] ul li:hover {
  background: #6FB091;
  color: white;
}

@media screen and (max-width: 1024px) {
  .popup[data-popup=try] .scroll-container {
    padding: 40px 0 60px;
  }
}
.popup .trypp {
  border-radius: 22px;
  background: linear-gradient(180deg, var(--11, #D6E2D2) 0%, var(--12, #BBDBAE) 50.96%, var(--13, #6FB091) 100%);
  overflow: hidden;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .popup .trypp {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
  }
}
.popup .trypp__left {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .popup .trypp__left {
    height: 220px;
    width: 100%;
  }
}
.popup .trypp__left img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup .trypp__right {
  padding: 100px 32px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 400px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .popup .trypp__right {
    width: 100%;
    padding: 64px 24px 32px;
  }
}
.popup .trypp__right .txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup .trypp__right .ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.6px;
}

.popup .trypp__right .descr {
  font-size: 24px;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: -0.72px;
}

.popup .trypp__right .btn {
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1024px) {
  .popup .trypp__right .btn {
    width: 100%;
  }
}
.popup .subpp {
  width: 770px;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--11, #D6E2D2) 0%, var(--12, #BBDBAE) 50.96%, var(--13, #6FB091) 100%);
  display: flex;
  padding: 32px 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .popup .subpp {
    padding: 64px 24px 32px;
    width: 100%;
    max-width: 400px;
  }
}
.popup .subpp .txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup .subpp .ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.6px;
}

.popup .subpp .descr {
  font-size: 24px;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: -0.72px;
}

.popup .subpp form {
  display: flex;
  width: 100%;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .popup .subpp form {
    flex-direction: column;
  }
}
.popup .subpp form .input-box {
  width: 100%;
}

.popup .subpp form .input-box input {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .popup .subpp form .btn {
    width: 100%;
  }
}
.input-box input {
  display: block;
  width: 100%;
  border-radius: 99px;
  border: 1px solid #000;
  background: #FFF;
  padding: 12px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  transition: 0.4s;
}

.input-box input:focus {
  background: #D6E2D2;
}

.input-box.invalid input {
  border-color: #F14758;
}

.input-box.invalid input::-moz-placeholder {
  color: #F14758;
}

.input-box.invalid input::placeholder {
  color: #F14758;
}

.check-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-box input {
  display: none;
}

.check-box input:checked + label svg path {
  opacity: 1;
}

.check-box input:checked + label + .error-text {
  display: none;
}

.check-box label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
  max-width: 300px;
}

.check-box label p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.check-box label p a {
  color: inherit;
  font: inherit;
  transition: 0.4s;
  text-decoration: underline;
}

@media not all and (pointer: coarse) {
  .check-box label p a:hover {
    color: #6FB091;
  }
}
.check-box label svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}

.check-box label svg path {
  transition: 0.4s;
  opacity: 0.001;
}

.check-box .error-text {
  color: #F14758;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  order: -1;
}

.check-box.invalid .error-text {
  display: block;
}

.text-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.text-box label {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
}

.text-box textarea {
  padding: 24px 20px;
  display: flex;
  height: 132px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 22px;
  border: 1px solid #000;
  background: #FFF;
  resize: none;
}

.cookies {
  position: fixed;
  z-index: 20;
  right: 100px;
  bottom: 48px;
  border-radius: 22px;
  background: #FFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 440px;
  border: 1px solid #000;
  opacity: 0.001;
  pointer-events: none;
  transition: 0.5s;
}

@media screen and (max-width: 600px) {
  .cookies {
    max-width: 500px;
    width: calc(100% - 24px);
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
    bottom: 40px;
    padding: 24px 20px;
  }
}
.cookies.open {
  opacity: 1;
  pointer-events: auto;
}

.cookies p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}

main {
  overflow: hidden;
}

.titleSection {
  padding-top: 200px;
}

@media screen and (max-width: 1024px) {
  .titleSection {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.titleSection .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .titleSection .container {
    gap: 12px;
  }
}
.titleSection--right h2 {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.titleSection--left p, .titleSection--right p {
  max-width: 570px;
}

.titleSection--logo .container {
  align-items: center;
  text-align: center;
  gap: 12px;
}

@media screen and (min-width: 1025px) {
  .titleSection--logo h2 {
    font-size: 44px;
  }
}
.titleSection--logo img {
  display: block;
  height: 57px;
  width: auto;
}

.titleSection--sub .container {
  align-items: center;
  text-align: center;
  gap: 12px;
}

.titleSection--sub h2 {
  max-width: 770px;
}

@media screen and (min-width: 1025px) {
  .titleSection--sub h2 {
    font-size: 64px;
  }
}
.titleSection--sub p {
  font-size: 24px;
}

.b1 {
  padding: 0;
  position: relative;
}

.b1 .container {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  min-height: calc(100vh - 108px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}

@media screen and (max-width: 1024px) {
  .b1 .container {
    min-height: calc(100vh - 113px);
    gap: 20px;
  }
}
.b1__logo img {
  display: block;
  height: 76px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .b1__logo img {
    height: 50px;
  }
}
.b1__description {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .b1__description {
    font-size: 20px;
  }
}
.b1__btn {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .b1__btn {
    margin-top: 10px;
  }
}
.b1__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b1__bg img, .b1__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b2 {
  overflow: hidden;
}

.b2 .splide {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .b2 .splide {
    width: 80%;
    margin-right: auto;
  }
}
.b2 .splide__track {
  overflow: visible;
}

.b2 .splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.b2 .splide:not(.is-overflow) .splide__list {
  transform: none !important;
}

.b2 .swiper {
  width: 100%;
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .b2 .swiper {
    width: 80%;
    margin: 0 auto 0 0;
  }
}
.b2 .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.b2 .swiper-slide {
  height: auto;
}

.b2 .box {
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .b2 .box {
    border-radius: 12px;
  }
}
.b2 .box img {
  display: block;
  width: 100%;
  height: 503px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: auto;
}

@media screen and (max-width: 1920px) {
  .b2 .box img {
    height: calc((100vw - 200px - 190px - 15px) / 3);
  }
}
@media screen and (max-width: 1250px) {
  .b2 .box img {
    height: calc((100vw - 200px - 95px - 15px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .b2 .box img {
    height: 365px;
  }
}
@media screen and (max-width: 560px) {
  .b2 .box img {
    height: calc(73vw - 48px);
  }
}
.b2 .box ul {
  padding: 8px 24px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.b2 .box ul li {
  font-size: 12px;
}

.b2 .box__text {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.b3 .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .b3 .container {
    gap: 24px;
  }
}
@media screen and (min-width: 1451px) {
  .b3 h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .b3 h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .b3 .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .b3 .mob {
    display: none;
  }
}
.b3 svg {
  display: block;
  width: 100%;
  height: auto;
}

.b3 p {
  margin-left: auto;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .b3 p {
    font-size: 16px;
    max-width: 315px;
    margin: 0 auto;
  }
}
.b4 {
  overflow: hidden;
}

.b4__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .b4__list {
    display: none;
  }
}
.b4__slider {
  width: 75%;
}

@media screen and (min-width: 1025px) {
  .b4__slider {
    display: none;
  }
}
.b4__slider .splide__track {
  overflow: visible;
}

.b4 .box {
  width: calc(25% - 15px);
  min-height: 410px;
  border-radius: 22px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
  padding: 32px 24px;
}

@media screen and (max-width: 1920px) {
  .b4 .box {
    min-height: calc((100vw - 15px - 200px) * 0.25 - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .b4 .box {
    width: 100%;
    height: 100%;
    min-height: unset;
  }
}
.b4 .box--img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

@media screen and (min-width: 1025px) {
  .b4 .box--wide {
    width: calc(50% - 10px);
  }
}
.b5 {
  padding-top: 200px;
}

@media screen and (max-width: 1024px) {
  .b5 {
    padding-top: 100px;
  }
}
.b5 .container {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .b5 .container {
    gap: 12px;
    flex-direction: column;
  }
}
.b5__img {
  width: 100%;
  border-radius: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.b5__img img {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media screen and (max-width: 1024px) {
  .b5__img {
    background: transparent;
    border-radius: 12px;
  }
  .b5__img img {
    display: block;
  }
}
.b5__main {
  width: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--11, #D6E2D2) 0%, var(--12, #BBDBAE) 50.96%, var(--13, #6FB091) 100%);
  padding: 120px 64px;
}

@media screen and (max-width: 1024px) {
  .b5__main {
    border-radius: 12px;
    padding: 64px 30px;
  }
}
.b5__text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media screen and (max-width: 1024px) {
  .b5__text {
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .b5__text h2 {
    font-size: 60px;
  }
}
.b5__text p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
}

@media screen and (max-width: 1024px) {
  .b5__text p {
    font-size: 20px;
  }
}
.b5__list {
  margin-top: 120px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

@media screen and (max-width: 1024px) {
  .b5__list {
    margin-top: 44px;
    justify-content: space-between;
    gap: 12px;
  }
}
.b5__list .box {
  text-align: center;
  max-width: 120px;
}

@media screen and (max-width: 1024px) {
  .b5__list .box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
.b5__list .box p {
  font-size: 40px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.6px;
}

.b5__list .box span {
  letter-spacing: -0.48px;
}

.b5__list .divider {
  padding: 8px 0;
}

@media screen and (max-width: 1024px) {
  .b5__list .divider {
    padding: 15px 0;
  }
  .b5__list .divider svg {
    display: block;
    width: 20px;
    height: auto;
  }
}
.b5__btn {
  margin-top: 44px;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1024px) {
  .b5__btn {
    margin-top: 64px;
    width: 100%;
  }
}
.b6 {
  position: relative;
}

.b6 .splide {
  width: 75%;
}

.b6 .splide__track {
  overflow: visible;
}

.b6 .splide__slide {
  position: relative;
}

.b6 .bigimg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
}

@media screen and (max-width: 1024px) {
  .b6 .bigimg {
    border-radius: 12px;
  }
}
.b6 .box {
  border-radius: 22px;
  border: 1px solid #000;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 8px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .b6 .box {
    border-radius: 12px;
    padding: 57px 20px 24px;
  }
}
.b7 {
  overflow: hidden;
}

.b7 .splide {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .b7 .splide {
    width: 75%;
    margin-right: auto;
  }
}
.b7 .splide__track {
  overflow: visible;
}

.b7 .splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.b7 .splide:not(.is-overflow) .splide__list {
  transform: none !important;
}

.b7 .box {
  border-radius: 22px;
  background: white;
  border: 1px solid #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .b7 .box {
    border-radius: 12px;
  }
}
.b7 .box img {
  display: block;
  width: 100%;
  height: 503px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1920px) {
  .b7 .box img {
    height: calc((100vw - 200px - 190px - 15px) / 3);
  }
}
@media screen and (max-width: 1250px) {
  .b7 .box img {
    height: calc((100vw - 200px - 95px - 15px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .b7 .box img {
    height: 365px;
  }
}
@media screen and (max-width: 560px) {
  .b7 .box img {
    height: calc(73vw - 48px);
  }
}
.b7 .box__text {
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.b8 .acc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.b8 .acc-box {
  border-radius: 22px;
  border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .b8 .acc-box {
    border-radius: 12px;
  }
}
.b8 .acc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 50px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .b8 .acc-title {
    gap: 12px;
    padding: 20px 16px;
  }
}
.b8 .acc-title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  max-width: 630px;
}

@media screen and (max-width: 1024px) {
  .b8 .acc-title p {
    font-size: 16px;
  }
}
.b8 .acc-title svg {
  transition: 0.4s;
}

.b8 .acc-title.open svg {
  transform: rotate(180deg);
}

.b8 .acc-body {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.b8 .acc-body .txt-content {
  padding: 0 50px 20px;
}

@media screen and (max-width: 1024px) {
  .b8 .acc-body .txt-content {
    padding: 0 16px 20px;
  }
}
.b9 .container {
  border-radius: 22px;
  border: 1px solid #000;
  background: linear-gradient(0deg, #FFF 0%, var(--11, #D6E2D2) 35.58%, var(--12, #BBDBAE) 65.87%, var(--13, #6FB091) 100%);
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .b9 .container {
    flex-direction: column;
    border-radius: 12px;
    background: var(--Gradient-2, linear-gradient(180deg, var(--11, #D6E2D2) 0%, var(--12, #BBDBAE) 50.96%, var(--13, #6FB091) 100%));
  }
}
.b9__main {
  width: calc(100% - 300px);
  padding: 64px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1370px) {
  .b9__main {
    padding: 64px;
  }
}
@media screen and (max-width: 1200px) {
  .b9__main {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .b9__main {
    width: 100%;
    padding: 64px 20px;
    gap: 64px;
  }
}
.b9__main h2 {
  font-size: 42px;
  letter-spacing: -1.26px;
}

@media screen and (max-width: 1024px) {
  .b9__main h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
  }
}
.b9__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .b9__list {
    gap: 64px;
  }
}
.b9__list .box {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .b9__list .box {
    width: 100%;
  }
}
.b9__list .box img {
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}

.b9__list .box .btn {
  margin-top: 10px;
}

.b9__img {
  width: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .b9__img {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .b9__img {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 560px) {
  .b9__img {
    height: 90vw;
  }
}
.b10 {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .b10 {
    padding: 200px 0;
  }
}
@media screen and (max-width: 1024px) {
  .b10 {
    gap: 18px;
  }
}
.b10 img {
  display: block;
  width: 12.43vw;
  height: 46.81vw;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.001;
  transition: 0.1s;
}

@media screen and (max-width: 1024px) {
  .b10 img {
    width: calc(33.333% - 12px);
    height: 123vw;
  }
  .b10 img:nth-child(n+4) {
    display: none;
  }
}
.b102 {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .b102 {
    padding: 300px 0;
  }
}
@media screen and (max-width: 1024px) {
  .b102 {
    gap: 18px;
  }
}
.b102 img {
  display: block;
  width: 12.43vw;
  height: 46.81vw;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.001;
  transition: 0.1s;
}

@media screen and (max-width: 1024px) {
  .b102 img {
    width: calc(33.333% - 12px);
    height: 123vw;
  }
  .b102 img:nth-child(n+4) {
    display: none;
  }
}
.b103 {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .b103 {
    gap: 18px;
  }
}
.b103 img {
  display: block;
  width: 12.43vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.001;
  transition: 0.1s;
}

@media screen and (max-width: 1024px) {
  .b103 img {
    width: calc(33.333% - 12px);
  }
  .b103 img:nth-child(n+4) {
    display: none;
  }
}
.t1 .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media screen and (max-width: 1024px) {
  .t1 .container {
    gap: 20px;
  }
}
.t1__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 1025px) {
  .t1 h1 {
    font-size: 64px;
  }
}
.t1 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

@media screen and (max-width: 1024px) {
  .t1 img {
    border-radius: 20px;
  }
}
.t2 {
  position: relative;
}

.t2 .splide {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .t2 .splide {
    width: 80%;
    margin-right: auto;
  }
}
.t2 .splide__track {
  overflow: visible;
}

.t2 .splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.t2 .splide:not(.is-overflow) .splide__list {
  transform: none !important;
}

.t2 .splide__slide {
  display: flex;
  align-items: flex-end;
}

.t2 .box {
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  overflow: hidden;
  padding: 120px 44px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
}

@media screen and (max-width: 1024px) {
  .t2 .box {
    border-radius: 12px;
    padding: 160px 24px 24px;
  }
}
.t2__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
  transform: translateY(32%);
}

@media screen and (max-width: 600px) {
  .t2__bg {
    width: 360%;
    transform: translateY(25%);
  }
}
.t3 {
  overflow: hidden;
}

.t3 .splide {
  overflow: visible;
  width: calc(100% - 95px);
}

@media screen and (max-width: 1024px) {
  .t3 .splide {
    width: 80%;
    margin-right: auto;
  }
}
.t3 .splide__track {
  overflow: visible;
}

.t3 .splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.t3 .splide:not(.is-overflow) .splide__list {
  transform: none !important;
}

.t3 .box {
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .t3 .box {
    border-radius: 12px;
  }
}
.t3 .box img {
  display: block;
  width: 100%;
  height: 503px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1920px) {
  .t3 .box img {
    height: calc((100vw - 200px - 190px - 15px) / 3);
  }
}
@media screen and (max-width: 1700px) {
  .t3 .box img {
    height: calc((100vw - 200px - 96px - 15px - 95px) / 3 * 1.4371428571);
  }
}
@media screen and (max-width: 1250px) {
  .t3 .box img {
    height: calc((100vw - 200px - 48px - 95px - 15px) / 2 * 1.4371428571);
  }
}
@media screen and (max-width: 1024px) {
  .t3 .box img {
    height: 510px;
  }
}
@media screen and (max-width: 560px) {
  .t3 .box img {
    height: calc((73vw - 48px) * 1.4371428571);
  }
}
.t3 .box .prof {
  display: flex;
  align-items: center;
  gap: 8px;
}

.t3 .box__text {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.t3 .box__text p {
  margin-top: 8px;
}

.a1 .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.a1__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .a1__top {
    gap: 32px;
  }
}
.a1__top h2 {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .a1__top h2 {
    font-size: 64px;
  }
}
.a1__top p {
  max-width: 570px;
}

.a1__main {
  padding: 285px 0 215px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .a1__main {
    padding: 0;
  }
}
.a1 .mask {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  max-width: 100%;
  -webkit-mask-image: url(../img/about.svg);
  mask-image: url(../img/about.svg);
  width: 100%;
  padding-bottom: 45.3101361573%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .a1 .mask {
    margin-bottom: 40px;
  }
}
.a1 .mask img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .a1 .swiper,
  .a1 .swiper-wrapper {
    visibility: visible;
    position: static !important;
    transform: none;
  }
  .a1 .swiper-slide {
    position: static !important;
  }
  .a1 .swiper-slide:nth-child(1) .box {
    right: 40px;
    top: 0;
  }
  .a1 .swiper-slide:nth-child(2) .box {
    left: 0;
    top: 235px;
  }
  .a1 .swiper-slide:nth-child(3) .box {
    left: 430px;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .a1 .swiper {
    width: 86%;
  }
  .a1 .swiper .box {
    height: 100%;
    justify-content: flex-end;
  }
}
.a1__list .box {
  position: absolute;
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
  width: 440px;
  padding: 100px 44px 44px 44px;
}

@media screen and (max-width: 1150px) {
  .a1__list .box {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .a1__list .box {
    position: static;
    width: 100%;
    padding: 80px 20px 20px 20px;
    border-radius: 20px;
  }
}
.a2 .container {
  display: flex;
  gap: 44px;
}

@media screen and (max-width: 1024px) {
  .a2 .container {
    flex-direction: column;
    gap: 24px;
  }
}
.a2__left {
  width: calc(53% - 22px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .a2__left {
    gap: 8px;
    width: 100%;
  }
}
.a2__left .box {
  width: calc(50% - 8px);
  border-radius: 22px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  padding: 64px 24px 24px 24px;
}

@media screen and (max-width: 1340px) {
  .a2__left .box {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .a2__left .box {
    width: calc(50% - 4px);
    padding: 32px 20px 20px;
    border-radius: 12px;
  }
}
.a2__left .box span {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.92px;
}

@media screen and (max-width: 1024px) {
  .a2__left .box span {
    font-size: 22px;
    letter-spacing: unset;
  }
}
.a2__right {
  width: calc(43% - 22px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .a2__right {
    width: 100%;
  }
}
.a2__right img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .a2__right img {
    height: auto;
    border-radius: 20px;
  }
}
.a3 .container {
  display: flex;
  gap: 44px;
  position: relative;
}

.a3__left {
  width: calc(43% - 22px);
}

@media screen and (max-width: 1024px) {
  .a3__left {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.a3__left .sticky {
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100vh - 120px - 40px);
  position: relative;
}

.a3__left img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .a3__left img {
    height: 160px;
    border-radius: 20px;
  }
}
.a3__right {
  width: calc(53% - 22px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .a3__right {
    width: 100%;
    padding-top: 176px;
  }
}
.a3__right .box {
  border-radius: 22px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 200px 48px 48px 48px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .a3__right .box {
    padding: 120px 20px 20px;
    border-radius: 20px;
  }
}
.a3__right .box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, #FFF 0%, var(--11, #D6E2D2) 33.17%, var(--12, #BBDBAE) 67%, var(--13, #6FB091) 100%);
  transition: 0.8s;
  transform: translateY(80%);
  opacity: 0.001;
}

.a3__right .box.on-view:before {
  opacity: 1;
  transform: translate(0, 0);
}

@media not all and (pointer: coarse) {
  .a3__right .box:hover:before {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.a4 .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.a4 h2 {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .a4 h2 {
    font-size: 64px;
  }
}
.a4 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

@media screen and (max-width: 1024px) {
  .a4 img {
    border-radius: 20px;
  }
}
.a4 .btn {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .a4 .btn {
    margin-top: -20px;
  }
}
.a5 .container {
  display: flex;
  gap: 44px;
}

@media screen and (max-width: 1024px) {
  .a5 .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.a5__left {
  width: 400px;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .a5__left {
    width: 164px;
    height: 164px;
  }
}
.a5__left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 999px;
}

.a5__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 44px 0;
  width: calc(100% - 444px);
}

@media screen and (max-width: 1024px) {
  .a5__right {
    width: 100%;
    padding: 0;
  }
}
.a5__text {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

@media screen and (max-width: 1024px) {
  .a5__text {
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .a5__text h2 {
    font-size: 72px;
  }
}
.a5__text p {
  max-width: 420px;
}

@media screen and (max-width: 1024px) {
  .a5__text p {
    max-width: unset;
  }
}
.a5 .author {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .a5 .author {
    font-size: 20px;
    position: static;
    margin: 40px 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .teamBlock {
    display: flex;
    flex-direction: column-reverse;
  }
}
.s1 .swiper {
  transition: 0.4s;
  margin: 0 auto;
}

.s1 .swiper-pagination {
  display: flex;
  left: 0;
  top: 0;
  bottom: unset;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  z-index: 3;
}

.s1 .swiper-pagination li {
  padding: 3px;
}

.s1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  transition: 0.4s;
  transform: none;
  opacity: 1;
  margin: 0;
}

.s1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: var(--Font, #2C5727);
}

.s1 .slideBox {
  display: flex;
  gap: 44px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .s1 .slideBox {
    gap: 32px;
    padding-top: 68px;
    height: -moz-max-content;
    height: max-content;
  }
}
.s1 .slideBox__left {
  width: calc(57% - 22px);
  padding-top: 64px;
}

@media screen and (max-width: 1024px) {
  .s1 .slideBox__left {
    width: 100%;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .s1 .slideBox__left h2 {
    font-size: 64px;
    margin-bottom: 24px;
  }
}
.s1 .slideBox__left img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media screen and (min-width: 1025px) {
  .s1 .slideBox__left img {
    display: none;
  }
}
.s1 .slideBox__left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.s1 .slideBox__left ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 85px;
  border: 1px solid #000;
}

.s1 .slideBox__left .bottom {
  margin-top: 64px;
}

@media screen and (max-width: 1024px) {
  .s1 .slideBox__left .bottom {
    margin: 0;
  }
}
.s1 .slideBox__left p {
  max-width: 440px;
}

.s1 .slideBox__left .btn {
  margin-top: 24px;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1024px) {
  .s1 .slideBox__left .btn {
    margin-top: 32px;
  }
}
.s1 .slideBox__right {
  width: calc(43% - 22px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .s1 .slideBox__right {
    display: none;
  }
}
.s1 .slideBox__right img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
}

.s1 .swipeSVG {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 16px;
}

@media screen and (min-width: 1025px) {
  .s1 .swipeSVG {
    display: none;
  }
}
.s2 {
  overflow: hidden;
}

.s2 .swiper {
  overflow: visible;
  width: 68%;
  max-width: 890px;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .s2 .swiper {
    width: 80%;
  }
}
.s2 .splide__track {
  overflow: visible;
}

.s2 .splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.s2 .splide:not(.is-overflow) .splide__list {
  transform: none !important;
}

.s2 .box {
  border-radius: 22px;
  background: var(--11, #D6E2D2);
  overflow: hidden;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .s2 .box {
    border-radius: 12px;
    flex-direction: column-reverse;
  }
}
.s2 .box img {
  display: block;
  width: 420px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1350px) {
  .s2 .box img {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .s2 .box img {
    width: 100%;
    height: 365px;
  }
}
@media screen and (max-width: 560px) {
  .s2 .box img {
    height: calc(73vw - 48px);
  }
}
.s2 .box__text {
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-bottom: auto;
}

@media screen and (max-width: 1024px) {
  .s2 .box__text {
    padding: 40px 20px;
  }
}
.s3 {
  overflow: hidden;
}

.s3 .splide {
  overflow: visible;
}

.s3 .splide__track {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .s3 .swiper-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
  }
}
.s3 .splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.s3 .splide:not(.is-overflow) .splide__list {
  transform: none !important;
}

.s3 .box {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
  padding: 56px 32px 48px 32px;
  position: relative;
  border-radius: 22px;
  border: 1px solid #000;
  overflow: hidden;
  height: 100%;
}

.s3 .box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 22px;
  background: linear-gradient(180deg, #FFF 0%, var(--11, #D6E2D2) 33.17%, var(--12, #BBDBAE) 67%, var(--13, #6FB091) 100%);
  transition: 0.8s;
  transform: translateY(80%);
  opacity: 0.001;
}

@media screen and (max-width: 1024px) {
  .s3 .box:before {
    display: none;
  }
}
@media not all and (pointer: coarse) {
  .s3 .box:hover:before {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .s3 .box {
    border-radius: 12px;
    padding: 56px 20px 20px 20px;
  }
}
.s3 .box__tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 24px;
  border-radius: 0 22px 0 22px;
  background: #6FB091;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .s3 .box__tag {
    border-radius: 0 12px 0 12px;
    padding: 12px 24px;
  }
}
.s3 .box__price {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 28px 0 32px 0;
}

@media screen and (max-width: 1024px) {
  .s3 .box__price {
    padding-top: 0;
  }
}
.s3 .box__price-old {
  position: absolute;
  right: 0;
  top: 0;
  color: #6B7169;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .s3 .box__price-old {
    top: 20px;
    transform: translate(calc(100% + 20px), -50%);
  }
}
.s3 .box__price-old:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: 120%;
  height: 1px;
  background: #6B7169;
}

@media screen and (max-width: 1024px) {
  .s3 .box__price-old:before {
    width: 110%;
  }
}
.s3 .box__price-actual {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.56px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .s3 .box__price-actual {
    font-size: 40px;
  }
}
.s3 .box__price-info {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--1, #E9F6E6);
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  padding: 4px 24px;
  border-radius: 80px;
  background: #F94E51;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .s3 .box__price-info {
    padding: 4px 12px;
  }
}
.s3 .box__bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.s3 .box__bottom .btn {
  width: 100%;
}

.s3 .box__about-sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .s3 .box__about h3 {
    font-size: 40px;
  }
}
.s3 .box__about-description {
  opacity: 0.5;
  margin-top: 12px;
}

.s4 {
  overflow: hidden;
}

.s4 .container {
  display: flex;
  gap: 44px;
  position: relative;
}

@media screen and (max-width: 1150px) {
  .s4 .container {
    gap: 16px;
  }
}
.s4__left {
  width: calc(43% - 22px);
  pointer-events: none;
}

@media screen and (max-width: 1150px) {
  .s4__left {
    width: calc(40% - 8px);
  }
}
@media screen and (max-width: 1024px) {
  .s4__left {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.s4__left .sticky {
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100vh - 120px - 40px);
  position: relative;
}

.s4__left img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .s4__left img {
    height: 160px;
    border-radius: 12px;
    display: none;
  }
}
.s4__left img:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1024px) {
  .s4__left img:nth-child(2) {
    display: block;
  }
}
.s4__right {
  width: calc(53% - 22px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 1150px) {
  .s4__right {
    width: calc(60% - 8px);
  }
}
@media screen and (max-width: 1024px) {
  .s4__right {
    width: 100%;
    padding-top: 176px;
  }
}
.s4__right .box {
  border-radius: 22px;
  border: 1px solid #000;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

@media screen and (max-width: 1024px) {
  .s4__right .box {
    padding: 0;
    border-radius: 12px;
    gap: 0 !important;
  }
}
.s4__right .box:before {
  /*content: "";*/
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, #D6E2D2 0%, #BBDBAE 50.96%, #6FB091 100%);
  transition: 0.4s;
  opacity: 0.001;
}

@media screen and (max-width: 1024px) {
  .s4__right .box:before {
    border-radius: 12px;
  }
}
.s4__right .box.on-view {
  /*border-color: transparent;*/
}

.s4__right .box.on-view:before {
  opacity: 1;
}

@media not all and (pointer: coarse) {
  .s4__right .box:hover {
    /*border-color: transparent;*/
  }
  .s4__right .box:hover:before {
    opacity: 1;
  }
}
.s4__right .box--var1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.s4__right .box .table {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .s4__right .box .table {
    gap: 24px;
  }
}
.s4__right .box .table__row {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 1350px) {
  .s4__right .box .table__row {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .s4__right .box .table__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .s4__right .box .table__row:nth-child(1) {
    display: none;
  }
}
.s4__right .box .table__col {
  width: 120px;
}

@media screen and (max-width: 1350px) {
  .s4__right .box .table__col {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .s4__right .box .table__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.s4__right .box .table__col:nth-child(1) {
  width: calc(100% - 360px - 96px);
  margin-right: auto;
}

@media screen and (max-width: 1350px) {
  .s4__right .box .table__col:nth-child(1) {
    width: calc(100% - 300px - 48px);
  }
}
@media screen and (max-width: 1024px) {
  .s4__right .box .table__col:nth-child(1) {
    width: 100%;
  }
}
.s4__right .box .table__col .mob {
  font-size: 14px;
  padding: 10px 18px;
  min-width: 100px;
  border-radius: 85px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .s4__right .box .table__col .mob {
    display: none;
  }
}
.s4__right .box .table__col .mob span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: var(--1, #E9F6E6);
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  padding: 0 7px;
  border-radius: 80px;
  background: #F14758;
}

.s4__right .box .table__head {
  padding: 13px;
  border-radius: 40px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
}

.s4__right .box .table__head span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: var(--1, #E9F6E6);
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  padding: 0 7px;
  border-radius: 80px;
  background: #F14758;
}

.s4__right .box .table .price {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.s4__right .box .table .price span {
  order: -1;
  color: #6B7169;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.s4__right .box .table .price span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: 120%;
  height: 1px;
  background: #6B7169;
}

.s4__right .box--var2 {
  display: flex;
  flex-direction: column;
}

.s4__right .box--var2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .s4__right .box--var2 ul {
    margin-top: 0;
  }
}
.s4__right .box--var2 ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 18px;
  border-radius: 85px;
  border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .s4__right .box--var2 ul li {
    line-height: 1;
    padding: 10px 12px;
    font-size: 12px;
  }
}
.s4__right .box--var2 .acc-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .s4__right .box--var2 .acc-body {
    gap: 24px;
  }
}
.s4__right .box--var2 .box__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.s4__right .box--var2 .box__price p {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.44px;
}

.s4__right .box--var2 .box__price span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.s4__right .box--var2 .box__descr {
  max-width: 430px;
}

.s4__right .box--var3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.s4__right .box--var3 .box__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.s4__right .box--var3 .box__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.s4__right .box--var3 .box__row p:nth-child(3), .s4__right .box--var3 .box__row p:nth-child(5) {
  white-space: nowrap;
}

.s4__right .box--var3 .box__row .line {
  flex-grow: 1;
  min-width: 20px;
  width: auto;
  height: 13px;
  transform: translateY(-3px);
  background-image: radial-gradient(ellipse, #000 1px, #000 2px, transparent 2px);
  background-size: 20px 20px;
  background-position: 0px 0;
  background-repeat: repeat-x;
}

@media screen and (max-width: 1024px) {
  .s4__right .box--var3 .box__row .line {
    background-image: radial-gradient(ellipse, #000 1px, #000 1px, transparent 1px);
    background-size: 10px 10px;
    height: 8px;
  }
}
.s4__right .box h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .s4__right .box h3 {
    padding: 32px 20px;
  }
}
.s4__right .box h3.open svg {
  transform: rotate(180deg);
}

.s4__right .box h3 svg {
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .s4__right .box h3 svg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s4__right .box .acc-body {
    transition: 0.4s;
    overflow: hidden;
    height: 0;
    padding: 0 20px;
  }
  .s4__right .box .acc-body.open {
    padding: 0 20px 20px;
  }
}
.s5__slider.swiper {
  overflow: visible;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .s5__slider > .swiper-wrapper .swiper-slide {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.s5__slider .swiper-slide {
  font-size: 22px;
  font-weight: 700;
  padding: 30px 24px;
  border-radius: 22px;
  border: 1px solid #000;
  cursor: pointer !important;
}

@media screen and (max-width: 1024px) {
  .s5__slider .swiper-slide {
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
  }
}
.s5__slider .swiper-slide.active {
  background: #F14758;
  border-color: transparent;
  color: white;
}

.s5 .tab {
  display: none;
}

.s5 .tab.active {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.s5 .tab__main {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__main {
    flex-direction: column;
    gap: 12px;
  }
}
.s5 .tab__left {
  width: calc(39% - 16px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__left {
    width: 100%;
  }
}
.s5 .tab__left p {
  font-size: 40px;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: -1.6px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1025px) {
  .s5 .tab__left p {
    display: none;
  }
}
.s5 .tab__left img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__left img {
    height: auto;
    border-radius: 12px;
    position: static;
  }
}
.s5 .tab__right {
  width: calc(61% - 16px);
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 48px 0;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__right {
    width: 100%;
    gap: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .s5 .tab__right h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -2.56px;
  }
}
@media screen and (max-width: 1024px) {
  .s5 .tab__right h2 {
    display: none;
  }
}
.s5 .tab__right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.s5 .tab__right ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 85px;
  border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__right ul li {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.s5 .tab__right .price {
  font-size: 60px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -2.4px;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__right .price {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
.s5 .tab__right .descr {
  font-weight: 400;
}

.s5 .tab__right .btn {
  width: -moz-max-content;
  width: max-content;
}

.s5 .tab__slide {
  width: 80%;
  max-width: 680px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (min-width: 1025px) {
  .s5 .tab__slide h3 {
    font-size: 42px;
  }
}
.s5 .tab__slide .splide__track {
  overflow: visible;
}

.s5 .tab__slide .splide__slide {
  position: relative;
}

.s5 .tab__slide .boxContent {
  height: 100%;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 22px;
  border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__slide .boxContent {
    padding: 32px 20px;
    border-radius: 12px;
    gap: 20px;
  }
}
.s5 .tab__slide .boxContent ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.s5 .tab__slide .boxContent ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 85px;
  border: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__slide .boxContent ul li {
    padding: 10px 12px;
  }
}
.s5 .tab__slide .boxContent .price {
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.84px;
}

@media screen and (max-width: 1024px) {
  .s5 .tab__slide .boxContent .price {
    font-size: 20px;
    letter-spacing: unset;
  }
}
.s5 .tab__slide .boxContent .price span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.s5 .tab__slide .boxContent .descr {
  margin-top: auto;
  font-weight: 400;
}

.s5 .tab__slide img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
}

.s5 .tab .swipeRow {
  margin-top: -52px;
}

@media screen and (min-width: 1025px) {
  .s6 h3 {
    font-size: 40px;
  }
}
.s6 .swiper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .s6 .swiper {
    gap: 20px;
  }
}
.s6 .splide .splide__track {
  overflow: visible;
}

.s6 .swiper .swiper-slide {
  position: relative;
  width: auto !important;
}

.s6 .swiper img, .s6 .swiper video {
  display: block;
  width: auto;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
}

@media screen and (max-width: 1024px) {
  .s6 .swiper img, .s6 .swiper video {
    height: 220px;
    border-radius: 12px;
  }
}
.s7 .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

@media screen and (max-width: 1024px) {
  .s7 .container {
    gap: 40px;
  }
}
.s7 .b7Box {
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 1024px) {
  .s7 .b7Box {
    flex-direction: column;
    gap: 24px;
  }
}
.s7 .b7Box__left {
  width: calc(47% - 24px);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .s7 .b7Box__left {
    width: 100%;
  }
}
.s7 .b7Box__left iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

@media screen and (max-width: 1024px) {
  .s7 .b7Box__left iframe {
    height: 300px;
    border-radius: 12px;
    position: static;
  }
}
.s7 .b7Box__right {
  width: calc(53% - 24px);
  padding: 48px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 1024px) {
  .s7 .b7Box__right {
    width: 100%;
    gap: 24px;
    padding: 0;
  }
}
.s7 .b7Box__right .box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s7 .b7Box__right .box--full {
  width: 100%;
}

.s7 .b7Box__right .box a {
  color: #000;
  transition: 0.4s;
}

@media not all and (pointer: coarse) {
  .s7 .b7Box__right .box a:hover {
    color: #6FB091;
  }
}
.s7 .b7Box__right .box .socials {
  display: flex;
  gap: 20px;
}

.s7 .b7Box__right .box .socials svg {
  display: block;
}

.s7 .b7Box__right .box .socials svg * {
  transition: 0.4s;
}

@media not all and (pointer: coarse) {
  .s7 .b7Box__right .box .socials a:hover svg [fill="#2C5727"] {
    fill: white;
  }
  .s7 .b7Box__right .box .socials a:hover svg [stroke="#2C5727"] {
    stroke: white;
  }
  .s7 .b7Box__right .box .socials a:hover svg rect {
    fill: #6FB091;
  }
}
.txt1 .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 1025px) {
  .txt1 .container {
    max-width: 840px;
  }
}
.txt1 h1, .txt1 h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-top: 24px;
}

.txt1 h3 {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 12px;
}

.txt1 h4, .txt1 h5, .txt1 h6 {
  font-size: 20px;
}

.txt1 ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
}

.txt1 ul li {
  list-style: disc;
}

.txt1 ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
}

.txt1 ol li {
  list-style: decimal;
}

.txt1 a {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s;
}

@media not all and (pointer: coarse) {
  .txt1 a:hover {
    color: #6FB091;
  }
}
.txt1 a:active {
  color: #6FB091;
}

.txt1 blockquote {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #6FB091;
  font-style: italic;
}

.header__menu .sub-menu {
  border: none;
}

.header__menu .sub-menu:before {
  border: 1px solid #000;
}

.b2 .box img,
.s2 .box img,
.b7 .box img {
  min-height: 503px;
}

.t3 .box img {
  min-height: 503px;
}

.b2 .box__text,
.s2 .box__text {
  height: 100%;
  justify-content: flex-end;
}

@media screen and (max-width: 1920px) {
  .b2 .box img,
  .b2 .box img,
  .b7 .box img {
    min-height: calc((100vw - 200px - 190px - 15px) / 3);
  }
  .t3 .box img {
    min-height: calc((100vw - 200px - 190px - 15px) / 3);
  }
}
@media screen and (max-width: 1700px) {
  .t3 .box img {
    min-height: calc((100vw - 200px - 96px - 15px - 95px) / 3 * 1.44);
  }
}
@media screen and (max-width: 1250px) {
  .b2 .box img,
  .s2 .box img,
  .b7 .box img {
    min-height: calc((100vw - 200px - 95px - 15px) / 2);
  }
  .t3 .box img {
    min-height: calc((100vw - 200px - 48px - 95px - 15px) / 2 * 1.44);
  }
}
@media screen and (max-width: 1024px) {
  .b2 .box img,
  .s2 .box img,
  .b7 .box img {
    min-height: 365px;
  }
  .t3 .box img {
    min-height: 619.2px;
  }
}
@media screen and (max-width: 560px) {
  .b2 .box img,
  .s2 .box img,
  .b7 .box img {
    min-height: calc(73vw - 48px);
  }
  .t3 .box img {
    min-height: calc((100vw - 48px) * 0.86 * 1.44);
  }
}
.t3 .box {
  height: 100%;
}

.s2 .box__text,
.t3 .box__text {
  height: 100%;
  justify-content: flex-end;
}

.splide__slide * {
  pointer-events: auto !important;
}

.btn {
  pointer-events: auto !important;
}

.b7 .box {
  height: 100%;
}

.box__text {
  height: 100%;
  justify-content: flex-end;
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  height: auto;
}

.t2 .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.swiper {
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1024px) {
  .t2 .swiper,
  .t3 .swiper,
  .b2 .swiper,
  .b4 .swiper,
  .b6 .swiper,
  .b7 .swiper,
  .s5 .swiper {
    width: 86%;
    margin: 0 auto 0 0;
  }
}
.swiper-pagination {
  pointer-events: auto;
}

.footer__bg {
  height: 120px;
  width: auto;
  z-index: -1;
}

footer {
  overflow: hidden;
}

.s4__right .box--var3 .box__row {
  position: relative;
  z-index: 2;
}

.s4__right .box--var3 .box__row .clc {
  width: calc(30% - 5.3333333333px);
  min-width: calc(30% - 5.3333333333px);
  display: flex;
}

.s4__right .box--var3 .box__row .clc:nth-child(1) {
  width: calc(40% - 5.3333333333px);
  min-width: calc(40% - 5.3333333333px);
}

.s4__right .box--var3 .box__row p {
  background: white;
  padding: 1px 3px;
}

.s4__right .box--var3 .box__row .clc:nth-child(2) {
  justify-content: center;
}

.s4__right .box--var3 .box__row .clc:nth-child(3) {
  justify-content: flex-end;
}

.s4__right .box--var3 .box__row .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.popup[data-popup=city] .form__top {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1 !important;
}

.a3 + .a5,
.a1 {
  padding-top: 200px;
}
@media screen and (max-width: 1024px) {
  .a3 + .a5,
  .a1 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .popup .trypp__left img.pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .popup .trypp__left img.mob {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .b2 .box ul {
    gap: 6px 8px;
  }
}