@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
}
:root {
  --color-white: #ffffff;
  --color-black: #2a2827;
  --color-black-hover: #2a2827;
  --color-brown: #a88c6a;
  --color-brown-hover: #977853;
  --color-light: #f6f1e5;
  --color-green: #193229;
  --color-grey: #aeaeae;
  --section-gap: 5.625rem;
  --container-padding-x: 1.25rem;
  --input-padding-y: 0.9375rem;
  --input-padding-x: 1.4375rem;
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 428px) {
  :root {
    --container-padding-x: 1.5rem;
  }
}
@media (min-width: 767px) {
  :root {
    --section-gap: 6.875rem;
  }
}
@media (min-width: 1023px) {
  :root {
    --section-gap: 8.75rem;
    --container-padding-x: 5rem;
  }
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  scrollbar-width: none;
}

img,
video,
canvas,
svg {
  display: block;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

input {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}
input::-moz-placeholder {
  color: inherit;
}
input::placeholder {
  color: inherit;
}
input:focus, input._fill {
  outline: none;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
}

button {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
button:disabled {
  cursor: default;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  user-drag: none;
}

ol,
ul {
  padding: 0;
}

ol[role=list],
ul[role=list],
ol[role=listbox],
ul[role=listbox] {
  list-style: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 400;
  background-color: var(--color-black);
  color: var(--color-white);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 767px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 1023px) {
  body {
    font-size: 1.25rem;
  }
}

main {
  overflow: hidden;
}

.h1 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1023px) {
  .h1 {
    font-size: 4.5rem;
  }
}

.h2 {
  font-family: "Inter";
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1023px) {
  .h2 {
    font-size: 3rem;
  }
}

.h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  .h3 {
    font-size: 1.5rem;
  }
}

.subtitle {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 767px) {
  .subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  .subtitle {
    font-size: 1.5rem;
  }
}

.info {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 1023px) {
  .info {
    font-size: 0.875rem;
  }
}

.txtih {
  font-family: "Inter";
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1023px) {
  .txtih {
    font-size: 10rem;
  }
}

.txtis {
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1023px) {
  .txtis {
    font-size: 2rem;
  }
}

.container {
  width: 100%;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
}

.section-pt {
  padding-top: var(--section-gap);
}

.section-p {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}

.section-light {
  background-color: var(--color-light);
  color: var(--color-black);
}

.section-brown {
  background-color: var(--color-brown);
  color: var(--color-white);
}

.h-pb {
  padding-bottom: 3rem;
}
@media (min-width: 767px) {
  .h-pb {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1023px) {
  .h-pb {
    padding-bottom: 5rem;
  }
}

.brown,
h2 span {
  color: var(--color-brown);
}

.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.link {
  color: var(--color-white);
  transition: color 0.15s ease-out;
}
.link:hover {
  color: var(--color-brown-hover);
}

.link-dark {
  color: var(--color-black);
  transition: color 0.15s ease-out;
}
.link-dark:hover {
  color: var(--color-brown-hover);
}

.labels-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 1023px) {
  .labels-wrap {
    gap: 1.5rem;
  }
}

.label {
  padding: 0.75rem 2rem;
  border-radius: 1.875rem;
  background-color: var(--color-white);
}

.button-primary {
  display: block;
  padding: 1.125rem 1.5rem;
  border-radius: 3.75rem;
  line-height: 1;
  background-color: var(--color-brown);
  color: var(--color-white);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease-out;
}
@media (min-width: 767px) {
  .button-primary {
    padding: 1.125rem 4rem;
  }
}
.button-primary:hover {
  background-color: var(--color-brown-hover);
}
.button-primary:disabled {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.button-black {
  display: block;
  padding: 1.125rem 1.5rem;
  border-radius: 3.75rem;
  line-height: 1;
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease-out;
}
@media (min-width: 767px) {
  .button-black {
    padding: 1.125rem 4rem;
  }
}
.button-black:hover {
  background-color: var(--color-black-hover);
}
.button-black:disabled {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.btn-arrow {
  background-color: var(--color-white);
  color: #636363;
  border: 0.0625rem solid var(--color-white);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color, border-color;
}
.btn-arrow svg {
  width: 0.5625rem;
  height: 1.0625rem;
}
.btn-arrow:hover {
  background-color: var(--color-brown-hover);
  border-color: var(--color-brown-hover);
  color: var(--color-white);
}
.btn-arrow:disabled {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}
.btn-arrow--dark {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
.btn-arrow--dark:disabled {
  border-color: var(--color-black);
  color: var(--color-black);
}
.btn-arrow.embla__prev {
  padding-right: 0.125rem;
}
.btn-arrow.embla__next {
  padding-left: 0.125rem;
}

.input {
  padding: var(--input-padding-y) var(--input-padding-x);
  border-radius: 1.875rem;
  color: var(--color-black);
  border: 0.0625rem solid var(--color-grey);
  background-color: var(--color-white);
  line-height: 1;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, border-color;
}
.input--2 {
  border: 0.0625rem solid var(--color-white);
}
.input::-moz-placeholder {
  color: #a4a4a4;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.input::placeholder {
  color: #a4a4a4;
  transition: color 0.2s ease-out;
}
.input:hover {
  border-color: var(--color-brown);
}
.input:focus, .input._fill {
  border-color: var(--color-brown);
}
.input:disabled {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.input-postfix {
  position: relative;
}
.input-postfix::after {
  content: attr(data-postfix);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  color: var(--color-grey);
  line-height: 1;
  white-space: nowrap;
}

.input-postfix-text {
  position: relative;
}
.input-postfix-text [data-postfix] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  padding: var(--input-padding-y) var(--input-padding-x);
}
.input-postfix-text [data-postfix]::before {
  content: attr(data-value);
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  opacity: 0;
}
.input-postfix-text [data-postfix]::after {
  content: attr(data-postfix);
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  margin-top: 0.25rem;
}

.nav-btns {
  display: flex;
  gap: 1rem;
}

.tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}
@media (min-width: 1023px) {
  .tabs-wrap {
    gap: 1rem;
  }
}

.tab {
  padding: 1rem 2rem;
  border-radius: 3.75rem;
  line-height: 1;
  border: 0.0625rem solid var(--color-white);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color, border-color;
  cursor: pointer;
}
.tab--round {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.0625rem;
  height: 3.0625rem;
}
@media (min-width: 1023px) {
  .tab--round {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.tab--dark {
  border-color: var(--color-grey);
  color: var(--color-black);
}
.tab--dark:hover {
  color: var(--color-brown);
}
.tab--dark.active {
  color: var(--color-white);
}
.tab:hover {
  border-color: var(--color-brown);
}
.tab.active {
  border-color: var(--color-brown);
  background-color: var(--color-brown);
}

[data-spoiler] [data-title] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[data-spoiler] [data-wrapper] {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease-out;
}
[data-spoiler].default [data-wrapper] {
  height: auto;
}

.progress {
  background-color: var(--color-white);
  position: relative;
  height: 0.625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
  margin-top: 1.5rem;
}
.progress .embla__progress__bar {
  border-radius: 0.9375rem;
  background-color: var(--color-brown);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
}

[data-popup] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

[data-popup]._open {
  opacity: 1;
  visibility: visible;
}

[data-popup-shadow] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
}

[data-popup-wrapper] {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100vw - var(--container-padding-x) * 2);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 1rem;
}

[data-popup-close-btn] {
  position: absolute;
  z-index: 5;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232A2827%22%20d%3D%22m21.5%2024.01-8.778%208.778q-.493.493-1.254.493-.762%200-1.255-.493-.492-.492-.492-1.254%200-.76.492-1.254l8.78-8.78-8.78-8.778q-.492-.493-.492-1.254%200-.762.492-1.255.493-.492%201.255-.492.76%200%201.254.492l8.779%208.78%208.78-8.78q.492-.492%201.253-.492.762%200%201.254.492.493.493.493%201.255%200%20.76-.493%201.254L24.01%2021.5l8.78%208.78q.492.492.492%201.253%200%20.762-.493%201.254-.492.493-1.254.493-.76%200-1.254-.493z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  [data-popup-close-btn] {
    top: 1.875rem;
    right: 1.875rem;
  }
}

.popup-gallery {
  overflow: hidden;
}
.popup-fos {
  background-color: var(--color-light);
  color: var(--color-black);
  max-width: 88.5rem;
  border-radius: 0;
}
.popup-fos__image {
  height: 18.75rem;
}
@media (min-width: 1023px) {
  .popup-fos__image {
    height: 49.0625rem;
    max-height: calc(100vh - 5rem);
  }
}
@media (min-width: 1023px) {
  .popup-fos [data-popup-container] {
    display: grid;
    grid-template-columns: 44.125rem 1fr;
    align-items: center;
  }
}

.fos-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1023px) {
  .fos-text h2 {
    font-size: 2rem;
  }
}
.fos-text p {
  padding-top: 1rem;
}
@media (min-width: 1023px) {
  .fos-text p {
    padding-top: 2rem;
  }
}
.fos-text .form {
  margin-top: 1.5rem;
}
@media (min-width: 1023px) {
  .fos-text .form {
    margin-top: 4.5rem;
  }
}

.gs {
  position: relative;
}
.gs img {
  max-height: 90vh;
}

.pgtxt {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  translate: -50% 0;
}
@media (min-width: 767px) {
  .pgtxt {
    bottom: 7.6875rem;
  }
}

.gallery-slider__footer {
  display: none;
}
@media (min-width: 767px) {
  .gallery-slider__footer {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3rem;
    translate: -50% 0;
  }
}

.fullscreen-image {
  cursor: zoom-in;
}
.fullscreen-image.is-fullscreen {
  cursor: zoom-out;
  transition: none !important;
}

.an-txt-left {
  position: relative;
  left: -100vw;
  opacity: 0;
}

.an-txt-right {
  position: relative;
  right: -100vw;
  opacity: 0;
}

.an-block {
  position: relative;
  translate: 0 80%;
  opacity: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(2.5rem);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.header__logo {
  width: 10.625rem;
  height: 3.375rem;
}
@media (min-width: 1023px) {
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

.hn {
  display: none;
}
@media (min-width: 1023px) {
  .hn {
    display: flex;
    gap: 3rem;
  }
}

.hr {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1023px) {
  .hr {
    gap: 1.25rem;
  }
}
.hr__tel {
  display: none;
}
@media (min-width: 1023px) {
  .hr__tel {
    display: block;
    margin-right: 0.9375rem;
  }
}
.hr__tel-icon {
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hr__tel-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.hr__request-btn {
  display: none;
}
@media (min-width: 767px) {
  .hr__request-btn {
    display: block;
  }
}

.burger-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  background: var(--color-brown);
}
@media (min-width: 1023px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn div {
  background: #ffffff;
  width: 1.875rem;
  margin: 0.28125rem 0;
  height: 0.125rem;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}

.footer {
  padding-top: 5.625rem;
  padding-bottom: 1.5rem;
  background-color: var(--color-black);
  transition: background-color 0.2s ease-out;
}
@media (min-width: 767px) {
  .footer {
    padding-top: 6.875rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1023px) {
  .footer {
    padding-top: 8.75rem;
  }
}
.footer__head {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}
@media (min-width: 767px) {
  .footer__head {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 1023px) {
  .footer__head {
    grid-template-columns: repeat(3, auto);
  }
}
.footer__col p + p {
  margin-top: 1.5rem;
}
.footer__social {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 767px) {
  .footer__social {
    grid-column: span 2;
    justify-content: center;
  }
}
@media (min-width: 1023px) {
  .footer__social {
    grid-column: span 1;
    justify-content: start;
  }
}
.footer__logo {
  max-width: 23.125rem;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .footer__logo {
    max-width: 26.5625rem;
  }
}
@media (min-width: 1023px) {
  .footer__logo {
    max-width: 80rem;
    margin-top: 2.8125rem;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
}
@media (min-width: 1023px) {
  .footer__bottom {
    margin-top: 2.8125rem;
  }
}
.footer .link:hover {
  color: var(--color-black);
}
.footer.active {
  background-color: var(--color-brown);
}

.f-links {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5rem;
}
@media (min-width: 1023px) {
  .f-links {
    grid-template-columns: repeat(2, auto);
    gap: 1rem;
  }
}

.fc {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  color: var(--color-black);
  transition: color 0.15s ease-out;
}
.fc:hover {
  color: var(--color-brown);
}
.fc svg {
  width: 1.875rem;
  height: 1.875rem;
}

.ms {
  position: relative;
  height: 100dvh;
  height: 100vh;
  min-height: 37.5rem;
  overflow: hidden;
}
.ms::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19.0625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (min-width: 1023px) {
  .ms::before {
    height: 20.9375rem;
  }
}
.ms__content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 767px) {
  .ms__content {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1023px) {
  .ms__content {
    padding-bottom: 3.125rem;
  }
}
.ms__title {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
}
@media (min-width: 767px) {
  .ms__title {
    font-size: 7.5rem;
  }
}
@media (min-width: 1023px) {
  .ms__title {
    font-size: 11.875rem;
  }
}

.gl {
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 1.1875rem 0.875rem;
}
.gl__content {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .gl__content {
    max-width: 70%;
    margin-left: auto;
    justify-content: space-around;
  }
}

@media (min-width: 1023px) {
  .title-1 .an-txt-right {
    display: grid;
    grid-template-columns: 30.625rem 53.75rem;
    justify-content: space-between;
    margin-top: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .title-1 .an-txt-right {
    grid-template-columns: 30.625rem 73.125rem;
  }
}
@media (min-width: 767px) {
  .title-1 .an-txt-right h2 {
    max-width: 35.625rem;
    margin-left: auto;
    margin-top: 0.625rem;
  }
}
@media (min-width: 1023px) {
  .title-1 .an-txt-right h2 {
    margin: 0;
    max-width: none;
    order: 2;
  }
}
.title-1 .an-txt-right p {
  margin-top: 1.5rem;
}
@media (min-width: 1023px) {
  .title-1 .an-txt-right p {
    order: 1;
  }
}

.video {
  height: 18.75rem;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 767px) {
  .video {
    height: 32.8125rem;
  }
}
@media (min-width: 1023px) {
  .video {
    height: 62.5rem;
  }
}

.title-2 {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}
@media (min-width: 1023px) {
  .title-2 {
    grid-template-columns: 29.6875rem 50rem;
    justify-content: space-between;
    align-items: center;
  }
}

.sp {
  --sp-y-offset: 1.5rem;
  position: relative;
  width: 100%;
  margin-top: calc(var(--sp-y-offset) * -1);
  height: 28.75rem;
}
@media (min-width: 500px) {
  .sp {
    height: auto;
  }
}
@media (min-width: 1023px) {
  .sp {
    --sp-y-offset: 13.125rem;
  }
}
.sp__img {
  position: relative;
  z-index: 5;
  -o-object-position: 35%;
     object-position: 35%;
}
@media (min-width: 500px) {
  .sp__img {
    height: auto;
  }
}
.sp__bg {
  position: absolute;
  inset: var(--sp-y-offset) 0 0 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #7eb4d8 0%, #c2dfed 100%);
}
.sp__bg img {
  height: 100%;
  width: auto;
}
.sp__points {
  position: absolute;
  inset: var(--sp-y-offset) 0 0 0;
  z-index: 7;
}

.si {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1023px) {
  .si {
    gap: 2.125rem;
  }
}
.si--1 {
  top: 25.4%;
  left: 11.1%;
}
@media (min-width: 1023px) {
  .si--1 {
    top: 31.63%;
    left: 39%;
  }
}
.si--2 {
  top: 7.8%;
  left: 58.45%;
}
@media (min-width: 1023px) {
  .si--2 {
    top: 20%;
    left: 67.6%;
  }
}
.si--3 {
  top: 78%;
  left: 31.88%;
}
@media (min-width: 767px) {
  .si--3 {
    left: 60%;
  }
}
@media (min-width: 1023px) {
  .si--3 {
    top: 55.6%;
    left: 55%;
  }
}
.si--4 {
  top: 60.96%;
  left: 11.1%;
}
@media (min-width: 1023px) {
  .si--4 {
    top: 85.6%;
    left: 27.55%;
  }
}
.si--5 {
  top: 43.1%;
  left: 29.2%;
}
@media (min-width: 767px) {
  .si--5 {
    left: 50%;
  }
}
@media (min-width: 1023px) {
  .si--5 {
    top: 76.67%;
    left: 73.3%;
  }
}

.sip {
  position: relative;
}
.sip::before, .sip::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.sip::before {
  width: 3.375rem;
  height: 3.375rem;
  background: rgba(255, 255, 255, 0.3);
  animation: pulse-outer 2s ease-in-out infinite;
}
@media (min-width: 1023px) {
  .sip::before {
    width: 4.75rem;
    height: 4.75rem;
  }
}
.sip::after {
  width: 2.1875rem;
  height: 2.1875rem;
  background: rgba(255, 255, 255, 0.63);
  animation: pulse-inner 2s ease-in-out infinite;
}
@media (min-width: 1023px) {
  .sip::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@keyframes pulse-outer {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes pulse-inner {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
.sipc {
  position: relative;
  z-index: 5;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color-brown);
  border: 0.1875rem solid var(--color-white);
  border-radius: 50%;
}
@media (min-width: 1023px) {
  .sipc {
    width: 1.875rem;
    height: 1.875rem;
    border: 0.3125rem solid var(--color-white);
  }
}

.sit {
  background-color: var(--color-white);
  padding: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-brown);
}
@media (min-width: 1023px) {
  .sit {
    padding: 1.5rem;
    gap: 1.0625rem;
  }
}
.sit p {
  display: flex;
  flex-direction: column;
  gap: 0.0625rem;
}
@media (max-width: 766px) {
  .sit p {
    font-size: 0.75rem;
  }
}
@media (min-width: 767px) {
  .sit p {
    gap: 0.3125rem;
  }
}
@media (min-width: 1023px) {
  .sit .h3 {
    font-weight: 600;
  }
}

.pf {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .pf {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1023px) {
  .pf {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 767px) {
  .pf .tabs-col {
    flex: 0 0 50%;
  }
}
@media (max-width: 766px) {
  .pf .nav-btns {
    display: none;
  }
}

.tabs-col label {
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .filter-slider .progress {
    display: none;
  }
}

.fs {
  --fs-img-height: 21.25rem;
  position: relative;
  color: var(--color-black);
  background-color: var(--color-white);
  padding: 1.5rem;
  flex: 0 0 calc(100% - 0.375rem);
}
@media (min-width: 450px) {
  .fs {
    flex: 0 0 23.4375rem;
  }
}
@media (min-width: 767px) {
  .fs {
    --fs-img-height: 22.8125rem;
  }
}
@media (min-width: 1023px) {
  .fs {
    flex: 0 0 calc(33.33% - 1.25rem);
    padding: 2rem;
    --fs-img-height: 30rem;
  }
}
.fs + .fs {
  margin-left: 1.25rem;
}
@media (min-width: 1023px) {
  .fs + .fs {
    margin-left: 1.875rem;
  }
}
.fs img {
  height: var(--fs-img-height);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fs h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .fs h3 {
    margin-top: 2rem;
  }
}
@media (min-width: 1023px) {
  .fs h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.fs button {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 767px) {
  .fs button {
    margin-top: 2rem;
  }
}
@media (min-width: 1023px) {
  .fs button {
    margin-top: 2.5rem;
  }
}
.fs:hover .fsi {
  height: var(--fsi-content-height);
}
.fs:hover img {
  height: calc(var(--fs-img-height) - var(--fsi-content-height));
}

.fsi {
  height: 0;
  overflow: hidden;
}
.fsi__content {
  display: flex;
  justify-content: space-between;
  border-top: 0.0625rem solid var(--color-black);
  padding-top: 1rem;
}
@media (min-width: 1023px) {
  .fsi__content {
    padding-top: 1.5rem;
  }
}
.fsi__col .info {
  margin-bottom: 0.25rem;
  color: var(--color-grey);
}
.fsi .vl {
  border-left: 0.0625rem solid var(--color-black);
}

.fsi,
.fs img {
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.holl-section {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.25rem;
}
@media (min-width: 767px) {
  .holl-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.25rem;
  }
}
@media (min-width: 1023px) {
  .holl-section {
    grid-template-columns: 49.43% 1fr;
    gap: 0 4.5rem;
    grid-template-rows: auto 30.625rem;
  }
}

.holl-text {
  padding-bottom: 1.75rem;
}
@media (min-width: 767px) {
  .holl-text {
    grid-column: span 2;
    padding-bottom: 2.625rem;
  }
}
@media (min-width: 1023px) {
  .holl-text {
    grid-column: 2;
    padding-bottom: 5rem;
  }
}
.holl-text .h3 {
  margin-top: 1.5rem;
}
@media (min-width: 1023px) {
  .holl-text .h3 {
    margin-top: 2.5rem;
  }
}
.holl-text p {
  margin-top: 1rem;
}
@media (min-width: 1023px) {
  .holl-text p {
    margin-top: 1.5rem;
  }
}

.holl-img-1 {
  height: 23.125rem;
}
@media (min-width: 767px) {
  .holl-img-1 {
    height: 21.875rem;
  }
}
@media (min-width: 1023px) {
  .holl-img-1 {
    height: 100%;
    grid-row: 1/3;
  }
}

.holl-img-2 {
  height: 23.125rem;
}
@media (min-width: 767px) {
  .holl-img-2 {
    height: 21.875rem;
  }
}
@media (min-width: 1023px) {
  .holl-img-2 {
    height: 30.625rem;
  }
  .holl-img-2 img {
    -o-object-position: 50% 80%;
       object-position: 50% 80%;
  }
}

.title-3 {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}
@media (min-width: 1023px) {
  .title-3 {
    grid-template-columns: 53.125rem 35.4375rem;
    justify-content: space-between;
  }
}

.fr-wrapper {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
@media (min-width: 1023px) {
  .fr-wrapper {
    grid-template-columns: repeat(3, auto);
  }
}

.fr {
  position: relative;
  z-index: 2;
  width: calc(100vw - var(--container-padding-x) * 2);
  height: calc(100vw - var(--container-padding-x) * 2);
  border-radius: 50%;
  border: 0.0625rem solid var(--color-white);
  overflow: hidden;
}
@media (min-width: 420px) {
  .fr {
    width: 22.875rem;
    height: 22.875rem;
  }
}
@media (min-width: 1023px) {
  .fr {
    width: 40.9375rem;
    height: 40.9375rem;
  }
}
.fr + .fr {
  margin-top: -5.625rem;
}
@media (min-width: 1023px) {
  .fr + .fr {
    margin-top: 0;
    margin-left: -6.4375rem;
  }
}
.fr img {
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.fr__content {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fr:hover {
  z-index: 3;
}
.fr:hover img {
  opacity: 1;
}

.calc-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
}
@media (min-width: 767px) {
  .calc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1023px) {
  .calc-grid {
    grid-template-columns: 47.78% 1fr;
    gap: 1.875rem;
  }
}

.cb {
  padding: 1.5rem;
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (min-width: 767px) {
  .cb {
    padding: 2rem;
  }
}
@media (min-width: 1023px) {
  .cb {
    padding: 3rem;
  }
}
.cb h3 {
  margin-bottom: 1.5rem;
}
@media (min-width: 767px) {
  .cb h3 {
    margin-bottom: 2rem;
  }
}
.cb .info {
  margin-bottom: 0.5rem;
  display: block;
  color: var(--color-grey);
}
.cb .info ~ .info {
  margin-top: 2rem;
}
.cb p {
  margin-top: 1.5rem;
}
.cb button {
  margin-top: 2rem;
}
@media (min-width: 1023px) {
  .cb button {
    margin-top: 2.5rem;
  }
}
.cb--calc {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .cb--calc {
    grid-column: span 2;
  }
}
@media (min-width: 1023px) {
  .cb--calc {
    grid-row: 1/3;
    grid-column: 1;
  }
}

.title-4 {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}
@media (min-width: 1023px) {
  .title-4 {
    grid-template-columns: 37.5rem 42.5rem;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .title-4 {
    grid-template-columns: 56.25rem 46.625rem;
  }
}

.ivc {
  position: relative;
  display: flex;
  gap: 0.75rem;
  padding-top: 3.125rem;
}
@media (min-width: 1023px) {
  .ivc {
    gap: 1.5rem;
    padding-top: 4.375rem;
  }
}

.ivy {
  width: 8.25rem;
  height: 2rem;
  flex: 0 0 8.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1023px) {
  .ivy {
    width: 16.5rem;
    height: 2.75rem;
    flex: 0 0 16.5rem;
  }
}
.ivy--empty {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22266%22%20height%3D%2244%22%20fill%3D%22none%22%20viewBox%3D%220%200%20266%2044%22%3E%3Cpath%20stroke%3D%22%23a3a3a3%22%20stroke-width%3D%222%22%20d%3D%22M265%2017v10M241%2017v10M217%2017v10M193%2017v10M169%2017v10M145%2017v10M121%2017v10M97%2017v10M73%2017v10M49%2017v10M25%2017v10M1%200v44%22%2F%3E%3C%2Fsvg%3E");
}
.ivy--year {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22266%22%20height%3D%2244%22%20fill%3D%22none%22%20viewBox%3D%220%200%20266%2044%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M265%2017v10M241%2017v10M217%2017v10M193%2017v10M169%2017v10M145%2017v10M121%2017v10M97%2017v10M73%2017v10M49%2017v10M25%2017v10M1%200v44%22%2F%3E%3C%2Fsvg%3E");
}
.ivy--year span {
  position: absolute;
  top: -0.625rem;
  left: 0;
  translate: -50% -100%;
  font-family: "Inter";
  transition: font-size 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1023px) {
  .ivy--year span {
    font-size: 2rem;
  }
}
.ivy--last {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22266%22%20height%3D%2244%22%20fill%3D%22none%22%20viewBox%3D%220%200%20266%2044%22%3E%3Cpath%20stroke%3D%22%23aeaeae%22%20stroke-width%3D%222%22%20d%3D%22M265%2017v10M241%2017v10M217%2017v10M193%2017v10M169%2017v10M145%2017v10M121%2017v10M97%2017v10M73%2017v10M49%2017v10M25%2017v10%22%2F%3E%3Cpath%20stroke%3D%22%232a2827%22%20stroke-width%3D%222%22%20d%3D%22M1%200v44%22%2F%3E%3C%2Fsvg%3E");
}
.ivy.active span {
  font-size: 1.5rem;
}
@media (min-width: 1023px) {
  .ivy.active span {
    font-size: 3.125rem;
  }
}

.ivbg {
  position: relative;
  margin-top: 2.0625rem;
}
@media (min-width: 1023px) {
  .ivbg {
    margin: 0;
  }
}
.ivbg img {
  height: 22.8125rem;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media (min-width: 1023px) {
  .ivbg img {
    height: auto;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.ivbg__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
@media (min-width: 1023px) {
  .ivbg__text {
    padding-left: 5rem;
    padding-bottom: 6.25rem;
  }
}
.ivbg__text .txtis {
  margin-top: 0.875rem;
}
@media (min-width: 1023px) {
  .ivbg__text .txtis {
    margin-top: 1.25rem;
  }
}
.ivbg__text.active {
  opacity: 1;
  pointer-events: auto;
}

.map-section {
  background-color: var(--color-light);
}
@media (min-width: 1023px) {
  .map-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .map-section {
    grid-template-columns: 68.75rem 1fr;
  }
}

.map {
  overflow-x: auto;
  scrollbar-width: none;
}
.map__content {
  position: relative;
  min-width: 42.5rem;
  width: 100%;
}
@media (min-width: 1023px) {
  .map__content {
    height: 100%;
    min-width: 68.75rem;
  }
}
.mt-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  background-color: var(--color-brown);
  color: var(--color-white);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 767px) {
  .mt-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1023px) {
  .mt-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
    flex-direction: column;
    gap: 6.25rem;
    padding-left: 6.875rem;
  }
}
.mt-block__text .h3 {
  margin-top: 1.5rem;
}
@media (min-width: 1023px) {
  .mt-block__text .h3 {
    margin-top: 2.5rem;
  }
}
.mt-block__text p {
  margin-top: 1rem;
}
@media (min-width: 1023px) {
  .mt-block__text p {
    margin-top: 1.5rem;
  }
}

.mt-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 767px) {
  .mt-grid {
    grid-template-columns: repeat(6, auto);
  }
}
@media (min-width: 1023px) {
  .mt-grid {
    grid-template-columns: repeat(3, auto);
    gap: 1.875rem;
  }
}

.mt {
  padding: 1rem;
  border: 0.125rem solid var(--color-white);
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color;
  width: 7.25rem;
  height: 7.375rem;
}
@media (min-width: 1023px) {
  .mt {
    padding: 1.5rem;
    width: 11.875rem;
    height: 10.625rem;
  }
}
.mt svg {
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1023px) {
  .mt svg {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1rem;
  }
}
.mt p {
  text-align: center;
}
.mt:hover, .mt.active {
  background-color: var(--color-white);
  color: var(--color-black);
}

.mp {
  position: absolute;
  z-index: 2;
}
.mp.hide {
  pointer-events: none;
}
.mp span {
  position: absolute;
  text-align: center;
  padding-top: 0.375rem;
  font-weight: 500;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
}
@media (max-width: 766px) {
  .mp span {
    font-size: 0.75rem;
    padding-top: 0.25rem;
  }
}
.mp--main {
  top: 48.86%;
  left: 45%;
  width: 4.6875rem;
  height: 4.6875rem;
}
@media (min-width: 1023px) {
  .mp--main {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.mp--main span {
  padding-top: 0.625rem;
}
.mp[data-index] {
  background-color: var(--color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mp[data-index]::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem 1.25rem;
}
@media (min-width: 1023px) {
  .mp[data-index]::before {
    width: 3.75rem;
    height: 3.75rem;
    background-size: 2.1875rem 2.1875rem;
  }
}
.mp--cart::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23a88c6a%22%20d%3D%22M1.458%201.459a1.458%201.458%200%200%200%200%202.917h2.596a1.01%201.01%200%200%201%20.958.69L9.82%2019.495c.215.642.241%201.33.078%201.986l-.396%201.586c-.581%202.324%201.228%204.643%203.623%204.643h17.5a1.458%201.458%200%200%200%200-2.917h-17.5c-.569%200-.933-.466-.795-1.016l.3-1.193a.93.93%200%200%201%20.903-.707h15.634a1.46%201.46%200%200%200%201.385-.998l3.886-11.667a1.457%201.457%200%200%200-1.383-1.919H9.559a1.01%201.01%200%200%201-.96-.69L7.218%202.455a1.46%201.46%200%200%200-1.384-.997zm10.209%2027.708a2.917%202.917%200%201%200%200%205.834%202.917%202.917%200%200%200%200-5.834m17.5%200a2.917%202.917%200%201%200%200%205.833%202.917%202.917%200%200%200%200-5.833%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h35v35H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.mp--child::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAMAAAAOXP0IAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAhOAAAITgBRZYxYAAAABtQTFRFR3BMpohpqIxpqIxqqIxqqItqqIxpqIxqqIxqA5+iwgAAAAh0Uk5TABI1ZI2nxucfabrFAAAC1UlEQVR42u2Y247jIAyG8Zn3f+LVONuxNmkB07g321+jUSE1n2yCa9zGIrG+JlNqb0h6RrIP4p4T74KwZ4VvulTvlKRJ8iVNSUJcTYpt54+QoLUGnyCpP9MPkMifUT3JoLnqSRIPS0mR2qiQFMFzVZNiLa4jRfD89cNakv3Mg4H/LyWxu9TdKS4loc8fK2IlSY/g/X0DrYoUwesRvioS+PTDOawhRfCCqWUk8uDFR64iGTiJf+QkqCJd19EiErWzqIZk0M6CGhIPvnIfKdK4PEQ+rCCZz9lpXEHisw/ulBSQ8DQVCf1GUmSiQTjfIg2CFxnpTtKrlKoOv5tk10056Hi7T/gkd3OFT90QqJ9kjPy951aT6jsf9d2cvKTYpRBINShEtsxRam8K1tS+2lT9ZkDSDNj6okwwMLJuxg5D6wmZo7bMwHpOkANFqc1b+Tpvxk17RlG7ZqVJk+hZpvU/kJTwVySWJKnQYagT0vXeR7ZOMsYwRLYxSdpJoIskYzhZcoLk0iWSYbsIdE4C/zsEtkDSWB4xTOU1id0LOySHCc1JCs2FYu6gEIRXA5/iMYZTI5LBwdFLVcErpFhCZiSMVUMcpjNS9KQmJH7ROUPg2T6dxjMSDJL7wKc8SUaVdS56PCZR2OyTrPl4SLKxS/N9imMCfUjScDvtE4uLCZoPxyQeBC+X97CPSb5NdgMJbIEEeRJfXcqS9qNHU9L+PrG6hJpLxiR5493TfxMs9vl5ojfPU9fxyY1xs49lI+7lGTYcryd1fHH5UB2QeOeXUOEpinzu3l93elJ0GS3XEVHE2ZAU3wOyU505I4m5lJersLiTsqgK02Noibw3qywDdRVaKu/JWl1Ok6bTnCSrdw3Fk0OautWgJu5PSlGRk85uaoLwECJp9k5oKsyi1q/63qh/SRtmu50Py3c+qCfFu90cSLeanLRjBh/pukGcsiUpQ+RDXjcjaO0PWRvFoWrPaVMAAAAASUVORK5CYII=");
}
.mp--school::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAMAAAAOXP0IAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAhOAAAITgBRZYxYAAAACFQTFRFR3BMpo1pqItqqIxpqIxpqIxqqIxqqIxqqIxqqIxqqIxq5qlaAwAAAAp0Uk5TAA0dMERlh6fG5wdeDKQAAAIySURBVHja7ZpbbsMgEEVhmPf+F9zKTUUt1Aw2YFUV5y8/PuGGCZcoabPZbDZ/iZyfkJCYu5vQWhuw+TfGkFaB4mekrIlNvcWmh1jYf8G4TFwOir9DcM7CgMwjlGHcI+ZdDIZI6v0o5bHhiRkcsSJ+Bymjw9OPUuqmNLGtCRHFfBjBODbzOSjl4d02HiKpz0YwiG0iRtB8Va/CpLpQfS2K6YB9PVxFq6GUsvkjQCJ/BkrizyD/0kT+DPjU3rOUEj60pE/QfDWG9VhaiTEEZ9Oiw7eIr0BKUMDHiOt6Rp3pwajrTTtpI4DUR1GCKxfamPjmVqQsK8zG5VRQyoxLQHTDBvfAVJc+ViRjU8536rMx1Ad0mtAEro6Y0s+3h72mGkRfiCZ4/kXhgqk26ri0K8N5Fr9N5J9QZGo37G+en8Nj7tXEfiChqR1Cezc8meR8wrK/4MBUH5bbEL3J97xJ8dSNITBVpA0x2DN4egj1mNo9XEhUVQhO53VrIvc4Pgy6QHM1DkwUmBoE4y/9asre/TmFv1Bm0nftjq7svRYThK/UUCzokeIHmjtNLaaqFjfWrH5gEJgCYpP4C11sgvqqrDVh3zyN0T+5xUcpfabxy5vlTlNSH0NTrwl9DGxMixYlqd8E5gPAKZeoSthIdgdsLzjor3dVVtJFMvsdON0ArrsE0lXa4hVjEgQ3fEGsbW2MjGL918C1MquaOTZWayXKCGky+agpSCxfMBHC/gvCZrPZbNbwAe6HwSBhSx1uAAAAAElFTkSuQmCC");
}

@media (min-width: 1023px) {
  .title-5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 766px) {
  .title-5 .nav-btns {
    display: none;
  }
}

.an-img {
  position: absolute;
  top: 100%;
  left: 0;
}
.an-img--1 {
  translate: 0 -100%;
}
@media (min-width: 1023px) {
  .an-img--1 {
    position: static;
    top: 0;
    translate: none;
  }
}
@media (min-width: 1023px) {
  .an-img--next {
    top: 0;
    left: 100%;
  }
}

.an-txt-wrap {
  --an-txt-wrap-mobile-height: 25rem;
  --an-txt-wrap-desktop-width: 51.5625rem;
  position: absolute;
  z-index: 5;
  bottom: calc(var(--an-txt-wrap-mobile-height) * -1);
  left: 0;
  width: 100%;
  background-color: var(--color-light);
  color: var(--color-black);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0;
  height: var(--an-txt-wrap-mobile-height);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1023px) {
  .an-txt-wrap {
    top: 0;
    left: 100%;
    bottom: 0;
    height: 100%;
    padding-right: 6.25rem;
    width: var(--an-txt-wrap-desktop-width);
    padding-bottom: 5rem;
    align-items: flex-start;
  }
}
.an-txt-wrap__content {
  position: relative;
}
@media (min-width: 1023px) {
  .an-txt-wrap__content {
    width: 100%;
  }
}
.an-txt-wrap button,
.an-txt-wrap a {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 1023px) {
  .an-txt-wrap button,
  .an-txt-wrap a {
    margin-top: 2rem;
    width: auto;
  }
}

.an-txt-wrap-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.an-txt-wrap-content + .an-txt-wrap-content {
  opacity: 0;
}
.an-txt-wrap-content .subtitle {
  margin-top: 1.5rem;
}
.an-txt-wrap-content .labels-wrap {
  margin-top: 1.5rem;
}
@media (min-width: 1023px) {
  .an-txt-wrap-content .labels-wrap {
    margin-top: 2rem;
  }
}

.title-6 {
  max-width: 30.9375rem;
}
@media (min-width: 1023px) {
  .title-6 {
    max-width: 45.125rem;
  }
}
.title-6 p {
  margin-top: 1.5rem;
}
@media (min-width: 767px) {
  .title-6 p {
    margin-top: 2rem;
  }
}

.infra-slider {
  --is-slide-width: 18.75rem;
  margin-top: 3rem;
}
@media (min-width: 767px) {
  .infra-slider {
    margin-top: 2.9375rem;
    margin-left: 45.625rem;
  }
}
@media (min-width: 1023px) {
  .infra-slider {
    --is-slide-width: 28.6875rem;
    width: var(--is-slide-width);
  }
}

.is {
  flex: 0 0 var(--is-slide-width);
}
.is + .is {
  margin-left: 1.875rem;
}
@media (min-width: 1023px) {
  .is + .is {
    margin-left: 3rem;
  }
}
.is img {
  width: var(--is-slide-width);
  height: var(--is-slide-width);
  border-radius: 50%;
}
@media (min-width: 1023px) {
  .is img {
    height: 39.0625rem;
    border-radius: 15.625rem;
  }
}
.is h3 {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 1023px) {
  .is h3 {
    margin-top: 2rem;
  }
}
.is {
  transition: translate 0.3s ease-out;
}
.is.is-snapped + .is, .is.is-snapped + .is + .is, .is.is-snapped + .is + .is + .is {
  translate: 0 -8.75rem;
}

@media (min-width: 767px) {
  .hod-slider .progress {
    display: none;
  }
}

.hs {
  padding: 1rem;
  flex: 0 0 20.625rem;
  cursor: pointer;
  background-color: var(--color-white);
  transition: color 0.2s ease-out;
}
@media (min-width: 767px) {
  .hs {
    flex: 0 0 23.75rem;
  }
}
@media (min-width: 1023px) {
  .hs {
    flex: 0 0 calc(33.33% - 1.25rem);
    padding: 2rem;
  }
}
.hs + .hs {
  margin-left: 1.875rem;
}
.hs__image {
  height: 24.375rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .hs__image {
    height: 28.125rem;
  }
}
@media (min-width: 1023px) {
  .hs__image {
    height: 46.25rem;
  }
}
.hs img {
  transition: scale 0.2s ease-out;
  scale: 1;
}
.hs__bottom {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1023px) {
  .hs__bottom {
    margin-top: 2rem;
  }
}
.hs__bottom svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 1023px) {
  .hs__bottom svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.hs:hover img {
  scale: 1.1;
}
.hs:hover {
  color: var(--color-brown);
}

.req-section {
  position: relative;
  padding-bottom: 20.625rem;
}
@media (min-width: 767px) {
  .req-section {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 1023px) {
  .req-section {
    padding-bottom: 10.3125rem;
  }
}

.req-text {
  position: relative;
  z-index: 5;
}
@media (min-width: 767px) {
  .req-text {
    max-width: 24.0625rem;
  }
}
@media (min-width: 1023px) {
  .req-text {
    max-width: 55rem;
  }
}
.req-text p {
  margin-top: 1.125rem;
}
.req-text .form {
  margin-top: 2.8125rem;
}
@media (min-width: 1023px) {
  .req-text .form {
    margin-top: 4rem;
    max-width: 32.25rem;
  }
}

.form form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.form .info {
  margin-top: 0.625rem;
}

.rbg-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}

.rbg {
  position: absolute;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.rbg--1 {
  left: -8.75rem;
  width: 90rem;
  height: 18.9375rem;
}
@media (min-width: 1023px) {
  .rbg--1 {
    width: 100%;
    height: 25.25rem;
    left: 0;
    bottom: 0;
  }
}
.rbg--2 {
  height: 28.125rem;
  right: -19.375rem;
  width: 36.9375rem;
}
@media (min-width: 1023px) {
  .rbg--2 {
    width: 77.8125rem;
    height: 59.1875rem;
    bottom: 0;
    right: 0;
  }
}