/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/sections.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.front-page-hero {
  position: relative;
  margin-top: 0;
}
.front-page-hero__container {
  width: 100%;
  max-width: 132rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__container {
    align-items: center;
  }
}
.front-page-hero__background {
  height: auto;
}
.front-page-hero__background img {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 639px) {
  .front-page-hero__background img {
    height: 100vh;
  }
}
.front-page-hero__background .background-image-desktop {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__background .background-image-desktop {
    display: block;
  }
}
.front-page-hero__background .background-image-tablet {
  display: none;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background .background-image-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__background .background-image-tablet {
    display: none;
  }
}
.front-page-hero__background .background-image-mobile {
  display: block;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background .background-image-mobile {
    display: none;
  }
}
.front-page-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
  padding-top: 10rem;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1439px) {
  .front-page-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.front-page-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
  color: var(--white);
  text-align: center;
}
@media only screen and (min-width: 479px) {
  .front-page-hero__headline {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 639px) {
  .front-page-hero__headline {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__headline {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__headline {
    font-size: 6.4rem;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.front-page-hero__description {
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__description {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
.front-page-hero__description-mobile {
  font-size: 2rem;
  line-height: 1.12;
  color: var(--black);
  font-weight: 500;
  width: 80%;
  margin: 0;
  padding-bottom: 3rem;
  font-family: "area-normal";
}
@media only screen and (min-width: 639px) {
  .front-page-hero__description-mobile {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__description-mobile {
    display: none;
  }
}
.front-page-hero__button {
  animation: slide-down 1s ease 500ms backwards;
  font-weight: 700;
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
}
.front-page-hero__button svg path {
  transition: stroke 0.35s ease;
}
.front-page-hero__button:hover {
  color: var(--white);
  background-color: var(--black);
}
.front-page-hero__button:hover svg path {
  stroke: var(--white);
}
.front-page-hero__button--mobile {
  font-size: 1.2rem;
  padding: 0.6rem 2rem;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__button--mobile {
    display: none;
  }
}
.front-page-hero__button--desktop {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__button--desktop {
    padding: 0.8rem 2.6rem;
    display: flex;
    position: absolute;
    font-size: 1.6rem;
    left: 0;
    right: 0;
    bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-page-hero__bottom-decorations {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background: #fff;
  padding: 2rem;
  display: none;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__bottom-decorations {
    display: flex;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
.front-page-hero__decoration {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.front-page-hero__decoration-icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: #4C5C68;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page-hero__decoration-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--white);
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__decoration-icon {
    width: 5.4rem;
    height: 5.4rem;
  }
  .front-page-hero__decoration-icon svg {
    width: 3rem;
    height: 3rem;
  }
}
.front-page-hero__decoration-text {
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__decoration-text {
    font-size: 1.6rem;
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.section-articles {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-articles__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .section-articles__container {
    flex-direction: row;
  }
}
.section-articles__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .section-articles__column.left {
    max-width: 40rem;
  }
}
.section-articles__column-inner-container {
  position: sticky;
  top: 4rem;
}
.section-articles__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .section-articles__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.section-articles__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "area-normal", sans-serif;
}
@media only screen and (min-width: 639px) {
  .section-articles__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section-articles__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.we-create {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .we-create {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.we-create__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 2rem;
}
.we-create__container.reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 959px) {
  .we-create__container.reverse {
    flex-direction: row;
  }
}
@media only screen and (min-width: 959px) {
  .we-create__container {
    flex-direction: row;
  }
}
.we-create__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .we-create__column.left {
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .we-create__column.right {
    padding-top: 6rem;
    width: 50%;
  }
}
.we-create__tagline {
  margin-bottom: 2rem;
}
.we-create__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .we-create__heading {
    font-size: 4.2rem;
    width: 100%;
  }
}
.we-create__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .we-create__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.we-create__image-container {
  position: relative;
}
.we-create__image img {
  border-radius: 4rem;
}
.we-create__image-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.8rem;
  font-family: "Fraunces", serif;
}
.we-create .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.we-create li.list-item {
  width: 100%;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
  position: relative;
  font-weight: 500;
  padding-left: 3rem;
}
@media only screen and (min-width: 1279px) {
  .we-create li.list-item {
    font-size: 1.6rem;
  }
}
.we-create li.list-item:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFQ0Y1RjQiLz4KPHBhdGggZD0iTTEyLjYzNjIgOC45NTY3MUw5LjY4MTkzIDExLjkxMDdDOS40NjMxNyAxMi4xMjk1IDkuMTA4MyAxMi4xMjk1IDguODg5MzMgMTEuOTEwN0w3LjM2NDMzIDEwLjM4NTZDNy4xNDU0OCAxMC4xNjY4IDcuMTQ1NDggOS44MTE5MSA3LjM2NDMzIDkuNTkzMDZDNy41ODMyMiA5LjM3NDE4IDcuOTM4MDYgOS4zNzQxOCA4LjE1Njg1IDkuNTkyOThMOS4yODU3NSAxMC43MjE5TDExLjg0MzUgOC4xNjQxQzEyLjA2MjQgNy45NDUyMiAxMi40MTczIDcuOTQ1MzggMTIuNjM2MSA4LjE2NDFDMTIuODU0OSA4LjM4Mjk1IDEyLjg1NDkgOC43Mzc3NCAxMi42MzYyIDguOTU2NzFaIiBmaWxsPSIjMUExQTFBIi8+Cjwvc3ZnPgo=);
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.form-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.form-section__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 3.2rem;
}
@media only screen and (min-width: 959px) {
  .form-section__container {
    flex-direction: row;
  }
}
.form-section__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .form-section__column.left {
    max-width: 40rem;
  }
}
.form-section__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .form-section__heading {
    font-size: 8rem;
    width: 100%;
  }
}
.form-section__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 639px) {
  .form-section__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .form-section__text {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.form-section form {
  background-color: #F5F5F5;
  padding: 4rem 2rem 1rem;
  margin: 0;
  font-family: "area-normal", sans-serif;
}
@media only screen and (min-width: 1279px) {
  .form-section form {
    padding: 4rem 8rem 1rem;
  }
}
.form-section .row-control {
  margin-bottom: 2.4rem;
  display: flex;
  width: 100%;
}
.form-section .row-control-two {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-direction: column;
  row-gap: 2.4rem;
}
@media only screen and (min-width: 959px) {
  .form-section .row-control-two {
    flex-direction: row;
  }
}
.form-section .row-half {
  width: 50%;
}
.form-section .form-control {
  display: flex;
  width: 100%;
}
.form-section .form-control .wpcf7-form-control-wrap {
  width: 100%;
}
.form-section .form-control input {
  width: 100%;
  background-color: transparent;
  padding: 1.2rem 1.2rem 1.3rem;
  outline: none;
  box-shadow: none;
  border: none;
  color: var(--black);
  border-bottom: 1px solid #677C6D;
}
.form-section .form-control input::-moz-placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
.form-section .form-control input::placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .form-section .form-control input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-section .form-control input::placeholder {
    font-size: 1.6rem;
  }
}
.form-section .textarea-control {
  margin-bottom: 2rem;
}
.form-section .textarea-control textarea {
  width: 100%;
  background-color: transparent;
  padding: 1.2rem 1.2rem 1.3rem;
  outline: none;
  box-shadow: none;
  border: none;
  color: var(--black);
  border-bottom: 1px solid #677C6D;
  height: 12rem;
  font-size: 1.2rem;
}
.form-section .textarea-control textarea::-moz-placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
.form-section .textarea-control textarea::placeholder {
  font-family: "area-control", sans-serif;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .form-section .textarea-control textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-section .textarea-control textarea::placeholder {
    font-size: 1.6rem;
  }
}
.form-section input[type=submit] {
  background-color: #263B36;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Afacad", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.2rem 2rem;
  display: flex;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
}
.form-section .wpcf7-acceptance {
  margin-bottom: 1rem;
  display: flex;
}
.form-section .wpcf7-acceptance span {
  font-size: 1.2rem;
  font-family: "area-normal", sans-serif;
}
.form-section .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
  background-color: #46b450;
  color: var(--white);
  padding: 1rem 2rem;
}
.form-section .wpcf7 form.failed .wpcf7-response-output,
.form-section .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
  background-color: #dc3232;
  color: var(--white);
}
.form-section .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
  background-color: #f56e28;
  color: var(--white);
}
.form-section .wpcf7 form.invalid .wpcf7-response-output,
.form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.form-section .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--yellow); /* Yellow */
  background-color: var(--yellow);
  color: var(--white);
}
.form-section .wpcf7-form-control.wpcf7-acceptance {
  margin-bottom: 2rem;
}
.form-section .wpcf7-form-control.wpcf7-acceptance span {
  margin: 0;
}
.form-section .wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1279px) {
  .form-section .wpcf7-form-control.wpcf7-acceptance label {
    align-items: center;
  }
}
.form-section .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
  flex-shrink: 0;
}

.contact-section {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 1279px) {
  .contact-section {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.contact-section__container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .contact-section__container {
    flex-direction: row;
  }
}
.contact-section__map-container {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .contact-section__map-container {
    width: 65%;
  }
}
.contact-section__info-container {
  display: flex;
  flex-direction: column;
  background-color: #F3F2F2;
  padding: 4rem;
}
@media only screen and (min-width: 1279px) {
  .contact-section__info-container {
    width: 35%;
  }
}
.contact-section__heading {
  font-size: 4rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  width: 50%;
}
@media only screen and (min-width: 1279px) {
  .contact-section__heading {
    font-size: 4.2rem;
    width: 100%;
  }
}
.contact-section__item {
  margin-bottom: 2rem;
}
.contact-section__item-text {
  margin: 0;
}
.contact-section__item-text a {
  text-decoration: none;
  color: var(--black);
}
.contact-section__image-container {
  position: relative;
}
.contact-section__item {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.contact-section__item-image {
  width: 2rem;
  height: 2rem;
}
.contact-section__image-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.8rem;
  font-family: "Fraunces", serif;
}

.beauty-zone {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .beauty-zone {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.beauty-zone__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (min-width: 959px) {
  .beauty-zone__container {
    flex-direction: row;
  }
}
.beauty-zone__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .beauty-zone__column.left {
    padding-top: 6rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .beauty-zone__column.right {
    width: 50%;
  }
}
.beauty-zone__tagline {
  margin-bottom: 2rem;
}
.beauty-zone__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .beauty-zone__heading {
    font-size: 4.2rem;
    width: 100%;
  }
}
.beauty-zone__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .beauty-zone__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.beauty-zone__image-container {
  position: relative;
}
.beauty-zone__image img {
  border-radius: 4rem;
}
.beauty-zone__image-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.8rem;
  font-family: "Fraunces", serif;
}

.about-section {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 1279px) {
  .about-section {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.about-section__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .about-section__container {
    flex-direction: row;
  }
}
.about-section__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .about-section__column.left {
    padding-top: 6rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .about-section__column.right {
    width: 50%;
  }
}
.about-section__tagline {
  margin-bottom: 2rem;
}
.about-section__heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .about-section__heading {
    font-size: 4.2rem;
    width: 100%;
    font-size: 4rem;
  }
}
.about-section__text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .about-section__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.about-section__image-container {
  position: relative;
}
.about-section__image img {
  border-radius: 2rem;
}
@media only screen and (min-width: 1279px) {
  .about-section__image img {
    border-radius: 4rem;
  }
}
.about-section__image-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 0.8rem 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: var(--white);
  font-size: 1.4rem;
  font-family: "Fraunces", serif;
}
@media only screen and (min-width: 1279px) {
  .about-section__image-text {
    font-size: 1.8rem;
    border-radius: 1rem;
  }
}
.about-section .button {
  margin-top: 3rem;
}
.about-section .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.about-section li.list-item {
  width: 100%;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
  position: relative;
  font-weight: 500;
  padding-left: 3rem;
}
@media only screen and (min-width: 1279px) {
  .about-section li.list-item {
    font-size: 1.6rem;
  }
}
.about-section li.list-item:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFQ0Y1RjQiLz4KPHBhdGggZD0iTTEyLjYzNjIgOC45NTY3MUw5LjY4MTkzIDExLjkxMDdDOS40NjMxNyAxMi4xMjk1IDkuMTA4MyAxMi4xMjk1IDguODg5MzMgMTEuOTEwN0w3LjM2NDMzIDEwLjM4NTZDNy4xNDU0OCAxMC4xNjY4IDcuMTQ1NDggOS44MTE5MSA3LjM2NDMzIDkuNTkzMDZDNy41ODMyMiA5LjM3NDE4IDcuOTM4MDYgOS4zNzQxOCA4LjE1Njg1IDkuNTkyOThMOS4yODU3NSAxMC43MjE5TDExLjg0MzUgOC4xNjQxQzEyLjA2MjQgNy45NDUyMiAxMi40MTczIDcuOTQ1MzggMTIuNjM2MSA4LjE2NDFDMTIuODU0OSA4LjM4Mjk1IDEyLjg1NDkgOC43Mzc3NCAxMi42MzYyIDguOTU2NzFaIiBmaWxsPSIjMUExQTFBIi8+Cjwvc3ZnPgo=);
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.section-privacy {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
.section-privacy__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .section-privacy__heading {
    font-size: 8rem;
  }
}
.section-privacy__text {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1279px) {
  .section-privacy__text {
    font-size: 1.4rem;
  }
}
.section-privacy .list {
  padding-left: 3rem;
}
.section-privacy .list-item {
  margin-bottom: 1rem;
}

.about-us {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .about-us {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.about-us__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (min-width: 959px) {
  .about-us__container {
    flex-direction: row;
  }
}
.about-us__column {
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .about-us__column.left {
    padding-top: 6rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .about-us__column.right {
    width: 50%;
  }
}
.about-us__tagline {
  margin-bottom: 2rem;
}
.about-us__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .about-us__heading {
    font-size: 4.2rem;
    width: 100%;
  }
}
.about-us__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .about-us__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.about-us__image-container {
  position: relative;
}
.about-us__image img {
  border-radius: 4rem;
}
.about-us__image-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.8rem;
  font-family: "Fraunces", serif;
}
.about-us .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.about-us li.list-item {
  width: 100%;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
  position: relative;
  font-weight: 500;
  padding-left: 3rem;
}
@media only screen and (min-width: 1279px) {
  .about-us li.list-item {
    font-size: 1.6rem;
  }
}
.about-us li.list-item:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFQ0Y1RjQiLz4KPHBhdGggZD0iTTEyLjYzNjIgOC45NTY3MUw5LjY4MTkzIDExLjkxMDdDOS40NjMxNyAxMi4xMjk1IDkuMTA4MyAxMi4xMjk1IDguODg5MzMgMTEuOTEwN0w3LjM2NDMzIDEwLjM4NTZDNy4xNDU0OCAxMC4xNjY4IDcuMTQ1NDggOS44MTE5MSA3LjM2NDMzIDkuNTkzMDZDNy41ODMyMiA5LjM3NDE4IDcuOTM4MDYgOS4zNzQxOCA4LjE1Njg1IDkuNTkyOThMOS4yODU3NSAxMC43MjE5TDExLjg0MzUgOC4xNjQxQzEyLjA2MjQgNy45NDUyMiAxMi40MTczIDcuOTQ1MzggMTIuNjM2MSA4LjE2NDFDMTIuODU0OSA4LjM4Mjk1IDEyLjg1NDkgOC43Mzc3NCAxMi42MzYyIDguOTU2NzFaIiBmaWxsPSIjMUExQTFBIi8+Cjwvc3ZnPgo=);
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-section {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.blog-section__heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .blog-section__heading {
    font-size: 4.2rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}

.posts {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 1279px) {
  .posts {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.posts__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .posts__container {
    flex-direction: row;
  }
}

.faq-section {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-section {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.faq-section__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-section__heading {
    font-size: 4.2rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.faq-section__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-section__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.faq-depilacja {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.faq-depilacja__column-container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .faq-depilacja__column-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja__column.left {
    padding-top: 6rem;
    width: 60%;
  }
}
.faq-depilacja__column.right {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja__column.right {
    width: 40%;
  }
}
.faq-depilacja__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja__heading {
    font-size: 4.2rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.faq-depilacja__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.faq-depilacja__image img {
  border-radius: 2rem;
}
.faq-depilacja__content-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: absolute;
  padding: 4rem;
  bottom: 4rem;
  left: 0;
  right: 0;
}
.faq-depilacja__content-heading {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja__content-heading {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }
}
.faq-depilacja__content-text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .faq-depilacja__content-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.faq-massage {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-massage {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.faq-massage__column-container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .faq-massage__column-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .faq-massage__column.left {
    padding-top: 6rem;
    width: 60%;
  }
}
.faq-massage__column.right {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 1279px) {
  .faq-massage__column.right {
    width: 40%;
  }
}
.faq-massage__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-massage__heading {
    font-size: 4.2rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.faq-massage__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .faq-massage__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.faq-massage__image img {
  border-radius: 2rem;
}
.faq-massage__content-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: absolute;
  padding: 4rem;
  bottom: 4rem;
  left: 0;
  right: 0;
}
.faq-massage__content-heading {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .faq-massage__content-heading {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }
}
.faq-massage__content-text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .faq-massage__content-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.intro-section {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .intro-section {
    padding-top: 9.6rem;
    padding-bottom: 6.4rem;
  }
}
.intro-section__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .intro-section__heading {
    font-size: 4.2rem;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.intro-section__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .intro-section__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.price-list-section {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.price-list-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
}
.price-list-section__column-container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .price-list-section__column-container {
    flex-direction: row;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.price-list-section__column {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: calc(50% - 3rem);
}

.our-offer {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 1279px) {
  .our-offer {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.our-offer__heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .our-offer__heading {
    font-size: 4.2rem;
    width: 100%;
    font-size: 4rem;
  }
}
.our-offer__text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .our-offer__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.calendar-section {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 1279px) {
  .calendar-section {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
.calendar-section__heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .calendar-section__heading {
    width: 100%;
    font-size: 6.4rem;
  }
}
.calendar-section__text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .calendar-section__text {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.calendar-section .button {
  margin-top: 3rem;
}

.massage-types {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .massage-types {
    padding-bottom: 6.4rem;
  }
}
.massage-types__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (min-width: 639px) {
  .massage-types__items {
    flex-direction: row;
  }
}
@media only screen and (min-width: 959px) {
  .massage-types__items {
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.massage-types__item {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 639px) {
  .massage-types__item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 959px) {
  .massage-types__item {
    flex-direction: row;
    width: calc(25% - 1.5rem);
  }
}
.massage-types__item-heading {
  font-size: 2rem;
}
.massage-types__item-text {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.massage-types__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1279px) {
  .massage-types__heading {
    font-size: 4.2rem;
    width: 100%;
  }
}
.massage-types__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .massage-types__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.massage-types__image-container {
  position: relative;
}
.massage-types__item-image img {
  border-radius: 2rem;
}
.massage-types__image-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.8rem;
  font-family: "Fraunces", serif;
}

.massage-visit {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (min-width: 1279px) {
  .massage-visit {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
}
.massage-visit__heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .massage-visit__heading {
    width: 100%;
    font-size: 6.4rem;
  }
}
.massage-visit__text {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
  color: var(--white);
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1279px) {
  .massage-visit__text {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.massage-visit .button {
  margin-top: 3rem;
}

.two-columns {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 1279px) {
  .two-columns {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.two-columns__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  flex-direction: column;
  row-gap: 4.8rem;
}
.two-columns__column {
  width: 100%;
}
.two-columns__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .two-columns__heading {
    font-size: 4.2rem;
    width: 100%;
  }
}
.two-columns__text {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .two-columns__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.two-columns .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.two-columns li.list-item {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Figtree", sans-serif;
  position: relative;
  font-weight: 500;
  padding-left: 3rem;
}
@media only screen and (min-width: 1279px) {
  .two-columns li.list-item {
    font-size: 1.6rem;
  }
}
.two-columns li.list-item:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFQ0Y1RjQiLz4KPHBhdGggZD0iTTEyLjYzNjIgOC45NTY3MUw5LjY4MTkzIDExLjkxMDdDOS40NjMxNyAxMi4xMjk1IDkuMTA4MyAxMi4xMjk1IDguODg5MzMgMTEuOTEwN0w3LjM2NDMzIDEwLjM4NTZDNy4xNDU0OCAxMC4xNjY4IDcuMTQ1NDggOS44MTE5MSA3LjM2NDMzIDkuNTkzMDZDNy41ODMyMiA5LjM3NDE4IDcuOTM4MDYgOS4zNzQxOCA4LjE1Njg1IDkuNTkyOThMOS4yODU3NSAxMC43MjE5TDExLjg0MzUgOC4xNjQxQzEyLjA2MjQgNy45NDUyMiAxMi40MTczIDcuOTQ1MzggMTIuNjM2MSA4LjE2NDFDMTIuODU0OSA4LjM4Mjk1IDEyLjg1NDkgOC43Mzc3NCAxMi42MzYyIDguOTU2NzFaIiBmaWxsPSIjMUExQTFBIi8+Cjwvc3ZnPgo=);
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

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