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

body {
  font-family: "DM Sans", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

header {
  font-family: "DM Serif Display", serif;
  font-size: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  header {
    background-color: #f8f1e8;
  }
}

.hero-desktop {
  width: 100%;
  display: flex;
  position: relative;
}
.hero-desktop .hero-desktop__left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 3rem 10%;
}
@media (max-width: 1400px) {
  .hero-desktop .hero-desktop__left-wrapper {
    padding: 3rem 6%;
  }
}
.hero-desktop .hero-desktop__left-wrapper .hero-desktop__left-wrapper__title {
  font-family: "DM Serif Display", serif;
  font-size: 45px;
  margin-bottom: 2rem;
}
.hero-desktop .hero-desktop__left-wrapper .hero-desktop__left-wrapper__description {
  font-size: 20px;
  margin-bottom: 4rem;
}
.hero-desktop .hero-desktop__left-wrapper .hero-desktop__left-wrapper__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 4rem;
  background-color: #000000;
  color: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.hero-desktop .hero-desktop__main-img {
  width: 50%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.hero-desktop .hero-desktop__floated-img-wrapper {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 10px;
  background-color: #f8f1e8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 1100px) {
  .hero-desktop .hero-desktop__floated-img-wrapper {
    left: 53%;
    width: 140px;
    height: 140px;
  }
}
.hero-desktop .hero-desktop__floated-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-desktop {
    display: none;
  }
}

.hero-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}
.hero-mobile .hero-mobile__img-wrapper {
  width: 100%;
  background-color: #f8f1e8;
  display: flex;
  justify-content: center;
  height: 120px;
}
.hero-mobile .hero-mobile__img-wrapper img {
  height: 150px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-10px, 20px);
}
.hero-mobile .hero-mobile__title {
  padding: 0 2rem;
  text-align: center;
  font-size: 28px;
  font-family: "DM Serif Display", serif;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.hero-mobile .hero-mobile__description {
  padding: 0 1rem;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .hero-mobile {
    display: none;
  }
}

.section-1-desktop {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f8f1e8;
  padding: 10rem 4rem 6rem 4rem;
}
@media (max-width: 1200px) {
  .section-1-desktop {
    padding: 10rem 2rem 6rem 2rem;
  }
}
.section-1-desktop .section-1-desktop__title-wrapper {
  flex: 2;
  display: flex;
  flex-direction: column;
  transform: translate(55%, 0%);
  z-index: 1;
}
@media (max-width: 1400px) {
  .section-1-desktop .section-1-desktop__title-wrapper {
    transform: translate(45%, 0%);
  }
}
@media (max-width: 1200px) {
  .section-1-desktop .section-1-desktop__title-wrapper {
    transform: translate(35%, 0%);
  }
}
.section-1-desktop .section-1-desktop__title-wrapper .section-1-desktop__title {
  font-family: "DM Serif Display", serif;
  text-decoration: underline;
  font-size: 45px;
  line-height: 65px;
  margin-bottom: 1rem;
}
.section-1-desktop .section-1-desktop__title-wrapper .section-1-desktop__sub-title {
  font-size: 17px;
}
.section-1-desktop .section-1-desktop__img-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 4rem 2rem 0 2rem;
  background-color: #d3bfae;
}
.section-1-desktop .section-1-desktop__img-wrapper .section-1-desktop__img-wrapper__main-img {
  max-height: 400px;
}
.section-1-desktop .section-1-desktop__img-wrapper .section-1-desktop__img-wrapper__floated-img-1 {
  position: absolute;
  bottom: -2rem;
  left: -10rem;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1050px) {
  .section-1-desktop .section-1-desktop__img-wrapper .section-1-desktop__img-wrapper__floated-img-1 {
    display: none;
  }
}
.section-1-desktop .section-1-desktop__img-wrapper .section-1-desktop__img-wrapper__floated-img-2 {
  position: absolute;
  top: -2rem;
  right: -10rem;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1050px) {
  .section-1-desktop .section-1-desktop__img-wrapper .section-1-desktop__img-wrapper__floated-img-2 {
    display: none;
  }
}
.section-1-desktop .section-1-desktop__description-wrapper {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-direction: column;
  padding-bottom: 4rem;
}
.section-1-desktop .section-1-desktop__description-wrapper p {
  width: 90%;
  font-size: 17px;
}
@media (max-width: 767px) {
  .section-1-desktop {
    display: none;
  }
}

.section-1-mobile {
  padding: 0rem 1rem 2rem 1rem;
  background-color: #f8f1e8;
}
.section-1-mobile .section-1-mobile__title {
  font-family: "DM Serif Display", serif;
  text-decoration: underline;
  font-size: 28px;
  margin-bottom: 1rem;
  transform: translateY(2rem);
  z-index: 2;
  position: relative;
}
.section-1-mobile .section-1-mobile__img-wrapper {
  width: 100%;
  position: relative;
}
.section-1-mobile .section-1-mobile__img-wrapper .section-1-mobile__img-wrapper__main-img-wrapper {
  width: 75%;
  display: flex;
  justify-content: center;
  padding: 2rem 2rem 0 2rem;
  background-color: #d3bfae;
}
.section-1-mobile .section-1-mobile__img-wrapper .section-1-mobile__img-wrapper__main-img-wrapper img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-1-mobile .section-1-mobile__img-wrapper .section-1-mobile__img-wrapper__floated-img-1 {
  position: absolute;
  z-index: 1;
  top: -1rem;
  right: 2rem;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-1-mobile .section-1-mobile__img-wrapper .section-1-mobile__img-wrapper__floated-img-2 {
  position: absolute;
  z-index: 1;
  top: 6rem;
  right: 2rem;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-1-mobile .section-1-mobile__description {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-1-mobile {
    display: none;
  }
}

.section-2-desktop {
  background-color: #f8f1e8;
  padding: 2rem 10rem;
}
@media (max-width: 1050px) {
  .section-2-desktop {
    padding: 2rem 6rem;
  }
}
.section-2-desktop .section-2-desktop__wrapper {
  background-color: #ffffff;
  display: flex;
  gap: 3rem;
  padding: 3rem 2rem;
}
.section-2-desktop .section-2-desktop__wrapper .section-2-desktop__wrapper__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.section-2-desktop .section-2-desktop__wrapper .section-2-desktop__wrapper__card p {
  font-family: "DM Serif Display", serif;
  font-size: 25px;
}
.section-2-desktop .section-2-desktop__wrapper .section-2-desktop__wrapper__card span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-2-desktop {
    display: none;
  }
}

.section-2-mobile {
  background-color: #f8f1e8;
  padding: 3rem 0rem;
  position: relative;
  overflow: hidden;
}
.section-2-mobile::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #685c4d;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-2-mobile::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #685c4d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-2-mobile .section-2-mobile__wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.section-2-mobile .section-2-mobile__wrapper .section-2-mobile__wrapper__card {
  flex: 0 0 100vw;
  margin-right: 10px;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.section-2-mobile .section-2-mobile__wrapper .section-2-mobile__wrapper__card:last-child {
  margin-right: 0;
}
.section-2-mobile .section-2-mobile__wrapper .section-2-mobile__wrapper__card img {
  width: 70px;
  height: 70px;
}
.section-2-mobile .section-2-mobile__wrapper .section-2-mobile__wrapper__card p {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
}
.section-2-mobile .section-2-mobile__wrapper .section-2-mobile__wrapper__card span {
  font-size: 14px;
}
.section-2-mobile .section-2-mobile__prev-btn {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: none;
}
.section-2-mobile .section-2-mobile__next-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .section-2-mobile {
    display: none;
  }
}

.section-3-desktop {
  background-color: #f8f1e8;
  padding: 5rem 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3-desktop img {
  max-height: 350px;
}
.section-3-desktop .section-3-desktop__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform: translateX(-2rem);
}
.section-3-desktop .section-3-desktop__wrapper p {
  font-family: "DM Serif Display", serif;
  font-size: 50px;
  line-height: 54px;
}
.section-3-desktop .section-3-desktop__wrapper span {
  font-size: 17px;
}
@media (max-width: 767px) {
  .section-3-desktop {
    display: none;
  }
}

.section-3-mobile {
  padding: 1rem 1rem 3rem 1rem;
  background-color: #f8f1e8;
  display: flex;
  flex-direction: column;
}
.section-3-mobile .section-3-mobile__title {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  transform: translateY(2rem);
}
.section-3-mobile img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-3-mobile .section-3-mobile__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 14px;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section-3-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-4.alt > img {
    order: 2;
  }
  .section-4.alt > .section-4__wrapper {
    order: 1;
  }
}
.section-4 {
  display: flex;
}
@media (max-width: 767px) {
  .section-4 {
    flex-direction: column;
  }
}
.section-4 img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section-4 img {
    width: 100%;
  }
}
.section-4 .section-4__wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 10%;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-4 .section-4__wrapper {
    width: 100%;
  }
}
.section-4 .section-4__wrapper .section-4__wrapper__title {
  font-family: "DM Serif Display", serif;
  font-size: 35px;
}
.section-4 .section-4__wrapper .section-4__wrapper__title.underline {
  text-decoration: underline;
}
.section-4 .section-4__wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-4 .section-4__wrapper ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.section-4 .section-4__wrapper ul li p {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
}
.section-4 .section-4__wrapper ul li img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1150px) {
  .section-4 .section-4__wrapper ul li img {
    width: 70px;
  }
}
.section-4 .section-4__wrapper ul li span {
  font-size: 17px;
}
.section-4 .section-4__wrapper .section-4__wrapper__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-5 {
  background-color: #f8f1e8;
  display: flex;
  flex-direction: column;
  padding: 5rem 10rem 0 10rem;
  align-items: center;
}
@media (max-width: 1200px) {
  .section-5 {
    padding: 5rem 4rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .section-5 {
    padding: 0;
  }
}
.section-5 .section-5__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .section-5 .section-5__wrapper {
    align-items: flex-start;
    padding: 3rem 1rem 2rem 1rem;
  }
}
.section-5 .section-5__wrapper .section-5__wrapper__title {
  font-family: "DM Serif Display", serif;
  font-size: 35px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .section-5 .section-5__wrapper .section-5__wrapper__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-5 .section-5__wrapper .section-5__wrapper__title {
    font-size: 28px;
  }
}
.section-5 .section-5__wrapper .section-5__wrapper__description {
  font-size: 17px;
  width: 70%;
}
@media (min-width: 768px) {
  .section-5 .section-5__wrapper .section-5__wrapper__description {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-5 .section-5__wrapper .section-5__wrapper__description {
    font-size: 14px;
  }
}
.section-5 .section-5__newsletter {
  padding: 0 6rem;
  width: 100%;
  display: flex;
  margin-top: 5rem;
}
@media (max-width: 1500px) {
  .section-5 .section-5__newsletter {
    padding: 0 0rem;
  }
}
@media (max-width: 767px) {
  .section-5 .section-5__newsletter {
    padding: 0;
    margin-top: 1rem;
  }
}
.section-5 .section-5__newsletter img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section-5 .section-5__newsletter img {
    display: none;
  }
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper {
  width: 50%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper .section-5__newsletter__wrapper__pre-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper .section-5__newsletter__wrapper__title {
  font-family: "DM Serif Display", serif;
  font-size: 45px;
  margin-bottom: 1rem;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper .section-5__newsletter__wrapper__description {
  font-size: 16px;
  width: 80%;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper form {
  width: 70%;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .section-5 .section-5__newsletter .section-5__newsletter__wrapper form {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper form input {
  background-color: none;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper form input::-moz-placeholder {
  font-size: 16px;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper form input::placeholder {
  font-size: 16px;
}
.section-5 .section-5__newsletter .section-5__newsletter__wrapper form button {
  width: 100%;
  padding: 0.8rem 4rem;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-5 .section-5__newsletter .section-5__newsletter__wrapper {
    width: 100%;
  }
}

.models {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .models {
    display: flex;
    justify-content: center;
  }
}
.models .models-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .models .models-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 3rem;
    padding: 7rem 7rem 3rem 7rem;
  }
}
@media (min-width: 768px) and (max-width: 1520px) {
  .models .models-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .models .models-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 767px) {
  .models .models-wrapper {
    display: flex;
    padding: 1rem 0;
    transition: transform 0.3s ease-in-out;
  }
}
.models .models__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .models .models__item {
    width: 100%;
    flex: 0 0 100vw;
    margin-right: 10px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .models .models__item:last-child {
    margin-right: 0;
  }
}
.models .models__item img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}
@media (max-width: 1400px) {
  .models .models__item img {
    max-height: 150px;
  }
}
.models .models__item p {
  font-family: "DM Serif Display", serif;
  font-size: 35px;
  color: #151414;
  margin-bottom: 1rem;
}
.models .models__item span {
  font-size: 20px;
  color: #151414;
  margin-bottom: 2rem;
}
.models .models__item button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 4rem;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .models .models__item button {
    width: 100%;
  }
}
.models .models__prev-btn {
  position: absolute;
  top: 30%;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .models .models__prev-btn {
    display: none;
  }
}
.models .models__next-btn {
  position: absolute;
  top: 30%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .models .models__next-btn {
    display: none;
  }
}
.models .models-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.models .models-info img {
  height: 50px;
}
.models .models-info p {
  width: 70%;
}
.models .models-info.desktop {
  flex-direction: column;
}
@media (max-width: 767px) {
  .models .models-info.desktop {
    display: none;
  }
}
.models .models-info.mobile {
  padding: 1rem 3rem;
}
.models .models-info.mobile p {
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .models .models-info.mobile {
    display: none;
  }
}

.faq {
  padding: 5rem 10rem 2rem 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1100px) {
  .faq {
    padding: 5rem 5rem 2rem 5rem;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 3rem 1rem;
  }
}
.faq .faq__title {
  font-family: "DM Serif Display", serif;
  font-size: 35px;
  margin-bottom: 3rem;
  text-align: center;
}
.faq .faq-wrapper {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .faq .faq-wrapper {
    flex-direction: column;
    gap: 0rem;
  }
}
.faq .faq-wrapper .column-toogle-btn {
  padding: 0.8rem 4rem;
  background-color: #000000;
  color: white;
  font-weight: 500;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .faq .faq-wrapper .column-toogle-btn {
    display: none;
  }
}
.faq .faq-wrapper .faq__column {
  list-style: none;
  flex: 1;
}
@media (max-width: 767px) {
  .faq .faq-wrapper .faq__column.faq_column_collapse {
    display: none;
  }
  .faq .faq-wrapper .faq__column.faq_column_collapse.active {
    display: block;
  }
}
.faq .faq-wrapper .faq__column li {
  border-top: 1px solid #dadada;
}
.faq .faq-wrapper .faq__column li.active .faq__answer {
  max-height: 275px !important;
  padding-bottom: 2rem;
  transition: max-height 0.2s, padding-bottom 0.2s;
}
.faq .faq-wrapper .faq__column li.active .faq__question {
  transition: color 0.2s;
}
.faq .faq-wrapper .faq__column .faq__answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s, padding-bottom 0.2s;
}
.faq .faq-wrapper .faq__column .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  right: 0;
  top: 50%;
  z-index: 2;
}
.faq .faq-wrapper .faq__column .plus-minus-toggle:before, .faq .faq-wrapper .faq__column .plus-minus-toggle:after {
  background: #d3bfae;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
  transition: transform 0.2s;
}
.faq .faq-wrapper .faq__column .plus-minus-toggle:after {
  transform-origin: center;
}
.faq .faq-wrapper .faq__column .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq .faq-wrapper .faq__column .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq .faq-wrapper .faq__column .faq__question {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding: 2rem 0;
  transition: color 0.2s;
  padding-right: 2rem;
}

.contact {
  padding: 5rem 15rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .contact {
    padding: 5rem 10rem;
  }
}
@media (max-width: 1200px) {
  .contact {
    padding: 5rem 5rem;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 0rem 0rem;
  }
}
.contact .contact__wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact__wrapper {
    flex-direction: column;
  }
}
.contact .contact__wrapper img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .contact .contact__wrapper img {
    width: 100%;
  }
}
.contact .contact__wrapper form {
  width: 50%;
  background-color: #f8f1e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 767px) {
  .contact .contact__wrapper form {
    width: 100%;
    padding: 1rem 1rem 3rem 1rem;
  }
}
.contact .contact__wrapper form p {
  font-size: 32px;
  font-family: "DM Serif Display", serif;
  width: 90%;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact .contact__wrapper form p {
    width: 100%;
  }
}
.contact .contact__wrapper form input {
  background-color: none;
  border: none;
  border-bottom: 1px solid #000000;
  width: 80%;
  padding: 1rem;
  font-size: 16px;
  background: none;
  margin-bottom: 0.8rem;
  /* Firefox */
}
.contact .contact__wrapper form input::-moz-placeholder {
  font-size: 16px;
}
.contact .contact__wrapper form input::placeholder {
  font-size: 16px;
}
.contact .contact__wrapper form input::-webkit-outer-spin-button, .contact .contact__wrapper form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact .contact__wrapper form input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .contact .contact__wrapper form input {
    width: 100%;
  }
}
.contact .contact__wrapper form button {
  width: 80%;
  padding: 0.8rem 4rem;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .contact .contact__wrapper form button {
    width: 100%;
  }
}

footer {
  background-color: #151414;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  gap: 40px;
}
footer a {
  background: none;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  footer {
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 0;
  }
}/*# sourceMappingURL=styles.css.map */