.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
    font-weight: bold;
    color: #2B2468;
    margin-bottom: 16px;
}

.h1 {
    font-size: 40px;
    line-height: 1.1;
}

.h2 {
    font-size: 24px;
    line-height: 1.17;
}

p{
  line-height: 1.5;
  margin-bottom: 18px;
}
.quest p{
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 72px;
        line-height: 1;
    }
    .h2 {
        font-size: 40px;
        line-height: 1.2;
    }
}

.bg-default {
    background: #FAFAFC;
}


@media screen and (min-width: 1300px) {
    .container {
        max-width: 1048px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.title-featured {
    color: #2B2468;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
}

.text-featured {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: #2B2468;
}



.btn {
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 100px;
    border: 0;
    padding: 22px 23px;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #9D64FA 0%, #562DF4 100%);
}

.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(90deg, #8264df 0%, #542ec4 100%);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: linear-gradient(90deg, #8264df 0%, #542ec4 100%);
}

.btn-secondary {
    color: #fff;
    background: #BC6AF1;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #a768dc;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background: #BC6AF1;
}

.btn-light {
    color: #562DF2;
}

.btn-light:hover, .btn-light:focus {
    color: #562DF2;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #562DF2;
}

.btn-whatsapp {
    padding: 16px 23px;
}

.btn-whatsapp, .btn-whatsapp:not(:disabled):not(.disabled).active, .btn-whatsapp:not(:disabled):not(.disabled):active,
.show > .btn-whatsapp.dropdown-toggle, .btn-whatsapp:hover, .btn-whatsapp:focus {
    color: #fff;
    background: linear-gradient(90deg, #59B24F 0%, #76C76D 100%);
}

.btn-icon-before {
    margin-right: 10px;
}

.btn .spin {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.btn-whatsapp-floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    z-index: 100;
    background: linear-gradient(38.13deg, #59B24F 15.23%, #8BCF82 85.4%);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-whatsapp-floating:hover {
    color: #fff;
}

.btn-sm {
    font-size: 14px;
    line-height: 1.43;
    padding: 8px 20px;
}


.opening {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .opening {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .opening p {
        font-size: 20px;
        line-height: 1.6;
    }
}

.opening p:last-child {
    margin-bottom: 0;
}

.hero-person {
    padding-top: 77px;
    position: relative;
    color: #FFFFFF;
    padding-bottom: 142px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .hero-person {
        font-size: 20px;
        line-height: 1.6;
        padding-top: 163px;
        padding-bottom: 197px;
    }
    .hero-person p {
      line-height: 1.6;
    }
}

.hero-person-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-person-bg-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    width: 100%;
}

.hero-person-description {
    max-width: 158px;
    margin-bottom: 110px;
}

@media (min-width: 575px) {
    .hero-person-description {
        max-width: none;
        margin-bottom: 31px;
    }
}

.hero-person-btn {
    font-size: 14px;
    padding: 15px 26px;
    background-color: #BC6AF1;
}

@media (min-width: 992px) {
    .hero-person-btn {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.3px;
        padding: 22px 36px;
    }
}

.hero-person-title {
    color: #fff;
}

@media (min-width: 992px) {
    .hero-person-title {
        line-height: 1;
        margin-bottom: 31px;
    }
}
.hero-cols{
  z-index: 1;
}

.classes .row, .success-cards .row {
  margin-left: -15px;
  margin-right: -15px;
}

.classes div[class^="col-"], .success-cards div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
    .classes {
        overflow: hidden;
    }
}

.classes + .classes {
    margin-top: 72px;
}

@media (min-width: 992px) {
    .classes + .classes {
        margin-top: 81px;
    }
}

@media (min-width: 992px) {
    .classes > .container > .row {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .classes-online > .container > .row {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .classes-person > .container > .row > [class*='col-']:first-child {
        display: flex;
        flex-direction: row-reverse;
    }
}

.classes-img {
    max-width: 100%;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .classes-img {
        max-width: none;
        margin-bottom: 0;
    }
}

.classes .title-featured {
    margin-bottom: 12px;
}

.classes .text-featured {
    margin-bottom: 48px;
}

@media (min-width: 992px) {
    .classes .text-featured {
        margin-bottom: 39px;
    }
}

.classes .btn {
    width: 100%;
}

@media (min-width: 575px) {
    .classes .btn {
        width: auto;
    }
}

.feature {
    margin-bottom: 48px;
}

@media (min-width: 992px) {
    .feature {
        margin-bottom: 56px;
    }
}

.feature-icon {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .feature .h2 {
        font-size: 24px;
        line-height: 1.33;
    }
}

.certified {
    margin-top: 80px;
    margin-bottom: 80px;
    background: #7841DE;
    border-radius: 20px;
    padding: 32px 20px 40px 20px;
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .certified {
        padding: 62px 80px 59px;
        margin-top: 100px;
        margin-bottom: 101px;
        border-radius: 32px;
    }
}

.certified-content {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .certified-content {
        max-width: 400px;
    }
}

.certified-content p {
    padding-right: 12px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.certified-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-right: 64px;
}

@media (min-width: 992px) {
    .certified-title {
        padding-right: 10px;
    }
}

.certified-img {
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 992px) {
    .certified-img {
        width: auto;
        height: 100%;
    }
}

.certified .btn {
    margin-top: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .certified .btn {
        width: auto;
    }
}

.level {
    background: #FAFAFC;
    padding-top: 60px;
}

@media (min-width: 992px) {
    .level {
        padding-top: 81px;
    }
}

.level .title-featured {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .level .title-featured {
        margin-bottom: 70px;
    }
}

.cta-section {
    margin-top: 33px;
    text-align: center;
}

@media (min-width: 992px) {
    .cta-section {
        margin-top: 48px;
    }
}

.cta-section-title {
    font-size: 24px;
    line-height: 1.33;
    color: #2B2468;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .cta-section-title {
        margin-bottom: 0;
    }
}

.cta-section .btn {
    width: 100%;
}

@media (min-width: 992px) {
    .cta-section .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .cta-section-content {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .cta-section-content:before, .cta-section-content:after {
        background-color: #6549EC;
        height: 1px;
        width: 140px;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .cta-section-content:before {
        left: 0;
    }
    .cta-section-content:after {
        right: 0;
    }
    .cta-section-content .btn {
        margin-left: 30px;
    }
}

.carousel-arrows .btn {
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.carousel-arrows .btn + .btn {
    margin-left: 20px;
}

.video {
    overflow: hidden;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .video {
        margin-bottom: 92px;
    }
}

.video-item {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: #2B2468;
}

@media (min-width: 1200px) {
    .video-item {
        width: 789px;
    }
}

.video-description {
    margin-bottom: 0;
    padding-left: 12px;
    color: #704AD6;
    line-height: 1.6;
}

.video-img {
    margin-bottom: 8px;
    width: 100%;
}

.video-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 1.09677px 16.4516px rgba(0, 0, 0, 0.316916);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .video-carousel {
        margin-top: 30px;
    }
}

.video .carousel-arrows {
    margin-top: 24px;
    text-align: right;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .video .carousel-arrows {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .video .row {
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .video .slick-list {
        overflow: visible;
    }
    .video .slick-slide + .slick-slide > div {
        padding-left: 30px;
    }
}


.video-big {
    padding-top: 80px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .video-big {
        padding-top: 100px;
        padding-bottom: 90px;
    }
}

.video-big .title-featured {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .video-big .title-featured {
        margin-bottom: 11px;
    }
}

.video-big .text-featured {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .video-big .text-featured {
        margin-bottom: 60px;
    }
}

.video-big-btn {
    margin-top: 32px;
}

@media (min-width: 992px) {
    .video-big-btn {
        margin-top: 48px;
        text-align: center;
    }
}

.video-big-btn .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .video-big-btn .btn {
        width: auto;
    }
}

.video-big .video-item {
    width: 100%;
}

.success-cards {
    margin-top: 60px;
    margin-bottom: 44px;
}

@media (min-width: 992px) {
    .success-cards {
        margin-top: 72px;
        margin-bottom: 64px;
    }
}

.success-cards .h2 {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .success-cards .h2 {
        margin-bottom: 46px;
    }
}

.box {
    background: #4E39E9;
    border-radius: 32px;
    text-align: center;
    padding: 24px 36px 40px;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.box-two {
    background: #45A0DA;
}

.box-three {
    background: #4E1981;
}

.box-img > * {
    max-width: 100%;
}

@media (min-width: 992px) {
    .box-img {
        min-height: 255px;
    }
}

.box .title-featured {
    margin-bottom: 14px;
    color: #fff;
}

.box p {
    margin-bottom: 32px;
    line-height: 28px;
}

.box .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .box .btn {
        width: 100%;
    }
}
.quest {
    background: #FAFAFC;
    padding-top: 60px;
}

@media (min-width: 992px) {
    .quest {
        padding-top: 81px;
    }
}

.quest-title {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .quest-title {
        margin-bottom: 26px;
    }
}

.quest-options {
    margin-top: 16px;
    max-width: 954px;
}

@media (min-width: 992px) {
    .quest-options {
        margin-top: 34px;
    }
}

.quest-option {
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    background: #FFFFFF;
    border: 5px solid #7841DE;
    border-radius: 16px 16px 0 16px;
    padding: 38px 20px;
    position: relative;
}

.quest-option:before {
    content: '';
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../landing-pages/images/sprite.svg#g-angle-right-purple) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 32px;
}

@media (min-width: 992px) {
    .quest-option {
        font-size: 32px;
        padding: 32px 20px;
    }
}

.quest-option + .quest-option {
    margin-top: 16px;
}

.quest-option:not(.active):hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, #4EB3F9 0%, #4E3AE9 100%);
    border-right: none;
    border-left: none;
}

@media (min-width: 992px) {
    .quest-option:not(.active):hover {
        width: calc(100% + 60px);
        margin-left: -40px;
        margin-right: -40px;
    }
}

.quest-option:not(.active):hover:before {
    background: url(../../landing-pages/images/sprite.svg#g-angle-right-white) no-repeat center;
}

.quest-option.active {
    background: #67C67C;
    border-color: #67C67C;
    color: #fff;
}

.quest-option.active:before {
    background: url(../../landing-pages/images/sprite.svg#g-angle-right-white) no-repeat center;
}

.quest-result {
    margin-top: 44px;
}

.quest-result-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.22;
    color: #2B2468;
    margin-bottom: 32px;
}

.newsletter-success {
    text-align: center;
}

.newsletter-success-icon {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .newsletter-success .h2 {
        font-size: 24px;
    }
}
.quest {
    background: #FAFAFC;
    padding-top: 60px;
}

@media (min-width: 992px) {
    .quest {
        padding-top: 81px;
    }
}

.quest-title {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .quest-title {
        margin-bottom: 26px;
    }
}

.quest-options {
    margin-top: 16px;
    max-width: 954px;
}

@media (min-width: 992px) {
    .quest-options {
        margin-top: 34px;
    }
}

.quest-option {
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    background: #FFFFFF;
    border: 5px solid #7841DE;
    border-radius: 16px 16px 0 16px;
    padding: 38px 20px;
    position: relative;
}

.quest-option:before {
    content: '';
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../landing-pages/images/sprite.svg#g-angle-right-purple) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 32px;
}

@media (min-width: 992px) {
    .quest-option {
        font-size: 32px;
        padding: 32px 20px;
    }
}

.quest-option + .quest-option {
    margin-top: 16px;
}

.quest-option:not(.active):hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, #4EB3F9 0%, #4E3AE9 100%);
    border-right: none;
    border-left: none;
}

@media (min-width: 992px) {
    .quest-option:not(.active):hover {
        width: calc(100% + 60px);
        margin-left: -40px;
        margin-right: -40px;
    }
}

.quest-option:not(.active):hover:before {
    background: url(../../landing-pages/images/sprite.svg#g-angle-right-white) no-repeat center;
}

.quest-option.active {
    background: #67C67C;
    border-color: #67C67C;
    color: #fff;
}

.quest-option.active:before {
    background: url(../../landing-pages/images/sprite.svg#g-angle-right-white) no-repeat center;
}

.quest-result {
    margin-top: 44px;
}

.quest-result-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.22;
    color: #2B2468;
    margin-bottom: 32px;
}

.newsletter-success {
    text-align: center;
}

.newsletter-success-icon {
    margin-bottom: 16px;
}

.quest-result .form-control, .quest-result .form-control::placeholder {
  color: #2B2468
}

@media (min-width: 992px) {
    .newsletter-success .h2 {
        font-size: 24px;
    }
}
.benefits {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .benefits {
        padding-top: 92px;
        padding-bottom: 69px;
    }
}

.benefits-item {
    border: 5px solid #7841DE;
    border-radius: 16px 16px 0 16px;
    display: flex;
    align-items: center;
    padding: 15px 19px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #2B2468;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .benefits-item {
        height: 92px;
    }
}

.benefits-item:before {
    margin-right: 12px;
    width: 32px;
    height: 32px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cmask id='a' fill='%23fff'%3E%3Crect width='32' height='32' rx='4'/%3E%3C/mask%3E%3Crect width='32' height='32' rx='4' fill='%23fff' stroke='%23fff' stroke-width='10' mask='url(%23a)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.52 10.674 23.846 6 13.403 16.443l-3.928-3.929-4.673 4.674 8.602 8.602 4.673-4.673L28.52 10.673Z' fill='%237841DE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.benefits-item span {
    width: calc(100% - 44px);
}

.benefits .title-featured {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .benefits .title-featured {
        margin-bottom: 12px;
    }
}

.benefits .text-featured {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .benefits .text-featured {
        margin-bottom: 34px;
    }
}

.benefits-bottom {
    margin-top: 18px;
}

@media (min-width: 992px) {
    .benefits-bottom {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .benefits-bottom .row {
        justify-content: space-between;
        align-items: center;
    }
}

.benefits-bottom .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .benefits-bottom .btn {
        width: auto;
    }
}
