/* space-grotesk-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/spacegrotesk/space-grotesk-v22-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/spacegrotesk/space-grotesk-v22-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/spacegrotesk/space-grotesk-v22-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/spacegrotesk/space-grotesk-v22-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display/playfair-display-v40-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/playfair-display/playfair-display-v40-latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OS/open-sans-v44-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OS/open-sans-v44-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/OS/open-sans-v44-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OS/open-sans-v44-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OS/open-sans-v44-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OS/open-sans-v44-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #f6f6f6;
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 100;
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 1;
  inset: 0;
}
nav a {
  color: #fff;
}

nav.dark {
  background-color: rgba(255, 255, 255, 0.3411764706);
}
nav.dark a {
  color: #000;
}

nav.hidden {
  transform: translate3d(0, -100%, 0);
}

.nav__box {
  position: relative;
  width: clamp(200px, 95%, 2000px);
  margin: 0 auto;
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.nav__line {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #f4feff;
  border-radius: 3px;
  transform: translate(-50%, 0);
  opacity: 0.7;
}

.nav__brand {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 2.2vw, 24px);
  border-radius: 35px;
}
.nav__brand img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.nav__brand span,
.nav__brand img {
  display: block;
}
.nav__brand span {
  max-width: 184px;
  padding-right: 4px;
  transition: max-width 0.35s ease-in-out, color 0.25s ease-in-out;
  overflow: hidden;
  text-wrap: nowrap;
}
.nav__brand .span-hidden {
  max-width: 0;
}

.nav__button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #f8cf0c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1411764706);
  transform: translate(0, -50%);
  cursor: pointer;
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transform-origin: center;
}
@media (min-width: 950px) {
  .nav__button {
    display: none;
  }
}
.nav__button span {
  position: relative;
  left: 3px;
  width: 10px;
  height: 1px;
  border-radius: 10px;
  background-color: #000000;
  transition: background-color 0.15s ease-in-out, position 0.15s ease-in-out;
}
.nav__button span::before, .nav__button span::after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  border-radius: 10px;
  background-color: #000000;
  transform-origin: center;
  transition: transform 0.15s ease-in-out, position 0.15s ease-in-out;
}
.nav__button span::before {
  top: -5px;
  left: -2px;
  width: 9px;
}
.nav__button span::after {
  top: 4px;
  left: -5px;
  width: 12px;
}

.nav__button-active {
  background-color: #fff;
}
.nav__button-active span {
  left: 0;
  background-color: #fff;
}
.nav__button-active span::before, .nav__button-active span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
}
.nav__button-active span::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.nav__button-active span::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.nav__background {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 30px;
  height: 30px;
  transform: translate3d(50%, -100%, 0) scale(0);
  z-index: -1;
  border-radius: 15px;
  opacity: 0.7;
  background-color: #d9f4f7;
  backdrop-filter: blur(4px);
  transition: width 0.15s ease-in-out, height 0.15s ease-in-out, transform 0.15s ease-in-out;
}
@media (min-width: 950px) {
  .nav__background {
    display: none;
  }
}

.nav__background-active-1st-step {
  transform: translate3d(50%, 0, 0) scale(1);
}

.nav__background-active-2nd-step {
  width: 100%;
}

.nav__background-active-3rd-step {
  height: 100%;
}

.nav__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: clamp(200px, 80vw, 300px);
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 100;
  visibility: hidden;
}
@media (min-width: 950px) {
  .nav__wrapper {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 950px) and (max-width: 1119.99px) {
  .nav__wrapper {
    gap: 16px;
  }
}
@media (min-width: 1120px) and (max-width: 1330.99px) {
  .nav__wrapper {
    gap: 40px;
  }
}
@media (min-width: 1331px) {
  .nav__wrapper {
    gap: 80px;
  }
}
.nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 950px) {
  .nav__list {
    flex-direction: row;
  }
}
@media (min-width: 950px) and (max-width: 1119.99px) {
  .nav__list {
    gap: 12px;
  }
}
@media (min-width: 1120px) and (max-width: 1330.99px) {
  .nav__list {
    gap: 20px;
  }
}
@media (min-width: 1331px) {
  .nav__list {
    gap: 40px;
  }
}
.nav__list a {
  color: #fff;
}

.nav__list-active {
  visibility: visible;
}

.nav__list-item {
  margin: 30px auto 0 auto;
  width: 70%;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10%, 0);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, width 0.15s ease-in-out;
}
.nav__list-item a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 50px;
  background-color: #fff;
  font-weight: 400;
  font-size: clamp(12px, 1.8vw, 20px);
  text-wrap: nowrap;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media (min-width: 950px) {
  .nav__list-item a {
    position: static;
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 2px 10px;
    box-shadow: none;
    background-color: transparent;
  }
  .nav__list-item a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #d9f4f7;
    transition: width 0.25s ease-in-out;
  }
}
@media (hover: hover) and (max-width: 949.99px) {
  .nav__list-item a:hover {
    background-color: #d9f4f7;
  }
}
@media (hover: hover) {
  .nav__list-item a:hover::before {
    width: 100%;
  }
}
@media (min-width: 950px) {
  .nav__list-item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .nav__list-item .nav__list-item-render {
    background-color: #f8cf0c;
  }
}

@media (min-width: 950px) {
  .nav__list-item-opacity {
    opacity: 0;
  }
}

.nav__wraper-join {
  width: 70%;
  margin: 30px auto;
  padding: 8px 20px;
  display: block;
  text-wrap: nowrap;
  font-size: clamp(12px, 1.8vw, 20px);
  border-radius: 50px;
  color: #000;
  background-color: #f8cf0c;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, background-color 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10%, 0);
}
@media (hover: hover) {
  .nav__wraper-join:hover {
    background: #d7af01;
  }
}
@media (min-width: 950px) {
  .nav__wraper-join {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    border-radius: 10px;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

.nav__list-item-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 949.99px) {
  .nav__animation {
    font-size: clamp(16px, 2vw, 24px) !important;
  }
  .nav__animation a {
    font-size: clamp(16px, 2vw, 24px) !important;
    color: #000 !important;
  }
}

a {
  text-decoration: none;
}

button {
  font-family: "Space Grotesk", sans-serif;
}

.primary-button {
  display: inline-block;
  padding: 7px 18px;
  background-color: #f8cf0c;
  border-radius: 40px;
  color: #000000;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  text-wrap: nowrap;
}
@media (hover: hover) {
  .primary-button:hover {
    background-color: #ffd900;
  }
}

.bg-primary-light-green {
  background-color: #f4feff;
}

.bg-primary-dark-green {
  background-color: #d9f4f7;
}

.border-primary {
  border-radius: 15px;
}
@media (min-width: 650px) {
  .border-primary {
    border-radius: 20px;
  }
}

.border-p-d-g {
  border: 1px solid #d9f4f7;
  border-left: none;
  border-right: none;
}

h1,
h2,
h3,
h4 {
  margin: 0 auto;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
}

h1,
h2 {
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 500;
}

strong {
  font-family: "Space Grotesk", sans-serif;
}

.bg-white {
  background-color: #fff;
}

.bg-p-l-g {
  background-color: #f4feff;
}

.t-c-grey {
  color: #4f4f4f;
}

.t-normal {
  font-weight: 400;
}

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

.primary-underline {
  -webkit-text-decoration: underline #f8cf0c;
          text-decoration: underline #f8cf0c;
}

.element-load {
  opacity: 1;
  transform: none;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transform-origin: center;
}

.element-o {
  opacity: 0;
}

.element-t-t {
  transform: translate3d(0, -50%, 0);
}

.element-t-b {
  transform: translate3d(0, 50%, 0);
}

.element-t-l {
  transform: translate3d(-50%, 0, 0);
}

.element-t-r {
  transform: translate3d(50%, 0, 0);
}

.element-t-s {
  transform: scale(0);
}

.element-t-s-b {
  transform: translate3d(0, 150%, 0) scale(0);
}

.element-a-1,
.element-a-2 {
  opacity: 0;
  transform: translate(0, -60px);
}

.contact {
  padding: 60px 0 0 0;
}
@media (min-width: 900px) {
  .contact {
    padding: 120px 0 0 0;
  }
}

.contact__info {
  position: relative;
  width: clamp(200px, 85%, 1000px);
  margin: 0 auto;
  padding: 30px 20px 330px 20px;
}
@media (min-width: 900px) {
  .contact__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 200px 30px 50px;
  }
}
.contact__info h3 {
  text-align: left;
  font-size: 22px;
}
.contact__info p {
  font-size: 18px;
}

.contact__info-text-item {
  font-style: normal;
}
.contact__info-text-item a {
  display: block;
}
@media (hover: hover) {
  .contact__info-text-item a:hover {
    text-decoration: underline;
  }
}
.contact__info-text-item a:nth-of-type(2) {
  margin: 10px 0 0 0;
}

.contact__info-text-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px auto;
  padding: 0 0 30px 0;
}
@media (min-width: 900px) {
  .contact__info-text-socials {
    margin: 30px 0 0 0;
    padding: 0;
  }
}

.contact__info-text-socials-item {
  width: 50px;
  aspect-ratio: 1/1;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1411764706);
  display: grid;
  place-items: center;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .contact__info-text-socials-item:hover {
    background-color: #d9f4f7;
  }
  .contact__info-text-socials-item:hover img {
    transform: scale(1.2);
  }
}
.contact__info-text-socials-item img {
  width: 55%;
  transition: transform 0.15s ease-in-out;
}

.contact__info-map {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: clamp(210px, 110%, 800px);
  height: clamp(140px, 50%, 600px);
  transform: translate(-50%, 0);
}
.contact__info-map iframe {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 900px) {
  .contact__info-map {
    right: -1px;
    bottom: 50%;
    width: 50%;
    height: 110%;
    transform: translate(0, 50%);
  }
}

.contact__rights {
  display: block;
  margin: 60px auto;
}
@media (min-width: 900px) {
  .contact__rights {
    margin: 120px auto 60px auto;
  }
}
.contact__rights small {
  display: block;
  width: clamp(200px, 90%, 500px);
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1411764706);
}

.contact__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intro {
  position: relative;
  min-height: 750px;
  overflow: hidden;
  padding: 100px 0 50px 10px;
}
@media (min-width: 800px) {
  .intro {
    padding: 200px 0 100px 0;
  }
}

.intro__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  z-index: -1;
}
.intro__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0) 100%);
}

.intro__container {
  width: clamp(200px, 95%, 1900px);
  margin: 0 auto;
}

.intro__label {
  color: #d9f4f7;
  text-transform: uppercase;
  font-size: clamp(14px, 1.8vw, 24px);
  font-weight: 500;
}

.intro__title {
  margin: 5px 0 30px 0;
  text-align: left;
  color: #fff;
  font-size: clamp(30px, 5vw, 70px);
  font-family: "Playfair Display", serif;
  font-weight: 800;
}

.intro__description {
  width: clamp(200px, 95%, 750px);
  margin: 0;
  color: rgba(255, 255, 255, 0.8509803922);
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 300;
}

.intro__benefits {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 800px) {
  .intro__benefits {
    margin-top: 60px;
    gap: 40px;
  }
}

.intro__benefit-item {
  display: flex;
  gap: 14px;
  align-items: center;
}

.intro__benefit-icon {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2980392157);
  display: grid;
  place-items: center;
}
.intro__benefit-icon img {
  width: 60%;
  height: auto;
}
@media (min-width: 800px) {
  .intro__benefit-icon {
    width: 60px;
  }
}

.intro__benefit-text {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.intro__benefit-text strong {
  font-size: clamp(12px, 2.3vw, 26px);
}
.intro__benefit-text span {
  font-size: clamp(10px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.6274509804);
}

.intro__actions {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.intro__action-join,
.intro__action-calendar {
  padding: 8px 20px;
  font-size: clamp(12px, 1.8vw, 20px);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
@media (min-width: 800px) {
  .intro__action-join,
  .intro__action-calendar {
    padding: 10px 26px;
  }
}
@media (min-width: 900px) {
  .intro__action-join,
  .intro__action-calendar {
    border-radius: 14px;
  }
}

.intro__action-join {
  background-color: #f8cf0c;
  color: #000;
}
@media (hover: hover) {
  .intro__action-join:hover {
    background: #d7af01;
    transform: translateY(-3px);
  }
}
.intro__action-join img {
  width: 16px;
  height: auto;
}
.intro__action-join span {
  width: calc(100% - 26px);
}

.intro__action-calendar {
  color: #fff;
}
@media (hover: hover) {
  .intro__action-calendar:hover {
    color: #000000;
    background-color: #fff;
    transform: translateY(-3px);
  }
}
.intro__action-calendar img {
  width: 22px;
  height: auto;
}
.intro__action-calendar span {
  width: calc(100% - 32px);
}

.intro__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.intro__meta-item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: clamp(12px, 1.6vw, 18px);
  text-wrap: nowrap;
}
.intro__meta-item img {
  height: 26px;
  height: auto;
}

.beginning__container {
  width: clamp(200px, 95%, 1200px);
  max-width: 95%;
  margin: 60px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 14px;
  background-color: #fff;
}
@media (min-width: 850px) {
  .beginning__container {
    padding: 40px;
    flex-direction: row;
    gap: 30px;
  }
}

.beginning__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.beginning__content h2 {
  text-align: left;
  font-size: clamp(20px, 3vw, 48px);
}
.beginning__content h2 span {
  color: #0097a7;
}
.beginning__content p {
  margin: 20px 0;
  width: 95%;
  font-size: clamp(16px, 2.4vw, 28px);
}
.beginning__content p span {
  color: #0097a7;
}
@media (min-width: 850px) {
  .beginning__content p {
    width: 80%;
    margin: 0;
  }
}

.beginning__line {
  width: clamp(40px, 20%, 100px);
  height: 2px;
  margin: 14px 0;
  border-radius: 3px;
  background-color: #d9f4f7;
}
@media (min-width: 850px) {
  .beginning__line {
    margin: 30px 0;
  }
}

.beginning__list {
  width: 100%;
  margin: 20px auto;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  background-color: #f4feff;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
  text-align: center;
  place-items: center;
}
@media (min-width: 350px) and (max-width: 849.99px) {
  .beginning__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 850px) {
  .beginning__list {
    width: 100%;
    margin: auto 0 0 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.beginning__list-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
@media (min-width: 850px) {
  .beginning__list-item {
    gap: 8px;
    flex-direction: column;
  }
}

.beginning__list-item-title {
  font-size: clamp(15px, 1.8vw, 20px);
  text-wrap: nowrap;
}

.beginning__list-item-img {
  width: 26px;
  aspect-ratio: 1/1;
}
@media (min-width: 850px) {
  .beginning__list-item-img {
    width: 34px;
  }
}
.beginning__list-item-img img {
  width: 100%;
  height: 100%;
}

.beginning__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.beginning__gallery-item {
  display: flex;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.beginning__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 850px) {
  .about {
    padding: 120px 20px;
  }
}

.about__text {
  width: clamp(200px, 95%, 900px);
  text-align: center;
}
.about__text h2 {
  margin: 0;
}
.about__text p {
  font-size: clamp(16px, 2.4vw, 28px);
  margin: 30px 0;
}
@media (min-width: 900px) {
  .about__text p {
    margin: 60px 0;
  }
}
@media (min-width: 1484.99px) {
  .about__text {
    width: clamp(200px, 95%, 500px);
  }
  .about__text h2,
  .about__text p {
    text-align: left;
  }
}

.about__list {
  width: clamp(140px, 95%, 240px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: center;
}
@media (min-width: 380px) {
  .about__list {
    width: clamp(200px, 95%, 900px);
  }
}
@media (min-width: 380px) and (max-width: 699.99px) {
  .about__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 700px) {
  .about__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about__list-item {
  width: 100%;
  padding: 10px;
  background-color: #fafafa;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 700px) {
  .about__list-item {
    padding: 20px;
  }
}
.about__list-item h3 {
  height: 26px;
  margin: 20px 0;
  font-size: clamp(16px, 1.8vw, 22px);
}
@media (min-width: 600px) {
  .about__list-item h3 {
    height: 56px;
  }
}

.about__list-item-img {
  position: relative;
  width: clamp(30px, 40%, 70px);
  margin: 0 auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.about__list-item-img img {
  width: 55%;
}
.about__list-item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d9f4f7;
  border-radius: 50%;
  z-index: 0;
}

.about__list-item-content p {
  margin: 20px 0 0 0;
  font-size: clamp(14px, 1.6vw, 16px);
}

.about__list-item-line {
  width: 40px;
  height: 2px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #d9f4f7;
}

.why-us {
  padding: 60px 20px;
  text-align: center;
}
@media (min-width: 900px) {
  .why-us {
    padding: 120px 20px;
  }
}
.why-us p {
  max-width: 900px;
  margin: 30px auto;
  font-weight: 500;
  font-size: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 900px) {
  .why-us p {
    margin: 60px auto;
  }
}

.why-us__list {
  width: clamp(200px, 95%, 1000px);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-us__list-item {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
}
@media (min-width: 500px) {
  .why-us__list-item {
    padding: 20px;
    gap: 20px;
  }
}

.why-us__list-item-img {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.why-us__list-item-img img {
  width: 60%;
  height: 60%;
}
@media (min-width: 500px) {
  .why-us__list-item-img {
    width: 60px;
    height: 60px;
  }
}

.why-us__list-item-line {
  width: 2px;
  height: 60px;
  background-color: #d9f4f7;
}

.why-us__list-item-text {
  width: calc(100% - 74px);
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}
.why-us__list-item-text strong {
  font-size: clamp(14px, 2.3vw, 20px);
}
.why-us__list-item-text span {
  font-size: clamp(12px, 2vw, 18px);
}
@media (min-width: 500px) {
  .why-us__list-item-text {
    width: calc(100% - 120px);
  }
}

.attractions {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .attractions {
    padding: 120px 0;
  }
}
.attractions p {
  max-width: 900px;
  margin: 30px auto;
  font-weight: 500;
  text-align: center;
  font-size: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 900px) {
  .attractions p {
    margin: 60px auto;
  }
}

.attractions__box {
  width: clamp(200px, 95%, 1400px);
  margin: 0 auto;
  padding: 20px;
  background-color: #f4feff;
}
.attractions__box:first-of-type {
  margin-bottom: 30px;
}

.attractions__box-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.attractions__box-header-img {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.attractions__box-header-img img {
  width: 60%;
}

.attractions__box-header-title h3 {
  text-align: left;
}

.attractions__box-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 415px) and (max-width: 949.99px) {
  .attractions__box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 950px) {
  .attractions__box-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.attractions__box-list-item {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
}

.attractions__box-list-item-icon {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 50px;
  height: 50px;
  background-color: #f4feff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(0, 50%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1411764706);
  display: none;
}
.attractions__box-list-item-icon img {
  width: 60% !important;
  height: 60% !important;
}
@media (min-width: 560px) {
  .attractions__box-list-item-icon {
    width: 60px;
    height: 60px;
  }
}

.attractions__box-list-item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
}
.attractions__box-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.attractions__box-list-item-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.attractions__box-list-item-text strong {
  font-size: clamp(14px, 2.3vw, 20px);
}
.attractions__box-list-item-text span {
  color: #4f4f4f;
  font-size: clamp(10px, 1.5vw, 14px);
}
.informations {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .informations {
    padding: 120px 0;
  }
}

.informations__decription {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  font-weight: 500;
  text-align: center;
  font-size: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 900px) {
  .informations__decription {
    margin: 60px auto;
  }
}

.informations__list {
  width: clamp(200px, 95%, 1400px);
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
@media (min-width: 900px) {
  .informations__list {
    margin: 60px auto;
  }
}

.informations__list-item {
  width: clamp(180px, 80%, 400px);
  padding: 10px;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
}
@media (min-width: 800px) {
  .informations__list-item {
    padding: 20px;
  }
}

.informations__list-item-img-box {
  width: clamp(60px, 50%, 90px);
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.informations__list-item-img-box img {
  width: 50%;
}

.informations__list-item-question {
  margin: 20px 0;
}
.informations__list-item-question span {
  text-transform: uppercase;
  color: #0097a7;
  font-size: clamp(12px, 1.8vw, 20px);
  font-weight: 500;
}

.informations__list-item-line {
  width: clamp(80px, 30%, 120px);
  height: 2px;
  margin: 0 auto;
  background-color: #f4feff;
  border-radius: 3px;
}

.informations__list-item-title h3 {
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 500;
}

.informations__list-item-description p {
  margin-bottom: 0;
  font-size: clamp(14px, 2vw, 24px);
}

.informations__box {
  width: clamp(200px, 95%, 1200px);
  margin: 30px auto 0 auto;
  padding: 40px;
}
.informations__box h3 {
  font-weight: 500;
  font-size: clamp(14px, 2.3vw, 24px);
}

.informations__box-list {
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 20px;
  list-style: none;
}
@media (min-width: 415px) and (max-width: 845.99px) {
  .informations__box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 846px) {
  .informations__box-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.informations__box-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 414.99px) {
  .informations__box-list-item {
    margin: 0 auto;
  }
}

.informations__box-list-item-img {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  display: none;
}
.informations__box-list-item-img img {
  width: 80%;
}

.informations__box-list-item-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  text-align: center;
}

.calendar {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .calendar {
    padding: 120px 0;
  }
}

.calendar__days {
  width: clamp(200px, 95%, 1400px);
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 750px) {
  .calendar__days {
    margin: 100px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.calendar__days-item {
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid #f4feff;
}
@media (min-width: 900px) {
  .calendar__days-item {
    padding: 30px;
  }
}
.calendar__days-item h3 {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
}
.calendar__days-item h4 {
  margin: 10px 0 0 0;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 400;
  color: #000;
}

.calendar__item-list {
  text-align: left;
  font-size: clamp(16px, 2vw, 22px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calendar__item-list li {
  display: flex;
  gap: 20px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.calendar__days-item-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.calendar__days-item-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d9f4f7;
  display: grid;
  place-items: center;
}
.calendar__days-item-img img {
  width: 60%;
}

.calendar__days-item-title h3 {
  font-size: clamp(22px, 2.5vw, 34px);
}

.calendar__days-item-more {
  text-align: center;
  color: #0097a7;
  font-weight: 500;
  font-size: clamp(16px, 1.9vw, 24px);
}

.calendar__item-list-img {
  display: grid;
  place-items: center;
}
.calendar__item-list-img img {
  width: 28px;
}

.calendar__days-item-line {
  width: 100%;
  height: 1px;
  margin: 20px auto;
  border-radius: 3px;
  background-color: #f4feff;
}

.calendar__more {
  width: clamp(200px, 95%, 1600px);
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (max-width: 414.99px) {
  .calendar__more {
    overflow: clip;
  }
}
@media (min-width: 400px) and (max-width: 1184.99px) {
  .calendar__more {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1185px) {
  .calendar__more {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.calendar__more-item {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 414.99px) {
  .calendar__more-item {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .calendar__more-item {
    gap: 30px;
  }
}

.calendar__more-item-text {
  width: calc(100% - 50px);
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}
.calendar__more-item-text strong {
  font-size: clamp(16px, 2vw, 24px);
}
.calendar__more-item-text span {
  font-size: clamp(13px, 1.7vw, 20px);
}
@media (min-width: 800px) {
  .calendar__more-item-text {
    gap: 14px;
  }
}

.calendar__more-item-img {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  display: none;
}
.calendar__more-item-img img {
  width: 100%;
}

.important {
  margin: 60px 0;
}
@media (min-width: 850px) {
  .important {
    margin: 120px 0;
  }
}

.important__container {
  width: clamp(200px, 95%, 1200px);
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
}
.important__container p {
  text-align: center;
  font-size: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 850px) {
  .important__container {
    padding: 40px;
  }
}

.important__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .important__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
  }
}

.important__list-item {
  position: relative;
  padding: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 799.99px) {
  .important__list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translate(0, 50%);
    border-radius: 3px;
    background-color: #f4feff;
  }
  .important__list-item:last-child::after {
    display: none;
  }
}
@media (min-width: 800px) {
  .important__list-item {
    padding: 20px;
    gap: 20px;
  }
  .important__list-item:nth-of-type(1)::before, .important__list-item:nth-of-type(2)::before, .important__list-item:nth-of-type(3)::before, .important__list-item:nth-of-type(4)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60%;
    transform: translate(50%, -50%);
    border-radius: 3px;
    background-color: #f4feff;
  }
  .important__list-item:nth-of-type(1)::after, .important__list-item:nth-of-type(2)::after, .important__list-item:nth-of-type(3)::after, .important__list-item:nth-of-type(5)::after, .important__list-item:nth-of-type(6)::after, .important__list-item:nth-of-type(7)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translate(0, 50%);
    border-radius: 3px;
    background-color: #f4feff;
  }
}

.important__list-item-img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f4feff;
  display: grid;
  place-items: center;
}
.important__list-item-img img {
  width: 60%;
}
@media (min-width: 800px) {
  .important__list-item-img {
    width: 60px;
    height: 60px;
  }
}

.important__list-item-text {
  flex: 1;
  font-weight: 500;
}

.important__contact {
  width: 100%;
  padding: 20px;
  background-color: #f4feff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1075.99px) {
  .important__contact {
    gap: 10px;
    justify-content: space-between;
  }
}

.important__contact-img {
  max-height: 100px;
  width: clamp(140px, 30%, 200px);
  display: grid;
  place-items: center;
  order: 1;
}
.important__contact-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 449px) {
  .important__contact-img {
    order: 2;
  }
}

.important__contact-content {
  display: flex;
  gap: 20px;
  align-items: center;
  order: 0;
}

.important__contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.important__contact-text strong {
  font-size: clamp(13px, 2.2vw, 20px);
}
.important__contact-text span {
  font-size: clamp(10px, 1.9vw, 16px);
}

.important__contact-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.important__contact-icon img {
  width: 60%;
}
@media (min-width: 850px) {
  .important__contact-icon {
    width: 70px;
    height: 70px;
  }
}

.important__contact-link {
  order: 2;
}
@media (min-width: 449px) {
  .important__contact-link {
    order: 1;
  }
}
.important__contact-link a {
  display: inline-block;
  padding: 6px 12px;
  color: #000;
  background-color: #f8cf0c;
  border-radius: 10px;
  font-size: clamp(13px, 2.2vw, 20px);
}
@media (min-width: 850px) {
  .important__contact-link a {
    padding: 10px 24px;
  }
}
.important__contact-link a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
@media (hover: hover) {
  .important__contact-link a:hover {
    background: #d7af01;
    transform: translateY(-3px);
  }
}
@media (min-width: 900px) {
  .important__contact-link a {
    border-radius: 14px;
  }
}

.cta {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .cta {
    padding: 120px 0;
  }
}
.cta h2 {
  width: clamp(200px, 95%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}

.cta__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  font-size: clamp(16px, 1.9vw, 22px);
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
@media (hover: hover) {
  .cta__button:hover {
    background: #d7af01;
    transform: translateY(-3px);
  }
}
@media (min-width: 900px) {
  .cta__button {
    border-radius: 14px;
  }
}

.cottages {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .cottages {
    padding: 120px 0;
  }
}

.cottages__container {
  width: clamp(200px, 95%, 1400px);
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
}
@media (min-width: 850px) {
  .cottages__container {
    padding: 30px;
  }
}
.cottages__container p {
  margin: 10px 0 30px 0;
  padding: 0 20px;
  font-size: clamp(16px, 2.4vw, 28px);
}

.cottages__container-text-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cottages__container-header-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.cottages__container-header-img img {
  width: 60%;
}
@media (min-width: 850px) {
  .cottages__container-header-img {
    width: 100px;
    height: 100px;
  }
}

.cottages__container-header-content {
  width: calc(100% - 60px);
}
.cottages__container-header-content h2 {
  text-align: left;
}
@media (min-width: 850px) {
  .cottages__container-header-content {
    width: calc(100% - 130px);
  }
}

.cottages__container-benefits {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media (min-width: 592px) {
  .cottages__container-benefits {
    justify-content: flex-start;
  }
}
@media (min-width: 850px) {
  .cottages__container-benefits {
    gap: 30px;
  }
}

.cottages__container-benefits-item,
.cottages__container-open-extended-gallery {
  padding: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  background-color: #f4feff;
}
@media (min-width: 850px) {
  .cottages__container-benefits-item,
  .cottages__container-open-extended-gallery {
    padding: 14px;
    gap: 6px;
    border-radius: 14px;
  }
}

.cottages__container-benefits-item-img,
.cottages__container-open-img {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
}
.cottages__container-benefits-item-img img,
.cottages__container-open-img img {
  width: 85%;
}
@media (min-width: 850px) {
  .cottages__container-benefits-item-img,
  .cottages__container-open-img {
    width: 24px;
    height: 24px;
  }
}

.cottages__container-benefits-item-title,
.cottages__container-open-title {
  display: grid;
  place-items: center;
  font-size: 14px;
}
@media (min-width: 850px) {
  .cottages__container-benefits-item-title,
  .cottages__container-open-title {
    font-size: 20px;
  }
}

.cottages__container-open-title {
  width: calc(100% - 16px);
}
@media (min-width: 850px) {
  .cottages__container-open-title {
    width: calc(100% - 24px);
  }
}

.cottages__container-open-extended-gallery {
  width: clamp(242px, 50%, 343px);
  margin: 10px auto 20px auto;
  cursor: pointer;
  gap: 0 !important;
  justify-content: space-between;
  transition: background-color 0.25s ease-in-out;
}
@media (hover: hover) {
  .cottages__container-open-extended-gallery:hover {
    background-color: #d9f4f7;
  }
}

.cottages__container-gallery {
  margin: 0 0 10px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cottages__container-gallery-video {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}
@media (min-width: 850px) {
  .cottages__container-gallery-video {
    width: 45%;
  }
}
.cottages__container-gallery-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cottages__container-gallery-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease-in-out;
  pointer-events: none;
}
@media (hover: hover) {
  .cottages__container-gallery-video:hover::after {
    background-color: rgba(0, 0, 0, 0.1607843137);
  }
}
.cottages__container-gallery-video a {
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
}

.cottages__container-gallery-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5647058824);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.cottages__container-gallery-video-button img {
  width: 50%;
  height: 50%;
  -o-object-fit: unset;
     object-fit: unset;
  transform: translate(10%, 0);
}

.cottages__container-gallery-images {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 850px) {
  .cottages__container-gallery-images {
    width: calc(55% - 10px);
  }
}

.cottages__container-gallery-images-item {
  position: relative;
  width: 100%;
  display: flex;
  overflow: clip;
  cursor: pointer;
}
.cottages__container-gallery-images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cottages__container-gallery-images-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease-in-out;
  pointer-events: none;
}
@media (hover: hover) {
  .cottages__container-gallery-images-item:hover::after {
    background-color: rgba(0, 0, 0, 0.1607843137);
  }
}
.cottages__container-gallery-images-item a {
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
}

.cottages__container-more {
  width: 100%;
  padding: 20px;
  background-color: #f4feff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 490px) {
  .cottages__container-more {
    justify-content: space-between;
  }
}

.cottages__more-img {
  max-height: 100px;
  width: clamp(140px, 30%, 200px);
  display: grid;
  place-items: center;
}
.cottages__more-img img {
  width: 100%;
  height: auto;
}

.cottages__container-more-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cottages__container-more-img {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.cottages__container-more-img img {
  width: 60%;
}
@media (min-width: 850px) {
  .cottages__container-more-img {
    width: 70px;
    height: 70px;
  }
}

.cottages__container-more-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cottages__container-more-text strong {
  font-size: clamp(13px, 2.2vw, 20px);
}
.cottages__container-more-text span {
  font-size: clamp(10px, 1.9vw, 16px);
}

.cottages__container-extended-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 850px) {
  .cottages__container-extended-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}

.cottages__container-extended-gallery.open {
  margin: 0 0 20px 0;
}

.cottages__container-extended-gallery-transition {
  transition: max-height 0.5s ease, margin 0.1s ease-in-out;
}

.cottages__container-extended-gallery-item {
  position: relative;
  width: 100%;
  display: flex;
  overflow: clip;
  cursor: pointer;
}
.cottages__container-extended-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cottages__container-extended-gallery-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease-in-out;
  pointer-events: none;
}
@media (hover: hover) {
  .cottages__container-extended-gallery-item:hover::after {
    background-color: rgba(0, 0, 0, 0.1607843137);
  }
}
.cottages__container-extended-gallery-item a {
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
}

.leaders {
  padding: 60px 0;
}
@media (min-width: 900px) {
  .leaders {
    padding: 120px 0;
  }
}

.leaders__p {
  max-width: 900px;
  margin: 30px auto;
  text-align: center;
  font-size: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 900px) {
  .leaders__p {
    margin: 60px auto;
  }
}

.leaders__list {
  width: clamp(200px, 95%, 1200px);
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 800px) {
  .leaders__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.leaders__list-item {
  padding: 20px;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
}

.leaders__list-item-content {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 470px) {
  .leaders__list-item-content {
    flex-direction: row;
  }
}

.leaders__list-item-content-img {
  width: 45%;
  margin: 0 auto;
}
@media (min-width: 470px) {
  .leaders__list-item-content-img {
    width: 35%;
    margin: 0;
  }
}
.leaders__list-item-content-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leaders__list-item-content-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 470px) {
  .leaders__list-item-content-text {
    width: calc(100% - (35% + 30px));
  }
}

.leaders__list-item-name {
  font-size: clamp(20px, 2.3vw, 28px);
  text-align: center;
}
@media (min-width: 470px) {
  .leaders__list-item-name {
    text-align: left;
  }
}

.leaders__list-item-title {
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
}
@media (min-width: 470px) {
  .leaders__list-item-title {
    text-align: left;
  }
}
.leaders__list-item-title strong {
  font-weight: 500;
  color: #0097a7;
}

.leaders__list-item-line {
  width: 40px;
  height: 2px;
  margin: 6px auto 12px auto;
  border-radius: 3px;
  background-color: #d9f4f7;
}
@media (min-width: 470px) {
  .leaders__list-item-line {
    margin: 6px 0 12px 0;
  }
}

.leaders__list-item-description {
  text-align: center;
}
.leaders__list-item-description p {
  margin: 0;
}
@media (min-width: 470px) {
  .leaders__list-item-description {
    text-align: left;
  }
}

.leaders__list-item-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.leaders__list-item-more-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 14px;
  font-size: clamp(12px, 1.8vw, 16px);
}

.leaders__list-item-more-box-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f4feff;
  display: grid;
  place-items: center;
}
.leaders__list-item-more-box-img img {
  width: 60%;
}

.dates {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 944.99px) {
  .dates {
    gap: 10px;
    padding: 120px 40px 80px 40px;
  }
}

.dates__text {
  width: clamp(200px, 95%, 400px);
  text-align: center;
}
.dates__text a {
  display: inline-block;
}
.dates__text p {
  width: 85%;
  margin: 30px auto;
  font-size: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 944.99px) {
  .dates__text {
    text-align: left;
  }
  .dates__text h2 {
    text-align: left;
  }
  .dates__text p {
    margin: 30px 0;
  }
}

.dates__button {
  padding: 8px 20px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  font-size: clamp(12px, 1.6vw, 18px);
  background-color: #f8cf0c;
  color: #000;
  text-wrap: nowrap;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
@media (hover: hover) {
  .dates__button:hover {
    background: #d7af01;
    transform: translateY(-3px);
  }
}
@media (min-width: 900px) {
  .dates__button {
    border-radius: 14px;
  }
}
.dates__button img {
  width: 16px;
}

.dates__container {
  position: relative;
  width: clamp(180px, 95%, 450px);
}

.dates__list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}
.dates__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 70%;
  border-radius: 5px;
}

.dates__list-item {
  width: 80%;
  max-width: 250px;
  padding: 20px;
  background-color: #f4feff;
  box-shadow: 0 0 11px rgba(233, 233, 233, 0.67);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.dates__list-item h3 {
  font-size: clamp(18px, 2.5vw, 32px);
  text-transform: capitalize;
  font-weight: 500;
}
.dates__list-item p {
  font-size: clamp(20px, 2.7vw, 36px);
  font-weight: 600;
  color: #0097a7;
}
@media (min-width: 600px) {
  .dates__list-item {
    width: clamp(200px, 45%, 400px);
  }
}

.dates__list-item-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.dates__list-item-img img {
  width: 60%;
}

.dates__list-item-details {
  border-radius: 30px;
  color: #575757;
}

.cooperation {
  padding: 60px 0;
}

.gallery__container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101dvh;
  overflow-x: hidden;
  z-index: 1000;
  transition: background-color 0.15s ease-in-out;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
}

.gallery__container-active {
  background-color: rgba(0, 0, 0, 0.8235294118);
}

.gallery__box {
  position: relative;
  width: 100%;
  height: 85dvh;
}
.gallery__box p {
  font-size: clamp(16px, 2.3vw, 30px);
  color: #fff;
  text-transform: uppercase;
}

.gallery__box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  display: grid;
  place-items: center;
}

.gallery__box-content-next {
  transform: translate3d(-50%, -150%, 0);
}

.gallery__controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(200px, 85%, 400px);
  transform: translate(-50%, 100%);
  display: flex;
  justify-content: space-between;
}

.gallery__close,
.gallery__next,
.gallery__prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  align-content: center;
  background-color: #fff;
  border: 1px solid #d9f4f7;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  display: grid;
  place-items: center;
  touch-action: manipulation;
}
@media (hover: hover) {
  .gallery__close:hover,
  .gallery__next:hover,
  .gallery__prev:hover {
    background-color: #f4feff;
  }
}
.gallery__close img,
.gallery__next img,
.gallery__prev img {
  width: 60%;
}

.gallery__next img {
  transform: translate(10%, 2%) rotate(90deg);
}

.gallery__prev img {
  transform: translate(-10%, 2%) rotate(-90deg);
}

.gallery__box-video,
.gallery__box-img {
  max-width: 90%;
  max-height: 83dvh;
  width: auto;
  height: auto;
  border-radius: 20px;
  transform: translateZ(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery__box-video video,
.gallery__box-video img,
.gallery__box-img video,
.gallery__box-img img {
  max-width: 100%;
  max-height: 83dvh;
  border-radius: 20px;
}

.gallery__video-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 0.3s ease;
}

.gallery__video-loader::after {
  content: "";
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.gallery__video-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=colonies.css.map */