html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
.color-red{
    color: #BB4E63;
    text-decoration: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

@media(min-width:700px) {
    body {
        font-size: 16px
    }
}

@media(min-width:1170px) {
    body {
        font-size: 18px
    }
}

.app {
    transition: transform 400ms ease;
    z-index: 10;
    background-color: #fff
}

.app.open {
    transform: translateX(-163px);
    z-index: -1
}

em {
    font-style: italic
}

img {
    width: 100%
}
.p-0 {
    padding: 0 !important;
}
.section-inner {
    max-width: 1300px;
    margin: auto
}

.main-nav.open {
    z-index: 10
}

.main-nav ul {
    list-style: none;
    margin: 0;
}

@media(min-width:700px) {
    .main-nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header {
    padding: 40px 0;
    background: linear-gradient(180deg, #528581 43.23%, #689896 100%);
}
.header .main-nav ul li a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.header .main-nav ul li::after {
    content: "|";
    padding: 0 10px;
    color: #fff;
}
.header .main-nav ul li:last-child::after {
    content: none;
}
.header .nav-trigger {
    position: absolute;
    top: 24px;
    top: 1.5rem;
    right: 24px;
    right: 1.5rem;
    z-index: 10
}
.custom-flex-row {
    display: flex;
    margin-bottom: 0;
}
.custom-flex-row .row__content {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    background: #FFFAF5;
    padding: 120px 120px 120px 180px;
    border-bottom: 10px solid #fff;
}
.custom-flex-row .row__content.row__content--image {
    padding: 0;
    background: none;
}
.row__content.author img{
    width: auto;
    margin-bottom: 24px;
}
.heading__wrap{     
    max-width: 378px;   
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
    position: relative;
}
.heading__wrap.w-sm {     
    max-width: 240px; 
}
.custom-flex-row .row__heading h4 {
    font-family: 'Effra';
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin:0;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
   
   
}
.custom-flex-row:last-of-type .row__content {
    border-bottom: none;
}
.row__border-wrap{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%; 
    align-items: center;
}
.border-before{
    background: url(../img/border-top.png) 0 0;
    background-repeat:no-repeat; 
    width: 2px;
    display: flex;
    height: 60%;
}
.border-after{
    background: url(../img/border-bottom.png) 0 0;
    background-repeat:no-repeat;   
    width: 2px;
    display: flex;
    height: 60%;  
    position: relative;
}

.border-after::after {
    content:"";
    position: absolute;
    bottom:0;
    height:calc(100% - 270px);
    width:2px;    
    left:calc(50% - 1px);
    background: #44807D;
}
.custom-flex-row .row__content p {
    font-size: 24px;
    line-height: 34px;
    color: #6A9B99;
    margin-bottom: 24px;
    margin-top: 0;
}
.custom-flex-row .row__content p:last-of-type {
    margin-bottom: 0;
}

@media(min-width:700px) {
    .header .nav-trigger {
        display: none
    }
}


.about-purchase {
    background-color: #fffaf5;
    padding: 80px 146px;
    width: 100%;
}

@media(min-width:700px) {
    .purchase-grid-header {
        max-width: 100%;
        margin: auto
    }
}

.custom-flex-row .row__content.about-purchase .about-purchase-header {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 48px;
    /* identical to box height */
    
    text-align: center;
    text-transform: uppercase;
    
    /* linear one */
    
    background: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Effra';
}

.purchase-toggle {
    background-color: transparent;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    padding: 8px;
    padding: .5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
    font-weight: 700
}

@media(min-width:700px) {
    .purchase-toggle {
        margin-bottom: 2rem
    }
}

@media(min-width:1000px) {
    .purchase-toggle {
        margin-bottom: 1.5rem
    }
}

.purchase-toggle button {
    text-transform: uppercase;
    font-size: 24px;
    padding: 16px;
    line-height: 34px;
    font-weight: 700;
    border: 0;
    background: transparent;
    text-align: center;
    background: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
}

.purchase-toggle button.active {
    background: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
    pointer-events: none;
    border-radius: 0;
}

.purchase-grid {
    list-style: none;
    padding: 8px;
    padding: .5rem;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 8px;
    gap: .5rem;
    background-color: #C4D9D4;
    border-radius: 0;
}

@media(min-width:700px) {
    .purchase-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 1rem
    }
}

@media(min-width:1000px) {
    .purchase-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.purchase-grid li {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    min-height: 70px
}

.purchase-grid img {
    display: block;
    border-radius: 11px
}

.footer {
    background-color: #437F7D;
    color: #fff;
    padding: 68px 24px;
}

.footer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 32px;
    gap: 2rem
}

@media(min-width:700px) {
    .footer-inner {
        gap: 1rem
    }
}

@media(min-width:1000px) {
    .footer-inner {
        -ms-grid-columns: auto auto 1fr;
        grid-template-columns: auto auto 1fr;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-inner .logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

@media(min-width:700px) {
    .footer-inner .logo {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
        grid-row: 1 / span 2
    }
}

@media(min-width:1000px) {
    .footer-inner .logo {
        -ms-grid-row: 1;
        grid-row: 1
    }
}

@media(min-width:700px) {
    .footer-inner .logo img {
        max-width: 100px;
        min-width: 100px;
    }
}

.footer-inner .copyright {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-family: "proxima-nova" !important;
}

.footer-inner .copyright p {
    font-family: "proxima-nova" !important;
}

@media(min-width:700px) {
    .footer-inner .copyright p {
        margin: 0
    }
}

.footer-inner .copyright ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:700px) {
    .footer-inner .copyright ul {
        display: -ms-flexbox;
        display: flex
    }
}

.footer-inner .copyright ul li {
    margin: 4px 0;
    margin: .25rem 0
}

@media(min-width:700px) {
    .footer-inner .copyright ul li {
        margin: 0
    }

    .footer-inner .copyright ul li:after {
        content: "|";
        padding: 0 .5rem
    }

    .footer-inner .copyright ul li:last-child:after {
        content: ""
    }
}

.footer-inner .copyright ul li a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    text-decoration: none;
}

.footer-inner .copyright ul li a:hover {
    text-decoration: none;
}

.footer-inner .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-grid-column-span: all;
    -ms-grid-column: 1;
    grid-column: 1 / span all;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:700px) {
    .footer-inner .social-links {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(min-width:1000px) {
    .footer-inner .social-links {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
.hs_email {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%; 
    /* or 34px */
    color: #6A9B99;
}
.hs_email label{
    display: block;
    margin-bottom: 9px;
}
.no-list,.inputs-list{
    padding-left: 0;
    list-style-type: none;
}
.input input[type=email]{
    background: #FFFFFF;
    border: 1px solid #828282;
    width: 100%;
    height: 65px;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    outline: none !important;
}
.hs-error-msg,.hs-main-font-element{
    font-size: 14px;
    color: rgb(148, 0, 0);
    font-weight: 700;
}
.hs-form-booleancheckbox label,.hs-form-booleancheckbox a{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-decoration: none;
    /* identical to box height, or 34px */
    color: #6A9B99;
}
.hs-form-booleancheckbox label span {
    padding-left: 8px;
}
.no-list.hs-error-msgs {
    margin: 0;
}
.form-wrap{
    margin-top: 30px;
}
.hs-button{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */

    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 15px 20px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(272.9deg, #7CB074 4.47%, #417D7B 99.77%);
    cursor: pointer;
}
.hs-form-booleancheckbox input{
    position: relative;
    top: -2px;
}
.footer-inner .social-links li {
    max-width: 45px;
    margin-right: 1rem;
}


.footer .logo {
    margin-right: 15px;
}

.nav-trigger {
    cursor: pointer;
}

.container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
}
.hbspt-form .submitted-message p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.hbspt-form .submitted-message p a {
    color: #4b8679;
}
.hbspt-form .submitted-message p a:hover {
    text-decoration: none;
}
@media screen and (max-width: 1400px) {
    .custom-flex-row .row__content {
        padding: 100px 100px 100px 150px;
    }
}
@media screen and (max-width: 1199px) {
    .custom-flex-row .row__content p{
        font-size: 16px;
        line-height: 22.4px;
    }
    .custom-flex-row .row__heading h4{
        font-size: 32px;
        line-height: 38px;
    }
    .custom-flex-row .row__content {
        padding: 60px 60px 60px 40px;
    }
    .custom-flex-row .row__content p {
        font-size: 16px;
        line-height: 23px;
    }
    .hs_email {
        font-size: 16px;
        line-height: 23px;
    }
    .hs-form-booleancheckbox label, .hs-form-booleancheckbox a {
        font-size: 16px;
    }
    .hs-form-booleancheckbox label input {
        top: 0;
    }
    .hs-button {
        font-size: 16px;
    }
    .custom-flex-row .row__content.about-purchase .about-purchase-header {
        font-size: 32px;
        line-height: 38px;
    }
    .purchase-grid li {
        min-height: 31px;
    }
    .purchase-toggle button {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (min-width:1024px){
    .border-before.first{
        height: 39%;
        background-position: 0 -83px;
    }
    #why .border-before {
        height: 66%;
    }
    #how .border-before{
        height: 54%;
    }
    #how+div .border-before{
        height: 40%;
        background-position: 0 -45px;
    }
    #about .border-before{
        height: 63%;
        background-position: 0 -45px;
    }
}
@media (min-width:1800px){
    #why.custom-flex-row .row__content, #how.custom-flex-row .row__content, #about.custom-flex-row .row__content{
        padding-right: 18%;
    }
}
@media (min-width:1360px){
    .border-before.first{
        height: 30%;
        background-position: 0 -3px;
    }
    #why .border-before{
        height: 25%;
    }
    #how .border-before{
        height: 21%;
    }
    #how+div .border-before{
        height: 28%;
    }
    #how+div .border-after{
    height: 65%;
    }
    #about .border-before {
        height: 30%;
        background-position: 0 -45px;
    }
    #how .border-after{
        height: 70%;
    }
}

@media (max-width: 1700px) and (min-width: 1400px) {
    .border-before.first{
        background-position: 0 -49px;
    }
    #why .border-before{
        height: 32%;
    }
    #how .border-before {
        height: 25%;
    }
    #about .border-before{
        height: 38%;
    }
}
@media (max-width: 1500px) and (min-width: 1400px) {
    .border-before.first{
        background-position: 0 -89px;
    }
    #why .border-before{
        height: 25%;
    }
    #how .border-before {
        height: 20%;
    }
    #about .border-before{
        height: 38%;
    }
    #how .border-after {
        height: 72%;
    }  
    #about .border-before {
        height: 28%;
    }  
}
@media (max-width: 1359px) and (min-width: 1181px) {
    .border-before.first{
        background-position: 0 -49px;
        height: 43%;
    }
    #why .border-before{
        height: 32%;
    }
    #why .border-after{
        height: 65%;
    }
    #how .border-before {
        height: 18%;
    }
    #how .border-after {
        height: 80%;
    }
    #about .border-before{
        height: 38%;
    }
    #how+div .border-before {
        height: 27%;
    }
    #how+div .border-after {
        height: 65%;
    }
    #about .border-before {
        height: 28%;
    }
}
@media (max-width: 1024px) and (min-width: 993px) {
    .heading__wrap{
        padding: 20px 30px;
    }
    .border-before.first {
        /* background: url(../img/line_topmob.png) 0 0; */
        height: 95px;
        background-repeat: no-repeat;
        background-position: 0 -172px;
    }
    .border-after.first {
        /* background: url(../img/line_bottomob.png) 0 0; */
        height: 295px;
        background-repeat: no-repeat;
    }
    #why .border-after {
        height: 404px;
    }
    #how .border-after{
        height: 540px;
    }
    #why .border-before{
        height: 25%;
        background-position: 0 -100px;
    }
    #how .border-before {
        height: 20%;
        background-position: 0 -160px;
    }
    #how .border-after {
        height: 72%;
    }  
    #about .border-before {
        height: 28%;
        background-position: 0 -145px;
    }
    #how+div .border-before{
        background-position: 0 -70px;
    }
}
@media (max-width: 810px) and (min-width: 768px) {
    .heading__wrap{
        padding: 20px 30px;
    }
    .border-before.first {
        /* background: url(../img/line_topmob.png) 0 0; */
        height: 55px;
        background-repeat: no-repeat;
        background-position: 0 -152px;
    }
    .border-after.first {
        /* background: url(../img/line_bottomob.png) 0 0; */
        height: 180px;
        background-repeat: no-repeat;
    }
    #why .border-after {
        height: 514px;
    }
    #how .border-after{
        height: 540px;
    }
    #why .border-before{
        height: 21%;
        background-position: 0 -100px;
    }
    #how .border-before {
        height: 20%;
        background-position: 0 -110px;
    }
    #how .border-after {
        height: 72%;
    }  
    #about .border-before {
        height: 24%;
        background-position: 0 -145px;
    }
    #how+div .border-before{
        background-position: 0 -70px;
    }
}
@media (max-width: 840px) and (min-width: 819px) {
    .heading__wrap{
        padding: 20px 30px;
    }
    .border-before.first {
        /* background: url(../img/line_topmob.png) 0 0; */
        height: 85px;
        background-repeat: no-repeat;
        background-position: 0 -152px;
    }
    .border-after.first {
        /* background: url(../img/line_bottomob.png) 0 0; */
        height: 180px;
        background-repeat: no-repeat;
    }
    #why .border-after {
        height: 514px;
    }
    #how .border-after{
        height: 540px;
    }
    #why .border-before{
        height: 21%;
        background-position: 0 -135px;
    }
    #how .border-before {
        height: 20%;
        background-position: 0 -110px;
    }
    #how .border-after {
        height: 72%;
    }  
    #about .border-before {
        height: 24%;
        background-position: 0 -145px;
    }
    #how+div .border-before{
        background-position: 0 -70px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding: 38px 0;
    }

    .section-inner {
        padding: 0 20px;
    }

    .author {
        padding: 20px 20px 40px 20px;
    }

    .footer .logo img {
        max-width: 109px;
        min-width: 109px;
    }

    .header {
        padding: 0 20px;
        background: #fff;
    }
    .header .main-nav ul li::after {
        content: none;
    }

    .main-nav ul {
        padding: 25px 12px 25px 20px;
    }

    .main-nav ul li {
        margin: 0 0 10px;
    }
    .main-nav {
        background: linear-gradient(180deg, #528581 43.23%, #689896 100%);
        height: 100vh;
        position: fixed;
        top: 0;
        width: 162.8px;
        right: -162.8px;
        z-index: -1
    }
    .custom-flex-row {
        flex-direction: column;
    }
    .custom-flex-row .row__content {
        padding: 40px;
        border-bottom: none;
    }
    .row__border-wrap, .custom-flex-row .row__content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .heading__wrap {
        padding: 10px 15px;
    }
    .border-before, .border-after {
        height: 120px;
    }
    .content-area {
        /* margin-top: -64px; */
    }
    .border-before {
        background-position: 0 -90px;
        background: url(../img/line_topmob.png) 0 0;
    }
    .border-after {
        background-position: 0 -90px;
        background: url(../img/line_bottomob.png) 0 0;
    }
    .purchase-grid li {
        min-height: 71px;
    }
}