html {
    user-select: none;
}

.collapse {
    visibility: unset !important;
}

.accordion-button {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #6d6d6d !important;
}

.accordion-button:not(.collapsed) {
    background-color: #e2f9ef !important;
    color: #6d6d6d !important;
}

.accordion-button::after {
    background-image: url(../images/accordion_grey_icon.png) !important;
    height: 13px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordion_grey_icon.png) !important;
}

.accordion-body .accordion-section-description {
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
}

.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: url(../images/section-header-background1.png);
    background-position: bottom;
    background-size: cover;
}

.section-header .yellow-tape-container {
    width: 30%;
    height: 500px;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/blackdecember-yellow-tape.png);
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-header .yellow-side-tape-container {
    height: 658px;
    position: absolute;
    top: 305px;
    right: 0;
}


.section-header .yellow-side-tape-container-mobile {
    display: none;
}

.yellow-tape-container {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/blackfriday-yellow-tape.png);
    background-size: cover;
}

.yellow-tape-container-footer {
    z-index: 999;
    position: relative;
}

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-profkenny {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
}

.header .logo-kenny {
    width: 140px;
    height: 45px;
    pointer-events: none;
    -webkit-user-drag: none;
}

.student-area-btn {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border: 1px solid #00c174;
    color: #00c174;
    padding: 15px 30px;
    border-radius: 50px;
}

.success-btn {
    width: fit-content;
    margin-left: 6px;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: black;
    background-color: #3BFE31;
    padding: 8px 30px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 14.5px 0px #0000004d, 0px 2px 24.4px 0px #0000004d inset;
}

.success-btn-green {
    width: fit-content;
    margin-left: 6px;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    color: black;
    background-color: #3BFE31;
    padding: 13px 20px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 14.5px 0px #0000004d;
}

.course-intro {
    padding-top: 40px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-intro .course-text {
    width: 575px;
    height: fit-content;
    display: flex;
    flex-flow: column;
}

.course-intro .logo-img {
    width: 280px;
    margin-top: 100px;
    z-index: 99;
}

.course-intro .pink-disclaimer {
    font-family: Rubik;
    background-color: #dc4a7b;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 12px 20px;
    border-radius: 20px;
    color: white;
    width: fit-content;
}

.course-intro .pink-disclaimer img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.course-intro .section-title {
    font-family: DM Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    margin-top: 20px;
    color: white;
}

.course-intro .title-desktop {
    display: block;
}

.course-intro .section-description {
    font-family: DM Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    margin-top: 15px;
    color: white;
}

.course-intro .title-mobile {
    display: none;
}

.course-intro .section-title-green {
    color: #71bb98;
}

.course-intro .course-kenny-img {
    z-index: 9;
    width: 460px;
    pointer-events: none;
    -webkit-user-drag: none;
}

.course-about {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    background: url(../images/course-about-background.png);
    background-position: bottom;
    background-size: cover;
    background-color: #2E2E2E;
}

.course-about .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.course-about .section-title {
    font-family: Alegreya Sans;
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
    color: white;
    margin-top: 60px;
    margin-bottom: 10px;
}

.course-about .section-title-pink {
    color: #dc4a7b;
}

.course-about .section-description {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.course-about .section-description-mobile {
    display: none;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.course-about .player-content {
    width: 55%;
}

.course-about .player-content .player {
    border-radius: 20px;
}

.course-about .section-btn-warning {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: white;
    margin-top: 25px;
    margin-bottom: 20px;
}

.course-about .warning-text {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 60px;
}

.whos-english-for {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/whois-background.png);
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.whos-english-for .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.whos-english-for .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.01em;
    text-align: center;
    color: white;
    margin-top: 30px;
    margin-bottom: 10px;
}

.whos-english-for .section-title-green {
    color: #DC4A7B;
}

.whos-english-for .section-description {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.whos-english-for .description-mobile {
    display: none;
}

.whos-english-for .student-conditions {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.whos-english-for .student-conditions .condition {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #4d7c7b;
    margin-bottom: 10px;
    border-radius: 10px;
}

.whos-english-for .student-conditions .condition .condition-title {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: black;
}

.whos-english-for .warning-text {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    color: white;
    margin-top: 15px;
}

.testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 130px;
    background: url(../images/K_background.png), #242525;
    background-repeat: no-repeat;
    background-position: 0% 65%;
}

.testimonials .text-content {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-flow: column;
    width: 50%;
}

.testimonials .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    margin-top: 0px;
    margin-bottom: 10px;
}

.testimonials .section-description {
    font-family: DM Sans;
    font-size: 34px;
    font-weight: 200;
    line-height: 34px;
    text-align: left;
    color: white;
    margin-bottom: 24px;
    width: 54%;
}

.testimonials .last-warning-text {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
}

.testimonials .horizontal-slider {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
}

.testimonials .horizontal-slider::-webkit-scrollbar {
    width: 10px;
    border-radius: 15px;
    margin: 0px 10px;
}

/* Track */
.testimonials .horizontal-slider::-webkit-scrollbar-track {
    background: #492c36;
    border-radius: 15px;
}

/* Handle */
.testimonials .horizontal-slider::-webkit-scrollbar-thumb {
    background: #DC4A7B;
    border-radius: 15px;
}

/* Handle on hover */
.testimonials .horizontal-slider::-webkit-scrollbar-thumb:hover {
    background: #DC4A7B;
}

.testimonials #slider-modal {
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 1000;
    display: none;
}

.testimonials #carouselSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
}

.testimonials #carouselSlider #close-btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 85%;
}

.testimonials #carouselSlider #close-btn span {
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.testimonials .carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
}

.testimonials .carousel .carousel-inner .slider-items {
    display: flex;
    width: 650px;
}

.testimonials .carousel .carousel-inner .carousel-item video {
    width: 650px;
    height: 420px;
}

.testimonials .carousel .carousel-control-prev {
    width: fit-content;
    opacity: 1;
    left: 1em;
    height: 80%;
}

.testimonials .carousel .carousel-control-prev .carousel-control-prev-icon {
    color: white;
}

.testimonials .carousel .carousel-control-next {
    width: fit-content;
    opacity: 1;
    right: 1em;
    height: 80%;
}

.testimonials .carousel .carousel-control-prev .carousel-control-next-icon {
    color: white;
}

.testimonials .carousel-indicators {
    position: relative;
    height: fit-content;
    max-height: fit-content;
}

.testimonials .carousel-indicators button {
    width: 183px;
    border-radius: 5px;
    background-color: transparent;
    height: fit-content;
}

.testimonials .carousel-indicators button:hover {
    opacity: 1;
}

.testimonials .content {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
}

.testimonials .slide_item {
    width: 300px;
    margin-right: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.testimonials .slide_item .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .slide_item .play-icon {
    position: absolute;
    width: 40px;
    cursor: pointer;
}

.testimonials .slide_item .user-img {
    width: 100%;
    cursor: pointer;
}

.testimonials .slide_item .section-title {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonials .slide_item .section-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.statements {
    background: url(../images/statements.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    height: 1050px;
}

.statements .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.statements .section-title {
    font-family: Alegreya Sans;
    font-size: 55px;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1a1a;
    margin-top: 45px;
}

.section-title-blue {
    color: #00605f;
}

.statements .section-description {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: #6d6d6d;
}

.statements-mobile {
    display: none;
    background-color: #dcf5f6;
}

.statements-mobile img {
    margin-top: 12em;
}

.statements-mobile .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.statements-mobile .section-title {
    font-family: Alegreya Sans;
    font-size: 55px;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1a1a;
    margin-top: 45px;
}

.statements-mobile .section-description {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: #6d6d6d;
}

.gramatic-phonetic-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 60px;
}

.gramatic-phonetic-info .content {
    width: 50%;
    display: flex;
    flex-flow: column;
    text-align: start;
    justify-content: flex-start;
    align-items: flex-start;
}

.gramatic-phonetic-info .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.gramatic-phonetic-info .section-title-green {
    color: #006738;
}

.gramatic-phonetic-info .section-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 15px;
}

.gramatic-phonetic-info .ia-disclaimer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 15px 20px;
    border: 1px solid #00dfa0;
    border-radius: 10px;
    background-color: #def8ed;
    margin-top: 20px;
    width: 75%;
}

.gramatic-phonetic-info .ia-disclaimer .ia-img {
    margin-right: 20px;
    width: 45px;
}

.gramatic-phonetic-info .ia-disclaimer .text-content {
    display: flex;
    flex-flow: column;
}

.gramatic-phonetic-info .ia-disclaimer .section-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #006738;
    margin-bottom: 5px;
}

.gramatic-phonetic-info .ia-disclaimer .section-description {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #006738;
    margin-bottom: 0px;
}

.gramatic-phonetic-info .mobile-course-img {
    width: 50%;
}

.gramatic-phonetic-info .mobile-course-img img {
    width: 100%;
    margin-bottom: 40px;
}

.our-difference {
    background-color: #242525;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

.our-difference .container-profkenny {
    flex-flow: column;
}

.our-difference .text-content {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.our-difference .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.our-difference .section-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}

.our-difference .our-difference-header .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}

.our-difference .our-difference-header .section-title-mobile {
    display: none;
}

.our-difference .our-difference-header .section-description {
    font-family: Reenie Beanie;
    font-size: 60px;
    font-weight: 500;
    margin-top: -5px;
    letter-spacing: -0.08em;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -12px;
    /* text-shadow: 2px 0 #dc4a7b, -2px 0 #dc4a7b, 0 2px #dc4a7b, 0 -2px #dc4a7b,
        1px 1px #dc4a7b, -1px -1px #dc4a7b, 1px -1px #dc4a7b, -1px 1px #dc4a7b; */
}

.our-difference .our-difference-header .section-description-mobile {
    display: none;
}

.our-difference .plans-difference {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 25px;
}

.our-difference .plans-difference .plan {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
    background-color: #FFDDDD;
    background-image: url(../images/our-difference-background-x.png);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-position: center;
    padding: 30px 40px;
    margin-right: 25px;
    padding-top: 50px;
    padding-bottom: 60px;
    width: 25%;
    height: 500px;
}

.our-difference .plans-difference .plan .text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.our-difference .plans-difference .plan .text-container .plan-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-family: DM Sans;
    font-size: 22px;
    font-weight: 800;
    line-height: 26.4px;
    letter-spacing: -0.01em;
    text-align: center;
}

.our-difference .plans-difference .plan .text-container .plan-value {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.our-difference .plans-difference .plan .text-container .title {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6d6d6d;
    margin-bottom: 10px;
}

.our-difference .plans-difference .plan .text-container .value {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1a1a;
}

.our-difference .plans-difference .plan .text-container .description {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1a1a;
}

.our-difference .plans-difference .plan .text-container .time {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1a1a;
}

.our-difference .plans-difference .plan .text-container .conclusion {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #1a1a1a;
}

.our-difference .plans-difference .plan .text-container .plan-time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.our-difference .plans-difference .plan .text-container .plan-conclusion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.our-difference .plans-difference .plan .red-icon {
    width: 50px;
    height: 50px;
    margin-top: -70px;
    margin-left: -50px;
}

.our-difference .plans-difference .plan-green {
    background: none;
    background-color: #2c6262;
}

.our-difference .plans-difference .plan-green span {
    color: white !important;
}

.our-difference .our-difference-header {
    display: flex;
    flex-flow: column;
}

.study-english {
    background-color: #def8ed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.study-english .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 60px;
    margin-bottom: 20px;
}

.study-english .section-description {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6d6d6d;
    margin-bottom: 20px;
}

.study-english .content {
    display: flex;
    flex-flow: column;
}

.study-english .container-profkenny {
    padding-bottom: 0px;
}

.study-english .container-profkenny .content .study-english-img-mobile {
    display: none;
}

.extra-modules-slider {
    border-top: 5px solid #DC4A7B;
    background-image: -webkit-linear-gradient(58.5deg, #242525 50%, #282828 50%);
    background-position: bottom left;
    background-size: contain;
    background-repeat: round;
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    justify-content: center;
}

.txt-aplicativo-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: black;
    font-weight: normal;
    margin-top: 25px;
    padding-left: 22px;
    padding-right: 22px;
}

.txt-aplicativo-desc>span {
    color: #09423b;
    font-weight: 600;
}

.extra-modules-slider .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}

.extra-modules-slider .section-title {
    font-family: Alegreya Sans;
    color: white;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    text-align: center;
    margin-bottom: 10px;
}

.extra-modules-slider .extra-modules-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.extra-modules-slider .section-description-mobile {
    display: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.extra-modules-slider .extra-modules-slider-container .carousel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    padding: 0px 0%;
    margin: auto;
    overflow: hidden;
}

.extra-modules-slider .pink-disclaimer {
    font-family: Rubik;
    background-color: #dc4a7b;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 12px 20px;
    border-radius: 20px;
    color: white;
    width: fit-content;
}

.extra-modules-slider .pink-disclaimer img {
    width: 20px;
    height: 20px;
}

.extra-modules-slider .last-warning-text {
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    color: white;
    margin-top: 10px;
}

/* CAROUSEL */
.carousel_item.active,
.carousel_item-next,
.carousel_item-prev {
    display: flex;
}

.carousel {
    width: 51%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    padding: 0px 0%;
    margin: auto;
    overflow: hidden;
}

.carousel_inner {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.row {
    padding: 0px 60px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.carousel_item {
    height: fit-content;
}

.carousel_item .section-title {
    font-family: Alegreya Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 42.5px;
    text-align: center;
    color: white;
    margin-top: 12px;
    margin-bottom: 12px;
}

.carousel_item .section-description {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: center;
    color: white;
    margin-top: 0px;
    margin-bottom: 10px;
}

.carousel_item .slide-item {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.carousel_item img {
    height: 550px;
    display: block;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    font-size: 2em;
    border: none;
    display: block;
    cursor: pointer;
}

.prev {
    left: 15em;
    top: 8em;
}

.next {
    right: 15em;
    top: 8em;
}

.carousel-pagination {
    text-align: center;
    width: 100%;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: white;
}

.carousel_item {
    text-align: center;
    flex: 1 0 100%;
    width: 100%;
}

.slide_img {
    width: 100px;
}

.about-kenny {
    background-color: #242525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}

.about-kenny .container-profkenny {
    justify-content: flex-start;
}

.about-kenny img {
    width: 440px;
}

.about-kenny .content {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin-left: 60px;
}

.about-kenny .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: left;
    color: white;
    margin-top: 60px;
    margin-bottom: 25px;
}

.about-kenny .section-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    color: white;
    margin-bottom: 30px;
}

.plan-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/plan-section-background.png);
    background-color: #2E2E2E;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.plan-buy .yellow-tape-container {
    width: 30%;
    height: 500px;
    left: 0;
    margin-top: -618px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/blackdecember-yellow-tape.png);
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.plan-buy .yellow-tape-container-down-right {
    width: 30%;
    height: 500px;
    right: 0;
    top: 5799px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/plan-buy-blackfriday-yellow-tape.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.plan-buy .container-profkenny {
    flex-flow: column;
}

.plan-buy .section-title {
    font-family: Alegreya Sans;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: white;
}

.plan-buy .section-description {
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
}

.plan-buy .section-description-mobile {
    display: none;
}

.plan-buy .plan-price-pink-disclaimer {
    width: 330px;
    margin-top: -5px;
}

.plan-buy .plan-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.plan-buy .plan-info img {
    width: 450px;
}

.plan-buy .plan-info .plan-values {
    background-color: white;
    box-shadow: 0px 3px 19.1px 0px rgba(248, 207, 81, 1);
    border-radius: 20px;
    width: 420px;
    padding: 40px 30px;
    display: flex;
    flex-flow: column;
}

.plan-buy .plan-info .plan-values .price-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
}

.plan-buy .plan-info .plan-values .price-value {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 400;
    text-align: left;
    text-decoration: line-through;
    margin-bottom: 7px;
}

.plan-buy .plan-info .plan-values .price-discount {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.plan-buy .plan-info .plan-values .price-discount-value {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 40px;
}

.plan-buy .plan-info .plan-values .price-discount-value b {
    font-size: 40px;
}

.plan-buy .plan-info .plan-values .price-discount-total {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.plan-buy .plan-info .plan-values .price-discount-saving {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
}

.plan-buy .plan-info .plan-values .price-discount-saving img {
    width: 50px;
    height: 20px;
    margin-left: 7px;
}

.plan-buy .plan-info .plan-values .pink-disclaimer {
    font-family: Rubik;
    background-color: #FFEC1B;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    width: fit-content;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-radius: 20px;
    color: black;
    margin-bottom: 20px;
}

.plan-buy .plan-info .plan-values .pink-disclaimer img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.plan-buy .success-btn {
    margin-top: 50px;
}

.plan-buy .plan-access-info {
    margin-top: 15px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: white;
}

.plan-buy .warranty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.plan-buy .warranty img {
    width: 10%;
}

.plan-buy .warranty .text-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    margin-left: 20px;
}

.plan-buy .warranty .section-title {
    font-family: Poppins;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    width: fit-content;
}

.plan-buy .warranty .section-title .section-title-green {
    color: #71bb98;
}

.plan-buy .warranty .section-description {
    font-family: Alegreya Sans;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    width: 88%;
}

.plan-buy .buy-plan-btn {
    display: block;
}

.plan-buy .buy-plan-btn-mobile {
    display: none;
}

.faq {
    background-color: #2E2E2E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.faq .accordion {
    width: 100%;
    margin-top: 40px;
}

.faq .accordion .accordion-item {
    border-color: #545454;
}

.faq .accordion .accordion-button {
    background-color: #222222;
    color: white !important;
}

.faq .accordion .accordion-button:not(.collapsed) {
    background-color: #222222 !important;
    color: white !important;
}

.faq .accordion .accordion-body {
    border-color: #545454;
    background-color: #222222 !important;
    color: white !important;
}

.faq .section-title {
    font-family: Alegreya Sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: center;
    color: white;
}

.faq .section-description-pink {
    font-family: Alegreya Sans;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #DC4A7B;
}

.faq .section-description-pink-mobile {
    display: none;
    font-family: Alegreya Sans;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #DC4A7B;
}

.faq .section-whats-title {
    display: block;
    width: 100%;
    font-family: Alegreya Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: white;
    margin-top: 0px;
    margin-bottom: 15px;
}

.faq .section-description {
    font-family: DM Sans;
    font-size: 20px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.faq-whats-disclaimer {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-whats-disclaimer-mobile {
    display: none;
}

.faq .whatsapp-btn {
    border-radius: 50px;
    color: white;
    background-color: #00c174;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 14.5px 0px #0000004d, 0px 1px 10px -1px #0000004d inset;
}

.faq .whatsapp-btn img {
    width: 20px;
    margin-right: 10px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-bottom: 18px;
    background-color: #2E2E2E;
}

.footer .container-profkenny {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.footer .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.footer-links a {
    text-decoration: underline;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: white;
}

.footer-links .divisor {
    color: white;
}

.footer .section-title {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.footer .section-title-mobile {
    display: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.footer hr {
    color: #434343;
    border: 1px solid;
    width: 100%;
    margin-bottom: 18px;
}

.footer .footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.footer .footer-copyright .section-title {
    font-family: Poppins;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: white;
}

.fixed-whatsapp-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    user-select: none;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.whats-btn-message {
    background: url(../images/whats-btn-message.png);
    width: 385px;
    height: 80px;
    bottom: 4.5vh;
    position: fixed;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
    right: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: none;
    -webkit-animation: animateSize 0.5s linear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes animateSize {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 385px;
        height: 80px;
    }
}

.whats-btn-message .header {
    display: flex;
    justify-content: space-between;
    padding: 5px 25px 0px 15px;
}

.whats-btn-message .header .section-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
}

.whats-btn-message .header img {
    cursor: pointer;
}

.whats-btn-message .section-description {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    padding: 0px 0px 0px 15px;
    width: 100%;
    display: block;
}

.whats-btn-message .header img {
    width: 12px;
}

@media screen and (min-width: 3501px) {
    .statements {
        height: 1650px;
    }
}

@media screen and (max-width: 3500px) and (min-width: 3000px) {
    .statements {
        height: 1600px;
    }
}

@media screen and (max-width: 2999px) and (min-width: 2700px) {
    .statements {
        height: 1400px;
    }
}

@media screen and (max-width: 2699px) and (min-width: 2500px) {
    .statements {
        height: 1300px;
    }
}

@media screen and (max-width: 2499px) and (min-width: 2300px) {
    .statements {
        height: 1200px;
    }
}

@media screen and (max-width: 2299px) and (min-width: 2000px) {
    .statements {
        height: 1150px;
    }
}

@media screen and (max-width: 1999px) and (min-width: 1401px) {
    .statements {
        height: 1020px;
    }
}

@media screen and (max-width: 1500px) {
    .course-intro .container-profkenny {
        padding: 12px 60px;
    }
}

@media screen and (max-width: 1400px) {
    .course-intro .container-profkenny {
        padding: 12px 20px;
    }

    .container-profkenny {
        width: 1280px;
    }

    .section-header .yellow-tape-container {
        width: 45%;
        background-position: 0px -135%;
    }

    .prev {
        left: 13em;
    }

    .next {
        right: 13em;
    }

    .plan-buy .warranty .text-content {
        width: 45%;
    }

    .plan-buy .plan-info {
        width: 80%;
    }

    .plan-buy .yellow-tape-container {
        width: 40%;
        margin-top: -605px;
    }

    .plan-buy .yellow-tape-container-down-right {
        top: 5750px;
    }
}

@media screen and (max-width: 1280px) {
    .section-header .yellow-side-tape-container {
        top: 360px;
    }

    .container-profkenny {
        width: 1050px;
    }

    .whos-english-for {
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../images/whois-background.png);
        padding-top: 30px;
        padding-bottom: 30px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .section-header .yellow-tape-container {
        width: 50%;
        background-position: 0px -4vw;
    }

    .prev {
        left: 10em;
    }

    .next {
        right: 10em;
    }

    .testimonials {
        padding-left: 5%;
    }

    .statements {
        height: 950px;
    }

    .exchange-section .text-content {
        width: 55%;
    }

    .exchange-section .exchange-img {
        width: 45%;
    }

    .about-kenny .section-description {
        font-size: 14px;
    }

    .gramatic-phonetic-info .ia-disclaimer {
        width: 100%;
    }

    .plan-buy .plan-info {
        width: 100%;
    }

    .plan-buy .section-description {
        font-size: 22px;
    }

    .plan-buy .warranty .text-content {
        width: 55%;
    }

    .plan-buy .yellow-tape-container {
        width: 44%;
        margin-top: -604px;
    }

    .plan-buy .yellow-tape-container-down-right {
        top: 5773px;
    }
}

@media screen and (max-width: 1050px) {
    .container-profkenny {
        width: 980px;
    }

    .whos-english-for .section-description {
        text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
    }

    .section-header .yellow-side-tape-container {
        background-position: 0px -4vw;
    }

    .prev {
        left: 9em;
    }

    .next {
        right: 9em;
    }

    .statements {
        height: 850px;
    }

    .plan-buy .warranty .text-content {
        width: 60%;
    }

    .our-difference .plans-difference .plan .text-container .conclusion {
        font-size: 16px;
    }

    .plan-buy .yellow-tape-container {
        width: 40%;
        margin-top: -603px;
    }

    .plan-buy .yellow-tape-container-down-right {
        top: 5781px;
        width: 45%;
        right: 0;
    }
}

@media screen and (max-width: 980px) {
    .section-header .yellow-tape-container {
        display: none;
    }

    .section-header .yellow-side-tape-container {
        display: none;
    }

    .section-header .yellow-side-tape-container-mobile {
        display: block;
        position: absolute;
        top: 410px;
        right: 0;
    }

    .section-header .yellow-tape-container-mobile {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: -5vw;
        z-index: 000;
        background: url(../images/blackdecember-yellow-tape-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .course-intro .logo-img {
        width: 200px;
        margin-top: 130px;
    }

    .course-intro .title-desktop {
        display: none;
    }

    .course-intro .title-mobile {
        display: block;
    }

    .course-intro .section-title {
        font-size: 5vw;
        line-height: 45px;
        margin-top: 15px;
        text-align: left;
    }

    .course-intro .section-description {
        margin-bottom: 0px;
    }

    .course-about .section-description {
        display: none;
    }

    .course-about .section-description-mobile {
        display: block;
    }

    .success-btn {
        font-family: Rubik;
        font-size: 14px;
        font-weight: 700;
        line-height: 22.4px;
        text-align: center;
        margin-bottom: 20px;
        padding: 15px 20px;
    }

    .whos-english-for {
        background: url(../images/blackdecember-yellow-tape.png) top left,
            url(../images/whois-background-mobile1.png) center -20px,
            url(../images/plan-buy-blackfriday-yellow-tape.png) bottom right;
        background-color: #2E2E2E;
        background-repeat: no-repeat;
        background-size: 65%, 100% 150%, 50%;
    }

    .whos-english-for .section-description {
        text-shadow: none;
    }

    .exchange-section .text-content {
        width: 100%;
    }

    .about-kenny .content {
        margin-left: 0px;
    }

    .exchange-section {
        background-size: cover;
    }

    .plan-buy-yellow-tape-container {
        display: flex;
    }

    .plan-buy {
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../images/blackdecember-yellow-tape.png) top left,
            url(../images/plan-section-background-mobile1.png) center center,
            url(../images/plan-buy-blackfriday-yellow-tape.png) bottom right;
        background-color: #2E2E2E;
        background-repeat: no-repeat;
        background-size: 50%, 100% 100%, 35%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .plan-buy .warranty img {
        width: 10vw;
    }

    .plan-buy .section-title {
        z-index: 9;
        text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
    }

    .plan-buy .warranty .section-title {
        font-size: 3.2vw;
        width: 100%;
    }

    .plan-buy .yellow-tape-container {
        display: none;
    }

    .plan-buy .yellow-tape-container-down-right {
        display: none;
    }

    .plan-buy .section-description {
        display: none;
    }

    .plan-buy .section-description-mobile {
        display: block;
        font-family: DM Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 10px;
        text-align: center;
        color: white;
        z-index: 9;
        text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
    }

    .plan-buy .plan-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .plan-buy .buy-plan-btn {
        display: none;
    }

    .plan-buy .buy-plan-btn-mobile {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 18px;
    }

    .plan-buy .warranty .section-description {
        display: block;
    }

    .plan-buy .warranty .text-content {
        width: 75%;
    }

    .plan-buy .plan-info .plan-values {
        box-shadow: none;
    }

    .gramatic-phonetic-info .content {
        width: 100%;
    }

    .gramatic-phonetic-info .section-title {
        font-size: 8vw;
        line-height: normal;
    }

    .gramatic-phonetic-info .success-btn {
        margin-bottom: 0px;
        width: 265px;
    }

    .gramatic-phonetic-info .ia-disclaimer {
        margin-top: 10px;
        padding: 15px 12px;
        width: 100%;
    }

    .gramatic-phonetic-info .ia-disclaimer .section-title {
        font-size: 16px;
        line-height: normal;
    }

    .gramatic-phonetic-info .ia-disclaimer .section-description {
        font-size: 14px;
        line-height: normal;
    }

    .container-profkenny {
        width: 95%;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .section-header {
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-header .header .container-profkenny {
        margin-top: 20px;
    }

    .section-header .header .btns-container {
        display: none;
    }

    .course-intro {
        padding-top: 10px;
    }

    .course-intro .container-profkenny {
        padding-left: 0px;
        padding-right: 0px;
    }

    .course-intro .course-text {
        width: 60%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .course-intro .course-kenny-img {
        width: 50%;
    }

    .course-intro .course-text .success-btn {
        margin-top: 20px;
        width: 100%;
    }

    .course-intro .pink-disclaimer {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 2vw;
    }

    .course-intro .pink-disclaimer img {
        margin-right: 12px;
    }

    .course-intro .section-description {
        display: none;
        text-align: center;
    }

    .testimonials {
        flex-flow: column;
        padding-left: 20px 50px;
        background: url(../images/K_background.png), #dc4a7b;
        background-repeat: no-repeat;
        background-position: 0% 65%;
    }

    .testimonials .text-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .testimonials .carousel-inner {
        width: 750px;
    }

    .testimonials .carousel .carousel-inner .slider-items {
        width: 500px;
    }

    .testimonials #carouselSlider #close-btn {
        width: 67%;
    }

    .testimonials .carousel .carousel-inner .carousel-item video {
        width: 650px;
        height: fit-content;
    }

    .testimonials .carousel .carousel-control-prev {
        left: 5em;
    }

    .testimonials .carousel .carousel-control-next {
        right: 5em;
    }

    .testimonials .carousel-indicators button {
        width: 100px;
    }

    .testimonials .horizontal-slider {
        width: 100%;
    }

    .testimonials .section-description {
        width: 75%;
    }

    .our-difference {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .our-difference .our-difference-header .section-description {
        margin-bottom: 20px;
    }

    .our-difference .plans-difference {
        flex-flow: column;
        align-items: center;
    }

    .our-difference .plans-difference .plan {
        margin-bottom: 50px;
        width: 50%;
        height: 500px;
        margin-right: 0px;
    }

    .prev {
        left: 25%;
        transform: translateX(-25%);
    }

    .next {
        right: 24%;
        transform: translateX(-24%);
    }

    .extra-modules-slider .pink-disclaimer {
        margin-top: 5px;
    }

    .extra-modules-slider .extra-modules-description {
        margin-top: 5px;
    }

    .extra-modules-slider .section-description {
        display: none;
    }

    .extra-modules-slider .section-description-mobile {
        display: block;
    }

    .extra-modules-slider .warning-description {
        margin-top: 0px;
    }

    .faq .section-description {
        font-family: Alegreya Sans;
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: #10011f;
    }

    .faq-whats-disclaimer {
        display: none;
    }

    .faq-whats-disclaimer-mobile {
        display: block;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .accordion-button {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #1a1a1a !important;
    }

    .accordion-button:not(.collapsed) {
        color: #1a1a1a !important;
    }

    .accordion-section-description {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #1a1a1a !important;
    }

    .footer .content {
        flex-flow: column;
    }

    .footer .list-info {
        flex-flow: column;
        margin-top: 20px;
    }

    .footer .whatsapp-btn {
        border-radius: 50px;
        padding: 10px 30px;
        text-align: center;
        color: white;
        background-color: #01c174;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        cursor: pointer;
        font-family: Quicksand;
        font-size: 14px;
        font-weight: 300;
        line-height: 22.4px;
        box-shadow: 0px 0px 14.5px 0px #0000004d, 0px 9px 9.4px 0px #ffffff33 inset;
    }

    .footer .whatsapp-btn .btn-title {
        display: none;
    }

    .footer .whatsapp-btn .btn-title-mobile {
        display: block;
    }

    .footer .list-info .info-list .section-title {
        text-align: center;
        color: #1a1a1a;
        font-family: Quicksand;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .footer .title-desktop {
        display: none;
    }

    .footer .section-title-mobile {
        display: block;
    }

    .footer .social-networks-list {
        margin-top: 20px;
    }

    .footer .social-networks-list .section-title {
        text-align: center;
        color: #1a1a1a;
        font-family: Quicksand;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .footer .social-networks-list .lists {
        flex-flow: column;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .footer .social-networks-list .list {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer .list-info .info-list {
        width: 100%;
    }

    .footer .social-networks-list .list:last-child {
        margin-bottom: 0px;
    }

    .footer .desktop-icon {
        display: none;
    }

    .footer .mobile-icon {
        display: block;
    }
}

@media screen and (max-width: 870px) {
    .course-intro .section-title {
        font-size: 5vw;
        line-height: 40px;
    }

    .section-header .yellow-side-tape-container-mobile {
        top: 450px;
    }
}

@media screen and (max-width: 750px) {
    .testimonials .carousel .carousel-control-prev {
        left: 3em;
    }

    .testimonials .carousel .carousel-control-next {
        right: 3em;
    }

    .testimonials #carouselSlider #close-btn {
        width: 500px;
    }

    .whos-english-for {
        background: url(../images/blackfriday-yellow-tape.png) top left, url(../images/whois-background-mobile1.png) center -20px, url(../images/plan-buy-blackfriday-yellow-tape.png) bottom right;
        background-color: #2E2E2E;
        background-repeat: no-repeat;
        background-size: 75%, 100% 150%, 51%;
    }

    .section-header .yellow-tape-container-mobile {
        height: 55%;
    }
}

@media screen and (max-width: 720px) {
    .our-difference .plans-difference .plan .text-container .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 690px) {
    .course-intro .logo-img {
        width: 200px;
        margin-top: 50px;
    }

    #ra-widget-verified {
        width: 10vw;
    }

    .section-header .yellow-tape-container-mobile {
        top: -5vw;
    }

    .course-intro .section-title {
        font-size: 6vw;
        line-height: 45px;
    }

    .course-intro .pink-disclaimer {
        font-size: 2.5vw;
    }

    .course-about .container-profkenny .content .success-btn {
        font-size: 3vw;
    }

    .course-intro {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .course-intro .course-text .success-btn {
        width: 100%;
        font-size: 3vw;
    }

    .course-intro .course-text {
        width: 75%;
        margin-top: 7%;
    }

    .success-btn {
        font-family: Rubik;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .course-intro .course-kenny-img {
        width: 75%;
    }

    .course-about .player-content {
        width: 90%;
    }

    .section-header .yellow-side-tape-container-mobile {
        top: 600px;
    }

    .whos-english-for .section-description {
        display: none;
    }

    .whos-english-for .description-mobile {
        display: block;
    }

    .whos-english-for .warning-text {
        font-family: Rubik;
        font-size: 16px;
        font-weight: 600;
    }

    .testimonials .section-description {
        width: 95%;
    }

    .prev {
        left: 20%;
        top: 7em;
        transform: translateX(-20%);
    }

    .next {
        right: 19%;
        top: 7em;
        transform: translateX(-19%);
    }

    .statements-mobile .section-title {
        font-family: Alegreya Sans;
        font-size: 3em;
        font-weight: 800;
        line-height: normal;
        text-align: center;
    }

    .statements-mobile .section-description {
        font-family: Poppins;
        font-size: 1em;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }

    .extra-modules-slider-container .carousel_item img {
        height: 450px;
    }

    .extra-modules-slider-container .carousel_item .section-description {
        font-size: 14px;
    }

    .plan-buy .warranty .text-content {
        width: 75%;
    }

    .plan-buy .section-title {
        font-size: 35px;
    }

    .plan-buy .section-description-mobile {
        font-size: 16px;
    }

    .extra-modules-slider .stores-links .section-title {
        font-size: 15px;
    }

    .extra-modules-slider .stores-links img {
        width: 22px;
        height: 22px;
    }

    .faq .section-description-pink {
        display: none;
    }

    .faq .section-description-pink-mobile {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .testimonials #carouselSlider #close-btn {
        width: 450px;
    }

    .testimonials .carousel .carousel-inner .slider-items {
        width: 450px;
    }

    .testimonials .carousel .carousel-control-prev {
        left: 2vw;
    }

    .testimonials .carousel .carousel-control-next {
        right: 2vw;
    }

    .whos-english-for {
        background: url(../images/blackfriday-yellow-tape.png) top left, url(../images/whois-background-mobile1.png) center 40px, url(../images/plan-buy-blackfriday-yellow-tape.png) bottom right;
        background-color: #2E2E2E;
        background-repeat: no-repeat;
        background-size: 75%, 100% 120%, 53%;
    }

    .plan-buy {
        background-size: 70%, 100% 100%, 55%;
    }
}

@media screen and (max-width: 575px) {
    .section-header .yellow-tape-container-mobile {
        width: 100vw;
    }

    .section-header .yellow-side-tape-container-mobile {
        top: 680px;
    }

    .course-intro .section-title {
        font-size: 7.5vw;
        line-height: 45px;
    }

    .course-intro .course-text .success-btn {
        font-size: 3.5vw;
    }

    .course-intro .pink-disclaimer {
        font-size: 3vw;
    }

    .extra-modules-slider .stores-links a {
        margin-right: 10px;
    }

    .prev {
        left: 15%;
        top: 6em;
        transform: translateX(-15%);
    }

    .next {
        right: 16%;
        top: 6em;
        transform: translateX(-16%);
    }

    .user-flow .container-profkenny .content .user-flow-img-mobile {
        display: block;
        width: 100%;
    }

    .plan-buy .warranty img {
        width: 15vw;
    }

    .plan-buy .warranty {
        margin-bottom: 40px;
    }

    .statements-mobile .section-title {
        font-size: 2.5em;
    }

    .statements-mobile .section-description {
        font-size: 0.9em;
    }

    .course-intro .course-text {
        width: 90%;
    }

    .course-intro .course-kenny-img {
        width: 90%;
    }

    .extra-modules-slider-container .carousel_item img {
        height: 400px;
    }

    .extra-modules-slider-container .carousel_item .section-description {
        font-size: 13px;
    }

    .extra-modules-slider-container .carousel_item .section-description {
        font-size: 11px;
    }

    .exchange-section {
        padding-top: 30px;
    }

    .exchange-section .exchange-img {
        width: 100%;
    }

    .exchange-section .exchange-section-header {
        margin-bottom: 25px;
    }

    .exchange-section .exchange-section-header .section-title {
        display: none;
    }

    .exchange-section .exchange-section-header .section-title-mobile {
        display: block;
        font-family: Alegreya Sans;
        font-size: 9vw;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        color: #ffffff;
    }

    .exchange-section .exchange-section-header .section-description {
        display: none;
    }

    .exchange-section .exchange-section-header .section-description-mobile {
        display: block;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 23.8px;
        text-align: left;
        color: #ffffff;
    }

    .course-about .section-title {
        font-size: 8vw;
        font-weight: 800;
        line-height: normal;
    }

    .course-about .player-content {
        width: 100%;
    }

    .course-about .container-profkenny .content .success-btn {
        width: 95%;
        font-size: 3.3vw;
    }

    .our-difference .our-difference-header .section-title {
        font-size: 8vw;
    }

    .our-difference .our-difference-header .section-description {
        font-size: 10.5vw;
        margin-top: -20px;
    }

    .our-difference .plans-difference .plan {
        width: 90%;
    }

    .our-difference .plans-difference .plan:last-child {
        margin-bottom: 0px;
    }

    .about-kenny .section-title {
        font-size: 8vw;
        line-height: normal;
    }

    .user-flow .white-btn {
        font-family: Quicksand;
        font-size: 14px;
        font-weight: 300;
        line-height: 22.4px;
        text-align: center;
        width: 100%;
        padding: 13px 0px;
    }

    .plan-buy {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .plan-buy .plan-info .plan-values {
        width: 95%;
    }

    .plan-buy .plan-info .plan-values .pink-disclaimer {
        font-size: 3vw;
        justify-content: flex-start;
    }

    .plan-buy .warranty {
        margin-top: 15px;
    }

    .whats-btn-message {
        background: url(../images/whats-btn-message.png);
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 130px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: none;
        -webkit-animation: animateSize 0.5s linear;
        -webkit-animation-fill-mode: forwards;
    }

    .whats-btn-message .section-description {
        padding: 0px 15px 0px 15px;
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 300px;
            height: fit-content;
        }
    }

    .footer .list-info .info-list .list-item span {
        text-align: left;
    }

    .footer .social-networks-list .list-item {
        justify-content: flex-start;
    }

    .faq .whatsapp-btn {
        width: 100%;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
    }

    .footer-links .divisor {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .testimonials #carouselSlider #close-btn {
        width: 350px;
    }

    .testimonials .carousel .carousel-inner .slider-items {
        width: 350px;
    }

    .testimonials .carousel .carousel-control-prev {
        left: 2vw;
    }

    .testimonials .carousel .carousel-control-next {
        right: 2vw;
    }

    .plan-buy .plan-price-pink-disclaimer {
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .course-intro .section-title {
        font-size: 7.5vw;
        line-height: 40px;
    }

    .section-header .yellow-side-tape-container-mobile {
        top: 680px;
    }

    .plan-buy .plan-info .plan-values .price-discount-saving {
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .course-intro .logo-img {
        width: 210px;
        margin-left: 0px;
    }

    .extra-modules-slider .stores-links a {
        margin-right: 10px;
    }

    .extra-modules-slider .stores-links .section-title {
        font-size: 12px;
    }

    .extra-modules-slider .stores-links img {
        width: 18px;
        height: 18px;
    }

    .prev {
        left: 15%;
        transform: translateX(-15%);
    }

    .next {
        right: 15%;
        transform: translateX(-15%);
    }

    .statements-mobile .section-title {
        font-size: 2em;
        margin-top: 15px;
    }

    .statements-mobile .section-description {
        font-size: 0.8em;
    }

    .statements-mobile img {
        margin-top: 7em;
    }

    .plan-buy .warranty .section-title {
        font-size: 3.5vw;
        line-height: normal;
    }

    .plan-buy .warranty .text-content {
        width: 85%;
    }

    .plan-buy .warranty .section-description {
        font-size: 2.4vw;
        line-height: normal;
        width: 100%;
    }

    .course-intro .section-description {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .faq {
        padding-top: 30px;
    }

    .faq .accordion {
        margin-top: 20px;
    }

    .faq .section-title {
        font-size: 35px;
        line-height: normal;
    }

    .faq .section-description-pink-mobile {
        font-size: 25px;
    }

    .accordion-button {
        font-size: 15px;
    }

    .accordion-body .accordion-section-description {
        font-size: 14px;
    }

    .our-difference .our-difference-header .section-title {
        font-size: 8vw;
    }

    .course-about .container-profkenny .content .success-btn {
        padding: 15px 0px;
    }

    .testimonials .section-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 450px) {
    .course-intro .logo-img {
        width: 190px;
    }

    .course-intro .pink-disclaimer {
        font-size: 4vw;
    }

    .course-about .container-profkenny .content .success-btn {
        width: 100%;
        font-size: 3.4vw;
    }

    .fixed-whatsapp-btn {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .extra-modules-slider {
        padding-top: 20px;
    }

    .extra-modules-slider .stores-links div {
        margin-right: 15px;
    }

    .extra-modules-slider .section-title {
        font-size: 9vw;
    }

    .extra-modules-slider .last-warning-text {
        font-size: 3.6vw;
    }

    .extra_modules_carousel .row {
        padding: 0px;
    }

    .prev {
        left: 5%;
    }

    .next {
        right: 5%;
    }

    .whos-english-for {
        background: url(../images/blackfriday-yellow-tape.png) top left, url(../images/whois-background-mobile1.png) center 40px, url(../images/plan-buy-blackfriday-yellow-tape.png) bottom right;
        background-color: #2E2E2E;
        background-repeat: no-repeat;
        background-size: 80%, 100% 120%, 55%;
    }

    .whats-btn-message {
        background: url(../images/whats-btn-message.png);
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: none;
        -webkit-animation: animateSize 0.5s linear;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 245px;
            height: fit-content;
        }
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.7rem;
    }

    .testimonials #carouselSlider #close-btn {
        width: 300px;
    }

    .testimonials .carousel .carousel-inner .slider-items {
        width: 300px;
    }

    .testimonials .carousel-indicators button {
        width: 75px;
        opacity: 0.9;
    }

    .testimonials .section-title {
        font-size: 9vw;
    }

    .testimonials .section-description {
        width: 95%;
        font-size: 4.5vw;
        line-height: normal;
    }

    .our-difference .plans-difference .plan {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-difference .plans-difference .plan .red-icon {
        margin-left: -35px;
    }

    .our-difference .plans-difference .plan .red-icon {
        margin-left: -35px;
    }

    .plan-buy .plan-price-pink-disclaimer {
        width: 75%;
    }

    .plan-buy .plan-info .plan-values .price-discount-saving {
        font-size: 19px;
    }

    .plan-buy .success-btn {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .plan-buy {
        background-size: 60%, 100% 100%, 55%;
    }
}

@media screen and (max-width: 420px) {
    .dot {
        margin: 0 3px;
    }

    .extra-modules-slider .stores-links div {
        margin-right: 10px;
    }

    .statements-mobile .section-description {
        font-size: 0.7em;
    }

    .extra-modules-slider .stores-links .section-title {
        font-size: 10px;
    }

    .extra-modules-slider .stores-links img {
        width: 15px;
        height: 15px;
    }

    .plan-buy .plan-info .plan-values .price-discount-saving {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .plan-buy .plan-price-pink-disclaimer {
        width: 65%;
    }

    .section-header .yellow-side-tape-container-mobile {
        top: 630px;
    }

    .whos-english-for .success-btn-green {
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 380px) {
    .course-about .container-profkenny .content .success-btn {
        font-size: 3.5vw;
    }

    .extra-modules-slider .stores-links a {
        font-size: 5px;
        width: 75%;
    }

    .extra-modules-slider .stores-links .section-title {
        font-size: 8px;
        margin-left: 3px;
    }

    .extra-modules-slider .stores-links div {
        margin-right: 14px;
    }

    .extra-modules-slider .stores-links img {
        width: 13px;
        height: 13px;
    }

    .plan-buy .success-btn {
        font-size: 4.8vw;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .faq .whatsapp-btn {
        font-size: 14px;
    }

    .our-difference .container-profkenny {
        padding: 12px 0px;
    }

    .our-difference {
        padding-top: 0px;
    }

    .our-difference .our-difference-header .section-title {
        font-size: 8vw;
    }

    .our-difference .our-difference-header .section-description {
        font-size: 11vw;
        margin-top: -27px;
    }

    .plan-buy .plan-info .plan-values .price-discount-saving {
        font-size: 4.3vw;
    }

    .plan-buy .plan-info .plan-values {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 374px) {
    .course-intro .course-text {
        margin-top: 15%
    }

    .course-intro .logo-img {
        width: 175px;
    }

    .course-intro .section-title {
        line-height: 35px;
    }

    .course-intro .course-text .success-btn {
        font-size: 3.7vw;
        padding: 15px 5px;
    }

    .section-header .yellow-side-tape-container-mobile {
        top: 600px;
    }

    .statements-mobile img {
        margin-top: 6em;
    }

    .statements-mobile .section-title {
        font-size: 1.9em;
    }

    .statements-mobile .section-description {
        font-size: 0.6em;
    }

    .course-intro {
        padding-top: 10px;
    }

    .course-intro .section-description {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .carousel_item .section-title {
        font-size: 20px;
        line-height: normal;
    }

    .extra-modules-slider-container .carousel_item img {
        height: 300px;
    }

    .extra_modules_carousel .row {
        padding: 0px;
    }

    .whos-english-for {
        background: url(../images/blackfriday-yellow-tape.png) top left, url(../images/whois-background-mobile1.png) center 75px, url(../images/plan-buy-blackfriday-yellow-tape.png) bottom right;
        background-color: #2E2E2E;
        background-repeat: no-repeat;
        background-size: 65%, 100% 90%, 58%;
    }

    .whos-english-for .success-btn-green {
        font-size: 18px;
    }

    .plan-buy .plan-access-info {
        margin-top: 10px;
        font-size: 16px;
    }

    .dot {
        height: 9px;
        width: 9px;
    }

    .course-intro .section-description {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .faq .section-title {
        font-size: 30px;
    }

    .faq .section-description-pink-mobile {
        font-size: 20px;
        line-height: normal;
    }

    .whos-english-for .section-title {
        font-size: 40px;
        line-height: normal;
        margin-top: 0px;
    }

    .footer .list-info .info-list {
        width: 100%;
        margin-right: 0px;
    }

    .footer .list-info .info-list .list-item span {
        text-align: left;
    }

    .footer .social-networks-list .list {
        width: 100%;
    }

    .footer .list-info {
        width: 100%;
    }

    .testimonials #carouselSlider #close-btn {
        width: 250px;
    }

    .testimonials .carousel .carousel-inner .slider-items {
        width: 250px;
    }

    .testimonials .carousel-indicators button {
        width: 60px;
        opacity: 0.9;
    }

    .prev {
        left: 5%;
        transform: translateY(-100%);
    }

    .next {
        right: 6%;
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 350px) {
    .section-header .yellow-side-tape-container-mobile {
        top: 575px;
    }

    .faq .whatsapp-btn {
        font-size: 3.5vw;
    }

    .whos-english-for .success-btn-green {
        font-size: 16px;
    }

    .plan-buy .plan-info .plan-values {
        padding: 20px 20px;
    }

    .plan-buy .plan-info .plan-values .price-value {
        font-size: 30px;
    }

    .plan-buy .plan-info .plan-values .price-discount-saving {
        font-size: 4vw;
    }

    .plan-buy .plan-info .plan-values .price-discount-value b {
        font-size: 30px;
    }

    .plan-buy .plan-info .plan-values .price-discount-total {
        font-size: 16px;
    }

    .plan-buy .plan-info .plan-values .pink-disclaimer {
        padding: 10px 15px;
    }

    .plan-buy .container-profkenny {
        padding-left: 5px;
        padding-right: 5px;
    }

    .plan-buy .section-title {
        font-size: 10vw;
    }

    .plan-buy .section-description-mobile {
        font-size: 4.7vw;
    }

    .whats-btn-message {
        background: url(../images/whats-btn-message.png);
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: right;
        display: none;
        -webkit-animation: animateSize 0.5s linear;
        -webkit-animation-fill-mode: forwards;
    }

    .whats-btn-message .header .section-title {
        font-size: 14px;
    }

    .whats-btn-message .section-description {
        font-size: 12px;
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0px;
            height: 0px;
        }

        100% {
            width: 185px;
            height: fit-content;
        }
    }

    .success-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 320px) {
    .whos-english-for .container-profkenny .content .success-btn-green {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .whos-english-for .section-title {
        font-size: 35px;
    }

    .plan-buy .plan-info .plan-values .price-discount-saving {
        font-size: 3.7vw;
    }

    .plan-buy .plan-info .plan-values .pink-disclaimer {
        font-size: 3vw;
    }

    .plan-buy .success-btn {
        font-size: 4.8vw;
    }

    .testimonials #carouselSlider #close-btn {
        width: 200px;
    }

    .testimonials .carousel .carousel-inner .slider-items {
        width: 200px;
    }

    .testimonials .carousel-indicators button {
        width: 60px;
        opacity: 0.9;
    }

    .faq .whatsapp-btn {
        font-size: 3.5vw;
        padding: 10px 0px;
    }

    .faq .section-title {
        font-size: 28px;
    }
}