:root {
    --dtc-main-color: #142F46;
    --dtc-secondary-color: #142F46;
    --dtc-accent-color: #FFC763;
    --dtc-secondary-accent-color: #559DEE;

    --dtc-hgb-bg-color: #142F46;
    --dtc-hgb-text-color: #FFFFFF;
    --dtc-hgb-star-image: url('../assets/bg/text-decoration-star.png');
    --dtc-hgb-background-lines: url('../assets/bg/background-decoration.png');

    --dtc-category-header-decoration: url('../assets/bg/header-decoration.png');

    --dtc-testimonial-slider-item-bg: #CEE0F2;
    --dtc-testimonial-slider-text-color: #142F46;

    --dtc-bpc-background-lines: url('../assets/bg/background-decoration.png');
    --dtc-bpc-star-image: url('../assets/bg/boost-productivity-decoration.svg');
    --dtc-bpc-accent-color: #EB5A62;
    --dtc-bpc-bg-color: #142F46;
    --dtc-bpc-text-color: #FFFFFF;
    --dtc-bpc-btn-text-color: #FFFFFF;


    --dtc-pb-background-lines: url('../assets/bg/background-decoration.png');
    --dtc-pb-star-image: url('../assets/bg/boost-productivity-decoration.svg');
    --dtc-pb-accent-color: #559DEE;
    --dtc-pb-bg-color: #142F46;
    --dtc-pb-text-color: #FFFFFF;
    --dtc-pb-btn-text-color: #FFFFFF;

}

.dm-display {
    font-family: "DM Serif Display", serif;
    font-style: normal;
    text-align: left;
}
.urbanist {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.caveat {
    font-family: "Caveat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

header .btn-bord.custom-dtc-header-btn:hover {
    background-color: var(--dtc-main-color);
    border-color: var(--dtc-main-color);
}

main {
    background-color: transparent;
}
.helpinghumans-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 140px;
    padding-left: 140px;
    text-align: left;
    gap: 77px;
}
.helpinghumans-hero-image-box {
    width: 50%;
}
.hero-supheader-text {
    font-size: 28px;
    font-weight: 600;
    color: var(--dtc-secondary-color);
    margin: 0;
    line-height: 36.4px;
}
.hero-header-text {
    margin-top: 23px;
    color: var(--dtc-secondary-color);
    font-size: 64px;
    line-height: 76.8px;
}
.hero-description-text {
    all: unset;
    display: block;
    margin-top: 27px;
    color: var(--dtc-secondary-color);
    opacity: .6;
    line-height: 32px;
    font-size: 16px;
}
.helpinghumans-try-now-btn {
    all: unset;
    display: inline-block;
    margin-top: 43px;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    background-color: var(--dtc-main-color);
    padding: 16px 50px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    text-align: center;
}

.helpinghumans-hiw-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background: var(--dtc-hgb-background-lines), var(--dtc-hgb-bg-color);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 120px;
    margin: 0 10px;
    padding: 100px 80px 100px 120px;
    margin-top: 80px;
}

.helpinghumans-hiw-controls {
    position: relative;
}

.hiw-star {
    width: 180px;
    height: 180px;
    background: var(--dtc-hgb-star-image);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -90px;
    z-index: 0;
}

.hiw-supheader-text {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--dtc-accent-color);
    text-transform: uppercase;
}

.hiw-header-text {
    position: relative;
    margin: 15px 0 0 0;
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    line-height: 52.8px;
    color: var(--dtc-hgb-text-color);
}

.hiw-controls-list {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-top: 32px;
}

.hiw-controls-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    margin-top: 28px;
}
.hiw-controls-item:first-child {
    margin-top: 0;
}

.hiw-controls-item-number {
    flex: 0 0 56px;
    background-color: #25415A;
    border-radius: 50%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 41.6px;
    color: #FFFF;
    transition: .3s ease-in background-color;
}

.hiw-controls-item-text {
    margin: 0;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    color: var(--dtc-hgb-text-color);
    transition: .3s ease-in color;
}

.hiw-controls-item.active .hiw-controls-item-number, .hiw-controls-item:hover .hiw-controls-item-number {
    background-color: var(--dtc-accent-color);
}
.hiw-controls-item.active .hiw-controls-item-text, .hiw-controls-item:hover .hiw-controls-item-text {
    color: var(--dtc-accent-color);
}

.helpinghumans-hiw-controls {
    width: calc(50% - 50px);   
}

.helpinghumans-hiw-v-slider {
    width: calc(50% - 50px);
    height: 30rem;
}

.helpinghumans-categories-header {
    margin-top: 155px;
    margin-bottom: 65px;
    text-align: center;
    color: var(--dtc-secondary-color);
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
}
.helpinghumans-categories-header::before {
    content: "";
    width: 133px;
    height: 133px;
    background: var(--dtc-category-header-decoration);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: calc(50% - 85px);
    z-index: -1;
}

/** Pills Horizontal Scrolling Animation **/
.scroller {
    max-width: 1950px;
}

.scroller__inner {
    padding-block: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.scroller[data-animated="true"] {
    overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 50s;
    /* 50s */
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
    /* 60s */
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.helpinghumans-category-link {
    all: unset;
}

.helpinghumans-hiw-cat-pill {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 29px;
    background: var(--dtc-main-color);
    box-shadow: 0px 5px 20px 0px rgba(116, 150, 146, 0.15);
    z-index: 1;
    cursor: pointer;
}
.helpinghumans-hiw-cat-text {
    all: unset;
    display: block;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFF;
}

.helpinghumans-testimonials-container {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 200px;
}

.helpinghumans-testimonials-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.helpinghumans-testimonials-header-text {
    font-size: 48px;
    font-weight: 400;
    line-height: 52.8px;
    color: var(--dtc-secondary-color);
    width: 65%;
    position: relative;
}
.helpinghumans-testimonials-header-text::before {
    content: "";
    width: 115px;
    height: 115px;
    position: absolute;
    top: -40px;
    left: -55px;
    background: url('../assets/bg/testimonial-text-decoration.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.helpinghumans-testimonials-slider {
    margin-left: 12%;
    margin-top: 60px;
}

.helpinghumans-testimonials-slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F6FA;
    border-radius: 50%;
    height: 52px;
    flex: 0 0 52px;
    cursor: pointer;
}
.helpinghumans-testimonials-slider-control.reverse .helpinghumans-testimonials-slider-arrow {
    transform: rotate(180deg);
}

.testimonials-slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: var(--dtc-testimonial-slider-item-bg);
    border-radius: 70px;
    /* padding: 75px 35px 24px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    padding-bottom: 24px;
    gap: 45px;
    height: auto;
}

.testimonials-slider-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 25.2px;
    color: var(--dtc-testimonial-slider-text-color);
    margin: 0;
    padding-left: 38px;
    padding-right: 38px;
    text-align: center;
}

.testimonials-slider-image {
    width: 56px;
    height: 56px;
}

.testimonials-slider-item-stats {
    background: var(--dtc-main-color);
    gap: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

.testimonials-slider-item-alternate {
    background: var(--dtc-main-color);
}

.testimonials-slider-item-alternate .testimonials-slider-description {
    color: #ffffff;
}

.testimonials-slider-stats-percent {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #FFFFFF;
    margin: 0;
}
.testimonials-slider-stats-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.12px;
    color: #ffffff;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.helpinghumans-boost-productivity-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--dtc-bpc-background-lines), var(--dtc-bpc-bg-color);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 120px;
    margin: 0 10px;
    padding: 100px 115px 60px 120px;
    margin-top: 130px;
}

.helpinghumans-price-block-container {
    background: var(--dtc-pb-background-lines), var(--dtc-pb-bg-color);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.helpinghumans-pb-decorator {
    width: 30%;
    position: absolute;
    top: -8%;
    right: -12%;
    color: var(--dtc-pb-accent-color);
}

.helpinghumans-bp-text-container {
    position: relative;
    width: 50%;
}
.helpinghumans-bp-image-container {
    width: 50%;
    position: relative;
}

.helpinghumans-monthly-program-price-container {
    position: absolute;
    top: 60%;
    left: -5%;
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    padding-left: 1.6rem;
    padding-top: 1rem;
    padding-right: 3rem;
    padding-bottom: 0.8rem;
    width: 100%;
    max-width: max-content;
}

.helpinghumans-monthly-program-price-header {
    all: unset;
    display: block;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Urbanist;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    text-transform: uppercase;
    opacity: .4;
}

.helpinghumans-monthly-program-price {
    all: unset;
    display: block;
    color: var(--dtc-pb-accent-color);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Readex Pro";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.375rem;
}

.helpinghumans-monthly-program-price-additional-text {
    color: var(--dtc-pb-accent-color);
    font-family: "Urbanist", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 1.625rem;
    width: 17rem;
    position: relative;
    padding-left: 1rem;
}
.helpinghumans-monthly-program-price-additional-text::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}

.helpinghumans-bp-supheader {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--dtc-bpc-accent-color);
    text-transform: uppercase;
}

.helpinghumans-bp-star {
    width: 143px;
    height: 143px;
    background: var(--dtc-bpc-star-image);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -45px;
    left: -65px;
    z-index: 0;
}

.helpinghumans-bp-header {
    position: relative;
    margin: 15px 0 0 0;
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    line-height: 52.8px;
    color: var(--dtc-bpc-text-color);
}
.helpinghumans-bp-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--dtc-bpc-text-color);
    margin-top: 25px;
}
.helpinghumans-bp-try-now-btn {
    background-color: var(--dtc-bpc-accent-color);
    margin-top: 25px;
    color: var(--dtc-bpc-btn-text-color);
}

.helpinghumans-niche-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
    background: url('../assets/bg/validated-coaches-background.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 180px 140px;
    margin-top: 55px;
}

.helpinghumans-nc-text {
    width: 60%;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    color: var(--dtc-secondary-color);
    margin: 0;
}
.helpinghumans-nc-header-with-additional {
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
    color: var(--dtc-secondary-color);
    margin: 0;
}
.helpinghumans-nc-additional {
    color: var(--dtc-pb-accent-color);
    font-family: "Urbanist", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    margin-top: 2rem;
}

.helpinghumans-niche-container img {
    width: 40%;
}

.helpinghumans-ps-supheader {
    color: #559DEE;
}
.helpinghumans-ps-try-now-btn {
    background-color: #559DEE;
}
.helpinghumans-ps-star {
    width: 147px;
    height: 143px;
    background: url('../assets/bg/payment-systems-star.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -45px;
    left: -65px;
    z-index: 0;
}

.helpinghumans-price-block-container .helpinghumans-ps-star {
    background: var(--dtc-pb-star-image);
}

.helpinghumans-price-block-container .helpinghumans-ps-supheader { 
    color: var(--dtc-pb-accent-color);
}
.helpinghumans-price-block-container .helpinghumans-ps-try-now-btn { 
    background-color: var(--dtc-pb-accent-color);
}
.helpinghumans-price-block-container .helpinghumans-bp-header, .helpinghumans-price-block-container .helpinghumans-bp-description {
    color: var(--dtc-pb-text-color);
}


.helpinghumans-faq-container {
    margin-top: 90px;
    margin-bottom: 100px;
}

.helpinghumans-faq-supheader {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    text-align: center;
    color: var(--dtc-secondary-accent-color);
}

.helpinghumans-faq-header {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
    text-align: center;
    color: var(--dtc-secondary-color);
    margin-top: 24px;
}

.helpinghumans-faq-subheader {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    text-align: center;
    color: #819AA9;
    margin-top: 24px;
}

.faq_item_opener {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_item_opener:hover, .faq_item_opener.active {
    color: var(--dtc-secondary-accent-color);
}

.faq_item_opener::after {
    content: none;
}

.faq_item_opener svg {
    transform: rotate(0);
    transition: transform .2s ease-in-out;
}

.faq_item_opener.active svg {
    transform: rotate(180deg);
}


.faq_item_opener_heading {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.24px;
}

/* .faq_item_opener.active::after, .faq_item_opener:hover::after {
   background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0286 10.4001C9.8279 10.6011 9.55556 10.7141 9.27149 10.7144L8.72864 10.7144C8.44519 10.7111 8.17395 10.5985 7.9715 10.4001L0.642926 3.05721C0.507702 2.92309 0.431641 2.74052 0.431641 2.55007C0.431641 2.35961 0.507703 2.17705 0.642926 2.04293L1.65721 1.02864C1.78887 0.894263 1.96908 0.818539 2.15721 0.818539C2.34534 0.818539 2.52555 0.894263 2.65721 1.02864L9.00007 7.38578L15.3429 1.02864C15.477 0.893419 15.6596 0.817357 15.8501 0.817357C16.0405 0.817357 16.2231 0.893419 16.3572 1.02864L17.3572 2.04293C17.4924 2.17705 17.5685 2.35962 17.5685 2.55007C17.5685 2.74053 17.4924 2.92309 17.3572 3.05721L10.0286 10.4001Z' fill='%23559DEE'/%3E%3C/svg%3E%0A");
} */


.faq_item_opener_heading:hover, .faq_item_opener.active h2.faq_item_opener_heading {
    color: var(--dtc-secondary-accent-color);
}

.faq_item_drop {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #819AA9;
    font-family: "Open Sans", sans-serif;
}

.faq_item_drop a {
    text-decoration: none;
    color: #559DEE;
}

.footer, footer .content {
    background: var(--dtc-main-color);
}

.dtc-custom-footer {
    min-height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.62rem;
    border-radius: 3.75rem;
}

header .btn-bord {
    border-radius: 40px;
    text-transform: uppercase;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    transition: background-color .2s ease-in;
}

header .btn-bord:hover {
    background-color: #559DEE;
    color: white;
    border-color: #559DEE;
}

.header-nav ul li a:hover {
    color: #559DEE;
    border-color: #559DEE;
}

@media screen and (max-width: 768px){
    main {
        padding-top: 100px;
    }
    .helpinghumans-hero-container {
        flex-direction: column-reverse;
        padding-right: 15px;
        padding-left: 15px;
    }

    .helpinghumans-hero-image-box {
        width: 100%;
    }
    .hero-supheader-text, .hero-header-text {
        text-align: center;
    }
    .helpinghumans-try-now-btn {
        display: block;
        padding: 20px;
        font-size: 18px;
    }
    .helpinghumans-hiw-container {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        background-size: 100% 200%;
        border-radius: 80px;
        gap: 20px;
        
    }
    .helpinghumans-hiw-controls {
        width: 100%;
        
    }
    .hiw-supheader-text, .hiw-header-text {
        text-align: center;
        display: block;
    }
    .hiw-star {
        top: 0;
        left: 0;
    }
    .helpinghumans-hiw-v-slider {
        width: 100%;
    }

    .helpinghumans-testimonials-container {
        margin-top: 155px;
    }
    .helpinghumans-testimonials-header-container {
        flex-direction: column;
    }
    .helpinghumans-testimonials-header-text {
        text-align: center;
        width: 100%;
    }
    .helpinghumans-testimonials-header-text::before {
        top: 0;
        left: 0;
    }
    .helpinghumans-testimonials-slider-control {
        display: none;
    }

    .helpinghumans-boost-productivity-container {
        padding: 100px 30px;
        border-radius: 80px;
        flex-direction: column-reverse;
        background-size: 100% 200%;
    }
    .helpinghumans-bp-text-container {
        width: 100%;
    }
    .helpinghumans-bp-supheader, .helpinghumans-bp-header {
        text-align: center;
        display: block;
    }
    .helpinghumans-bp-image-container {
        width: 100%;
    }
    .helpinghumans-bp-star, .helpinghumans-ps-star {
        left: 0;
        top: 0;
    }
    .helpinghumans-niche-container {
        margin-top: 120px;
        flex-direction: column;
        padding: 0 15px;
        gap: 20px;
        background-size: cover;
    }
    .helpinghumans-nc-text {
        text-align: center;
        width: 100%;
    }
    .helpinghumans-niche-container img {
        width: 100%;
    }
}

@media screen and (min-width: 1900px){
    .helpinghumans-hero-container {
        max-width: 1300px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .helpinghumans-hero-text-box {
        width: 40%;
    }
    .helpinghumans-hero-image-box {
        width: 40%;
    }

    .helpinghumans-hiw-container, .helpinghumans-boost-productivity-container {
        max-width: 1300px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .helpinghumans-testimonials-slider {
        margin-left: 20%;
    }
    .helpinghumans-boost-productivity-container {
        justify-content: space-between;
    }
    .helpinghumans-bp-text-container {
        width: 40%;
    }
}