* {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
  background-color: white; 
}

html.lenis{
  height:auto;
}

.lenis.lenis-smooth{
  scroll-behavior:auto;
}

#page { 
  position: relative;
  z-index: 0;
}

section {
  margin: 100px 0;
  padding: 0 20px;
  scroll-margin-top: 160px;
}

h2 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 115px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -7px;
  max-width: 800px;
  color: #231F20;
}

h3 {
  margin-bottom: 10px;
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
  max-width: 800px;
}

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

a {
  color: #0056b3;
}

a:hover {
  color: #EE3732;
}

ul {
  max-width: 1000px;
  list-style-position: inside;
}

li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.reveal {
  opacity:0;
  transform:translateY(60px);
  will-change: opacity, transform;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.post-meta-details {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 1000px;
}

.post-meta-details time {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.post-meta-details p {
  margin-left: auto;
}

#header {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 10vw;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

#header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#header h1 {
  margin-top: 100px;
  max-width: 834px;
  text-align: center;
  font-size: 80px;
  line-height: 106px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

#faq p {
  max-width: 1200px;
  text-align: justify;
}

@media (max-width: 1079px) {
  section {
    margin: 50px 0;
  }

  h2 {
    font-size: 35px;
    line-height: 44px;
    margin-left: 0;
    margin-bottom: 40px;
  }

  p {
    font-size: 16px;
  }

  #header h1 {
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0px;
    max-width: 400px;
  }
}

/* ---------- Shapes ---------- */
.right-side-shape {
  position: absolute;
  right: -160vw;
  top: auto;
  width: 1750px;
  height: auto;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
  transform: scaleY(-1);
}

.left-side-shape {
  position: absolute;
  left: -45vw;
  top: auto;
  width: 1600px;
  height: auto;
  z-index: -1;
  opacity: 0.25;
  pointer-events: none;
}

@media (min-width: 320px) {
  .right-side-shape {
    right: -180vw;
    width: 1000px;
  }
}

@media (min-width: 400px) {
  .right-side-shape {
    right: -160vw;
  }
}

@media (min-width: 500px) {
  .right-side-shape {
    right: -130vw;
  }
}

@media (min-width: 556px) {
  .right-side-shape {
    right: -100vw;
  }
}

@media (min-width: 662px) {
  .right-side-shape {
    right: -80vw;
  }
}

@media (min-width: 900px) {
  .right-side-shape {
    right: -60vw;
  }
}

@media (min-width: 1000px) {
  .right-side-shape {
    right: -45vw;
  }
}

@media (min-width: 1100px) {
  .right-side-shape {
    right: -30vw;
  }
}

@media (min-width: 2200px) {
  .right-side-shape {
    right: -20vw;
  }
}

@media (min-width: 2500px) {
  .right-side-shape {
    right: -15vw;
  }
}

@media (min-width: 320px) {
  .left-side-shape {
    left: -180vw;
    width: 1000px;
  }
}

@media (min-width: 400px) {
  .left-side-shape {
    left: -160vw;
  }
}

@media (min-width: 500px) {
  .left-side-shape {
    left: -130vw;
  }
}

@media (min-width: 556px) {
  .left-side-shape {
    left: -100vw;
  }
}

@media (min-width: 662px) {
  .left-side-shape {
    left: -80vw;
  }
}

@media (min-width: 900px) {
  .left-side-shape {
    left: -60vw;
  }
}

@media (min-width: 1000px) {
  .left-side-shape {
    left: -45vw;
  }
}

@media (min-width: 1100px) {
  .left-side-shape {
    left: -30vw;
  }
}

@media (min-width: 2200px) {
  .left-side-shape {
    left: -20vw;
  }
}

@media (min-width: 2500px) {
  .left-side-shape {
    left: -15vw;
  }
}