body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #28696D;
  line-height: 1.25;
  font-size: 16px;
}
body.locked {
  overflow: hidden;
}
body.page-template-template-new, body.page-template-template-thank-you2 {
  position: relative;
}
body.page-template-template-new:after, body.page-template-template-thank-you2:after {
  top: 0;
  left: 0;
  right: 0;
  height: 900px;
  background: linear-gradient(to bottom, rgba(195, 230, 224, 0.47) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: -1;
  content: "";
}
img#gform_ajax_spinner_1 {
  width: 45px;
}
sup {
  font-size: 40%;
  font-weight: normal;
  margin-left: 3px;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 950px) {
  img.alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
img.alignleft {
  float: left;
  margin: 0 30px 20px;
}
@media screen and (max-width: 950px) {
  img.alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.container {
  max-width: 1334px;
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  position: relative;
}
.gform_wrapper {
  max-width: 820px;
  margin: 0 auto;
}
.btn {
  background: #72C972;
  color: #fff;
  border-radius: 26px;
  text-decoration: none;
  min-height: 22px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 180px;
  text-align: center;
}
.btn:hover {
  text-decoration: none !important;
  background: #28696D;
}
#custom_loginform label {
  display: none;
}
#custom_loginform #user_login, #custom_loginform #user_pass {
  height: 52px;
  border-radius: 7px;
  background: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #28696D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
#custom_loginform ::placeholder {
  opacity: 0.5;
}
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_fields .gfield_label {
  display: none;
}
.gform_fields .gfield {
  width: 100%;
}
.gform_fields label {
  display: none !important;
}
.gform_fields input {
  height: 52px;
  border-radius: 7px;
  background: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #28696D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.gform_fields ::placeholder {
  opacity: 0.5;
}
.gform_button, #wp-submit {
  background: #72C972;
  color: #fff;
  border-radius: 26px;
  text-decoration: none;
  min-height: 52px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 220px;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 40px;
}
.gform_button:hover, #wp-submit:hover {
  background: #28696D;
}
#wp-submit {
  margin-top: 0;
}
header.header .flexer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  gap: 20px;
}
@media screen and (max-width: 625px) {
  header.header .flexer {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  header.header .container {
    padding: 0 20px;
  }
  header.header .logo-wrap {
    max-width: 140px;
  }
  header.header .btn {
    min-width: 120px;
  }
}
@media screen and (max-width: 400px) {
  header.header .container {
    padding: 0 10px;
  }
}
section.hero {
  padding: 40px 0 115px;
  position: relative;
}
@media screen and (max-width: 725px) {
  section.hero {
    padding: 40px 0;
  }
}
@media screen and (max-width: 625px) {
  section.hero {
    padding: 0 0 40px;
  }
  section.hero .container {
    padding: 0;
  }
}
section.hero:after {
  content: "";
  background: url(/wp-content/uploads/2024/06/big-pill.svg);
  height: 150px;
  width: 150px;
  background-size: cover;
  position: absolute;
  right: 135px;
  top: 278px;
  z-index: 3;
}
@media screen and (max-width: 725px) {
  section.hero:after {
    content: none;
  }
}
@media screen and (min-width: 2359px) {
  section.hero:after {
    content: none;
  }
}
section.hero:before {
  position: absolute;
  content: url(/wp-content/uploads/2024/06/thinnex-desktop-hero-stripe.svg);
  bottom: -4px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 725px) {
  section.hero:before {
    content: none;
  }
}
@media screen and (min-width: 2359px) {
  section.hero:before {
    content: none;
  }
}
section.hero .flexer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 625px) {
  section.hero .flexer {
    flex-direction: column-reverse;
  }
}
section.hero .flexer .left {
  flex: 1;
  padding-top: 20px;
}
@media screen and (max-width: 625px) {
  section.hero .flexer .left {
    padding: 0 30px;
    padding-top: 0;
  }
}
section.hero .flexer .left h1 {
  margin: 0;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.12;
}
section.hero .flexer .left h1 span {
  color: #72C972;
  font-weight: 700;
}
@media screen and (max-width: 815px) {
  section.hero .flexer .left h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  section.hero .flexer .left h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 400px) {
  section.hero .flexer .left h1 > div {
    display: inline;
  }
}
section.hero .flexer .left p {
  letter-spacing: -0.15px;
  line-height: 1.5;
  max-width: 460px;
  font-size: 20px;
}
section.hero .flexer .left p:last-of-type {
  font-weight: 700;
  color: #72c972;
}
section.hero .flexer .right {
  width: 666px;
  height: 444px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.hero .flexer .right {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  section.hero .flexer .right {
    width: 400px;
  }
}
@media screen and (max-width: 920px) {
  section.hero .flexer .right {
    width: 300px;
  }
}
@media screen and (max-width: 725px) {
  section.hero .flexer .right {
    width: 200px;
  }
}
@media screen and (max-width: 625px) {
  section.hero .flexer .right {
    width: 100%;
    height: 385px;
  }
  section.hero .flexer .right:before {
    content: url(/wp-content/uploads/2024/06/thinnex-mobile-hero-stripe.svg);
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: 2;
  }
  section.hero .flexer .right:after {
    position: absolute;
    content: "";
    width: 111px;
    height: 111px;
    background: url(/wp-content/uploads/2024/06/big-pill.svg);
    right: 36px;
    background-size: cover;
    bottom: 37px;
    z-index: 3;
  }
}
section.hero .flexer .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
section.steps {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 690px) {
  section.steps .container {
    padding: 0;
  }
}
section.steps .inner {
  background: #E3F3F0;
  padding: 80px 30px 77px;
}
@media screen and (max-width: 550px) {
  section.steps .inner {
    padding: 60px 30px;
  }
}
section.steps .headline {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 550px) {
  section.steps .headline {
    font-size: 35px;
  }
}
section.steps p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.19;
  line-height: 1.28;
  max-width: 1050px;
  margin: 0 auto 20px;
}
section.steps .cta-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 690px) {
  section.steps .cta-wrap {
    margin-top: 40px;
  }
}
section.steps .steps-wrap {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  gap: 30px;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
}
section.steps .steps-wrap .step {
  max-width: 252px;
  flex: 1;
}
section.steps .steps-wrap .step .inner {
  padding: 0;
}
section.steps .steps-wrap .bottom {
  letter-spacing: -0.12px;
  line-height: 1.625;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .bottom {
    text-align: center;
  }
}
section.steps .steps-wrap .medium {
  font-size: 20px;
  letter-spacing: -0.15px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .medium {
    text-align: center;
  }
}
section.steps .steps-wrap .top {
  position: relative;
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
  align-items: center;
  width: 84px;
  justify-content: center;
}
@media screen and (max-width: 690px) {
  section.steps .steps-wrap .top {
    justify-content: center;
    margin: 0 auto 22px;
  }
}
section.steps .steps-wrap .top .l1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.19px;
  color: #72C972;
  line-height: 62px;
  position: relative;
  z-index: 1;
}
section.steps .steps-wrap .top .l2 {
  font-size: 40px;
  font-weight: 700;
  color: #72C972;
  position: relative;
  z-index: 1;
}
section.steps .steps-wrap .top .circle {
  width: 84px;
  height: 84px;
  background: #fff;
  border-radius: 500px;
  right: 50%;
  position: absolute;
  margin-right: -42px;
}
section.lifestyle {
  max-width: 1440px;
  margin: -100px auto 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  section.lifestyle {
    margin: -50px auto 0;
  }
}
@media screen and (max-width: 690px) {
  section.lifestyle {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
section.lifestyle:before {
  position: absolute;
  content: url(/wp-content/uploads/2024/06/thinnex-b2b-big-stripe.svg);
  bottom: 17px;
  left: -107px;
}
@media screen and (max-width: 1024px) {
  section.lifestyle:before {
    bottom: -60px;
    left: -170px;
  }
}
@media screen and (max-width: 850px) {
  section.lifestyle:before {
    bottom: -100px;
    left: -200px;
  }
}
@media screen and (max-width: 690px) {
  section.lifestyle:before {
    content: url(/wp-content/uploads/2024/06/thinnex-b2b-mobile-stripe.svg);
    bottom: unset;
    left: unset;
    top: 250px;
    right: 80px;
  }
}
@media screen and (max-width: 550px) {
  section.lifestyle:before {
    top: 200px;
  }
}
@media screen and (max-width: 480px) {
  section.lifestyle:before {
    top: 150px;
  }
}
@media screen and (max-width: 430px) {
  section.lifestyle:before {
    top: 287px;
    left: unset;
    right: -40px;
  }
}
section.cta-pvp {
  padding: 0 0 70px;
}
@media screen and (max-width: 600px) {
  section.cta-pvp {
    padding: 0 0 40px;
  }
}
section.cta-pvp .flexer {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  section.cta-pvp .flexer {
    flex-direction: column;
  }
}
section.cta-pvp .bold {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.19px;
  line-height: 1;
}
section.cta-pvp .left {
  padding: 0 0 0 60px;
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 1300px) {
  section.cta-pvp .left {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  section.cta-pvp .left {
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  section.cta-pvp .left {
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  section.cta-pvp .left {
    max-width: 350px;
  }
}
@media screen and (max-width: 800px) {
  section.cta-pvp .left {
    max-width: unset;
    width: unset;
    text-align: center;
  }
}
@media screen and (max-width: 690px) {
  section.cta-pvp .left {
    padding: 60px 0 0;
  }
}
section.cta-pvp .left .headline {
  font-size: 50px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.12;
}
@media screen and (max-width: 1100px) {
  section.cta-pvp .left .headline {
    font-size: 40px;
  }
}
@media screen and (max-width: 950px) {
  section.cta-pvp .left .headline {
    font-size: 33px;
  }
}
@media screen and (max-width: 800px) {
  section.cta-pvp .left .headline {
    font-size: 35px;
  }
  section.cta-pvp .left .headline > div {
    display: inline;
  }
}
section.cta-pvp .left p {
  max-width: 490px;
  letter-spacing: -0.15px;
  margin: 40px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  section.cta-pvp .left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  section.cta-pvp .left p {
    margin: 20px auto 10px;
    max-width: unset;
  }
}
section.cta-pvp .right {
  padding: 0 80px 0 40px;
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  section.cta-pvp .right {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  section.cta-pvp .right {
    text-align: center;
  }
  section.cta-pvp .right .bold {
    font-size: 25px;
  }
}
section.cta-pvp .right p {
  letter-spacing: -0.12px;
  line-height: 1.875;
}
section.cta-pvp .right .pvp-grid {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  section.cta-pvp .right .pvp-grid {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.cta-pvp .right .pvp-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  section.cta-pvp .right .pvp-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 800px) {
  section.cta-pvp .right .pvp-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
section.cta-pvp .right .pvp-grid:last-of-type {
  margin-bottom: 0;
}
section.cta-pvp .right .pvp-grid .icon {
  min-width: 81px;
}
@media screen and (max-width: 480px) {
  section.cta-pvp .right .pvp-grid .icon {
    max-width: 54px;
    min-width: unset;
  }
}
section.form {
  padding: 80px 0 70px;
  background: #72C972;
  color: #fff;
}
section.form .headline {
  font-size: 35px;
  letter-spacing: -0.27px;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (min-width: 726px) {
  section.form .headline > div {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  section.form .headline {
    text-align: left;
    font-size: 25px;
  }
}
section.form p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  letter-spacing: -0.12px;
  line-height: 1.25;
}
@media screen and (max-width: 550px) {
  section.form p {
    text-align: left;
  }
}
section.form fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
section.form legend, section.form label {
  display: none;
}
section.form input {
  height: 52px;
  border-radius: 7px;
  background: #fff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #28696D;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
section.form ::placeholder {
  opacity: 0.5;
}
section.form input[type="submit"] {
  height: 52px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 220px;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  margin: 40px auto 0;
}
@media screen and (max-width: 550px) {
  section.form input[type="submit"] {
    margin: 40px 0 0;
  }
}
section.form .flexer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
}
section.form .field {
  width: calc(50% - 10px);
}
@media screen and (max-width: 650px) {
  section.form .field {
    width: 100%;
  }
}
section.form .field span {
  font-size: 13px;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
section.faqs {
  padding: 125px 0;
}
@media screen and (max-width: 550px) {
  section.faqs {
    padding: 50px 0 10px;
  }
}
section.faqs .headline {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.31px;
  line-height: 1.1;
}
@media screen and (max-width: 550px) {
  section.faqs .headline {
    font-size: 35px;
  }
}
section.faqs p {
  max-width: 700px;
  margin: 20px auto 50px;
  text-align: center;
  letter-spacing: -0.12px;
  line-height: 1.25;
}
section.faqs .faqs-wrap {
  border-top: 2px solid #D8D8D8;
  max-width: 1140px;
  margin: 0 auto;
}
section.faqs .faq-wrap {
  border-bottom: 2px solid #D8D8D8;
}
section.faqs .faq-wrap .faq-top {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  cursor: pointer;
  padding: 26px 34px 26px 10px;
}
@media screen and (max-width: 550px) {
  section.faqs .faq-wrap .faq-top {
    padding: 26px 0 26px 10px;
  }
}
section.faqs .faq-wrap .faq-top .left {
  font-size: 20px;
  letter-spacing: -0.15px;
}
section.faqs .faq-wrap .faq-top .d1 {
  border: 1px solid rgba(223, 223, 223, 0.5);
  height: 47px;
  width: 47px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.faqs .faq-wrap .faq-top .d1 svg {
  max-width: 16px;
}
section.faqs .faq-wrap .faq-bottom-inner {
  max-width: calc(100% - 100px);
  padding: 0 0 50px 10px;
  letter-spacing: -0.12px;
  line-height: 1.625;
}
@media screen and (max-width: 550px) {
  section.faqs .faq-wrap .faq-bottom-inner {
    max-width: calc(100% - 60px);
  }
}
section.faqs .faq-wrap .faq-bottom {
  overflow: hidden;
  height: 0;
}
section.faqs .faq-wrap.open .faq-top .d1 {
  transform: rotate(180deg);
}
section.faqs .faq-wrap.open .faq-bottom {
  height: auto;
}
section.faqs .cta-wrap {
  display: flex;
  margin-top: 70px;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  section.faqs .cta-wrap {
    margin-top: 60px;
  }
}
footer.footer {
  height: 240px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, white 0%, #e2f4f0 26%, #e2f4f0 100%);
}
.page-template-template-thank-you2 section.hero:before, .page-template-template-thank-you2 section.hero:after {
  content: none;
}
.page-template-template-thank-you2 header .cta-wrap {
  display: none;
}
.page-template-template-thank-you2 section.hero {
  padding: 40px 0 60px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .page-template-template-thank-you2 section.hero {
    padding: 10px 0 60px;
  }
}
.page-template-template-thank-you2 section.faqs {
  padding: 0;
}
.page-template-template-thank-you2 section.faqs .cta-wrap {
  display: none;
}
