/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@font-face {
  font-family: "Gotham Rounded";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../dist/fonts/GothamRounded-Bold.woff2") format("woff2"), url("../dist/fonts/GothamRounded-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gotham Rounded Book";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../dist/fonts/GothamRounded-Book.woff2") format("woff2"), url("../dist/fonts/GothamRounded-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham Rounded Medium";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../dist/fonts/GothamRounded-Medium.woff2") format("woff2"), url("../dist/fonts/GothamRounded-Medium.woff") format("woff");
}
.footer {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 15px;
  color: #000000;
}

.button-green {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #f9fdd4;
  background-color: #7d834b;
  border-radius: 30px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border: 1px transparent solid;
}
@media (max-width: 767px) {
  .button-green {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) {
  .button-green {
    display: inline-flex;
    justify-content: center;
    width: min(100%, 180px);
    border-radius: 30px;
    padding: 14px;
  }
}
@media (min-width: 1280px) {
  .button-green {
    line-height: 60px;
    font-size: 18px;
    height: 60px;
    width: min(100%, 359px);
  }
}
.button-green:hover {
  color: #7d834b;
  background-color: #f9fdd4;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border-color: #7d834b;
}

.button-shadow {
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #7d834b, #bcc859);
  filter: drop-shadow(0px 37px 17px rgba(0, 0, 0, 0.4));
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fafdd5;
  border-radius: 30px;
  padding: 14px 12px;
  font-size: 14px;
  transition: filter 0.3s;
}
.button-shadow--absolute {
  position: absolute;
  bottom: 0;
  translate: 0 41px;
}
.button-shadow:hover {
  filter: drop-shadow(0 27px 6px rgba(0, 0, 0, 0.4));
  transition: filter 0.3s;
}
@media (min-width: 768px) {
  .button-shadow {
    padding: 14px 16px;
  }
}
@media (min-width: 1024px) {
  .button-shadow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 50px;
    font-size: 22px;
    border-radius: 30px;
    justify-items: center;
  }
}

.go-to-site {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  gap: 30px;
}
@media (min-width: 1024px) {
  .go-to-site {
    padding: 69px 0 50px 0;
    gap: 54px;
  }
}
@media (max-width: 1024px) {
  .go-to-site__image {
    width: 120px;
  }
}
.go-to-site__button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #f9fdd4;
  background-color: #7d834b;
  border-radius: 30px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border: 1px transparent solid;
}
@media (max-width: 767px) {
  .go-to-site__button {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) {
  .go-to-site__button {
    display: inline-flex;
    justify-content: center;
    width: min(100%, 180px);
    border-radius: 30px;
    padding: 14px;
  }
}
@media (min-width: 1280px) {
  .go-to-site__button {
    line-height: 60px;
    font-size: 18px;
    height: 60px;
    width: min(100%, 359px);
  }
}
.go-to-site__button:hover {
  color: #7d834b;
  background-color: #f9fdd4;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border-color: #7d834b;
}
.go-to-site__button {
  align-items: center;
}

.banner-with-action {
  position: relative;
  z-index: 10;
  height: 220px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .banner-with-action {
    width: 100%;
    height: 496px;
    padding: 0;
  }
}
.banner-with-action__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner-with-action__text {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-with-action__text br {
    display: none;
  }
}
@media (min-width: 768px) {
  .banner-with-action__text {
    font-size: 24px;
    font-weight: bold;
    line-height: 38.4px;
  }
}
@media (min-width: 1024px) {
  .banner-with-action__text {
    font-size: 46px;
    font-weight: bold;
    line-height: 61px;
  }
}
.banner-with-action__media {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}
.banner-with-action__media .banner__media-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.banner-with-action__media .banner__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-with-action__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner {
  position: relative;
}
@media (min-width: 1024px) {
  .banner {
    width: 100%;
    height: 496px;
  }
}
.banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner__content > p {
  color: #fff;
}
@media (min-width: 1024px) {
  .banner__content > p {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
  }
}
.banner__media {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}
.banner__media .banner__media-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.banner__media .banner__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .banner--two-columns {
    padding: 60px 16px;
  }
}
@media (min-width: 1024px) {
  .banner--two-columns {
    height: 454px;
  }
}
.banner--two-columns .banner__content {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner--two-columns .banner__content {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .banner--two-columns .banner__content {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 40%);
  }
}
@media (min-width: 1024px) {
  .banner--two-columns .banner__content {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 44%);
  }
}
@media (min-width: 1280px) {
  .banner--two-columns .banner__content {
    max-width: 935px;
    gap: 80px;
    grid-template-columns: 394px 461px;
  }
}
.banner--two-columns .banner__column--left {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.banner--two-columns .banner__column--left > p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .banner--two-columns .banner__column--left > p:not(:last-child) {
    margin-bottom: 35px;
  }
}
.banner--two-columns .banner__column--right {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 38.4px;
  color: #fff;
}
@media (min-width: 1024px) {
  .banner--two-columns .banner__column--right {
    font-size: 40px;
    font-weight: bold;
    line-height: 53px;
  }
}
.banner--two-columns .banner__icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.banner--two-columns .banner__icon--center {
  left: 50%;
  translate: -50% 42%;
}
@media (max-width: 767px) {
  .banner--two-columns .banner__icon--center {
    width: 80px;
    translate: -50% 45%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .banner--two-columns .banner__icon--center {
    translate: -50% 70px;
  }
}
.banner--two-columns .banner__icon--right {
  right: 0;
  translate: -80% 41%;
}
@media (max-width: 767px) {
  .banner--two-columns .banner__icon--right {
    width: 40%;
    translate: -10% 10%;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .banner--two-columns .banner__icon--right {
    width: 40%;
    translate: -10% 10%;
  }
}
@media (max-width: 1900px) and (min-width: 1024px) {
  .banner--two-columns .banner__icon--right {
    translate: 0 41%;
  }
}

.gallery {
  padding: 100px 0 0 0;
}
@media (min-width: 1024px) {
  .gallery {
    padding: 177px 0 0 0;
  }
}
.gallery__title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 35.2px;
  text-align: center;
  color: #7d834b;
}
@media (min-width: 1024px) {
  .gallery__title {
    font-size: 29px;
    line-height: unset;
  }
}
.gallery__container {
  margin-top: 50px;
}
.gallery {
  /* Slick */
}
@media (min-width: 1024px) {
  .gallery .slick-slide:has(.slick-current) img {
    transition: scale 0.4s linear;
  }
}
@media (min-width: 1024px) {
  .gallery .slick-slide:not(.slick-current) img {
    transition: scale 0.3s linear;
    scale: 0.8;
  }
}
.gallery__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 16px;
}
@media (min-width: 1024px) {
  .gallery__controls {
    margin: 46px 0 38px 0;
    gap: 46px;
  }
}
.gallery__control {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: transparent url("../dist/images/button-arrow.jpg") no-repeat center center;
  border: 0;
}
.gallery__control--right {
  rotate: 180deg;
}

.featured-quote {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 16px 140px 16px;
  background-color: #fafdd5;
}
@media (min-width: 768px) {
  .featured-quote {
    padding: 100px 16px 140px 16px;
  }
}
@media (min-width: 1024px) {
  .featured-quote {
    height: 612px;
    padding: 80px 0 0 0;
  }
}
.featured-quote__container {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .featured-quote__container {
    width: min(100%, 1255px);
    padding-right: 53px;
  }
}
.featured-quote__text {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #97603e;
}
.featured-quote__text p:not(:last-child) {
  margin-bottom: 30px;
}
.featured-quote__text strong {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .featured-quote__text {
    max-width: 743px;
    font-size: 27px;
    line-height: 43.2px;
  }
  .featured-quote__text p:not(:last-child) {
    margin-bottom: 63px;
  }
}
.featured-quote__icon {
  position: absolute;
  bottom: 0;
  width: 120px;
}
@media (min-width: 1024px) {
  .featured-quote__icon {
    left: 0;
    width: 240px;
  }
}
@media (min-width: 1280px) {
  .featured-quote__icon {
    left: 40px;
    width: initial;
  }
}
@media (min-width: 1440px) {
  .featured-quote__icon {
    left: 100px;
  }
}
@media (min-width: 1920px) {
  .featured-quote__icon {
    left: 140px;
  }
}

.text-slider {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .text-slider {
    height: 1070px;
  }
}
@media (min-width: 1280px) {
  .text-slider {
    height: 1269px;
  }
}
.text-slider--right {
  overflow: initial;
}
@media (min-width: 1024px) {
  .text-slider--right {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .text-slider--right .text-slider__footer {
    margin-top: 40px;
  }
}
.text-slider__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .text-slider__container {
    display: grid;
    justify-content: center;
    gap: 40px;
    grid-template-columns: 40% 50%;
  }
}
@media (min-width: 1280px) {
  .text-slider__container {
    justify-content: center;
    max-width: 1270px;
    gap: 84px;
  }
}
@media (min-width: 1440px) {
  .text-slider__container {
    display: grid;
    justify-content: center;
    max-width: 1255px;
    gap: 91px;
    grid-template-columns: 477px 688px;
  }
}
@media (min-width: 1024px) {
  .text-slider__container--right {
    grid-template-columns: 55% 38%;
  }
}
@media (min-width: 1280px) {
  .text-slider__container--right {
    grid-template-columns: 688px 490px;
  }
}
.text-slider__container--right .text-slider__content {
  order: 2;
}
.text-slider__container--right .text-slider__slide {
  margin-top: 30px;
  margin-bottom: 30px;
  order: 1;
}
.text-slider__container--right .text-slider__footer {
  order: 3;
}
@media (min-width: 1024px) {
  .text-slider__container--right .text-slider__footer {
    margin-top: 0px;
  }
}
.text-slider__container--right .text-slider__slide-backdrop {
  top: -470px;
  left: -190px;
  z-index: -1;
  width: 400px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .text-slider__container--right .text-slider__slide-backdrop {
    top: -380px;
    left: 0;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .text-slider__container--right .text-slider__slide-backdrop {
    top: -470px;
    left: -190px;
    width: initial;
  }
}
.text-slider__button {
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #7d834b, #bcc859);
  filter: drop-shadow(0px 37px 17px rgba(0, 0, 0, 0.4));
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fafdd5;
  border-radius: 30px;
  padding: 14px 12px;
  font-size: 14px;
  transition: filter 0.3s;
}
.text-slider__button--absolute {
  position: absolute;
  bottom: 0;
  translate: 0 41px;
}
.text-slider__button:hover {
  filter: drop-shadow(0 27px 6px rgba(0, 0, 0, 0.4));
  transition: filter 0.3s;
}
@media (min-width: 768px) {
  .text-slider__button {
    padding: 14px 16px;
  }
}
@media (min-width: 1024px) {
  .text-slider__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 50px;
    font-size: 18px;
    border-radius: 30px;
    justify-items: center;
  }
}
.text-slider__button {
  margin: 0 0;
}
.text-slider__slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-slider__content {
  display: grid;
  gap: 16px;
}
@media (min-width: 1024px) {
  .text-slider__content {
    gap: 47px;
  }
}
.text-slider__content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.text-slider__content p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .text-slider__content p:not(:last-child) {
    margin-bottom: 47px;
  }
}
.text-slider__content strong {
  font-family: "Gotham Rounded Medium", sans-serif;
  font-weight: bold;
}
.text-slider__slide {
  position: relative;
  margin-top: 120px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .text-slider__slide {
    margin-top: 270px;
  }
}
@media (min-width: 1024px) {
  .text-slider__slide {
    height: fit-content;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .text-slider__slide {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .text-slider__slide {
    margin-top: 0;
  }
}
.text-slider__slide-item {
  position: relative;
}
.text-slider__slide-title {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: stretch;
  height: 50%;
  padding: 20px;
  font-family: "Gotham Rounded", sans-serif;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1490196078), transparent);
}
@media (min-width: 768px) {
  .text-slider__slide-title {
    padding: 52px 0 52px 52px;
  }
}
@media (min-width: 1024px) {
  .text-slider__slide-title {
    padding: 0 50px 34px 50px;
    font-size: 52px;
  }
}
.text-slider__navigation {
  position: absolute;
  right: 50px;
  bottom: 54px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .text-slider__navigation {
    bottom: 34px;
  }
}
.text-slider__navigation-label {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 1279px) {
  .text-slider__navigation-label {
    display: none;
  }
}
.text-slider__title {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 32px;
  color: #7d834b;
}
@media (min-width: 1024px) {
  .text-slider__title {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .text-slider__title {
    font-size: 60px;
  }
}
.text-slider__navigation-button {
  width: 39px;
  height: 39px;
  background-color: transparent;
  background-image: url("../dist/images/button-arrow-slide.png");
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.text-slider__navigation-button--right {
  rotate: 180deg;
}
.text-slider__slide-backdrop {
  position: absolute;
  top: -90px;
  left: -43px;
  z-index: 1;
  width: 440px;
  pointer-events: none;
}
@media (min-width: 425px) {
  .text-slider__slide-backdrop {
    top: -110px;
    left: -63px;
    width: 510px;
  }
}
@media (min-width: 768px) {
  .text-slider__slide-backdrop {
    top: -210px;
    left: -103px;
    width: 126vw;
  }
}
@media (min-width: 1024px) {
  .text-slider__slide-backdrop {
    top: -150px;
    left: -70px;
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .text-slider__slide-backdrop {
    top: -210px;
    left: -104px;
    width: 880px;
  }
}
@media (min-width: 1440px) {
  .text-slider__slide-backdrop {
    top: -210px;
    left: -110px;
    width: auto;
  }
}
.text-slider__footer {
  width: 100%;
  max-width: 860px;
  margin: 54px auto 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .text-slider__footer {
    margin-top: 184px;
  }
}
@media (min-width: 1024px) {
  .text-slider__footer {
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  .text-slider__footer {
    margin-top: 60px;
  }
}
.text-slider__footer p {
  line-height: 24px;
}
.text-slider__footer-title {
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.promotion {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .promotion {
    padding: 80px 16px 40px 16px;
  }
}
@media (min-width: 1024px) {
  .promotion {
    height: 746px;
  }
}
.promotion__media {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}
.promotion__media .promotion__media-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.promotion__media .promotion__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promotion__icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  translate: -50% -50%;
}
@media (max-width: 1023px) {
  .promotion__icon {
    width: 80px;
  }
}
.promotion__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #97603e;
  gap: 36px;
}
@media (max-width: 1023px) {
  .promotion__content {
    gap: 16px;
  }
}
.promotion__content h1 {
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .promotion__content h1 {
    font-size: 70px;
  }
}
.promotion__content h1 strong {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: bold;
}
.promotion__content h2 {
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .promotion__content h2 {
    font-size: 39px;
  }
}
.promotion__content h2 strong {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: bold;
}
.promotion__content pre {
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #000000;
}
.promotion__content a {
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #7d834b, #bcc859);
  filter: drop-shadow(0px 37px 17px rgba(0, 0, 0, 0.4));
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fafdd5;
  border-radius: 30px;
  padding: 14px 12px;
  font-size: 14px;
  transition: filter 0.3s;
}
.promotion__content a--absolute {
  position: absolute;
  bottom: 0;
  translate: 0 41px;
}
.promotion__content a:hover {
  filter: drop-shadow(0 27px 6px rgba(0, 0, 0, 0.4));
  transition: filter 0.3s;
}
@media (min-width: 768px) {
  .promotion__content a {
    padding: 14px 16px;
  }
}
@media (min-width: 1024px) {
  .promotion__content a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 50px;
    font-size: 22px;
    border-radius: 30px;
    justify-items: center;
  }
}
.promotion__content a {
  display: inline-flex;
}
.promotion__content blockquote {
  width: 100%;
  margin: 0 auto;
  padding: 19px 10px;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  border: 1px dashed #7d834b;
  border-radius: 40px;
}
@media (min-width: 1024px) {
  .promotion__content blockquote {
    max-width: 540px;
    padding: 19px 46px;
    font-size: 21px;
    line-height: 20px;
  }
}
.promotion__content blockquote strong {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: bold;
}

.garden-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 16px;
}
@media (min-width: 1024px) {
  .garden-banner {
    height: 496px;
  }
}
.garden-banner__media {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}
.garden-banner__media .garden-banner__media-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.garden-banner__media .garden-banner__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.garden-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 26px;
  line-height: 27px;
  text-align: center;
  color: #f6fdd3;
}
@media (min-width: 1024px) {
  .garden-banner__content {
    flex-direction: row;
    width: min(100%, 800px);
    font-size: 32px;
    line-height: 45px;
  }
}
@media (min-width: 1440px) {
  .garden-banner__content {
    width: min(100%, 1099px);
    text-align: left;
  }
}
.garden-banner__content strong {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: bold;
}
.garden-banner__float-image {
  position: absolute;
  top: -78px;
  left: 21px;
  width: 80px;
  pointer-events: none;
  rotate: -20deg;
}
@media (min-width: 1024px) {
  .garden-banner__float-image {
    top: -348px;
    left: -129px;
    width: 280px;
    rotate: 0deg;
  }
}
@media (min-width: 1440px) {
  .garden-banner__float-image {
    top: -538px;
    left: -205px;
    width: initial;
  }
}
.garden-banner__image {
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
}

@media (max-width: 1279px) {
  .gallery-with-title {
    padding: 0 16px;
  }
}
.gallery-with-title__content {
  margin-bottom: 60px;
  text-align: center;
}
.gallery-with-title__title {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 32px;
  color: #97603e;
}
@media (min-width: 1024px) {
  .gallery-with-title__title {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  .gallery-with-title__image {
    padding: 0 10px;
  }
}
.gallery-with-title .slick-next, .gallery-with-title .slick-prev {
  z-index: 10;
  width: 39px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-with-title .slick-next:before, .gallery-with-title .slick-prev:before {
  content: none;
}
.gallery-with-title .slick-next {
  right: 20%;
  background-image: url("../dist/images/arrow-right-gallery-with-title.png");
}
.gallery-with-title .slick-prev {
  left: 20%;
  background-image: url("../dist/images/arrow-left-gallery-with-title.png");
}
.gallery-with-title .slick-slide {
  display: flex;
  padding: 0 5px;
}
.gallery-with-title .slick-slide > div {
  width: 100%;
}
.gallery-with-title .slick-slide img {
  width: 100%;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 83px 0;
  gap: 62px;
}
@media (max-width: 767px) {
  .map {
    flex-direction: column;
    padding: 40px 16px;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .map {
    padding: 40px 16px;
  }
}
@media (min-width: 1204px) {
  .map {
    padding: 83px 0 0 0;
  }
}
.map__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .map__content {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .map__content {
    width: 100%;
    max-width: 526px;
  }
}
.map__title {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 51px;
  color: #97603e;
}
@media (max-width: 1023px) {
  .map__title {
    font-size: 28px;
  }
}
.map__address {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 28px;
  color: #606060;
}
@media (max-width: 1023px) {
  .map__address {
    font-size: 18px;
  }
}
.map__map-link {
  overflow: hidden;
  border: 5px solid #7d834b;
  border-radius: 58px;
}
.map__map-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.frequently-asked-questions {
  margin: 40px 0;
}
@media (max-width: 1279px) {
  .frequently-asked-questions {
    padding: 0 16px;
  }
}
.frequently-asked-questions__content {
  width: min(100%, 1255px);
  margin: 0 auto;
}
.frequently-asked-questions__title {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Gotham Rounded", sans-serif;
  font-size: 28px;
  text-align: center;
  color: #97603e;
}
@media (min-width: 1280px) {
  .frequently-asked-questions__title {
    margin-bottom: 47px;
    font-size: 32px;
  }
}
.frequently-asked-questions__summary {
  display: flex;
  align-items: center;
  padding: 12px 44px;
  font-family: "Gotham Rounded", sans-serif;
  font-size: 18px;
  color: #f6fdd3;
  background-color: #7d834b;
  border-radius: 39px;
}
@media (min-width: 1280px) {
  .frequently-asked-questions__summary {
    height: 80px;
    font-size: 25px;
  }
}
.frequently-asked-questions__anwser {
  margin: 0 20px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .frequently-asked-questions__anwser {
    margin: 0 44px;
    padding: 20px;
  }
}
.frequently-asked-questions__questions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.social-medias {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px 0;
}
.social-medias__content {
  display: flex;
  gap: 44px;
}

.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #7d834b;
}
@media (max-width: 1023px) {
  .newsletter {
    padding: 40px 16px;
  }
}
@media (min-width: 1024px) {
  .newsletter {
    height: 156px;
  }
}
.newsletter__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 1020px);
  gap: 40px;
}
@media (max-width: 1023px) {
  .newsletter__content {
    flex-direction: column;
    gap: 20px;
  }
}
.newsletter__title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.newsletter .wpcf7-text {
  width: 100%;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000000;
  border: 1px solid transparent;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .newsletter .wpcf7-text {
    width: auto;
    margin-right: 31px;
  }
}
.newsletter .wpcf7-text::placeholder {
  color: #000000;
}
@media (max-width: 1023px) {
  .newsletter .wpcf7-submit {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #a6b054;
    border: 0;
    border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .newsletter .wpcf7-submit {
    width: 38px;
    height: 38px;
    font-size: 0;
    background-color: transparent;
    background-image: url("../dist/images/button-submit.png");
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.newsletter .wpcf7-response-output {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border: 0 !important;
}
.newsletter .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
}
.newsletter .wpcf7-not-valid-tip {
  display: none;
}
.newsletter .wpcf7-not-valid {
  background-color: #f9eeee;
  border: 1px solid red;
}

.image-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 22px;
}
@media (max-width: 1279px) {
  .image-text {
    flex-direction: column;
    margin-bottom: 26px;
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .image-text {
    margin-top: 120px;
    gap: 58px;
  }
}
@media (max-width: 1279px) {
  .image-text__image {
    width: 120px;
  }
}
.image-text__content {
  display: grid;
  gap: 20px;
}
.image-text__content > p {
  font-family: "Gotham Rounded Book", sans-serif;
  font-size: 28px;
  color: #97603e;
}
@media (min-width: 1280px) {
  .image-text__content > p {
    font-size: 45px;
  }
}
.image-text__content > p strong {
  font-family: "Gotham Rounded", sans-serif;
}
.image-text a {
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #7d834b, #bcc859);
  filter: drop-shadow(0px 37px 17px rgba(0, 0, 0, 0.4));
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #fafdd5;
  border-radius: 30px;
  padding: 14px 12px;
  font-size: 14px;
  transition: filter 0.3s;
}
.image-text a--absolute {
  position: absolute;
  bottom: 0;
  translate: 0 41px;
}
.image-text a:hover {
  filter: drop-shadow(0 27px 6px rgba(0, 0, 0, 0.4));
  transition: filter 0.3s;
}
@media (min-width: 768px) {
  .image-text a {
    padding: 14px 16px;
  }
}
@media (min-width: 1024px) {
  .image-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 50px;
    font-size: 16px;
    border-radius: 30px;
    justify-items: center;
  }
}
.image-text a {
  display: inline-flex;
}
@media (min-width: 1280px) {
  .image-text a {
    width: 439px;
    margin: 0 auto;
    font-size: 22px;
  }
}

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