@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('bootstrap.min.css');


body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

/* hero-sec */

.hero-sec {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right;
}

.hero-sec .text-box {
    padding: 218px 0px;
    position: relative;
    z-index: 1;
}

.text-box h1 {
    color: #FFF;
    font-size: 65px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 2.16px;
}

.text-box p {
    color: #EEE;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

.hero-sec .text-box p {
    padding: 35px 0px;
}

.panel-layout .btn-primary {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 40px;
    display: inline-block;
    background: #FFE100;
}

.bg-layer {
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(18.799999237060547px);
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-layer.fade-style {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0%, rgba(102, 102, 102, 0.00) 100%);
    backdrop-filter: blur(50px);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, /* Full blur visible (Start = 0) */ rgba(0, 0, 0, 0) 100% /* Blur disappears (End = 100) */);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-img {
    position: absolute;
    bottom: 0;
    left: 56%;
    transform: translateX(-50%);
}

.benefits-sec {
    background: #00A968;
    padding: 128px 0px;
    position: relative;
    z-index: 1;
}

.benefits-sec .text-box h3 {
    text-align: left;
    font-size: 38px;
    color: #fff;
    margin-bottom: 40px;
}

.benefits-sec .text-box h6 {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 160%;
    max-width: 1200px;
    margin-bottom: 96px;
}

.benefits-card {
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 48px 32px;
    text-align: center;
}

.icon-box {
    margin: 0 auto 32px;
    border-radius: 56px 0;
    background: #FFE101;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px;
    justify-content: center;
}

.benefits-card {
    width: 25%;
}

.benefits-card p {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 160%;
}

.tornado-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.text-box .h2,
.text-box h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}

.text-box .h2.green,
.text-box h2.green {
    color: #00a968;
}

.viraler-sec .text-box h2 {
    max-width: 1200px;
    margin: 128px auto 64px;
}

.gegen-sec .text-box {
    max-width: 1200px;
    margin: 0px auto;
}

.feature-box {
    background: #00A968;
    box-shadow: 0 5.052px 30.312px 0 rgba(0, 0, 0, 0.15);
    padding: 64px;
    margin-bottom: -110px;
}

.feature-list {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    margin-bottom: 30px;
}

.feature-list:last-child {
    margin-bottom: 0px;
}

.feature-list .h6 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0;
}

.viraler-inner {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 646px;
    padding-bottom: 1px;
    position: relative;
    z-index: 1;
}

.viraler-sec {
    position: relative;
    z-index: 2;
}

.gegen-sec {
    padding: 366px 0px 128px;
    position: relative;
    z-index: 1;
}

.shape3 {
    border-radius: 0 120px;
    background: #FFE101;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    top: 0;
    width: 240px;
    height: 240px;
    z-index: -1;
}

.viraler-inner-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.gegen-sec .text-box p {
    color: #768281;
    font-weight: 500;
    margin-bottom: 20px;
}
.gegen-sec .text-box p:last-of-type {
    margin-bottom: 0;
}

.gegen-sec .text-box h2 {
    margin-bottom: 48px;
    color: #2B5553;
}

.ingredient-box-wrapper {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 48px;
    margin-top: 64px;
}

.ingredient-box {
    position: relative;
    z-index: 1;
}

.ingredient-box .box-footer {
    background: rgba(0, 0, 0, 0.20);
    padding: 48px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    backdrop-filter: blur(18.799999237060547px);
}

.ingredient-box .box-footer h3,
.ingredient-box .box-footer h4 {
    color: #FFF;
    text-align: center;
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    line-height: 160%;
}

.ingredient-box .box-footer p {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
}

.efficacy-sec {
    background: #00A968;
    padding: 128px 0px;
}

.efficacy-sec .text-box p {
    margin: 0 0 20px;
}

.rounded-right {
    /* border-radius: 0 56px !important; */
}

.efficacy-card {
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    grid-gap: 24px;
    padding: 48px 32px;
}

.efficacy-card p {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    flex: 1;
    line-height: 160%;
}

.efficacy-icon-box {
    border-radius: 56px;
    background: #FFE101;
    display: flex;
    min-width: 104px;
    height: 104px;
    justify-content: center;
    align-items: center;
}

.efficacy-card-wrapper {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 48px;
    margin-top: 40px;
}

.efficacy-sec {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.efficacy-sec .tornado-img {
    top: -65px;
}

.evidence-sec .container-fluid {
    padding: 0px;
}

.evidence-sec .text-box p {
    color: #768281;
    margin-bottom: 15px;
}
.evidence-sec .text-box ul li {
    color: #768281;
    font-size: 24px;
    font-weight: 500;
}

.evidence-sec .text-box.no-padding {
    padding: 0;
}

.evidence-sec .text-box {
    padding-left: 120px;
}

.evidence-sec {
    padding: 128px 0px;
    position: relative;
    z-index: 1;
}

.shape {
    position: absolute;
    left: -80px;
    top: 104px;
    border-radius: 80px 0;
    background: #E1F2EB;
    width: 160px;
    height: 160px;
    z-index: 1;
}

.analysis-sec .text-box {
    display: flex;
    align-items: center;
    grid-gap: 96px;
    margin-bottom: 64px;
}

.analysis-sec .text-box h2 {
    flex: 1;
}

.analysis-sec {
    background: #00AB64;
    padding: 128px 0px;
}

.analysis-sec .benefits-card {
    background: #FFF;
}

.analysis-sec .benefits-card p {
    color: #2B5553;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #dbc208;
}

.analysis-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.analysis-sec .tornado-img {
    top: auto;
    bottom: -54px;
}

.evidence-sec .text-box h2 {
    margin-bottom: 25px;
    color: #2B5553;
}

.medicine-box {
    background: #F0FAF6;
    padding: 42px 0px 25px 62px;
    display: flex;
    align-items: center;
}

.medicine-box h2,
.medicine-box h3,
.medicine-box h4 {
    color: #2B5553;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 48px;
    line-height: 120%;
}

.medicine-box p,
.medicine-box li {
    grid-gap: 24px;
    margin-bottom: 24px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.right-side-img {
    margin-left: -20px;
}

.right-side-img img {
    max-width: 475px;
}

.site-main .medicine-box ul li:before {
    content: url('../images/right-arrow.svg');
    background: none;
}
.site-main .medicine-box ul li a {
    color: #00A968;
}

.flex-1 {
    flex: 1;
}

.shape-2 {
    position: absolute;
    left: -80px;
    bottom: -126px;
    width: 160px;
    height: 160px;
    z-index: -1;
    aspect-ratio: 1/1;
    border-radius: 80px 0;
    background: #FFE101;
}

.topic-sec {
    padding-bottom: 128px;
    position: relative;
    z-index: 1;
}

.topic-card-wrapper {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 48px;
    margin-top: 64px;
}

.topic-card {
    background: #F0FAF6;
}

.topic-card-body {
    padding: 48px;
    text-align: center;
}

.topic-card-body h4 {
    color: #2B5553;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.topic-card-body p {
    color: #768281;
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    margin: 16px 0px;
}

.topic-card img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
.topic-card-body a {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
    color: #2B5553;
    font-size: 22px;
    font-weight: 600;
    line-height: 160%;
}

.topic-card-body a span {
    border-radius: 32px;
    background: #FFE101;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.order-box {
    background: #00A968;
    padding: 145px 96px;
    position: relative;
    z-index: 1;
}

.tornado-img2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.order-sec {
    background: url(../images/order-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 128px 0px;
}

.order-container {
    max-width: 1680px;
    padding: 0px 40px;
    margin: 0 auto;
}

.order-box h2,
.order-box h3,
.order-box h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

.order-box p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin: 48px 0px;
    line-height: 160%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    border-radius: 32px;
    background: #FFE101;
    display: flex;
    margin-top: 0px;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    grid-gap: 24px;
}

.slider-wrapper {
    max-width: 644px;
}

.slider-sec {
    position: relative;
    z-index: 1;
    border-top: 1px solid #EEE;
    padding: 128px 0px;
}

.tornado-img3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.slider-sec .text-box p {
    color: #2B5553;
    margin: 55px 0px;
}

.main-tabs {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    margin-bottom: 55px;
}

.main-tabs .main-tab {
    display: flex;
    align-items: center;
    border: 2px solid #CCC;
    width: 135px;
    height: 62px;
    justify-content: center;
    color: #2B5553;
    font-size: 24px;
    font-weight: 600;
    background: transparent;
    line-height: 160%;
}

.main-content.hidden {
    display: none;
}

.sub-content.hidden {
    display: none;
}

.subtab {
    color: #2B5553;
    font-size: 24px;
    font-weight: 600;
    padding: 21px 32px;
    display: inline-block;
    background: transparent;
    border: none;
    line-height: 160%;
}

.main-tab.active-tab {
    border: 2px solid #FFE101;
    background: #FFE101;
}

.subtab.active-subtab {
    background: #E1F2EB;
}

.sub-content {
    padding: 32px;
    background: #E1F2EB;
}

.swiper-pagination {
    position: static;
    width: fit-content !important;
}

.swiper-pagination-bullet {
    background: #FFF;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00A968;
}

.grecaptcha-badge,
.scrolltotop {
    z-index: 10;
}
.feature-box .headline {
    color: #fff;
    margin-bottom: 30px;
}
.content-below {
    color: #fff;
    margin-top: 60px;
}
.content-below h2 {
    font-size: 56px;
    margin-bottom: 20px;
}
.content-below li {
    font-weight: 500;
    font-size: 24px;
}
.textwidget li {
    color: #768281;
    font-size: 24px;
}
.textwidget h2 {
    color: #2B5553;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}

.so-widget-wph-table-v2 .table {
    margin-bottom: 0;
}

.so-widget-wph-table-v2 .table .table-row {
    display: flex;
    flex-wrap: wrap;
}
.so-widget-wph-table-v2 .table .table-row .table-cell {
    padding: 15px 30px;
}
.so-widget-wph-table-v2 .table .table-row .table-cell.green {
    background-color: #E2F5ED;
}

.so-widget-wph-table-v2 .table .table-row.cells-2 .table-cell {
    width: 50%;
}

.so-widget-wph-table-v2 .table .table-row.cells-3 .table-cell {
    width: 33%;
}
.so-widget-wph-table-v2  .table-cell {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.so-widget-wph-table-v2 .table img {
    max-width: 100px;
    height: auto;
    padding: 0;
    margin-right: 15px;
}
.so-widget-wph-table-v2 .table>:not(caption)>*>* {
    background: none;
}

.header_desktop {
    min-height: 134px;
}

.newsletter {
    display: none !important;
}

.step-sec .text-box {
    max-width: 1200px;
    margin: 0 auto;
}

.step-sec .text-box p {
    color: #768281;
}

.step-sec .text-box h2 {
    margin-bottom: 48px;
    color: #2B5553;
}

.panel-layout .step-sec a {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #00AB64;
}

.step-sec {
    padding: 128px 0px 240px;
    background: #F0FAF6;
}

.step-wrapper {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr 4fr;
    grid-gap: 48px;
    margin-top: 128px;
    position: relative;
    z-index: 1;
}

.curve-line {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}

.step-box {
    background: #FFF;
    padding: 0px 32px 32px;
}

.step-box:nth-child(even) {
    position: relative;
    top: 35px;
}

.step-box p {
    color: #2B5553;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
}

.number-box {
    border-radius: 56px;
    background: #00AB64;
    color: #FFE100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: -48px auto 42px;
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
}

.step-shape {
    border-radius: 0 80px;
    background: #FFE101;
    width: 160px;
    height: 160px;
    position: absolute;
    left: 54%;
    transform: translateX(-50%);
    bottom: -48px;
    z-index: -1;
}

.list-item p {
    color: #565656 !important;
    margin-bottom: 15px;
}

.list-item p:last-of-type {
    margin-bottom: 0;
}

.list-item {

    margin-bottom: 50px;
}

.list-item a,
.panel-layout a {
    color: #00AB64;
}
.list-shape {
    content: '';
    width: 25px;
    height: 25px;
    background: #00AB64;
    border-radius: 12px 0;
    display: block;
    margin-right: 15px;
    margin-top: 6px;
}

.list-item {
    width: calc(100% - 40px);
}

.list-row {
    display: flex;
    flex-wrap: wrap;
}

.panel-layout .ci-button.extract-btn {
    background: #00AB64;
    border-color: #00AB64;
    color: #fff;
    margin: 10px 0 0;
}

.text-box.green-color * {
    color: #2B5553
}

.feature-sec .text-box p {
    margin-bottom: 20px;
}

.feature-sec .text-box p + h3 {
    margin-top: 40px;
}

.feature-sec .efficacy-card * {
    color: #2B5553;
}
    
.feature-sec .efficacy-card {
    background: #F0FAF6;
}

.widget_wph-textbox-v2  {
    position: relative;
}