@font-face {
  font-family: Jost;
  src: url('../fonts/Jost-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: url('../fonts/Jost-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: url('../fonts/Jost-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Handlee;
  src: url('../fonts/Handlee-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: new-york;
  src: url('../fonts/behance-6425c75e2e8bb.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #373737;
  --accent: #8ebad3;
  --white: white;
  --baby-blue: #aecbdb;
  --peach-puff: #feb51b;
  --contrast: #548a99;
  --main-bckg: #f3eeeb;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--main);
  background-color: #f3eeeb;
  background-image: url('../images/main-noise_1main-noise.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 200%;
}

h2 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lovelace;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
}

.section {
  z-index: 10;
  padding-bottom: 180px;
  position: relative;
}

.section.section-greeting {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20vh;
}

.section.section-greeting.details, .section.section-greeting.whereweare {
  padding-top: 20vh;
}

.section.section-navigation {
  z-index: 100;
  width: 100%;
  padding-bottom: 0;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.section.section-quality {
  padding-top: 100px;
}

.section.section-quality.about-uli {
  padding: 10vh 5vw 20vh;
}

.section.section-quality.faq {
  padding-left: 5vw;
  padding-right: 5vw;
}

.section.section-movie {
  z-index: 15;
  object-fit: cover;
  background-image: url('../images/video-noise_1video-noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
  padding: 20vh 5vw;
  display: flex;
}

.section.section-form {
  z-index: 10;
  background-image: url('../images/video-noise_1video-noise.png'), linear-gradient(#23160a26, #23160a29), url('../images/6-1.jpg');
  background-position: 0 0, 0 0, 50% 80%;
  background-size: auto, auto, cover;
  margin-bottom: 180px;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.section--instagram {
  z-index: 9;
  margin-bottom: 0;
  padding: 20vh 5vw;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1222px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.container-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.container.container-movie {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.container-lines {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  height: 100%;
  display: flex;
}

.container.container-price {
  align-items: flex-start;
}

.greeting-wrapper {
  width: 100%;
}

.greeting_first-line {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  position: relative;
}

.greeting_first-img-wrapper {
  border: 1px solid #c8d96f80;
  border-radius: 195px;
  width: 100%;
  height: 385px;
  padding: 12px 9px;
  display: flex;
}

.img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
}

.greeting-title {
  text-align: center;
  letter-spacing: -.055em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lovelace;
  font-size: 80px;
  font-weight: 300;
  line-height: 100%;
}

.greeting-title.greeting-title--flex {
  flex-direction: column;
  display: flex;
}

.title-span {
  color: var(--accent);
  text-transform: lowercase;
  font-family: Handlee, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  display: inline;
}

.title-span.white {
  color: var(--accent);
}

.title-span.greeting-three-line {
  margin-left: 24px;
}

.title-span.greeting-three-line.hidden-span {
  margin-left: 14vw;
}

.title-span.quality-second-line {
  margin-left: 98px;
}

.title-span.quality-second-line.title-span--italic {
  margin-left: 0;
}

.title-span.refinementt-second-line {
  margin-left: -38px;
}

.title-span.refinementt-four-line {
  margin-left: -37px;
}

.title-span.insta-second-line {
  margin-left: 205px;
}

.title-span.pr160 {
  padding-right: 180px;
}

.title-span.title-span--italic {
  color: var(--accent);
  font-family: Handlee, Arial, sans-serif;
}

.greeting-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.greeting_second-img-wrapper {
  border: 1px solid #c8d96f80;
  border-radius: 195px;
  width: 100%;
  height: 385px;
  margin-top: 10px;
  padding: 12px 9px;
}

.greeting_second-img-wrapper.m0 {
  opacity: .82;
  border-color: #dfba5dd6;
  height: 450px;
  margin-top: 0;
}

.greeting-text {
  max-width: 290px;
  margin-bottom: 80px;
  font-weight: 300;
}

.catalog-rotate {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.catalog-btn-wrapper {
  z-index: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  margin-left: 100px;
  display: flex;
  position: relative;
}

.catalog-btn-wrapper.m0 {
  margin-left: 50px;
}

.catalog-btn-wrapper.m0.refinementt-btn {
  margin-left: 0;
}

.catalog-btn-wrapper.m0.insta-btnn {
  margin-left: 0;
  overflow: visible;
}

.catalog-btn-wrapper.greeting-btn {
  margin-left: 0;
}

.catalog-rotate_word {
  position: absolute;
  bottom: 22px;
  right: -14px;
}

.catalog-rotate_word.movie {
  bottom: 97px;
  right: 85px;
}

.catalog-rotate_word.subscribe {
  bottom: 17px;
  right: -13px;
}

.wrapper-nawbar {
  flex-direction: row;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-link {
  color: var(--main);
  text-transform: uppercase;
  flex: 0 auto;
  margin-right: 0;
  padding: 0;
  font-family: Handlee, Arial, sans-serif;
  font-size: 16px;
  line-height: 170%;
  transition: all .3s linear;
}

.nav-link:hover {
  color: var(--accent);
  text-shadow: 0 0 1px var(--main);
}

.nav-link.w--current {
  color: var(--main);
}

.nav-link.w--current:hover {
  color: var(--accent);
}

.nav-link.dark {
  color: var(--white);
  font-family: Handlee, Arial, sans-serif;
  font-size: 16px;
}

.nav-link.dark:hover {
  color: var(--accent);
}

.nav-link.dark.w--current {
  color: var(--white);
  font-family: Handlee, Arial, sans-serif;
  font-size: 16px;
  transition-property: none;
}

.nav-link.dark.w--current:hover {
  color: var(--accent);
}

.nav-link.var {
  color: var(--white);
}

.search-btn {
  opacity: .6;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Vector-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  max-width: 20px;
  height: 20px;
  margin-left: 168px;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s linear;
  display: flex;
}

.search-btn:hover {
  opacity: 1;
}

.search-btn.small-size {
  cursor: pointer;
  display: none;
}

.nav-menu {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.about-box {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.about-content {
  margin-bottom: 5vh;
}

.about-text {
  max-width: 425px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}

.about-picture_wrapper {
  border-top-left-radius: 145px;
  border-top-right-radius: 145px;
  width: 290px;
  min-width: 290px;
  height: 360px;
  margin-left: 0;
}

.about-picture_wrapper.ml40 {
  width: 100%;
  min-width: 0;
  margin-top: 10vh;
}

.about-picture_wrapper.padding {
  border: 1px solid #c8d96f80;
  width: 100%;
  min-width: 0;
  margin-top: 90px;
  padding: 12px 9px;
}

.about-picture_wrapper.mt200 {
  width: 100%;
  min-width: 100%;
  height: 370px;
  margin-top: 200px;
}

.img-arch {
  object-fit: cover;
  border-top-left-radius: 145px;
  border-top-right-radius: 145px;
  width: 100%;
  height: 100%;
}

.img-arch.amg-oval-about {
  height: 120%;
  position: absolute;
  top: -10%;
}

.second-title {
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Handlee, Arial, sans-serif;
  font-size: 79px;
  display: block;
  position: relative;
}

.second-title.white {
  color: var(--white);
}

.second-title.white.mleft {
  margin-left: 113px;
}

.second-title.white.ml40.align-left {
  text-align: left;
  margin-left: 48px;
}

.second-title.white.align-left {
  text-align: left;
}

.second-title.about-first-line {
  text-align: left;
  width: auto;
  margin-left: -72px;
  margin-right: 0;
  font-family: Handlee, Arial, sans-serif;
}

.second-title.refinement-title {
  font-size: 75px;
}

.second-title.about-title {
  text-align: left;
}

.second-title.title-insta {
  text-align: left;
  font-weight: 400;
  line-height: 3rem;
}

.simple-link {
  color: var(--accent);
  font-weight: 500;
  line-height: 170%;
  text-decoration: underline;
}

.quality-box {
  width: 100%;
}

.quality-main {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  display: grid;
}

.quality-content {
  max-width: 486px;
}

.quality-text {
  margin-bottom: 80px;
  font-weight: 300;
}

.quality-list {
  justify-content: space-between;
  display: flex;
}

.quality-list_number {
  color: var(--accent);
  margin-bottom: 0;
  font-family: Lovelace;
  font-size: 79px;
  font-weight: 300;
  line-height: 100%;
}

.quality-list_letter {
  color: var(--accent);
  flex-direction: column;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.movie-title_wrapper {
  text-align: left;
}

.refinement-title {
  width: 100%;
}

.transparent-crop {
  color: #0000;
}

.refinementt-string_btn {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.refinementt-string_btn.absolute {
  width: 100%;
  margin-top: 0;
  margin-bottom: -64px;
  position: absolute;
  bottom: 0;
}

.price-box {
  justify-content: space-between;
  max-width: 977px;
  display: flex;
}

.price-content {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.price-link {
  color: var(--main);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Lovelace;
  font-size: 79px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s linear;
  position: relative;
}

.price-link:hover {
  color: var(--accent);
}

.form-box {
  width: 590px;
}

.form {
  background-color: #0000;
  margin-top: 40px;
  position: relative;
}

.input {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: 60px;
  margin-bottom: 0;
  padding-left: 19px;
  padding-right: 176px;
  font-size: 18px;
}

.input:focus {
  border-color: var(--peach-puff);
  background-color: #f3eeeb4d;
}

.input::placeholder {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
}

.btn-send {
  background-color: var(--white);
  color: var(--main);
  text-transform: uppercase;
  cursor: pointer;
  width: 157px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-send:hover {
  background-color: var(--accent);
  color: var(--white);
}

.instagram-pictures {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  display: grid;
}

.instagram-title_wrp {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 224px;
  display: flex;
  position: absolute;
  top: 0;
}

.footer {
  z-index: 100;
  background-image: linear-gradient(0deg, #87c1ff, #cbedff80 0%, #fff0 49%);
  padding-top: 20vh;
  padding-bottom: 2vh;
  position: relative;
}

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-descr, .footer-address {
  margin-bottom: 0;
  font-weight: 300;
}

.footer-contacts {
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 42px;
}

.link-footer {
  color: var(--main);
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-footer.nav-link {
  margin-right: 0;
}

.footer-phone {
  color: var(--main);
  margin-top: -5px;
  font-family: Lovelace;
  font-size: 27px;
  font-weight: 300;
  line-height: 170%;
  text-decoration: none;
}

.footer-phone.nav-link {
  align-self: flex-start;
  margin-top: -5px;
  margin-right: 0;
  font-size: 27px;
}

.footer-email {
  color: var(--main);
  align-items: flex-start;
  font-family: Lovelace;
  font-size: 27px;
  line-height: 170%;
  text-decoration: none;
  display: flex;
}

.footer-email.nav-link {
  text-transform: none;
  align-self: flex-start;
  margin-right: 0;
  font-size: 27px;
}

.greeting-first-line {
  white-space: nowrap;
  margin-left: 17px;
  font-family: Handlee, Arial, sans-serif;
}

.lines {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.container-lines_inner {
  box-shadow: none;
  border: 1px solid #c8d96f33;
  width: 25%;
  height: 100%;
}

.container-lines_inner.first-box {
  box-shadow: none;
  color: #5a5652;
  border: 1px solid #c8d96f33;
}

.container-lines_inner.four-line {
  border-color: #c8d96f33;
}

.greeting-second-line {
  white-space: nowrap;
  margin-right: 200px;
  font-family: Handlee, Arial, sans-serif;
}

.quality-first-line {
  margin-left: 39px;
}

.quality-three-line {
  margin-left: 10px;
}

.refinementt-first-line {
  margin-left: 78px;
}

.span-bckg {
  display: inline;
}

.span-bckg.addimg1 {
  padding-right: 162px;
}

.refinementt-three-line {
  margin-left: 165px;
}

.refinementt-three-line.span-bckg.addimg2 {
  margin-left: 29px;
  padding-left: 115px;
}

.refinementt-five-line {
  margin-left: 122px;
}

.refinementt-five-line.span-bckg.addimg3 {
  margin-left: 14px;
  padding-right: 125px;
  display: inline;
}

.insta-first-line {
  margin-left: 0;
}

.small-icon {
  transition: all .3s linear;
}

.price-image {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 220px;
  min-width: 390px;
  max-width: none;
  transition: opacity .3s linear;
  position: absolute;
  bottom: 10px;
  left: 100%;
}

.price-image.first-image {
  min-width: 250px;
}

.price-image.second-image {
  min-width: 290px;
}

.star {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: 6px;
}

.star.star-2 {
  padding-left: 1px;
  top: 27%;
  left: auto;
}

.star.star-3 {
  top: 15%;
  left: 23.8%;
}

.star.star-3.star-mini {
  width: 20px;
  height: 20px;
  top: 20%;
  left: 25.5%;
}

.star.star-4.star-mini {
  width: 20px;
  height: 20px;
  top: 37%;
  left: auto;
  right: 21px;
}

.star.star-5.star-mini {
  width: 20px;
  height: 20px;
  top: 65%;
  left: 25.5%;
}

.star.star-6.star-mini {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding-left: 0;
  top: 75%;
  left: 72.6%;
}

.star.star-7 {
  top: 100%;
  left: auto;
  right: 5px;
}

.star.star-8.star-mini {
  width: 20px;
  height: 20px;
  top: -24%;
  left: 21px;
}

.star.star-9.star-mini {
  width: 20px;
  height: 20px;
  top: 24%;
  left: 73%;
}

.star.star-10.star-mini {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: -40px;
  left: 25.5%;
}

.star.star-11 {
  top: 15%;
}

.star.star-12.star-mini {
  width: 20px;
  height: 20px;
  top: 23%;
  left: auto;
  right: 20px;
}

.star.star-13.star-mini {
  width: 20px;
  height: 20px;
  top: 67%;
  left: 25.5%;
}

.star.star-14.star-mini {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: -50px;
  left: auto;
}

.star.star-15.star-mini {
  width: 20px;
  height: 20px;
  top: -70px;
  left: 21px;
}

.star.star-16.star-mini {
  width: 20px;
  height: 20px;
  top: 16%;
  left: auto;
  right: 20px;
}

.star.star-17.star-mini {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: 100px;
  left: 25.5%;
}

.star.star-18 {
  top: -80px;
}

.star.star-19.star-mini {
  width: 20px;
  height: 20px;
  top: -100px;
  left: auto;
  right: 20px;
}

.star.star-20.star-mini {
  width: 20px;
  height: 20px;
  inset: auto 20px 20px auto;
}

.star.star-21.star-mini {
  width: 20px;
  height: 20px;
  top: -80px;
  left: auto;
  right: 20px;
}

.star.star-22.star-mini {
  width: 20px;
  height: 20px;
  top: 25%;
  left: auto;
}

.star.star-23.staar-mini {
  width: 20px;
  height: 20px;
  top: -50px;
  left: 20px;
}

.star.star-24 {
  margin-right: -15px;
  padding-right: 0;
  inset: auto 25.5% -100px auto;
}

.price-link_wrapper {
  width: auto;
  position: relative;
}

.price-image {
  min-width: 368px;
}

.circle {
  z-index: -1;
  filter: blur(200px);
  color: #0000;
  background-color: #ffcead;
  border-radius: 50%;
  width: 398px;
  height: 398px;
  position: absolute;
  top: -128px;
  left: -180px;
}

.circle.circle2 {
  display: none;
  top: -300px;
  left: -200px;
}

.big-star {
  z-index: -5;
  position: absolute;
  top: 300px;
  right: -60%;
}

.big-star.big-star1 {
  color: var(--baby-blue);
  right: -50%;
}

.big-star.big-star2 {
  top: -400px;
  left: -40%;
  right: auto;
}

.big-star.big-star3 {
  top: -550px;
  left: -40%;
  right: auto;
}

.big-star.big-star-4 {
  top: -800px;
  right: -50%;
}

.big-star.big-star5 {
  top: -750px;
  right: -45%;
}

.big-star.big-star6 {
  inset: auto auto -400px -50%;
}

.big-star.big-star0 {
  top: -500px;
  left: -700px;
  right: auto;
}

.overflow-hidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-menu-list {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-item {
  flex: none;
  align-items: center;
  list-style-type: disc;
  display: flex;
}

.nav-menu-item.contact {
  border: 0px solid var(--contrast);
  background-color: #c9eaff00;
  border-radius: 20px;
  padding: 10px;
}

.nav-menu-item.contact:hover {
  border-color: var(--white);
  background-color: #eeeeee80;
}

.nav-menu-schedule {
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.text-span {
  margin-left: 13px;
}

.text-span-2 {
  margin-left: 21px;
}

.greeting-last-line {
  white-space: nowrap;
  margin-left: 116px;
  font-family: Handlee, Arial, sans-serif;
}

.background-video {
  object-position: 50% 100%;
  background-color: #c4aa955e;
  border-radius: 20px;
  flex: 1;
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.background-video.none {
  display: none;
}

.greeting_second-img-inner {
  opacity: 1;
  border-radius: 195px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.greeting_second-img-inner.no-botttom-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.success-box {
  margin-top: 20px;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--white);
  color: var(--baby-blue);
}

.error-box {
  background-color: var(--main-bckg);
  color: var(--accent);
  margin-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span-3 {
  color: var(--accent);
  font-family: new-york, Arial, sans-serif;
}

.image {
  color: var(--baby-blue);
  -webkit-text-stroke-color: var(--baby-blue);
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.section-2 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-2.is-video {
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.flex-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video_box {
  z-index: 1;
  background-color: #080808;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_play {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #ceff65;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.heading-style-h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.max-width-full {
  width: 100%;
}

.video_title {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 5%;
}

.video_wall {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #b3e940;
}

.button.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button.is-secondary:hover {
  background-color: #f3f3f3;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-image-inner-wrapper {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 32rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-20 {
  color: #18311d;
  white-space: normal;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-h1 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 60px;
}

.primary-button {
  background-color: var(--accent);
  color: #fefefe;
  border: .0625rem solid #0000;
  border-top-width: 1px;
  border-radius: 45px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: 1.5vh 2vw;
  font-family: Handlee, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.primary-button:hover {
  color: #fefefe;
  background-color: #071300;
}

.primary-button:focus {
  background-color: #18311d;
}

.primary-button.secondary {
  background-color: var(--white);
  padding-left: 2vw;
  padding-right: 2vw;
}

.primary-button.secondary:hover {
  background-color: var(--main-bckg);
}

.paragraph-18 {
  color: #182e1c;
  font-family: Jost, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.hero-image {
  z-index: 4;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-h3 {
  color: var(--accent);
  letter-spacing: 0;
  font-family: Handlee, Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.15em;
}

.paragraph-21 {
  color: #18311d;
  font-family: Jost, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.rsvp-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rsvp-details-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26rem;
  display: flex;
}

.primary-button-2 {
  color: #fefefe;
  background-color: #182e1c;
  border: .0625rem solid #0000;
  border-top-width: 1px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  padding: .85rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.primary-button-2:hover {
  color: #fefefe;
  background-color: #071300;
}

.primary-button-2:focus {
  background-color: #18311d;
}

.rsvp-title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 28rem;
  display: flex;
}

.text-points-container {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rsvp-image {
  z-index: 4;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.rsvp-text-container {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #faefdd08;
  border: 1px solid #6cb1f1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 4vh 4vw;
  display: flex;
}

.container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rsvp-image-inner-wrapper {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-16 {
  color: #182e1c;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.rsvp-line {
  background-color: #182e1c;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vh 5vw 15vh;
  display: flex;
}

.heading-h4 {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2em;
}

.rsvp-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  align-items: center;
}

.paragraph-22 {
  color: #18311d;
  font-family: Jost, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.heading-h2 {
  font-size: 4rem;
  line-height: 1.15em;
}

.heading-h2.margin-bottom-24 {
  color: red;
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-32 {
  font-size: 1.75rem;
  line-height: 1.3em;
}

.schedule-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.center-heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 38rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.schedule-title {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.schedule-image {
  z-index: 4;
  aspect-ratio: 3 / 4;
  opacity: .77;
  filter: blur(3px);
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.schedule-image-wrapper {
  opacity: 1;
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

._4-column-grid {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.faq-accordion {
  background-color: #0000;
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.accordion-horizontal-line {
  background-color: var(--baby-blue);
  color: #18311d;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.faq-text-max-container {
  width: 100%;
  max-width: 48rem;
}

.spacer-medium {
  width: 100%;
  min-height: 2rem;
}

.accordion-vertical-line {
  background-color: var(--baby-blue);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.paragraph-33 {
  color: #182e1c;
  font-family: Jost, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.faq-text-container {
  flex-flow: column;
  display: flex;
}

.faq-icon-wrapper {
  color: #18311d;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.faq-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.accordion-icon {
  border: 2px solid var(--baby-blue);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.heading {
  font-family: new-york, Arial, sans-serif;
}

.button-elipse {
  background-color: #e16f66;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 3rem;
}

.success-message-2 {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-field-contact {
  color: #fbfbfb;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: #fbfbfb;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: #fbfbfb;
  border-color: #212121;
}

.relative {
  z-index: 2;
  text-decoration: none;
  position: relative;
}

.text-size-contact {
  font-size: 1.375rem;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.heading-2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2.text-weight-bold {
  color: var(--accent);
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.container-3 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25vh;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.max-width-70ch {
  max-width: none;
}

.contact-wrapper {
  grid-column-gap: 6.125rem;
  grid-row-gap: 6.125rem;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.name-wrapper-contact {
  width: 100%;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-bold {
  color: var(--white);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-size-small.text-weight-bold.secondary {
  color: var(--accent);
}

.text-size-small.text-weight-medium {
  color: var(--contrast);
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrapper {
  width: 50%;
}

.primary-button-3 {
  color: #fbfbfb;
  background-color: #ed5145;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-content {
  width: 100%;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.icon-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.secondary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #181818;
  background-color: #3898ec00;
  border: 1px solid #353535;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 1vh .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-3 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-3.text-weight-bold {
  font-family: new-york, Arial, sans-serif;
  font-weight: 400;
}

.about-hero-image {
  background-image: linear-gradient(#00000054, #00000054), url('../images/IMG_4726-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 60vh;
  margin-top: 3.2rem;
  position: relative;
  overflow: hidden;
}

.container-4 {
  width: 100%;
  max-width: 100rem;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  mix-blend-mode: normal;
  width: auto;
  height: auto;
}

.hero-video {
  opacity: .75;
  width: 100%;
  height: 100%;
}

.opacity-50 {
  opacity: .5;
}

.hero-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.button-icon {
  z-index: 2;
  background-color: #1f1f1f29;
  border-radius: 12rem;
  padding: .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: 13rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-size-small.secondary {
  color: #272727;
  font-family: Handlee, Arial, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.max-width-50ch {
  max-width: none;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.vertical-line-tag {
  background-color: var(--main);
  opacity: .5;
  color: var(--main);
  width: 1px;
  height: 1rem;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.double-button-component.margin-top-button-hero {
  margin-top: 2.8rem;
}

.double-button-component.margin-top-button-features {
  margin-top: .5rem;
}

.secondary-button-text {
  z-index: 2;
  margin-left: 0;
  position: relative;
}

.about-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.opacity-60 {
  opacity: .6;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-medium {
  font-weight: 500;
}

.container-5 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-33ch {
  max-width: 33ch;
}

.about-features-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.max-width-40ch {
  max-width: none;
}

.opacity-61 {
  opacity: .5;
}

.about-features-wrapper {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  align-items: center;
  margin-top: 3vh;
  display: flex;
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mask-frame {
  background-color: var(--main);
  display: none;
  position: absolute;
  inset: 0%;
}

.about-features-image {
  background-image: url('../images/IMG_7065.JPEG');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.about-features-image._5 {
  background-image: url('../images/IMG_2769.JPEG');
}

.about-features-image._6 {
  background-image: url('../images/IMG_2151.JPEG');
}

.heading-4 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-4.text-weight-medium {
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.opacity-80 {
  opacity: .8;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.opacity-81 {
  opacity: .6;
}

.phase-cards-wrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.max-width-26ch {
  max-width: 26ch;
}

.container-6 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.opacity-82 {
  opacity: .5;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  display: flex;
}

.heading-1 {
  font-size: 10.5rem;
  font-weight: 300;
  line-height: 1;
}

.phase-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.phase-cards {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35vw;
  height: 40vh;
  padding: 0;
  display: flex;
}

.team-card {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.opacity-83 {
  opacity: .6;
}

.team-wrapper {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.children-perspective {
  perspective: 1000px;
}

.team-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 48vw;
  display: flex;
}

.opacity-84 {
  opacity: .5;
}

.team-image {
  background-image: url('../images/temari-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.team-image._2 {
  background-image: url('../images/Prairie-Star-Quilt-56a7bad05f9b58b7d0ed49d5.jpg');
}

.team-image._3 {
  background-image: url('../images/https___i.etsystatic.com_13814286_r_il_b5925b_3403816127_il_fullxfull.3403816127_8cj4.jpg');
}

.team-image._4 {
  background-image: url('../images/Book-Shelfie-1-min-1024x1024-822x737-1.jpg');
}

.team-content {
  grid-column-gap: .375px;
  grid-row-gap: .375px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: .75rem;
  display: flex;
}

.team-grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.price-check-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.enterprise-text {
  margin-left: 1.5rem;
}

.price-check-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-check {
  width: .875rem;
  height: auto;
}

.price-icon {
  background-color: #393939;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .9rem;
  display: flex;
}

.price-icon.black {
  background-color: #101011;
}

.contain {
  object-fit: contain;
}

.price-card-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pricing-grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-5 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-5.text-weight-bold {
  font-family: new-york, Arial, sans-serif;
  font-weight: 400;
}

.heading-6 {
  font-size: 2rem;
  line-height: 1.15;
}

.heading-6.text-weight-medium {
  font-size: 1.5rem;
}

.heading-7 {
  font-size: 4rem;
  line-height: 1;
}

.heading-7.text-weight-bold {
  font-family: new-york, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.price-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.enterprise-content {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.price-features-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.opacity-85 {
  opacity: .5;
}

.text-size-medium {
  font-size: 1.125rem;
}

.price {
  grid-column-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper-2 {
  flex-flow: column;
  align-items: center;
  margin-top: 30vh;
  display: flex;
}

.price-check-item {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-button.enterprise {
  width: auto;
}

.enterprise-banner {
  color: #fbfbfb;
  background-color: #151515;
  border: 1px solid #393939;
  border-radius: .5rem;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem 2rem;
  text-decoration: none;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps.regular-vw-small {
  font-size: .8vw;
}

.price-card {
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #f8eee059;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-height: 55svh;
  padding: 2.5rem 2rem 4rem;
  display: flex;
}

.price-card:nth-child(2n) {
  background-color: #1f1f1f;
}

.price-card.dark-grey {
  background-color: #f6e8d380;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.text-block {
  font-weight: 400;
}

.body-2 {
  background-color: #dee6eb;
  background-image: url('../images/main-noise_1main-noise.png');
  background-size: auto;
}

.map {
  height: 100%;
  display: inline-block;
}

.fs-consent_component {
  display: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  border-radius: 16px;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 1% 1% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--accent);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd0;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--accent);
  color: #fff;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs_checkbox-label {
  display: none;
}

.fs-consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.heading-8 {
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Jost, sans-serif;
}

.button-header-white {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #d1d0ca;
  border-radius: 8px;
  align-self: center;
  font-size: 20px;
}

.button-header-white:hover {
  color: #fff;
  -webkit-text-stroke-color: #e9e9e9;
  background-color: #91ccaf;
}

.button-header-white.w--current {
  color: #ebebeb;
  background-color: #262626;
  border-radius: 8px;
  padding: 20px 30px;
  font-size: 15px;
  display: inline-block;
}

.button-header-white.w--current:hover {
  color: #fff;
  -webkit-text-stroke-color: #262626;
}

.div-block-6 {
  background-image: url('../images/IMG_2149.JPEG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.bold-text {
  font-weight: 400;
  line-height: 100%;
}

.heading-9 {
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.fn-column-6 {
  flex-direction: column;
  align-items: flex-start;
  font-family: new-york, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-10 {
  height: auto;
  font-family: Handlee, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.fn-section-408 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--main);
  background-color: #21212100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-34 {
  font-family: Jost, sans-serif;
}

.fn-container-grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.heading-11, .heading-12 {
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.fn-column-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-13 {
  height: auto;
  font-family: Handlee, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.fn-section-409 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--main);
  background-color: #21212100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: new-york, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.paragraph-35 {
  font-family: Jost, sans-serif;
}

.heading-14, .heading-15 {
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.fn-column-8 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-16 {
  height: auto;
  font-family: Handlee, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.fn-section-410 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--main);
  background-color: #21212100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: new-york, Arial, sans-serif;
  display: flex;
}

.paragraph-36 {
  font-family: Jost, sans-serif;
}

.text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.text-style-link:hover {
  color: #344054;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}

.footer-social-link {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #ffffffb8;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition-property: background-color;
  display: flex;
}

.footer-social-link:hover {
  background-color: #c5c5c5;
}

.footer-bottom-links {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-size: contain;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: 5vh;
  display: flex;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message-3 {
  background-color: #e1e7d6;
  border: 1px solid #73992e;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-logo-image {
  width: 100%;
}

.button-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  background-color: #fff0;
  border: 1.5px solid #d4d4d4;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.button-primary:hover {
  color: #333;
  background-color: #0000001a;
}

.button-primary:active {
  background-color: #d2d2d2;
}

.button-primary:focus {
  background-color: #0000001a;
  border-color: #f4f4f4;
}

.button-primary.primary-button-nav {
  min-width: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.footer-company-wrapper {
  grid-column-gap: 6vh;
  grid-row-gap: 6vh;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-message-2 {
  background-color: #f8e2e2;
  border: 1px solid #ca4949;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.paragraph-18 {
  color: var(--white);
  width: 50%;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-links {
  grid-column-gap: .5rem;
  color: #333;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-links:hover {
  color: #344054;
}

.paragraph-16 {
  color: #444;
  font-size: 16px;
  line-height: 130%;
}

.paragraph-16.paragraph-16-subdued {
  color: var(--white);
}

.footer-links-heading {
  color: #666;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.text-field {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field::placeholder {
  color: #8a8a8a;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-links-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
  display: flex;
}

.footer-link {
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #444;
}

.footer-link:active {
  color: #0e2244;
}

.footer-form-block {
  width: 100%;
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.heading-h3-2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

.footer-newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.footer-logo-wrapper {
  width: 10rem;
  margin-bottom: 2.5rem;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 3rem;
}

.footer-about-text-wrapper {
  max-width: 23rem;
}

.container-8 {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-8.container-footer {
  align-items: flex-start;
  max-width: 84rem;
}

.container-8.container-large {
  max-width: 92rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block {
  width: 40vw;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-weight: 400;
}

.form-3 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-9 {
  flex: 1;
  width: 100%;
  max-width: none;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--main);
  opacity: .5;
  background-color: #fff0;
}

.text-field-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--main);
  opacity: .5;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff0;
  outline: 3px #d9d9d9;
}

.text-block-2 {
  font-family: new-york, Arial, sans-serif;
}

.success-message-4 {
  background-color: var(--white);
  color: var(--baby-blue);
}

.error-message-3 {
  color: var(--accent);
}

._2-column-grid-image {
  aspect-ratio: 6 / 7;
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-list-grey-card {
  background-color: var(--main);
  border-radius: 1rem;
  padding: 1.5rem;
}

.feature-list-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

._2-column-grid-image-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.heading-h2-2 {
  color: var(--peach-puff);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Handlee, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-h2-2.margin-bottom-1rem {
  color: var(--contrast);
  font-family: Handlee, Arial, sans-serif;
  font-size: 40px;
}

.button-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.heading-h5 {
  margin-bottom: .75rem;
  font-family: Handlee, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}

.feature-list-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.feature-list-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-column-text-wrapper {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-list-icon-image {
  width: 1.25rem;
}

.feature-list-icon-wrapper {
  flex: none;
  width: 20px;
  height: 20px;
}

.inline-link-image {
  width: .75rem;
}

.label-heading {
  color: #666;
  letter-spacing: .04em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

._2-column-feature-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  place-items: stretch stretch;
}

.heading-small-max-width-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.image-3 {
  z-index: 5;
  width: 50%;
  max-width: none;
  position: absolute;
  inset: 30% 0% 0% 25%;
}

.text-block-3 {
  color: var(--peach-puff);
  width: auto;
  height: auto;
  font-family: Handlee, Arial, sans-serif;
  font-size: 60px;
  line-height: 45px;
  position: static;
  inset: 20% 15%;
}

.tab {
  color: #666;
  background-color: #fff0;
  border-top: 1px solid #666;
  flex-flow: column;
  width: 50%;
  max-width: 25.75rem;
  padding: 1rem 2rem;
  display: flex;
}

.tab:hover {
  opacity: 1;
  color: #444;
  border-top-color: #333;
}

.tab.w--current {
  color: #333;
  background-color: #fff0;
  border-top-width: 2px;
  border-top-color: #333;
}

.paragraph-14 {
  color: var(--main);
  font-size: 16px;
  line-height: 1.4em;
}

.heading-h4-2 {
  margin-bottom: .75rem;
  font-family: Handlee, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3em;
}

.tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.tab-content {
  width: 100%;
}

.tabs-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  width: 100%;
}

.heading-max-width-wrapper {
  width: 100%;
  max-width: 42rem;
  margin-bottom: 0;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.tab-image {
  aspect-ratio: 2.25;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  position: relative;
}

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
  line-height: 100%;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.radio-button, .radio-button-2, .radio-button-3 {
  margin-top: 0;
}

.body-3, .body-4, .body-5 {
  background-color: #dee6eb;
}

.body-6 {
  background-color: #dee6eb;
  background-image: url('../images/main-noise_1main-noise.png');
  background-size: auto;
}

.body-7, .body-8, .body-9 {
  background-color: #dee6eb;
}

.body-10, .body-11 {
  background-color: #f2f2f2;
}

.heading-17 {
  color: var(--accent);
  width: 100%;
  font-family: Handlee, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 6rem;
}

.hero-background {
  position: absolute;
  inset: 0%;
}

.arrow-2 {
  width: auto;
  height: auto;
}

.arrow-2.second {
  position: relative;
  top: 1rem;
}

.button-hero {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.button-arrow {
  position: absolute;
}

.hero-arrow-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.vertical-line-tag-2 {
  opacity: .5;
  color: #fff;
  background-color: #000;
  width: 1px;
  height: 1rem;
}

.hover-relative {
  position: relative;
}

.circular-text {
  padding: .5rem;
  position: absolute;
}

.hover-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.circle-hover {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.opacity-86 {
  opacity: .5;
}

.circle-hero {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-grid-2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  display: grid;
  position: absolute;
  inset: 0%;
}

.button-image {
  position: relative;
  inset: 0%;
}

.hero-wrapper-3 {
  background-image: linear-gradient(158deg, #fff3 13%, #fff0 22%), linear-gradient(13deg, #00000078, #0000 42%), linear-gradient(#0000001c, #0000001c), url('../images/IMG_4762-copy.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read-more-tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #efefef;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  font-size: 4.875rem;
  line-height: 1;
}

.hero-hover {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #e28e2a;
  border-radius: .0625rem .3125rem .3125rem;
  align-items: flex-start;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  left: .5rem;
  overflow: hidden;
}

.hero-heading {
  z-index: 5;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 63ch;
  margin-bottom: 0;
  margin-left: 3.5rem;
  display: flex;
  position: relative;
}

.arrow-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 1rem;
  height: .9rem;
  margin-top: .4rem;
  display: flex;
  overflow: hidden;
}

.vertical-line-tag-3 {
  opacity: .5;
  color: #fff;
  background-color: #000;
  width: 1px;
  height: 1rem;
}

.opacity-87 {
  opacity: .5;
}

.hero-grid-3 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  display: grid;
  position: absolute;
  inset: 0%;
}

.heading-19 {
  font-size: 4.875rem;
  line-height: 1;
}

.heading-19.text-weight-light {
  color: var(--white);
  font-family: Handlee, Arial, sans-serif;
  font-weight: 400;
}

.section-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
}

.text-block-4 {
  width: 50vw;
}

.div-block-8 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  display: flex;
}

.text-span-4 {
  direction: ltr;
  word-break: normal;
  font-style: normal;
}

.links {
  color: #4381d8;
}

.links:hover {
  color: #002e6f;
}

.heading-20 {
  font-family: Handlee, Arial, sans-serif;
}

.div-block-9 {
  background-color: #8ebad359;
  border-radius: 50px;
  padding: 5px;
}

.max-width-40ch-2 {
  max-width: 40ch;
}

.bento-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 4vh;
  display: flex;
}

.bento-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.max-width-80ch {
  max-width: 80ch;
}

.card-overlay {
  z-index: 1;
  background-color: #272727e6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.elipse {
  background-color: #e28e2a;
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
}

.card-image {
  position: absolute;
  inset: 0%;
}

.tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  display: flex;
}

.card-big-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 10vw;
  padding-right: 10vw;
}

.card-small {
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative-2 {
  z-index: 5;
  position: relative;
}

.card-big {
  color: var(--accent);
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  align-items: flex-start;
  width: 35%;
  height: 50vh;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-big._2 {
  width: 65%;
}

.secondary-button-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffffc7;
  border-radius: 20px;
  align-items: center;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
}

.tag-marquee {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  white-space: nowrap;
  align-items: center;
  max-width: 15rem;
  display: flex;
  overflow: hidden;
}

.bento-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bento-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-10 {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-45ch {
  color: var(--main);
  max-width: 60vw;
}

.image-5 {
  background-image: url('../images/IMG_4639-copy.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
  inset: 0%;
  overflow: clip;
}

.image-5._1 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: static;
}

.image-5.square {
  width: auto;
  height: auto;
  max-height: 100%;
}

.image-5._33 {
  background-image: linear-gradient(#00000080, #0000), url('../images/WhatsApp-Image-2025-04-10-at-16.40.38_0bef6f34.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-5._44 {
  background-image: linear-gradient(#00000040, #0000), url('../images/beautiful-shot-buildings-with-bell-tower-distance-white-sky.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-5._66 {
  background-image: url('../images/486310653_10171012235040167_4289466629452249124_n.jpg');
}

.arrow-wrapper {
  display: flex;
}

.heading-21 {
  color: var(--contrast);
  font-family: Handlee, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}

.heading-21.contrast {
  color: var(--white);
}

.heading-22 {
  font-size: 4rem;
  line-height: 1.3;
}

.max-width-60ch {
  max-width: 60ch;
}

.primary-button-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #e28e2a;
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.primary-button-4:hover {
  border-bottom-width: 4px;
}

.section-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 25vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-10 {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/IMG_4192.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 60vh;
  display: flex;
}

.div-block-10.boutique {
  background-image: linear-gradient(#0000, #0000), url('../images/WhatsApp-Image-2025-04-06-at-10.13.53_65f5b152.jpg');
}

.heading-23 {
  color: var(--main-bckg);
  font-family: Handlee, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.text-block-5 {
  margin-left: 15%;
  margin-right: 15%;
  font-size: 18px;
  line-height: 120%;
}

.tabs {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--main-bckg);
  border: 0 #000;
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
  border-style: none;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-2 {
  background-color: #8ebad352;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.tab-link-tab-2.w--current {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: #8ebad352;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.text-block-6 {
  color: var(--white);
}

.text-block-7 {
  color: var(--main);
  font-family: Handlee, Arial, sans-serif;
  font-size: 12px;
}

.slider {
  height: 60vh;
}

.slide-nav {
  display: none;
}

.section-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-13 {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0000001f;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-14 {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ededede6;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  max-width: none;
  height: 50%;
  padding: 2vw 3vw 2vw 4vw;
  display: flex;
  position: fixed;
  inset: 15% 0% 0% 15%;
}

.div-block-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-8 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 12px;
}

.text-block-9 {
  font-size: 30px;
  line-height: 100%;
}

.link-block {
  color: var(--peach-puff);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  transform: rotate(45deg);
}

.text-block-10 {
  text-align: left;
  line-height: 130%;
}

.div-block-16 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
}

.heading-24 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.paragraph-37, .tabs-content {
  width: 50vw;
}

.tab-link-tab-1-2 {
  background-color: var(--main-bckg);
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--white);
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-2-2 {
  background-color: var(--main-bckg);
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--white);
  border-radius: 20px;
}

.tabs-2 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.slider-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.slide-nav-2 {
  display: none;
}

.left-arrow {
  background-color: #37373700;
  border-radius: 100px;
  width: 5vw;
  height: 8vh;
  position: static;
}

.icon-17 {
  width: 100%;
  height: 100%;
  margin: 0;
  inset: 0%;
}

.right-arrow, .mask {
  position: static;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

.slide {
  background-image: url('../images/c0fe6500-d387-4f66-a9cf-7640ff1c5e9a.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-6 {
  width: auto;
  max-width: none;
  height: auto;
}

.text-block-10-copy {
  text-align: left;
  line-height: 130%;
}

.tab-link-tab-1-3 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-1-3.w--current {
  background-color: var(--main-bckg);
  border-radius: 20px;
}

.tab-link-tab-2-3 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--main-bckg);
  padding: 0 1vw;
}

.section-9 {
  padding-top: 10vh;
}

.section-9.workshopheadder {
  padding-top: 20vh;
}

.div-block-17 {
  background-image: linear-gradient(90deg, #00000054, #0000), url('../images/WhatsApp-Image-2025-04-11-at-09.01.31_20d5a579-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 6vw;
  padding-right: 6vw;
  display: grid;
}

.div-block-19, .div-block-20 {
  border-top: 1px solid #000;
  width: 70%;
  padding-left: 2vw;
  padding-right: 2vw;
}

.tabs-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.tabs-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
}

.tabs-menu-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border: 1px solid var(--white);
  background-color: #8ebad34d;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .5vh .3vw;
  display: flex;
  position: relative;
  bottom: 0;
}

.tab-link-tab-2-4 {
  vertical-align: baseline;
  background-color: #ddd0;
  padding: 0 1vw;
}

.tab-link-tab-2-4.w--current {
  background-color: var(--white);
  vertical-align: baseline;
  border-radius: 20px;
  flex-flow: row;
  padding: 0 1vw;
  display: block;
}

.text-block-11 {
  font-family: Jost, sans-serif;
  font-size: 9px;
  line-height: 100%;
}

.sticky-component {
  width: 50%;
  height: 90vh;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
  overflow: hidden;
}

.sticky-medium-image {
  flex: none;
  align-self: flex-end;
  width: 60%;
  height: 60vh;
  margin-top: 13.5vh;
  position: relative;
  overflow: hidden;
}

.sticky-content {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.sticky-text {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10vw;
  margin-left: 4vw;
  margin-right: 2rem;
  display: flex;
}

.sticky-paragraph {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.sticky-small-image {
  flex: none;
  align-self: flex-end;
  width: 12vw;
  height: 12vw;
  margin-top: 7.5vw;
  margin-right: 10vw;
  overflow: hidden;
}

.sticky-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.image-parallax {
  height: 110%;
}

.regular-vw {
  font-size: 1.1vw;
}

.heading-vw {
  font-size: 4.8vw;
  line-height: 1;
}

.sticky-big-image {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.content {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36vw;
  display: flex;
}

.content.max-width-34vw {
  max-width: 34vw;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 10vh 10vw;
  display: none;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-25 {
  color: var(--main);
  font-family: Handlee, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-span-5 {
  color: var(--contrast);
}

.div-block-21 {
  background-color: #8ebad363;
  border-radius: 100px;
  padding: 5px;
}

.div-block-22 {
  background-color: #8ebad38c;
  border-radius: 100px;
  padding: 5px;
}

.text-span-6 {
  color: var(--peach-puff);
}

.text-span-7 {
  color: var(--accent);
}

.tabs-menu-3 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: #8ebad354;
  border: 1px solid #fff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: .5vh .3vw;
  display: flex;
}

.div-block-23 {
  background-color: var(--white);
  border-radius: 20px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.div-block-23.asd {
  color: var(--white);
  background-color: #fff0;
}

.div-block-24 {
  background-color: #fff0;
  border-radius: 20px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.div-block-24.dsa {
  background-color: var(--white);
  color: var(--white);
}

.div-block-25 {
  background-color: var(--white);
  border-radius: 20px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.tab-link-tab-2-5 {
  background-color: var(--main-bckg);
  border: 0 #000;
  border-radius: 20px;
  padding: 0 1vw;
}

.tab-link-tab-2-5.w--current {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 20px;
  padding: 0 1vw;
}

.div-block-26 {
  background-color: var(--white);
  border-radius: 20px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.tabs-content-2 {
  height: auto;
}

.tabs-menu-4 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border: 1px solid var(--white);
  background-color: #8ebad370;
  border-radius: 30px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: .5vh .3vw;
  display: flex;
}

.tabs-menu-5 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: #8ebad354;
  border: 1px solid #fff;
  border-radius: 30px;
  width: auto;
  padding: .5vh .3vw;
  display: flex;
}

.tab-link-tab-1-4 {
  background-color: #ddd0;
  padding: 0 1vw;
}

.tab-link-tab-1-4.w--current {
  background-color: var(--white);
  border-radius: 20px;
}

.tab-link-tab-2-6 {
  background-color: #ddd0;
  padding: 0 1vw;
}

.tab-link-tab-2-6.w--current {
  background-color: var(--white);
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1vw;
  font-family: Handlee, Arial, sans-serif;
}

.tabs-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-12 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 12px;
}

.tabs-content-3 {
  padding-bottom: 2vh;
}

.tabs-menu-6 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border: 1px solid var(--white);
  background-color: #8ebad34f;
  border-radius: 30px;
  padding: .5vh .3vw;
  display: flex;
}

.tab-link-tab-1-5 {
  background-color: #ddd0;
  padding: 0 1vw;
}

.tab-link-tab-1-5.w--current {
  background-color: var(--white);
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1vw;
}

.tab-link-tab-2-7 {
  background-color: #ddd0;
  padding: 0 1vw;
}

.tab-link-tab-2-7.w--current {
  background-color: var(--white);
  border-radius: 20px;
}

.tab-link-tab-1-6 {
  background-color: #ddd0;
  padding: 0 1vw;
}

.tab-link-tab-1-6.w--current {
  background-color: var(--white);
  border-radius: 20px;
}

.text-block-13 {
  color: var(--main);
}

.heading-26 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.heading-27 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.text-block-14 {
  color: var(--white);
  font-size: 18px;
  line-height: 130%;
}

.div-block-27 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #8ebad37a;
  border-radius: 20px;
  padding: .5vh .3vw;
}

.div-block-28, .div-block-29, .div-block-30 {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #8ebad380;
  border-radius: 20px;
  padding: .5vh .3vw;
}

.slide-2 {
  background-image: url('../images/IMG_4739-copy_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_4829-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_4676-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_4685-copy.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_4725-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.tabs-menu-7 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: #8ebad36e;
  border: 1px solid #fff;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding: .5vh .5vw;
  display: flex;
  position: static;
}

.tabs-6 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 60vw;
  display: flex;
}

.div-block-31 {
  background-color: #8ebad361;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: .5vw;
  display: flex;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 12px;
}

.div-block-32 {
  background-color: #8ebad357;
  border-radius: 50px;
  padding: .5vh .3vw;
}

.div-block-33 {
  background-color: #8ebad359;
  border-radius: 50px;
  padding: .5vh .3vw;
}

.div-block-34 {
  background-color: #8ebad366;
  border-radius: 50px;
  padding: .5vh .3vw;
}

.slide-7 {
  background-image: url('../images/IMG_4659-copy-2xc.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/WhatsApp-Image-2025-04-10-at-17.40.19_297e79f9-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/IMG_6768.JPEG');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/IMG_6770.JPEG');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/IMG_6780.JPEG');
  background-position: 50%;
  background-size: cover;
}

.link {
  color: var(--contrast);
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-7 {
  width: 100%;
  height: auto;
  display: none;
  overflow: visible;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 20vh;
  padding-bottom: 5vh;
}

.brix---heading-h2-size {
  color: var(--contrast);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Handlee, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  color: var(--baby-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Handlee, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---text-center {
  text-align: center;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---paragraph-default {
  color: var(--main);
  margin-bottom: 0;
  font-family: Handlee, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-300-bold {
  color: var(--contrast);
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---text-200-medium {
  color: var(--peach-puff);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3vh 4vw;
  display: flex;
}

.brix---avatar-circle-05-border {
  border: 6px solid var(--elements-webflow-library--neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 50%;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.image-8 {
  width: 80%;
  max-width: none;
}

.paragraph-38 {
  text-align: center;
  margin-bottom: 0;
}

.div-block-35 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-36 {
  background-color: #d3d3d359;
  border-radius: 50px;
  padding: 5px;
  display: flex;
}

.icon-18, .icon-19 {
  color: var(--peach-puff);
}

.image-9 {
  background-color: #ffaf475e;
  border-radius: 100px;
  display: inline-block;
}

.tab-pane-tab-2 {
  text-align: center;
}

.div-block-37 {
  border-top: 1px solid #000;
  flex-flow: column;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.tabs-menu-8 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  background-color: #8ebad34d;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: .5vh;
  display: flex;
  position: static;
}

.tabs-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2-8 {
  background-color: var(--main-bckg);
  border-radius: 20px;
  padding: 0 1vh;
}

.tab-link-tab-2-8.w--current {
  background-color: var(--white);
}

.text-block-24, .text-block-25 {
  font-family: Handlee, Arial, sans-serif;
  font-size: 12px;
  line-height: 200%;
}

.tab-link-tab-1-7 {
  background-color: var(--main-bckg);
  border-radius: 20px;
  padding: 0 1vh;
}

.tab-link-tab-1-7.w--current {
  background-color: var(--white);
  border-radius: 20px;
  padding: 0 1vh;
}

.slide-12 {
  background-image: url('../images/WhatsApp-Image-2025-04-06-at-16.32.08_d6a6d741.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-123 {
  background-image: url('../images/ecf2c56d-5862-40bd-ae3b-e8e7073025bf.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-2 {
  color: var(--main-bckg);
  font-weight: 500;
}

.link-3, .link-4 {
  color: var(--main);
  font-weight: 500;
}

.div-block-39 {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.div-block-40 {
  background-image: url('../images/WhatsApp-Image-2025-04-10-at-16.52.07_fbd91988.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 6vw;
  height: 6vw;
}

.div-block-41 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  line-height: 110%;
}

.text-block-26 {
  line-height: 120%;
}

.text-new {
  color: var(--white);
  text-align: center;
  width: 70%;
  font-family: Jost, sans-serif;
  line-height: 110%;
}

.slide256 {
  background-image: url('../images/WhatsApp-Image-2025-04-10-at-17.42.19_10aa4e4d.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-257 {
  background-image: url('../images/WhatsApp-Image-2025-04-10-at-17.42.20_f715d084.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-258 {
  background-image: url('../images/IMG_2769.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-259 {
  background-image: url('../images/WhatsApp-Image-2025-04-12-at-19.10.11_ceff8787.jpg');
  background-position: 50%;
  background-size: cover;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .section.section-greeting {
    margin-top: 0;
  }

  .container {
    max-width: none;
  }

  .container.container-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.container-quality {
    padding-top: 0;
  }

  .greeting-wrapper {
    width: 100%;
  }

  .greeting_first-line {
    margin-bottom: 30px;
  }

  .greeting_first-img-wrapper {
    border-radius: 195px;
  }

  .img {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .greeting-title {
    text-align: left;
    letter-spacing: -.055em;
    font-size: 100px;
  }

  .title-span.greeting-three-line {
    margin-left: 148px;
  }

  .title-span.quality-second-line {
    margin-left: 385px;
  }

  .title-span.refinementt-second-line {
    margin-left: 267px;
  }

  .title-span.refinementt-four-line {
    margin-left: 292px;
  }

  .title-span.insta-second-line {
    margin-left: 214px;
  }

  .greeting-content {
    grid-auto-columns: 1fr;
  }

  .catalog-rotate_img {
    border-radius: 50%;
  }

  .wrapper-nawbar {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .about-box {
    width: 100%;
  }

  .about-text {
    margin-left: 0;
  }

  .second-title {
    text-align: left;
  }

  .second-title.refinement-title {
    font-size: 79px;
  }

  .greeting-first-line {
    margin-left: 279px;
  }

  .greeting-second-line {
    margin-left: 29px;
    padding-left: 0;
  }

  .quality-first-line {
    margin-left: 289px;
  }

  .quality-three-line {
    margin-left: 20px;
  }

  .refinementt-first-line {
    margin-left: 197px;
  }

  .refinementt-three-line.span-bckg.addimg2 {
    margin-left: 99px;
  }

  .refinementt-five-line.span-bckg.addimg3 {
    margin-left: 122px;
  }

  .insta-first-line {
    margin-left: 0;
  }

  .greeting-last-line {
    margin-left: 91px;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rsvp-image-inner-wrapper {
    max-width: 600px;
    max-height: 800px;
  }

  .schedule-image {
    opacity: .8;
    filter: blur(2px);
    border-radius: 0;
    width: 100%;
  }

  .schedule-image-wrapper {
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden;
  }

  ._4-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .max-width-70ch {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    display: flex;
  }

  .text-size-small.text-weight-medium {
    font-size: 1rem;
    font-weight: 400;
  }

  .about-hero-image {
    background-color: #fff;
  }

  .hero-video {
    z-index: 1;
    opacity: .75;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .max-width-40ch {
    max-width: none;
  }

  .image-2 {
    max-height: 100%;
  }

  .about-features-image {
    background-image: url('../images/IMG_7065.JPEG');
    background-position: 50%;
    background-size: cover;
  }

  .about-features-image._5 {
    background-image: url('../images/IMG_2769.JPEG');
    background-position: 50%;
    background-size: cover;
  }

  .about-features-image._6 {
    background-image: url('../images/IMG_2151.JPEG');
  }

  .header {
    width: 50vw;
    max-width: none;
  }

  .phase-number {
    opacity: .3;
  }

  .phase-cards {
    background-color: #faecdd00;
    width: 35vw;
    display: block;
  }

  .team-image {
    background-image: url('../images/temari-1.jpg');
    background-position: 50%;
    background-size: cover;
    height: 40vh;
  }

  .team-image._2 {
    background-image: url('../images/Prairie-Star-Quilt-56a7bad05f9b58b7d0ed49d5.jpg');
  }

  .team-image._3 {
    background-image: url('../images/https___i.etsystatic.com_13814286_r_il_b5925b_3403816127_il_fullxfull.3403816127_8cj4.jpg');
  }

  .team-image._4 {
    background-image: url('../images/Book-Shelfie-1-min-1024x1024-822x737-1.jpg');
  }

  .team-grid {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
    flex-flow: column;
    display: flex;
  }

  .price-icon {
    padding: .3rem .5rem;
  }

  .heading-7.text-weight-bold {
    font-size: 3rem;
  }

  .price {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-column-grid-image {
    border-radius: 100vw;
  }

  .heading-h5 {
    margin-top: 6px;
  }

  .image-3 {
    z-index: 5;
    opacity: 1;
    width: 50%;
    height: auto;
    display: block;
    position: absolute;
    inset: auto auto 30% 25%;
  }

  .text-block-3 {
    z-index: 2;
    color: var(--peach-puff);
    text-align: left;
    font-family: Handlee, Arial, sans-serif;
    font-size: 60px;
    line-height: 50px;
    display: block;
    position: static;
    inset: 20% 15%;
  }

  .image-4 {
    width: 100%;
    max-width: none;
    height: 20%;
  }

  .radio-button-field {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .radio-button, .radio-button-2, .radio-button-3 {
    margin-left: 0;
  }

  .card-image {
    background-color: #585858;
    overflow: hidden;
  }

  .secondary-button-2 {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .image-5 {
    width: auto;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .image-5._1 {
    opacity: 1;
    background-color: #a5a5a5;
    height: auto;
  }

  .image-5.square {
    height: auto;
    max-height: 100%;
  }

  .heading-21.contrast {
    color: var(--white);
  }

  .div-block-10 {
    background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_4192.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-23 {
    color: var(--white);
  }

  .div-block-17 {
    background-image: linear-gradient(90deg, #00000047, #0000), url('../images/WhatsApp-Image-2025-04-11-at-09.01.31_20d5a579-copy.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-span-7 {
    color: var(--accent);
  }

  .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
    border-radius: 24px;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    max-width: 600px;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section.section-greeting {
    margin-top: 0;
  }

  .section.section-greeting.details {
    padding-bottom: 10vh;
  }

  .section.section-navigation {
    z-index: 100;
  }

  .section.section-movie {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.section--instagram {
    z-index: 9;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .container.container-about {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.container-movie {
    flex-direction: column;
    justify-content: center;
  }

  .container.container-lines {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 33px;
    padding-right: 33px;
    display: grid;
  }

  .greeting_first-line {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img {
    position: static;
  }

  .greeting-title {
    text-align: center;
    font-size: 80px;
  }

  .greeting-title.greeting-title--flex {
    font-size: 60px;
  }

  .title-span {
    font-style: normal;
  }

  .title-span.greeting-three-line {
    margin-left: 0;
  }

  .title-span.quality-second-line.title-span--italic {
    margin-left: 72px;
  }

  .title-span.refinementt-second-line, .title-span.refinementt-four-line {
    margin-left: 0;
  }

  .title-span.insta-second-line {
    margin-left: 24px;
  }

  .title-span.title-span--italic {
    font-style: italic;
  }

  .greeting-content {
    grid-template-columns: 1fr 1fr;
  }

  .greeting_second-img-wrapper, .greeting_second-img-wrapper.m0 {
    display: none;
  }

  .catalog-btn-wrapper.movie-btn {
    margin-top: 30px;
    margin-left: 0;
  }

  .wrapper-nawbar {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    padding-left: 4vw;
  }

  .nav-link {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    display: block;
  }

  .nav-link.dark._22 {
    color: var(--main);
    font-size: 20px;
  }

  .nav-link.var {
    font-size: 16px;
  }

  .search-btn {
    display: none;
  }

  .search-btn.small-size {
    margin-left: auto;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    background-color: var(--baby-blue);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 105vh;
    padding-top: 100px;
    padding-left: 6vw;
  }

  .about-box {
    grid-template-columns: 1fr 1fr;
  }

  .about-content {
    margin-right: 30px;
  }

  .about-text {
    max-width: 100%;
  }

  .about-picture_wrapper.ml40 {
    max-width: 290px;
  }

  .about-picture_wrapper.padding {
    width: 290px;
    height: 386px;
  }

  .about-picture_wrapper.mt200 {
    min-width: auto;
    max-width: 290px;
    margin-top: 0;
  }

  .second-title.white.mleft {
    text-align: left;
    font-size: 60px;
  }

  .second-title.white.ml40.align-left {
    margin-left: 0;
  }

  .second-title.white.align-left {
    margin-left: 75px;
    font-size: 60px;
  }

  .second-title.white.movie-title {
    text-align: left;
    font-size: 60px;
  }

  .second-title.about-first-line {
    text-align: right;
    width: 50%;
    margin-left: 0;
    font-size: 60px;
  }

  .second-title.refinement-title {
    font-size: 60px;
  }

  .second-title.about-title {
    text-align: center;
    justify-content: center;
    padding-left: 112px;
    font-size: 60px;
    display: block;
  }

  .second-title.quality {
    font-size: 60px;
  }

  .second-title.title-insta {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 60px;
    display: flex;
  }

  .quality-main {
    grid-template-columns: 1fr 1fr;
  }

  .quality-content {
    max-width: 100%;
  }

  .quality-text {
    margin-bottom: 40px;
    padding-right: 15px;
  }

  .quality-list_number {
    font-size: 40px;
  }

  .movie-title_wrapper {
    text-align: center;
    margin-right: auto;
  }

  .refinementt-string_btn {
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .refinementt-string_btn.absolute {
    grid-template-columns: 1fr;
    margin-bottom: auto;
    bottom: 275px;
  }

  .price-box {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
  }

  .price-content {
    margin-top: 90px;
  }

  .price-link {
    font-size: 60px;
  }

  .form-box {
    width: 100%;
  }

  .instagram-pictures {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .instagram-title_wrp {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .footer-top {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-descr {
    padding-right: 10%;
  }

  .footer-address {
    text-align: center;
  }

  .footer-contacts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 50px;
    display: grid;
  }

  .link-footer.nav-link {
    font-size: 16px;
  }

  .footer-phone.nav-link {
    margin-top: 0;
    font-size: 25px;
  }

  .footer-email {
    text-align: right;
    justify-content: flex-end;
  }

  .footer-email.nav-link {
    font-size: 25px;
  }

  .greeting-first-line {
    text-align: center;
    white-space: normal;
    margin-left: 0;
    padding-left: 195px;
  }

  .container-lines_inner {
    width: 100%;
  }

  .container-lines_inner.four-line, .container-lines_inner.three-line {
    display: none;
  }

  .greeting-second-line {
    white-space: normal;
    margin-left: 0;
    margin-right: 164px;
  }

  .title-secondary-box {
    font-size: 60px;
  }

  .quality-first-line {
    margin-left: 0;
    padding-right: 154px;
  }

  .quality-three-line {
    margin-left: 0;
    padding-left: 37px;
  }

  .refinementt-first-line, .refinementt-three-line.span-bckg.addimg2, .refinementt-five-line.span-bckg.addimg3 {
    margin-left: 0;
  }

  .insta-first-line {
    text-align: left;
    margin-left: 0;
  }

  .price-image {
    object-fit: cover;
    object-position: 50% 40%;
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    height: 100%;
  }

  .price-image.second-image {
    min-width: 250px;
  }

  .btn-close {
    justify-content: center;
    align-items: center;
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: relative;
  }

  .btn-close-line {
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .3s linear;
    display: block;
  }

  .menu-button {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .star {
    left: 7px;
  }

  .star.star-3.star-mini, .star.star-5.star-mini {
    display: none;
  }

  .star.star-6.star-mini {
    left: 48.6%;
  }

  .star.star-8.star-mini {
    left: 23px;
  }

  .star.star-9.star-mini {
    left: auto;
    right: 22px;
  }

  .star.star-10.star-mini {
    left: 49%;
  }

  .star.star-12.star-mini {
    right: 23px;
  }

  .star.star-13.star-mini {
    top: 57%;
    left: 49%;
  }

  .star.star-15.star-mini {
    left: 23px;
  }

  .star.star-16.star-mini {
    right: 22px;
  }

  .star.star-17.star-mini {
    bottom: 160px;
    left: auto;
  }

  .star.star-19.star-mini, .star.star-20.star-mini, .star.star-21.star-mini {
    right: 22px;
  }

  .star.star-23.staar-mini {
    left: 22px;
  }

  .star.star-24 {
    right: 48.9%;
  }

  .nav-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 5vh;
  }

  .nav-menu-item {
    margin-bottom: 15px;
  }

  .text-span {
    margin-left: 87px;
  }

  .text-span-2 {
    text-align: right;
    margin-left: 0;
    margin-right: 52px;
  }

  .greeting-last-line {
    text-align: right;
    white-space: normal;
    align-self: center;
    margin-left: 0;
    padding-left: 86px;
    padding-right: 0;
  }

  .catalog-btn {
    width: 50%;
    margin-left: auto;
  }

  .greeting_second-img-inner {
    position: static;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .video_wall {
    margin-top: -20vh;
  }

  .hero-image-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .paragraph-20 {
    font-size: 1rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
  }

  .hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-h3 {
    font-size: 2.5rem;
  }

  .paragraph-21 {
    font-size: 1.25rem;
  }

  .rsvp-image-wrapper {
    border-radius: 1rem;
  }

  .rsvp-image {
    justify-content: center;
    align-items: center;
  }

  .rsvp-text-container {
    padding: 1.5rem;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rsvp-image-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rsvp-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .paragraph-22 {
    font-size: 1.25rem;
  }

  .heading-h2 {
    font-size: 3.5rem;
  }

  .schedule-image-wrapper {
    height: 20vh;
  }

  ._4-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .faq-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .heading-2 {
    font-size: 4.5rem;
  }

  .container-3 {
    padding-top: 15vh;
  }

  .form-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .form-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 4.5rem;
  }

  .hero-wrapper {
    margin-top: 15vh;
  }

  .max-width-50ch {
    max-width: none;
  }

  .about-features-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .text-size-large {
    font-size: 1.4rem;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-header {
    max-width: none;
  }

  .about-features-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-4 {
    font-size: 2.75rem;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .header {
    max-width: 70vw;
  }

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .phase-cards-header {
    max-width: none;
  }

  .heading-1 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .phase-cards {
    width: 40vw;
    height: 40vh;
    padding: 3rem 2.5rem;
  }

  .team-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .team-header {
    max-width: none;
  }

  .team-image {
    height: auto;
  }

  .team-grid {
    flex-flow: column;
    display: flex;
  }

  .enterprise-text {
    margin-left: 0;
  }

  .price-check-list {
    padding-left: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 4.5rem;
  }

  .heading-6 {
    font-size: 1.75rem;
  }

  .heading-7 {
    font-size: 3.5rem;
  }

  .enterprise-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero-wrapper-2 {
    margin-top: 40vh;
  }

  .enterprise-banner {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .text-weight-medium.caps.regular-vw-small {
    font-size: 1rem;
  }

  .price-card {
    min-height: auto;
  }

  .button-header-white, .button-header-white.w--current {
    color: #fff9ea;
  }

  .fn-section-408 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-409, .fn-section-410 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-18 {
    font-size: 1rem;
  }

  .footer-newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .footer-form-block {
    min-width: auto;
  }

  .heading-h3-2 {
    font-size: 2.5rem;
  }

  .footer-newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-block {
    width: 60vw;
  }

  ._2-column-grid-image {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
  }

  ._2-column-grid-image-wrapper {
    border-radius: 1rem;
  }

  .heading-h2-2 {
    font-size: 2rem;
  }

  ._2-column-text-wrapper {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._2-column-feature-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-3 {
    width: 10%;
    left: 45%;
  }

  .text-block-3 {
    font-size: 60px;
    line-height: 35px;
  }

  .tab {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.5rem;
  }

  .heading-max-width-wrapper {
    margin-bottom: 1.5rem;
  }

  .section-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tab-image {
    aspect-ratio: 2;
  }

  .circular-text {
    height: 7rem;
  }

  .hero-grid-2 {
    display: none;
  }

  .hero-wrapper-3 {
    justify-content: flex-end;
    align-items: stretch;
    height: 100svh;
    display: flex;
  }

  .heading-18 {
    font-size: 3rem;
  }

  .hero-heading {
    max-width: 50ch;
  }

  .hero-grid-3 {
    display: none;
  }

  .heading-19 {
    font-size: 3rem;
  }

  .bento-row {
    flex-flow: column;
  }

  .card-small {
    order: 1;
    width: 100%;
  }

  .card-big, .card-big._2 {
    width: 100%;
  }

  .bento-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-10 {
    max-width: 90vw;
  }

  .image-5.square {
    max-width: 100%;
    max-height: none;
  }

  .image-5._66 {
    background-image: url('../images/486310653_10171012235040167_4289466629452249124_n.jpg');
  }

  .heading-21 {
    font-size: 2rem;
  }

  .heading-22 {
    font-size: 2.7rem;
  }

  .tabs-menu-2 {
    padding-left: .7vw;
    padding-right: .7vw;
  }

  .sticky-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .sticky-wrapper {
    margin-top: 8rem;
  }

  .regular-vw {
    font-size: 1rem;
  }

  .heading-vw {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .content, .content.max-width-34vw {
    max-width: none;
  }

  .container-11 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .tabs-menu-3 {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .tabs-menu-4 {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
    padding-left: .7vw;
    padding-right: .7vw;
  }

  .tabs-menu-5, .tabs-menu-6 {
    padding-left: .7vw;
    padding-right: .7vw;
  }

  .heading-27 {
    font-size: 50px;
  }

  .tabs-6 {
    max-width: 80vw;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .image-8 {
    width: 100%;
  }

  .div-block-38 {
    background-color: #000;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 100px;
  }

  .section.section-greeting {
    margin-top: 0;
  }

  .section.section-movie {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.section-form {
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .section.section--instagram {
    margin-bottom: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-about {
    grid-template-columns: 1fr;
  }

  .container.container-lines {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .greeting_first-line {
    grid-template-columns: 1fr 1fr;
  }

  .greeting-title, .greeting-title.greeting-title--flex {
    font-size: 49px;
  }

  .title-span.about-second-line {
    padding-right: 5px;
  }

  .title-span.quality-second-line.title-span--italic {
    margin-left: 0;
  }

  .title-span.insta-second-line {
    margin-left: 20px;
  }

  .title-span.pr160 {
    margin-right: 42px;
    padding-right: 0;
  }

  .greeting-content {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .greeting_second-img-wrapper {
    display: none;
  }

  .greeting-text {
    text-align: center;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .greeting-text_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .catalog-btn-wrapper.m0.insta-btnn {
    margin-left: 0;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
  }

  .nav-menu {
    padding-top: 90px;
    padding-left: 15px;
  }

  .about-box {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-content {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-right: 10px;
    display: flex;
  }

  .about-text {
    text-align: center;
    max-width: 600px;
  }

  .about-picture_wrapper.ml40 {
    max-width: 290px;
    margin-top: 0;
  }

  .about-picture_wrapper.padding, .about-picture_wrapper.mt200 {
    display: none;
  }

  .img-arch.amg-oval-about {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .second-title {
    font-size: 49px;
  }

  .second-title.white.mleft {
    margin-left: 0;
    font-size: 49px;
  }

  .second-title.white.ml40.align-left {
    margin-right: 70px;
  }

  .second-title.white.align-left {
    margin-left: 0;
    font-size: 49px;
  }

  .second-title.white.movie-title {
    text-align: left;
    font-size: 49px;
  }

  .second-title.about-first-line {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    font-size: 49px;
  }

  .second-title.refinement-title {
    font-size: 49px;
  }

  .second-title.about-title {
    direction: rtl;
    text-align: center;
    white-space: nowrap;
    align-self: flex-end;
    width: 100%;
    padding-left: 0;
    font-size: 49px;
  }

  .second-title.quality {
    text-align: left;
    font-size: 49px;
  }

  .second-title.title-insta {
    font-size: 49px;
  }

  .quality-main {
    display: flex;
  }

  .quality-content {
    width: 100%;
  }

  .quality-text {
    text-align: left;
    padding-right: 0;
  }

  .movie-title_wrapper {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .refinementt-string_btn {
    grid-template-columns: 1fr;
  }

  .refinementt-string_btn.absolute {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .price-content {
    margin-top: 0;
  }

  .price-link {
    font-size: 49px;
  }

  .form-box {
    width: 100%;
  }

  .instagram-pictures {
    display: none;
  }

  .instagram-title_wrp {
    margin-bottom: 30px;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-descr {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-address {
    text-align: center;
    width: 100%;
  }

  .footer-contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    place-items: center start;
    margin-top: 40px;
    display: flex;
  }

  .link-footer.nav-link {
    padding: 5px;
    font-size: 14px;
    line-height: 200%;
  }

  .footer-phone {
    font-size: 22px;
  }

  .footer-phone.nav-link {
    padding-bottom: 0;
    line-height: 170%;
  }

  .footer-email {
    font-size: 22px;
  }

  .footer-email.nav-link {
    padding-bottom: 0;
    line-height: 170%;
  }

  .greeting-first-line {
    padding-left: 0;
  }

  .container-lines_inner.three-line {
    display: none;
  }

  .greeting-second-line {
    align-self: center;
    margin-right: 0;
    padding-left: 0;
  }

  .title-secondary-box {
    flex-direction: column;
    display: flex;
  }

  .title-secondary-box.title-secondary-box--transfrom-to-right {
    transform: translate(50%);
  }

  .quality-first-line {
    padding-right: 0;
  }

  .quality-three-line {
    padding-left: 0;
  }

  .span-bckg.addimg1 {
    padding-right: 0;
  }

  .refinementt-three-line.span-bckg.addimg2 {
    padding-left: 0;
  }

  .refinementt-five-line.span-bckg.addimg3 {
    padding-right: 0;
  }

  .insta-first-line {
    margin-left: 87px;
  }

  .price-image, .star.star-1 {
    display: none;
  }

  .star.star-2 {
    top: 32%;
  }

  .star.star-4.star-mini {
    right: 4px;
  }

  .star.star-5.star-mini {
    top: 39%;
    left: 9px;
  }

  .star.star-6.star-mini {
    top: 100%;
    left: 1px;
  }

  .star.star-7 {
    right: -11px;
  }

  .star.star-8.star-mini {
    top: 39%;
    left: 4px;
  }

  .star.star-9.star-mini {
    right: 4px;
  }

  .star.star-10.star-mini {
    left: 48.5%;
  }

  .star.star-11 {
    top: -15%;
    left: -10px;
  }

  .star.star-12.star-mini {
    right: 4px;
  }

  .star.star-13.star-mini {
    left: 48.5%;
  }

  .star.star-15.star-mini {
    left: 4px;
  }

  .star.star-16.star-mini {
    right: 4px;
  }

  .star.star-17.star-mini {
    bottom: 200px;
  }

  .star.star-18 {
    left: -10px;
  }

  .star.star-19.star-mini {
    right: 4px;
  }

  .star.star-20.star-mini {
    bottom: -60px;
    left: auto;
    right: 48.3%;
  }

  .star.star-21.star-mini {
    right: 4px;
  }

  .star.star-22.star-mini {
    top: 150%;
  }

  .star.star-23.staar-mini {
    left: 4px;
  }

  .star.star-24 {
    display: none;
  }

  .text-span {
    object-fit: fill;
    margin-left: 197px;
  }

  .text-span-2 {
    margin-right: 17px;
  }

  .greeting-last-line {
    text-align: center;
    letter-spacing: -.05em;
    align-self: center;
    padding-left: 0;
  }

  .catalog-btn {
    width: auto;
    margin-left: 0;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-image-inner-wrapper {
    width: 80%;
  }

  .paragraph-20 {
    width: 100%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .paragraph-21 {
    width: 100%;
  }

  .rsvp-image-wrapper {
    width: 75%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rsvp-line {
    width: 100%;
    margin-left: 0%;
  }

  .section-3 {
    position: relative;
  }

  .rsvp-grid {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .paragraph-22 {
    width: 100%;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .paragraph-32 {
    font-size: 2rem;
  }

  .schedule-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .spacer-medium {
    min-height: 1.5rem;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-2, .heading-3 {
    font-size: 4rem;
  }

  .container-4 {
    margin-top: 0;
    padding-top: 104px;
  }

  .hero-wrapper {
    margin-top: 5vh;
  }

  .double-button-component.margin-top-button-features {
    margin-top: 0;
  }

  .text-size-large {
    font-size: 1.3rem;
  }

  .max-width-33ch {
    max-width: none;
  }

  .about-features-wrapper {
    margin-top: 6rem;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-features-image {
    height: 20rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .header {
    max-width: none;
  }

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .heading-1 {
    font-size: 6.5rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .phase-cards {
    width: 80vw;
    height: 40vh;
    padding: 2.5rem 2rem;
  }

  .team-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .heading-5 {
    font-size: 4rem;
  }

  .heading-6 {
    font-size: 1.5rem;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-10 {
    font-size: 60px;
  }

  .fn-section-408 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .heading-13 {
    font-size: 60px;
  }

  .fn-section-409 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .heading-16 {
    font-size: 60px;
  }

  .fn-section-410 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: .75rem;
  }

  .paragraph-18 {
    width: 70%;
    line-height: 1.5rem;
  }

  .footer-links:hover {
    color: #667085;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 1.375rem;
  }

  .heading-h3-2 {
    font-size: 2rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .footer-logo-wrapper {
    width: 15rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
  }

  .container-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._2-column-grid-image {
    aspect-ratio: 3 / 2;
    border-radius: .75rem;
  }

  ._2-column-grid-image-wrapper {
    width: 100%;
  }

  .heading-h2-2 {
    font-size: 1.75rem;
  }

  .heading-h5 {
    font-size: 18px;
  }

  ._2-column-feature-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    font-size: 40px;
    line-height: 35px;
  }

  .tab {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-14 {
    font-size: .75rem;
  }

  .tab-image {
    aspect-ratio: 3 / 2;
  }

  .button-hero {
    display: none;
    position: relative;
    left: 0;
  }

  .heading-18 {
    font-size: 2.7rem;
  }

  .hero-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-19 {
    font-size: 2.7rem;
  }

  .text-block-4 {
    width: 60vw;
  }

  .bento-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-big {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .image-5._1 {
    width: auto;
    height: 100%;
  }

  .image-5.square {
    max-width: none;
    max-height: 100%;
  }

  .heading-21 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-22 {
    font-size: 2.5rem;
  }

  .section-7 {
    padding-top: 10vh;
  }

  .div-block-10 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-23 {
    text-align: center;
    line-height: 100%;
  }

  .tabs-content {
    width: 70vw;
  }

  .slider-3 {
    height: 40vh;
  }

  .sticky-component {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .sticky-medium-image {
    margin-top: 6rem;
  }

  .sticky-content {
    width: 100%;
    padding-bottom: 0;
  }

  .sticky-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 2rem;
  }

  .sticky-paragraph {
    max-width: none;
  }

  .sticky-small-image {
    width: 10rem;
    height: 10rem;
    margin-top: 4rem;
    margin-right: 4rem;
  }

  .sticky-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .heading-vw {
    font-size: 2.5rem;
  }

  .features-list {
    padding: 60px 15px;
  }

  .tabs-menu-3, .tabs-menu-4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

  .div-block-40 {
    width: 12vw;
    height: 12vw;
  }
}

@media screen and (max-width: 479px) {
  .section.section-greeting {
    margin-top: 0;
    padding-bottom: 10vh;
  }

  .section.section-greeting.details {
    padding-top: 0;
  }

  .section.section-greeting.whereweare {
    margin-top: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.section-quality {
    z-index: 8;
  }

  .section.section-movie {
    z-index: 15;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.section-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.section--instagram {
    z-index: 9;
  }

  .container {
    z-index: 0;
    max-width: none;
  }

  .greeting-title.greeting-title--flex {
    font-size: 30px;
  }

  .title-span.about-second-line {
    margin-left: 0;
    padding-right: 0;
  }

  .title-span.insta-second-line {
    margin-left: 0;
  }

  .greeting-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .greeting-text {
    margin-bottom: 0;
  }

  .greeting-text_wrapper {
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
  }

  .nav-menu {
    grid-column-gap: 8vh;
    grid-row-gap: 8vh;
  }

  .about-box {
    grid-template-columns: 1fr;
  }

  .about-content {
    align-items: flex-start;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .about-text {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-picture_wrapper.ml40 {
    border: 1px solid #a75b1333;
    border-radius: 500px;
    max-width: none;
    height: 458px;
    margin-top: 0;
    padding: 15px 11px;
  }

  .img-arch.amg-oval-about {
    border-radius: 500px;
    height: 100%;
    min-height: auto;
  }

  .second-title {
    font-size: 40px;
  }

  .second-title.white.mleft {
    align-self: flex-end;
    font-size: 40px;
  }

  .second-title.white.ml40.align-left {
    margin-right: 0;
    padding-left: 22px;
  }

  .second-title.white.align-left, .second-title.white.movie-title {
    font-size: 40px;
  }

  .second-title.about-first-line {
    text-align: left;
    width: 100%;
    font-size: 40px;
  }

  .second-title.refinement-title {
    font-size: 40px;
  }

  .second-title.about-title {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    font-size: 40px;
  }

  .second-title.quality, .second-title.title-insta {
    text-align: left;
    font-size: 40px;
  }

  .quality-content {
    margin-left: 0;
  }

  .quality-text {
    text-align: left;
    margin-bottom: 30px;
  }

  .quality-list_number {
    font-size: 40px;
  }

  .movie-title_wrapper {
    align-items: flex-start;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .refinementt-string_btn {
    margin-top: 40px;
  }

  .price-content {
    margin-top: 0;
  }

  .price-link {
    font-size: 40px;
  }

  .input {
    height: 50px;
  }

  .btn-send {
    width: 100%;
    height: 57px;
    margin-top: 20px;
    position: relative;
  }

  .instagram-title_wrp {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 15vh;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .footer-descr, .footer-address {
    text-align: center;
  }

  .footer-contacts {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: -10px;
  }

  .link-footer {
    text-align: center;
    justify-content: center;
    width: 50%;
  }

  .link-footer.nav-link {
    align-self: auto;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 200%;
  }

  .footer-phone {
    font-size: 25px;
  }

  .footer-email {
    text-align: center;
    justify-content: center;
  }

  .footer-email.nav-link {
    margin-left: auto;
    margin-right: auto;
  }

  .greeting-first-line {
    text-align: left;
    margin-left: 0;
  }

  .greeting-second-line {
    width: 100%;
    margin-left: 0;
  }

  .title-secondary-box {
    width: 100%;
  }

  .insta-first-line {
    text-align: left;
    margin-left: 0;
  }

  .hidden-span {
    display: none;
  }

  .star.star-10.star-mini {
    left: 47%;
  }

  .star.star-11 {
    display: none;
    top: 33%;
  }

  .star.star-13.star-mini {
    left: auto;
  }

  .star.star-20.star-mini {
    right: 47%;
  }

  .star.star-22.star-mini {
    top: 175%;
  }

  .big-star.big-star1 {
    top: 700px;
  }

  .big-star.big-star3 {
    top: 220px;
  }

  .big-star.big-star5 {
    z-index: -22;
    top: -400px;
    right: -50%;
  }

  .big-star.big-star6 {
    bottom: -700px;
  }

  .big-star.big-star0 {
    top: -400px;
    left: -600px;
  }

  .nav-menu-list {
    padding-left: 4vw;
  }

  .greeting-last-line {
    display: none;
  }

  .section-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .video_wall {
    margin-top: -10vh;
  }

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .hero-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-image-inner-wrapper {
    width: 100%;
  }

  .heading-h1 {
    font-size: calc(.75rem + 9vw);
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .rsvp-image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .rsvp-title-container, .text-points-container {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .container-2 {
    flex-wrap: nowrap;
  }

  .rsvp-image-inner-wrapper {
    border-radius: 2.3rem;
    width: 100%;
    position: static;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .rsvp-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-h2 {
    font-size: 2.75rem;
  }

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .schedule-image-wrapper {
    width: 75%;
  }

  ._4-column-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .faq-component {
    grid-template-columns: 1fr;
  }

  .button-elipse {
    width: 20rem;
    height: 20rem;
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .form-2, .form-wrapper, .primary-button-3 {
    width: 100%;
  }

  .button-wrapper {
    justify-content: space-between;
    width: auto;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .secondary-button {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .heading-3 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .secondary-button-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-1 {
    font-size: 5rem;
  }

  .phase-cards-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .phase-cards {
    width: 100vw;
    height: 40vh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-5 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

  .heading-7 {
    font-size: 2.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .hero-wrapper-2 {
    margin-top: 50vh;
  }

  .price-button {
    align-items: stretch;
  }

  .enterprise-banner {
    text-align: center;
  }

  .map {
    width: 100%;
    position: static;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .button-header-white, .button-header-white.w--current {
    color: #fff9ea;
  }

  .heading-10, .heading-13, .heading-16 {
    font-size: 30px;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-company-wrapper {
    max-width: 97vw;
  }

  .footer-title {
    margin-bottom: .5rem;
  }

  .paragraph-18 {
    width: 80%;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .heading-h3-2 {
    font-size: 1.75rem;
  }

  .footer-logo-wrapper {
    width: 12rem;
    margin-bottom: 2rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container-8 {
    flex-wrap: nowrap;
  }

  .form-block {
    width: 90vw;
  }

  .heading-h2-2.margin-bottom-1rem {
    font-size: 40px;
    line-height: 100%;
  }

  .heading-h5 {
    font-size: 18px;
  }

  .section-4 {
    padding-top: 0;
  }

  .image-3 {
    width: 40%;
    top: 25%;
    left: 30%;
  }

  .text-block-3 {
    font-size: 30px;
    line-height: 25px;
  }

  .tab {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .div-block-7 {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-17 {
    font-size: 3rem;
    line-height: 100%;
  }

  .overlay-mobile {
    z-index: 2;
    background-image: none;
    height: 50vh;
    position: absolute;
    inset: auto 0% 0;
  }

  .hero-wrapper-3 {
    background-image: linear-gradient(13deg, #00000078, #0000 42%), linear-gradient(#0000001c, #0000001c), url('../images/IMG_4762-copy.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .read-more-tag-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .heading-18, .heading-19 {
    font-size: 2.5rem;
  }

  .text-block-4 {
    width: 70vw;
    line-height: 150%;
  }

  .div-block-8 {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
  }

  .bento-wrapper {
    margin-top: 0;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-45ch {
    max-width: 80vw;
  }

  .image-5._1 {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .image-5.square {
    max-height: 100%;
  }

  .heading-21 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .heading-22 {
    font-size: 2.2rem;
  }

  .heading-23 {
    font-size: 60px;
  }

  .heading-24 {
    line-height: 100%;
  }

  .tab-link-tab-1-3, .tab-link-tab-2-3, .tab-link-tab-2-3.w--current {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-9.workshopheadder {
    padding-top: 10vh;
  }

  .div-block-18 {
    flex-flow: column;
    display: flex;
  }

  .div-block-19, .div-block-20 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-2 {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .heading-vw {
    font-size: 2.2rem;
  }

  .content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .container-11 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .tabs-menu-3 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .tabs-menu-4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .tabs-menu-5, .tabs-menu-6 {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .heading-26 {
    line-height: 100%;
  }

  .heading-27 {
    font-size: 40px;
    line-height: 100%;
  }

  .tabs-menu-7 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 130%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .image611 {
    height: 100%;
  }

  .div-block-40 {
    width: 16vw;
    height: 16vw;
  }

  .list-2 {
    padding-left: 20px;
  }
}

#w-node-_3a256b0f-3e39-07a6-ddd9-e55d40b61ab2-ecb0f956 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_90abc17c-4920-df04-cfa8-4c1cdfdf301a-ecb0f956 {
  align-self: stretch;
}

#w-node-_69d71992-4376-8253-f296-eccb11a3a8ca-6ce8deed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d71992-4376-8253-f296-eccb11a3a8e8-6ce8deed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b73ae584-ae02-4ed4-3f8f-732d4e92e508-6ce8deed {
  align-self: stretch;
}

#w-node-_36132949-e022-16f3-0fdd-1ff55f6ca4e6-4d1c6895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36132949-e022-16f3-0fdd-1ff55f6ca518-4d1c6895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8fb66280-504c-3df9-a570-6729ee8320ff-4d1c6895, #w-node-fb2b7aab-2335-0388-43e4-3044e97f5469-cfc498bd {
  align-self: stretch;
}

#w-node-_4948ce7d-d24d-dfda-8581-6fb7a6362257-c8ea335c, #w-node-_5e832689-5fe8-fd00-a06c-a8f25e2b75a7-c8ea335c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51a8b3ea-3bc2-5cd6-18a0-7fdb99e9c000-c8ea335c {
  align-self: stretch;
}

#w-node-_91a72dcb-cdea-0cd1-dd01-8e4fbec70eef-27751e92 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_91a72dcb-cdea-0cd1-dd01-8e4fbec70fad-27751e92 {
  grid-area: span 4 / span 8 / span 4 / span 8;
}

#w-node-_91a72dcb-cdea-0cd1-dd01-8e4fbec70fae-27751e92 {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: center;
}

#w-node-d2aaa12c-7ddb-1db1-d9c6-346fb8177cc7-27751e92 {
  align-self: stretch;
}

#w-node-_3dfc82e2-f756-26f1-11c4-467a938c0fa2-8b669659 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_3dfc82e2-f756-26f1-11c4-467a938c0fdd-8b669659 {
  grid-area: span 4 / span 8 / span 4 / span 8;
}

#w-node-_3dfc82e2-f756-26f1-11c4-467a938c0fde-8b669659 {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: center;
}

#w-node-_247eb2df-aca7-8f64-3011-d0544be1d51a-8b669659 {
  align-self: stretch;
}

#w-node-b3b64b8f-f255-a05a-52f8-a53e63133f0b-75a0e53e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-b3b64b8f-f255-a05a-52f8-a53e63133f46-75a0e53e {
  grid-area: span 4 / span 8 / span 4 / span 8;
}

#w-node-b3b64b8f-f255-a05a-52f8-a53e63133f47-75a0e53e {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: center;
}

#w-node-_4b347d84-7b56-763f-d2ff-520c4d6f8fef-75a0e53e {
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-fe194786-ae10-d36a-3e63-99681f497be4-cfc498bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a256b0f-3e39-07a6-ddd9-e55d40b61ab2-ecb0f956 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91a72dcb-cdea-0cd1-dd01-8e4fbec70eef-27751e92, #w-node-_3dfc82e2-f756-26f1-11c4-467a938c0fa2-8b669659, #w-node-b3b64b8f-f255-a05a-52f8-a53e63133f0b-75a0e53e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_69d71992-4376-8253-f296-eccb11a3a8e8-6ce8deed, #w-node-_36132949-e022-16f3-0fdd-1ff55f6ca518-4d1c6895, #w-node-ab2c644d-2117-a6d8-c065-76ae6ed2a355-cfc498bd {
    order: -9999;
  }

  #w-node-_91a72dcb-cdea-0cd1-dd01-8e4fbec70eef-27751e92 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3dfc82e2-f756-26f1-11c4-467a938c0fa2-8b669659 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3dfc82e2-f756-26f1-11c4-467a938c0fdd-8b669659 {
    grid-area: span 4 / span 8 / span 4 / span 8;
  }

  #w-node-b3b64b8f-f255-a05a-52f8-a53e63133f0b-75a0e53e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b3b64b8f-f255-a05a-52f8-a53e63133f46-75a0e53e {
    grid-area: span 4 / span 8 / span 4 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91a72dcb-cdea-0cd1-dd01-8e4fbec70eef-27751e92 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Handlee';
  src: url('../fonts/Handlee-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'new-york';
  src: url('../fonts/behance-6425c75e2e8bb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}