@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 1. Use a more-intuitive box-sizing model */
@import url("https://fonts.googleapis.com/css2?family=Edu+QLD+Hand:wght@400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

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

/* Globals */
.wrapper {
  grid-template-columns: repeat(24, 1fr);
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  height: 100vh;
  padding: 1.25rem;
  background-color: #fcf9f5;
  overflow: hidden;
}

/* Typography */
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-Bold.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-Regular.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-Thin.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-Light.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-Medium.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sangu";
  src: url("../../assets/fonts/sangu/Sangu-SemiBold.woff2") format("woff2"), url("../../assets/fonts/sangu/Sangu-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Waiting page */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Source Sans 3", sans-serif;
}

body {
  display: flex;
  height: 100vh;
  padding: 1.875rem;
  background-color: #fcf9f5;
  overflow: hidden;
}
@media (max-width: 990px) {
  body {
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
  }
}
body header {
  width: 40%;
  background: #fcf9f5;
}
@media (max-width: 1500px) {
  body header {
    width: 50%;
  }
}
@media (max-width: 990px) {
  body header {
    width: 100%;
  }
}
body header h1 {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/elements/logo.svg");
  background-repeat: no-repeat;
  background-position: center 6.25rem;
  background-size: 25rem;
}
@media (max-width: 1500px) {
  body header h1 {
    background-size: 25rem;
  }
}
@media (max-width: 990px) {
  body header h1 {
    height: 21.875rem;
    background-size: 18.75rem;
    background-position: center 3.125rem;
  }
}
@media (max-width: 580px) {
  body header h1 {
    background-size: 15.625rem;
    height: 21.875rem;
  }
}
@media (max-height: 1130px) {
  body header h1 {
    background-size: 15.625rem;
  }
}
@media (max-height: 100px) {
  body header h1 {
    background-size: 12.5rem;
    background-position: center 3.125rem;
  }
}
@media (max-height: 900px) {
  body header h1 {
    background-size: 15.625rem;
  }
}
body .about {
  position: relative;
  width: 60%;
  padding: 5.625rem;
  box-sizing: border-box;
  border-radius: 1.875rem;
  background: #3c6057;
  background-image: url("../../assets/elements/monogram.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  body .about {
    align-items: start;
    width: 50%;
    background-size: 21.875rem;
  }
}
@media (max-width: 990px) {
  body .about {
    width: 100%;
    padding: 5.625rem 5.625rem 18.75rem 5.625rem;
  }
}
@media (max-width: 790px) {
  body .about {
    padding: 3.75rem 3.75rem 25rem 3.75rem;
    background-size: 18.75rem;
  }
}
@media (max-width: 550px) {
  body .about {
    background-size: 18.75rem;
  }
}
body .about .about-content {
  width: 80%;
  max-width: 40.625rem;
}
@media (max-width: 1410px) {
  body .about .about-content {
    width: 100%;
  }
}
@media (max-width: 990px) {
  body .about .about-content {
    width: 28.125rem;
  }
}
body .about .about-content h2 {
  font-family: "Sangu";
  font-weight: bold;
  font-size: 5.625rem;
  line-height: 5rem;
  color: #fcf9f5;
}
@media (max-width: 1140px) {
  body .about .about-content h2 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}
@media (max-width: 990px) {
  body .about .about-content h2 {
    font-size: 5.625rem;
    line-height: 5rem;
  }
}
@media (max-width: 550px) {
  body .about .about-content h2 {
    font-size: 4.375rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 450px) {
  body .about .about-content h2 {
    font-size: 3.125rem;
    line-height: 2.5rem;
  }
}
body .about .about-content p {
  margin-top: 2.5rem;
  color: #fcf9f5;
  font-size: 1.375rem;
}
body .about .mono-button {
  width: 4.0625rem;
  height: 4.0625rem;
  position: absolute;
  background-color: #324942;
  background-image: url("../../assets/elements/monogram-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.0625rem;
  border-radius: 0.9375rem;
  right: 1.875rem;
  top: 1.875rem;
}
@media (max-width: 450px) {
  body .about .mono-button {
    display: none;
  }
}
body .newsletter {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  body .newsletter {
    width: 50%;
  }
}
@media (max-width: 990px) {
  body .newsletter {
    position: relative;
    width: 100%;
  }
}
body .newsletter .newsletter-box {
  box-sizing: border-box;
  position: relative;
  width: 80%;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 5rem;
  left: 0;
  right: 0;
  background: #3c6057;
  color: #fcf9f5;
  border-radius: 1.875rem;
}
@media (max-width: 1150px) {
  body .newsletter .newsletter-box {
    padding: 3.125rem;
    max-width: none;
  }
}
@media (max-width: 990px) {
  body .newsletter .newsletter-box {
    width: 100%;
    margin-top: 1.875rem;
  }
}
body .newsletter .newsletter-box h2 {
  font-family: "Sangu";
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fcf9f5;
}
body .newsletter .newsletter-box > p {
  font-size: 1.375rem;
  margin: 1.25rem 0;
}
body .newsletter .newsletter-box form .champs {
  width: 100%;
  display: block;
  margin: 1.25rem 0 1.875rem 0;
  border-bottom: solid #fcf9f5 0.0625rem;
}
body .newsletter .newsletter-box form .champs p {
  margin: 0;
  padding: 0;
}
body .newsletter .newsletter-box form .champs input {
  display: inline-block;
  width: 80%;
  background-color: #3c6057;
  outline: none;
  border: none;
  color: #fcf9f5;
  font-size: 1.5625rem;
}
@media (max-width: 490px) {
  body .newsletter .newsletter-box form .champs input {
    width: 100%;
  }
}
body .newsletter .newsletter-box form .champs label {
  color: #fcf9f5;
  font-size: 1.25rem;
  display: inline-block;
  width: 18%;
}
@media (max-width: 490px) {
  body .newsletter .newsletter-box form .champs label {
    width: 100%;
  }
}
body .newsletter .newsletter-box form .champs input::-moz-placeholder {
  color: #fcf9f5;
  font-style: italic;
  opacity: 0.4;
}
body .newsletter .newsletter-box form .champs input::placeholder {
  color: #fcf9f5;
  font-style: italic;
  opacity: 0.4;
}
body .newsletter .newsletter-box form .wpcf7-submit {
  line-height: 3.125rem;
  padding: 0rem 2.5rem;
  border-radius: 6.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #3c6057;
  border: none;
  background-color: #fcf9f5;
  cursor: pointer;
  text-align: right;
  transition: transform 0.1s linear;
}
body .newsletter .newsletter-box form .wpcf7-submit:hover {
  transform: scale(1.05);
}
body .newsletter a {
  font-size: 1.25rem;
  text-align: center;
  display: block;
  color: #3c6057;
  margin: 3.125rem 0;
  text-decoration: none;
  transition: transform 0.1s linear;
}
body .newsletter a:hover {
  transform: scale(1.05);
}
