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

html, body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  background: #FCF9F0;
}

.desktop {
  display: block;
}
@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.btn {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #62FFA1;
  background: linear-gradient(101deg, #8EF985 9.66%, #25C163 139.48%);
  box-shadow: 0px 0px 44px 0px rgba(130, 255, 119, 0.35);
  color: #1E212F;
  text-align: center;
  font-family: "trajan-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 140%;
  text-decoration: none;
  transition: 0.2s;
}
.btn:hover {
  filter: brightness(120%);
}

header {
  background: url(assets/headerbg.webp) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #FCF0C9;
  backdrop-filter: blur(6px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: sticky;
  top: -1px;
  width: 100%;
  z-index: 5;
}
header .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .textDiv strong {
  color: #FCF0C9;
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 35.142px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.351px;
}
header .textDiv p {
  color: #FCF0C9;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.161px;
}
header .cdDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
header .cdDiv .countdown {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .cdDiv .countdown > span {
  color: #FCF0C9;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.391px;
}
header .cdDiv .countdown > p {
  color: #FCF0C9;
  font-size: 13.5px;
  font-family: "PT Serif", sans-serif;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.136px;
}
header .cdDiv .countdown > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 50px;
}
header .cdDiv .countdown > div h3 {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .cdDiv .countdown > div h3 span {
  color: #FCF0C9;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.391px;
}
header .cdDiv .countdown > div p {
  color: #FCF0C9;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.506px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  header {
    background: url(assets/headerbgmob.webp) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    gap: 5px;
    padding: 8px;
  }
  header .textDiv strong {
    font-size: 19px;
  }
  header .textDiv p {
    font-size: 9px;
  }
  header .cdDiv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  header .cdDiv .countdown {
    gap: 4px;
  }
  header .cdDiv .countdown > div {
    width: 35px;
  }
  header .cdDiv .countdown > div h3 {
    padding: unset;
  }
  header .cdDiv .countdown > div h3 span {
    font-size: 22px;
  }
  header .cdDiv .countdown > div p {
    font-size: 8px;
  }
}

.hero {
  background: url(assets/herobg.webp) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
}
.hero .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 60px 7% 96px;
}
.hero .mainDiv .logo {
  width: 450px;
  height: auto;
}
.hero .mainDiv h1 {
  color: #FFFBF0;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.37);
  font-family: "pf-marlet-display", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  max-width: 609px;
}
.hero .mainDiv h1 span {
  color: #EDCF71;
  font-weight: 700;
}
.hero .mainDiv .desc {
  color: #FEFAF0;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.54px;
  max-width: 609px;
}
.hero .mainDiv .btn {
  margin-top: 6px;
  padding: 24px;
}
@media (max-width: 1397px) {
  .hero .mainDiv {
    gap: 15px;
    padding: 20px 5% 40px;
  }
  .hero .mainDiv .logo {
    width: 390px;
  }
  .hero .mainDiv h1 {
    font-size: 35px;
    max-width: 566px;
  }
}
@media (max-width: 600px) {
  .hero {
    background: url(assets/herobgmob.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: unset;
  }
  .hero .mainDiv {
    padding: 285px 24px 24px;
    gap: 24px;
  }
  .hero .mainDiv .logo {
    width: 243px;
    opacity: 0.999;
  }
  .hero .mainDiv h1 {
    font-size: 21px;
  }
  .hero .mainDiv .desc {
    font-size: 16px;
    max-width: 304px;
  }
  .hero .mainDiv .btn {
    margin-top: unset;
  }
}

.second {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #FBEBC4;
  padding: 80px 0;
  border-radius: 0px 0px 48px 48px;
  background: #FBEBC4;
  box-shadow: 0px 0.747px 2.214px 0px rgba(119, 95, 22, 0.02), 0px 1.796px 5.32px 0px rgba(119, 95, 22, 0.03), 0px 3.381px 10.017px 0px rgba(119, 95, 22, 0.04), 0px 6.031px 17.869px 0px rgba(119, 95, 22, 0.05), 0px 11.28px 33.422px 0px rgba(119, 95, 22, 0.06), 0px 27px 80px 0px rgba(119, 95, 22, 0.08);
  z-index: 2;
  position: relative;
}
.second .popDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 35px;
  padding: 72px 200px;
  background: #FCF9F0;
  box-shadow: 0px 4.821px 2.214px 0px rgba(0, 0, 0, 0.03), 0px 9.065px 5.32px 0px rgba(0, 0, 0, 0.05), 0px 13px 10.017px 0px rgba(0, 0, 0, 0.06), 0px 17.583px 17.869px 0px rgba(0, 0, 0, 0.07), 0px 26.301px 33.422px 0px rgba(0, 0, 0, 0.09), 0px 51px 80px 0px rgba(0, 0, 0, 0.12);
}
.second h2 {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  max-width: 800px;
  background: linear-gradient(138deg, #192D44 -8.04%, #455E7C 76.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.second p {
  color: #192D44;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 800px;
}
.second .who {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 56px;
}
.second .who .titleDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.second .who .titleDiv .logo {
  width: 490px;
  mix-blend-mode: exclusion;
}
.second .who .titleDiv h3 {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(138deg, #192D44 -8.04%, #455E7C 76.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.second .who .paraFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.second .who .paraFlex .paraDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.second .who .paraFlex .paraDiv img {
  width: 88px;
  height: 88px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: radial-gradient(125.63% 125.63% at 50% -26.03%, #7E9DC2 0%, #192D44 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 16px;
}
.second .who .paraFlex .paraDiv strong {
  color: #27466B;
  font-family: "PT Serif", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  max-width: 282px;
}
.second .who .paraFlex .paraDiv p {
  color: #27466B;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 282px;
}
@media (max-width: 1397px) {
  .second .popDiv {
    padding: 72px;
  }
}
@media (max-width: 600px) {
  .second {
    padding: 24px;
  }
  .second .popDiv {
    padding: 40px 24px;
  }
  .second .popDiv h2 {
    font-size: 30px;
  }
  .second .who .titleDiv {
    gap: 17px;
  }
  .second .who .titleDiv .logo {
    width: 345px;
  }
  .second .who .titleDiv h3 {
    font-size: 35px;
  }
  .second .who .paraFlex {
    flex-direction: column;
    align-items: center;
  }
  .second .who .paraFlex .paraDiv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second .who .paraFlex .paraDiv strong, .second .who .paraFlex .paraDiv p {
    max-width: 342px;
    text-align: center;
  }
}

.third {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  gap: 48px;
  background: #FCF9F0;
  z-index: 1;
  position: relative;
}
.third .titleDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.third .titleDiv strong {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(138deg, #192D44 -8.04%, #455E7C 76.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 600px;
}
.third .titleDiv span {
  color: #192D44;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  max-width: 731px;
}
.third .imgFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.third .imgFlex .imgDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4.821px 2.214px 0px rgba(0, 0, 0, 0.03), 0px 9.065px 5.32px 0px rgba(0, 0, 0, 0.05), 0px 13px 10.017px 0px rgba(0, 0, 0, 0.06), 0px 17.583px 17.869px 0px rgba(0, 0, 0, 0.07), 0px 26.301px 33.422px 0px rgba(0, 0, 0, 0.09), 0px 51px 80px 0px rgba(0, 0, 0, 0.12);
}
.third .imgFlex .imgDiv .upperDiv {
  display: flex;
  align-items: center;
  gap: 32px;
}
.third .imgFlex .imgDiv .upperDiv .imgSide {
  position: relative;
}
.third .imgFlex .imgDiv .upperDiv .imgSide .number {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: -20px;
}
.third .imgFlex .imgDiv .upperDiv .textSide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.third .imgFlex .imgDiv .upperDiv .textSide strong {
  color: #192D44;
  font-family: "PT Serif", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  max-width: 424px;
}
.third .imgFlex .imgDiv .upperDiv .textSide p {
  color: #192D44;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 424px;
}
.third .imgFlex .imgDiv .lowerDiv {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.23);
  align-self: stretch;
}
.third .imgFlex .imgDiv .lowerDiv strong {
  color: #192D44;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 120%;
}
.third .imgFlex .imgDiv .lowerDiv p {
  color: #192D44;
  font-family: "PT Serif", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .third {
    padding: 24px;
  }
  .third .titleDiv strong {
    font-size: 30px;
  }
  .third .titleDiv span {
    max-width: 342px;
  }
  .third .imgFlex .upperDiv {
    flex-direction: column;
  }
  .third .imgFlex .imgDiv {
    flex-direction: column;
  }
}

.fourth {
  display: flex;
  padding: 24px 0px 40px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.fourth .textDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.fourth .textDiv .title {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 100%;
  background: linear-gradient(140deg, #192D44 13.85%, #535F6D 77.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 782px;
}
.fourth .textDiv > span {
  color: #192D44;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 782px;
}
@media (max-width: 600px) {
  .fourth {
    padding: 40px 24px;
  }
  .fourth .textDiv .title {
    font-size: 30px;
    max-width: 342px;
  }
  .fourth .textDiv span {
    max-width: 342px;
  }
}

.content {
  display: flex;
  padding: 80px 0;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.content > strong {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(138deg, #192D44 -8.04%, #455E7C 76.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 358px;
}
.content .ctaDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.content .ctaDiv .flexDiv {
  display: flex;
  padding: 32px 92px 32px 32px;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid rgba(40, 67, 87, 0.38);
  position: relative;
}
.content .ctaDiv .flexDiv img {
  display: flex;
  padding: 24px;
  border-radius: 8px;
  border: 2.3px solid rgba(25, 45, 68, 0.05);
}
.content .ctaDiv .flexDiv > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.content .ctaDiv .flexDiv > div strong {
  color: #283E57;
  font-family: "PT Serif", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  max-width: 561px;
}
.content .ctaDiv .flexDiv > div p {
  color: #283E57;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 561px;
}
.content .ctaDiv .flexDiv .label {
  position: absolute;
  top: -1px;
  right: 22px;
}
@media (max-width: 600px) {
  .content {
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .content > strong {
    font-size: 29px;
    text-align: center;
  }
  .content .ctaDiv {
    gap: 24px;
  }
  .content .ctaDiv .flexDiv {
    padding: 24px;
    flex-direction: column;
  }
  .content .ctaDiv .flexDiv > div strong {
    font-size: 25px;
  }
  .content .ctaDiv .btn {
    align-self: stretch;
  }
}

.bonus {
  background: url(assets/paperbg.webp) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 2px solid #FFDA6D;
  border-bottom: 2px solid #FFDA6D;
  background-blend-mode: multiply, normal;
  box-shadow: 0px 0px 154px 0px #C89F27 inset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 0;
}
.bonus .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.bonus .title strong {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(138deg, #192D44 -8.04%, #455E7C 76.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 262px;
}
.bonus .belowDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.bonus .belowDiv .bonusFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.bonus .belowDiv .bonusFlex .bonusDiv {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #24374E;
  background: radial-gradient(100.19% 100.19% at 50% -0.19%, #FFF6E1 0%, rgba(251, 235, 196, 0) 100%);
  height: 285px;
}
.bonus .belowDiv .bonusFlex .bonusDiv > img {
  padding: 13px;
}
.bonus .belowDiv .bonusFlex .bonusDiv .label {
  position: absolute;
  top: -1px;
  right: 20px;
}
.bonus .belowDiv .bonusFlex .bonusDiv .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.bonus .belowDiv .bonusFlex .bonusDiv .textDiv strong {
  color: #283E57;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  max-width: 250px;
}
.bonus .belowDiv .bonusFlex .bonusDiv .textDiv p {
  color: #283E57;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 250px;
}
@media (max-width: 600px) {
  .bonus {
    background: url(assets/paperbgmob.webp) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    padding: 48px 24px;
    gap: 24px;
  }
  .bonus .belowDiv .bonusFlex {
    flex-direction: column;
    align-items: center;
  }
  .bonus .belowDiv .bonusFlex .bonusDiv {
    height: unset;
  }
}

.offer {
  background: url(assets/offerbg.webp) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.offer .offerDiv {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #FFF9EA;
  background: radial-gradient(100.05% 100.05% at 50% -0.05%, rgba(255, 238, 197, 0.9) 0%, rgba(253, 238, 202, 0.9) 100%);
  box-shadow: 0px 4px 64px 0px rgba(249, 234, 191, 0.4);
  backdrop-filter: blur(22px);
}
.offer .offerDiv img {
  margin-bottom: -75px;
}
.offer .offerDiv > strong {
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(138deg, #192D44 -8.04%, #455E7C 76.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 350px;
}
.offer .offerDiv .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.offer .offerDiv .list > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.offer .offerDiv .list > div p {
  color: #38506C;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.offer .offerDiv .priceDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
  border-top: 2px dotted #2E455F;
  border-bottom: 2px dotted #2E455F;
  align-self: stretch;
}
.offer .offerDiv .priceDiv .de {
  color: #717171;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .priceDiv .de span {
  text-decoration-line: line-through;
}
.offer .offerDiv .priceDiv > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.offer .offerDiv .priceDiv > div .por {
  color: #2E455F;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 32.5px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .priceDiv > div strong {
  color: #2E455F;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .priceDiv > div strong span {
  font-size: 45px;
}
.offer .offerDiv .priceDiv .ou {
  color: #2E455F;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .btn {
  align-self: stretch;
  padding: 24px;
}
.offer .garantia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.offer .garantia > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.offer .garantia > div strong {
  color: #FFF;
  text-align: center;
  font-family: "pf-marlet-display", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%;
}
.offer .garantia p {
  color: #FFF;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  max-width: 558px;
}
.offer .garantia .btn {
  padding: 24px;
}
@media (max-width: 600px) {
  .offer {
    background: url(assets/offerbgmob.webp) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    padding: 16px;
  }
  .offer .offerDiv {
    padding: 32px 12px;
  }
  .offer .offerDiv > img {
    width: 320px;
    margin-bottom: -45px;
  }
  .offer .offerDiv > strong {
    font-size: 30px;
    max-width: 214px;
  }
  .offer .offerDiv .list > div p {
    max-width: 262px;
  }
  .offer .offerDiv .priceDiv {
    padding: 24px 10px;
  }
  .offer .offerDiv .priceDiv > div .por {
    font-size: 29px;
  }
  .offer .offerDiv .priceDiv > div strong {
    font-size: 32px;
  }
  .offer .offerDiv .priceDiv > div strong span {
    font-size: 42px;
  }
}

.alvaro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 24px 0 80px;
  background: #060C17;
}
.alvaro .topDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.alvaro .flexDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.alvaro .flexDiv .ctaDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.alvaro .flexDiv .ctaDiv strong {
  color: #FAEECB;
  text-shadow: 0px 0px 4px rgba(252, 246, 227, 0.34);
  font-family: "pf-marlet-display", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  max-width: 475px;
}
.alvaro .flexDiv .ctaDiv p {
  color: #FAEECB;
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 503px;
}
.alvaro .flexDiv .ctaDiv .btn {
  padding: 24px;
  align-self: stretch;
}
@media (max-width: 600px) {
  .alvaro {
    padding: 24px;
    margin-top: -2px;
  }
  .alvaro .topDiv {
    gap: 8px;
  }
  .alvaro .flexDiv {
    flex-direction: column-reverse;
  }
  .alvaro .flexDiv .ctaDiv > strong {
    font-size: 30px;
    text-align: center;
  }
}

#faq {
  background: linear-gradient(0deg, #060C17 0%, #060C17 100%);
  display: flex;
  padding: 80px 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
#faq strong {
  color: #FAEECB;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(252, 246, 227, 0.34);
  font-family: "pf-marlet-display", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
}
#faq .asks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
}
#faq .asks .ask {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
#faq .asks .ask.active .answer {
  padding: 20px;
  height: auto;
}
#faq .asks .ask .answer {
  padding: 20px;
  color: #FFF;
  font-size: 16px;
  font-family: "PT Serif", sans-serif;
  font-weight: 400;
  line-height: 140%;
  height: 0;
  padding: 0 2.4rem;
  transition: all 0.5s ease;
}
#faq .asks .ask .title-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(65, 81, 112, 0.2);
}
#faq .asks .ask .title-wrapper p {
  color: #FFF;
  font-size: 18px;
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  line-height: 120%;
}
#faq .asks .ask:first-child {
  border-top: 1px solid rgba(65, 81, 112, 0.2);
}
@media (max-width: 600px) {
  #faq {
    margin-top: -2px;
    padding: 33px;
  }
  #faq strong {
    font-size: 28px;
  }
  #faq .asks .ask .title-wrapper p {
    width: 308px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: #171717;
  gap: 5px;
}
footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer div a {
  text-decoration: none;
  color: #777777;
  text-align: center;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 1px;
  transition: 0.2s;
}
footer div a:hover {
  filter: brightness(110%);
}
footer p {
  color: #4D4D4D;
  text-align: center;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  footer {
    padding: 24px;
  }
}

.whatsapp-btn {
  z-index: 999;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  transition: 0.2s;
}
.whatsapp-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .whatsapp-btn {
    bottom: 1.3rem;
    right: 1.3rem;
  }
}

/*# sourceMappingURL=style.min.css.map */
