.text-orange {
    color: var(--bs-secondary-rgb);
}

.text-light_orange {
    color: var(--rs-orange);
}

@media (max-width: 399.98px) {
    .navbar-brand img {
        width: 108px;
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {
    .navbar-brand img {
        width: 144px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-brand img {
        width: 160px;
    }
}

@media (min-width: 768px) {
    .navbar-brand img {
        width: 180px;
    }
}

.bg-peach {
    background-color: var(--rs-peach);
}

.bg-dark_peach {
    background-color: var(--rs-dark_peach);
}

.bg-orange {
    background-color: #ae3225;
}

.bg-light_orange {
    background-color: var(--rs-orange);
}

.bg-light_purple {
    background-color: var(--rs-light_purple);
}

.text-purple {
    color: var(--rs-purple) !important;
}

.text-dark_purple {
    color: var(--rs-dark_purple) !important;
}

.text-peach {
    color: var(--rs-dark_peach);
}

.divider-gray {
    background-color: var(--bs-gray-400);
    width: 4em;
    height: 0.25em;
    margin: 1em 0;
}

.number-circle {
    border-radius: 50%;
    padding-top: 0.675em;
    height: 3em;
    width: 3em;
    border: 2px solid rgb(28, 10, 37);
    text-align: center;
    margin: 1em auto;
}

.step-spacer {
    background-color: rgb(28, 10, 37);
    width: 100%;
    height: 0.25em;
    margin: auto;
}

.mt-n8 {
    margin-top: -4em;
}

.mt-n10 {
    margin-top: -5em;
}

.card-faq {
    border: 2px solid var(--rs-dark_peach);
}

.btn-orange {
    background-color: var(--rs-orange);
    border-color: var(--rs-orange);
    color: white;
}

.btn-orange:hover {
    background-color: var(--rs-orange);
    border-color: var(--rs-orange);
    color: var(--bs-body-color)
}

.link-dark {
    color: rgb(28, 10, 37);
}

#modelLoader {
    height: 256px;
    width: 256px;
}

.btn-primary {
    background-color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}

#languageSelector .nav-pills .nav-link {
    color: var(--bs-body-color);
    border: var(--bs-body-color) 1px solid;
}

#languageSelector .nav-pills .nav-link.active {
    background-color: var(--bs-body-color);
}

#priceSelector .nav-link.active, #languageSelector .nav-link.active {
    color: #ffffff;
    background-color: #ffffff;
    border: 3px solid var(--rs-purple) !important;
}

#priceSelector .display-1 {
    font-size: 55pt;
}

.border-pricing {
    border: 3px var(--bs-secondary-rgb) solid;
}

.reset-bg-white {
    background-color: var(--rs-background-white);
}

.reset-bg-light {
    background-color: var(--rs-background-light);
}

.reset-bg-purple {
    background-color: var(--rs-background-purple);
}

.reset-cta-button {
    background: var(--rs-cta-color);
    opacity: 1;
    position: relative;
    border-radius: 50rem;
    border: 0;
    overflow: hidden;
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 20px;
}

.reset-cta-button:hover {
    background: var(--rs-cta-hover);
}

.reset-btn-blue {
    color: white;
    background: #3A86FF;
}

.reset-btn-blue:hover {
    background: #629bef;
}

.reset-navbar-getting-started-lg {
    width: 120px;
    margin-top: 3px;
}

.reset-navbar-getting-started-text-lg {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 15px;
}

.reset-navbar-getting-started-sm {
    width: 96px;
    height: 30px;
    margin-top: 0;
}


.reset-navbar-getting-started-text-sm {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 15px;
}

.reset-navbar-text {
    color: var(--rs-text-primary);
    font-weight: 550;
    font-size: 15px;
    margin-right: 20px;
}

.reset-navbar-text.active {
    font-weight: 750;
}

.reset-navbar-text:hover {
    text-decoration: underline;
}

.reset-page-top {
    width: 100%;
    height: 85px;
    overflow: hidden;
}

.hero-block {
    transition: transform 0.6s;
}

@media (min-width: 992px) {
    .reset-page-top {
        height: 104px;
    }
}


.reset-image-fluid {
    width: 100% !important;
    height: auto !important;
}

.reset-block1-title {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.reset-block1-group-outer {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
}

.reset-block1-group {
    padding-left: 0;
    margin: auto;
}

.reset-hero-badge {
    background-color: var(--rs-orange);
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -12px;
    right: -24px;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {

    .reset-hero-badge {
        right: 0;
    }
}

.reset-block1-check-list {
    color: var(--rs-text-secondary);
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px !important;
}

.reset-block1-started-alignment {
    margin-top: .5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.reset-block1-getting-started {
    width: 262px;
    max-width: 90%;
    height: 50px;
    margin-top: 10px;
}

.reset-block1-getting-started-text {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
}

@media (min-width: 600px) {

    .reset-block1-title {
        font-size: 35px;
        line-height: 44px;
        max-width: 590px;
    }

    .reset-block1-check-list {
        font-size: 22px;
    }
}

@media (min-width: 768px) {

    .reset-block1-title {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        max-width: 320px;

        margin: auto 0;
        padding-left: 10%;
    }

    .reset-block1-group-outer {
        text-align: left;
    }

    .reset-block1-group-outer {
        margin-top: 0px;
        margin-bottom: 0px;
        align-content: flex-start;
    }

    .reset-block1-group {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
    }

    .reset-block1-check-list {
        font-size: 16px;
    }

    .reset-block1-started-alignment {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: left;
    }
}

@media (min-width: 970px) {

    .reset-block1-title {
        font-size: 32px;
        line-height: 44px;
        max-width: 400px;
    }

    .reset-block1-check-list {
        font-size: 18px;
    }
}

@media (min-width: 1075px) {

    .reset-block1-title {
        font-size: 36px;
        line-height: 44px;
        max-width: 450px;
    }

    .reset-block1-check-list {
        font-size: 19px;
    }
}

@media (min-width: 1250px) {

    .reset-block1-title {
        font-size: 46px;
        line-height: 52px;
        max-width: 600px;
    }

    .reset-block1-check-list {
        font-size: 21px;
    }
}

@media (min-width: 1275px) {

    .reset-block1-title {
        font-size: 50px;
        line-height: 56px;
        max-width: 625px;
    }

    .reset-block1-check-list {
        font-size: 22px;
    }
}


.reset-section-left-text {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.reset-left-text-title {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 390px;
}

.reset-left-text-sub-head {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 768px) {

    .reset-left-text-title {
        /*margin-top: 20px;*/
        font-size: 40px;
        line-height: 50px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        max-width: 525px;
    }

    .reset-left-text-sub-head {
        font-size: 22px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        max-width: 550px;
    }

    .reset-replace-outer {
        flex-direction: row;
    }

    .reset-replace-div1 {
        order: 1;
    }

    .reset-replace-div2 {
        order: 2;
    }
}

.reset-block3-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reset-block3-arrow {
    display: none;
}

.reset-testimonial-button {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: relative;
    border-radius: 20px;
    border: 2px solid;
    color: var(--rs-text-secondary);
    overflow: hidden;
    margin-bottom: 20px;
    flex: 0 0 auto;
    margin-left: 50px;
    margin-right: 50px;
}

.reset-testimonial-button-mobile {
    margin: 15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.reset-testimonial-button:focus {
    border: 2px solid !important;
    color: var(--rs-text-secondary) !important;
}

.reset-testimonial-button:hover {
    background: #ddd;
    border: 2px solid !important;
    color: var(--rs-text-secondary) !important;
}

.reset-block3-md {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.reset-block3-sub-head {
    color: var(--rs-text-secondary);
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.reset-block3-video {
    width: 100%;
}

.reset-testimonial-quote {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.reset-testimonial-name {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    margin-left: 25px;
}

.reset-block3-dots-div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.reset-block3-dot-red {
    width: 8px;
    height: 8px;
    background: #E4492D;
    opacity: 1;
    position: relative;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
}

.reset-block3-dot-grey {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
    position: relative;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
}

.reset-testimonial-quote-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.reset-testimonial-quote {
    flex-grow: 1;
    text-align: center;
}

.reset-testimonial-quote-inner {
    display: inline-block;
    text-align: left;
}

.reset-testimonial-arrow-mobile {
    width: 60px;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media (min-width: 768px) {

    .reset-block3-md {
        font-size: 40px;
    }

    .reset-block3-sub-head {
        font-size: 22px;
    }

    .reset-block3-video {
        width: 50% !important;
    }

    .reset-block3-arrow {
        display: block;
    }

    .reset-testimonial-arrow-mobile {
        display: none;
    }

    .reset-testimonial-quote {
        width: 100%;
        margin-left: 0;
    }

    .reset-testimonial-name {
        width: 100%;
    }
}

.reset-block3-watch-testimonials {
    width: 340px;
    max-width: 80%;
    font-weight: 700;
    color: var(--rs-text-primary);
    height: 50px;
    background: #ffffff;
    opacity: 1;
    position: relative;
    border-radius: 100px;
    margin: 10px auto auto;
    border: 3px solid;
    overflow: hidden;
    padding-top: 10px;
    text-decoration: none;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.reset-block3-watch-testimonials:hover {
    color: #fff;
    border: 3px solid var(--rs-primary);
    background: var(--rs-primary);
}

.reset-black {
    color: var(--rs-text-primary);
}

.reset-d-purple {
    color: var(--rs-text-secondary);
}

.reset-results-before {
    font-weight: 700;
    color: var(--rs-text-secondary);
    font-size: 15px;
    text-align: center !important;
}

.reset-results-left-panel {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
}

.reset-results-right-panel {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .reset-results-left-panel {
        padding-right: 3%;
        padding-left: 10%;
        margin-bottom: 0;
    }

    .reset-results-right-panel {
        padding-right: 10%;
        padding-left: 3%;
    }
}

.reset-block-full-width {
    width: 100%;
    margin: 0;
    padding: 0;
}

.reset-block-container {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.reset-block-title-center {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center !important;
    margin-bottom: 0;
}

.reset-spacer {
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    .reset-block-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .reset-block-title-center {
        font-size: 40px;
        line-height: 50px;
    }

    .reset-spacer {
        margin-bottom: 25px;
    }
}

.reset-pricing-button {
    width: 260px;
    max-width: 90%;
    height: 50px;
    margin-top: 20px;
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 15px;
}

.reset-show-more-link {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 15px;
}

.reset-three-steps-circle {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: -35px;
    width: 50px;
    height: 50px;
    color: var(--rs-text-secondary);
    background: #FFFFFF;
    border-radius: 25px;
    overflow: hidden;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    border: var(--rs-text-secondary) 2px solid;
    z-index: 1000;
}

.reset-three-steps-step {
    margin-top: 28px;
    margin-bottom: 5px;
    color: var(--rs-text-secondary);
    font-weight: 700;
    font-size: 15px;
}

.reset-three-steps-sub-head {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding-left: 5%;
    padding-right: 5%;
}

.reset-three-steps-text {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
}

.reset-three-steps-works-button {
    width: 340px;
    max-width: 80%;
    font-weight: 700;
    color: var(--rs-text-primary);
    height: 50px;
    background: #ffffff;
    opacity: 1;
    position: relative;
    border-radius: 100px;
    padding-top: 10px;
    margin: 10px auto auto;
    border: 3px solid;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.reset-three-steps-works-button:hover {
    color: #fff;
    border: 3px solid var(--rs-secondary);
    background: var(--rs-secondary);
}

.reset-guarantee-panel-boxed {
    border-radius: 15px;
    background: #F3ECF5;
    border: var(--rs-text-secondary) 2px solid;
    width: 90%;
    margin: auto;
}

.reset-guarantee-panel {
    border: 2px solid var(--rs-secondary);
    background: var(--rs-background-light);
    width: 100%;
}

.reset-guarantee-text {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 90%;
    margin: auto;
}

@media (min-width: 768px) {

    .reset-guarantee-panel-boxed {
        width: 66%;
    }

    .reset-guarantee-text {
        width: 60%;
    }
}

.reset-works-outer {
    display: flex;
    flex-direction: column;
}

.reset-works-div1 {
    order: 2;
}

.reset-works-slide-panel {
    order: 1;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.reset-works-slide-inner {
    position: relative;
    width: 100%;
    padding-top: 70%; /* Aspect ratio hack */
    overflow: hidden;
}

.reset-works-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
}

.reset-works-slide-bar {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%) !important;
    width: 6px;
    height: 100%;
    object-fit: cover;
    z-index: 1000;
    pointer-events: none;
    background-color: var(--rs-background-light);
}

.reset-works-slide-button {
    position: absolute !important;
    left: 50%;
    top: calc(100% - 55px);
    transform: translateX(calc(-50%)) !important;
    width: 124px;
    height: 40px;
    color: var(--rs-text-primary);
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    border: var(--rs-text-primary) 2px solid;
    z-index: 1001;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: none;
}


@media (min-width: 768px) {

    .reset-works-outer {
        flex-direction: row;
    }

    .reset-works-div1 {
        order: 1;
    }

    .reset-works-slide-panel {
        order: 2;
        padding-left: 1%;
        padding-right: 1%;
        display: flex;
    }
}

@media (min-width: 1100px) {

    .reset-works-slide-panel {
        padding-left: 5%;
        padding-right: 5%;
    }

    .reset-works-slide-button {
        width: 180px;
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        top: calc(100% - 90px);
    }
}

.reset-custom-made-nav {
    display: flex;
    justify-content: space-evenly;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.reset-custom-made-button {
    font-size: 15px;
    width: 75px;
    height: 36px;
    border-radius: 18px;
    margin-top: 3px;
    color: #9F9F9F;
    background: #ffffff;
    border: #9F9F9F 2px solid;
    font-weight: 700;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.reset-custom-made-button.active {
    color: #000;
    background: #FFF9E6;
    border: var(--rs-cta-color) 2px solid;
}

.reset-custom-made-panel {
    background-color: var(--rs-background-light);
    border: var(--rs-cta-color) 2px solid;
    width: 90%;
    max-width: 330px;
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
}

.reset-custom-made-panel-inner {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 15%;
}

.reset-custom-made-image.selected {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.25s linear, opacity 0.25s linear;
}

.reset-custom-made-image {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s linear, opacity 0.25s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reset-custom-made-panel-text {
    max-width: 350px;
    padding: 10px 15px;
    margin: auto;
    text-align: center;
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 14px;
}

.reset-custom-made-panel-text .fade {
    transition: opacity .15s linear !important;
}

.reset-custom-made-panel-text .fade.show {
    transition: opacity .15s linear !important;
}

.reset-text-pane {
    transition: opacity 0.5s ease;
}

.reset-custom-made-text {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 14px;
}

.reset-custom-made-img {
    width: 100%;
    height: auto;
}

.reset-custom-made-title {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin: 25px auto 15px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 500px;
}

.reset-custom-made-sub-head {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 380px) {

    .reset-custom-made-button {
        max-width: 20%;
        font-size: 12px;
    }
}

@media (min-width: 768px) {

    .reset-custom-made-button {
        font-size: 15px;
        width: 85px;
        height: 40px;
        border-radius: 20px;
        margin-top: 3px;
    }

    .reset-custom-made-title {
        font-size: 40px;
        line-height: 50px;
        text-align: left;
        margin: 0 0 20px;
        padding-left: 0;
        padding-right: 0;
        max-width: 650px;
    }

    .reset-custom-made-sub-head {
        font-size: 22px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.reset-faq-header {
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.reset-faq-page {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.reset-faq-body {
    width: 95%;
    margin: auto;
}

@media (min-width: 600px) {
    .reset-faq-page {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

@media (min-width: 992px) {
    .reset-faq-page {
        width: 80%;
    }
}

.reset-faq-container {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    border-bottom: #E6E6E6 2px solid;
    color: #000000;
    font-weight: 550;
    font-size: 18px;
}

.reset-faq-container a {
    color: #000000;
}

.reset-faq-div-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    font-size: 18px;
}

.reset-faq-div-bottom {
    font-size: 18px;
}

.reset-faq-button {
    font-weight: 500;
    opacity: 1;
    position: relative;
    border-radius: 100px;
    color: #9F9F9F;
    background: #ffffff;
    border: #9F9F9F 2px solid;
    overflow: hidden;
    margin-bottom: 0px;
    flex: 0 0 auto;
}

.reset-faq-button:focus {
    color: #9F9F9F;
    background: #ffffff;
    border: #9F9F9F 2px solid;
}

.reset-faq-button.selected {
    color: #000;
    background: #FFF9E6;
    border: var(--rs-cta-color) 2px solid;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}


@media (min-width: 0) {

    .reset-faq-button-med {
        width: 90px;
        height: 34px;
        font-size: 14px;
    }

    .reset-faq-button-lg {
        width: 250px;
        height: 40px;
        font-size: 20px;
    }
}

@media (min-width: 900px) {

    .reset-faq-button-med {
        width: 110px;
        height: 38px;
        font-size: 16px;
    }

    .reset-faq-button-lg {
        width: 250px;
        height: 40px;
        font-size: 20px;
    }
}


.reset-faq-page-header {
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.reset-faq-cat-buttons {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
}

.reset-faq-search-div {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 4px 4px;
    border: 1px solid #ccc; /* Subtle border */
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Outer shadow for depth */
    background-color: white; /* Light background */
    transition: border-color 0.2s, box-shadow 0.2s;
}

.reset-faq-search-input {
    border-radius: 8px;
    padding-right: 30px;
    background-color: var(--rs-background-very-light);
}

.reset-faq-eyeglass-div {
    position: absolute;
    top: 6px;
    right: 20px;
    color: #000000;
}

.faq-search-highlight {
    background-color: #fffb08
}

.reset-faq-page-category {
    margin-top: 20px;
}

.reset-faq-page-category-header {
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.reset-block-footer {
    background-color: var(--rs-footer-background);
    width: 100%;
    overflow: hidden;
}

.reset-footer-logo-group {
    display: flex;
    flex-direction: column;
}

.reset-footer-logo-img {
    height: 55px;
    margin-bottom: 20px;
}

.reset-footer-logo-text {
    font-weight: 700;
    color: var(--bs-body-color);
    font-size: 30px;
}

.reset-footer-logo-social {
    display: flex;
    flex-direction: row;
}

.reset-footer-menu-group {
    padding-top: 65px;
    width: 55%;
    float: left;
    margin: 0;
    padding-right: 5%;
    display: flex;
}

.reset-footer-menu-sub-nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.reset-footer-text-top-nav {
    font-weight: 700;
    color: var(--bs-body-color);
    font-size: 20px;
    text-decoration: none;
}

.reset-footer-text-sub-nav {
    font-weight: 500;
    color: var(--bs-body-color);
    font-size: 20px;
    text-decoration: none;
}

.reset-footer-copyright {
    width: 100%;
    font-size: 14px;
    color: var(--bs-body-color);
    background: var(--rs-footer-background);
    text-align: center;
}

@media (min-width: 0) {

    .reset-footer-logo-group {
        padding-top: 0;
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .reset-footer-logo-img {
        width: 90%;
        max-width: 420px;
        height: auto;
        margin-bottom: 15px;
    }

    .reset-footer-logo-text {
        font-size: 20px;
    }

    .reset-footer-logo-social {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
    }

    .reset-footer-logo-social svg {
        height: 20px !important;
    }

    .reset-footer-menu-group {
        padding-top: 30px;
        width: 90%;
        float: none;
        padding-right: 0;
        margin: auto;
        flex-direction: column;
        gap: 5px;
    }

    .reset-footer-text-top-nav {
        padding-top: 10px;
        border-top: 1px solid;
        font-size: 14px;
        padding-bottom: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .reset-footer-sub-menu-group {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .reset-footer-sub-menu-group-last {
        padding-bottom: 5px;
        border-bottom: var(--bs-body-color) 1px solid;
    }

    .reset-footer-menu-sub-nav {
        display: none;
        flex-direction: column;
        padding-bottom: 15px;
    }

    .reset-footer-text-sub-nav {
        margin-top: 5px;
        font-size: 14px;
    }

    .reset-footer-nav-select {
        margin-top: -2px;
        display: block;
    }

    .reset-footer-copyright {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

@media (min-width: 800px) {

    .reset-footer-logo-group {
        padding-top: 10px;
        float: left;
        width: 45%;
        margin: 0;
        padding-left: 5%;
        text-align: left;
    }

    .reset-footer-logo-img {
        height: 30px;
        width: auto;
        margin-bottom: 10px;
    }

    .reset-footer-logo-text {
        margin-left: 35px;
        font-size: 20px;
    }

    .reset-footer-logo-social {
        margin-top: 20px;
        margin-left: 35px;
        gap: 20px;
    }

    .reset-footer-logo-social svg {
        height: 24px !important;
    }

    .reset-footer-menu-group {
        float: left;
        width: 55%;
        padding-top: 40px;
        padding-right: 3%;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .reset-footer-text-top-nav {
        border-top: none;
        font-size: 14px;
    }

    .reset-footer-sub-menu-group {
        cursor: inherit;
        padding-bottom: 0;
    }

    .reset-footer-sub-menu-group-last {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .reset-footer-text-sub-nav {
        margin-top: 8px;
        font-size: 14px;
    }

    .reset-footer-menu-sub-nav {
        display: flex;
        padding-bottom: 0px;
    }

    .reset-footer-nav-select {
        display: none;
    }

    .reset-footer-copyright {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (min-width: 990px) {

    .reset-footer-logo-group {
        padding-top: 15px;
    }

    .reset-footer-logo-img {
        height: 40px;
        margin-bottom: 10px;
    }

    .reset-footer-logo-text {
        margin-left: 55px;
        font-size: 24px;
    }

    .reset-footer-logo-social {
        margin-top: 30px;
        margin-left: 55px;
    }

    .reset-footer-logo-social svg {
        height: 28px !important;
    }

    .reset-footer-menu-group {
        padding-top: 55px;
        padding-right: 3%;
        gap: 15px;
    }

    .reset-footer-text-top-nav {
        font-size: 16px;
    }

    .reset-footer-text-sub-nav {
        margin-top: 10px;
        font-size: 16px;
    }

    .reset-footer-copyright {
        padding-top: 40px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {

    .reset-footer-logo-group {
        padding-top: 20px;
    }

    .reset-footer-logo-img {
        height: 55px;
        margin-bottom: 15px;
    }

    .reset-footer-logo-text {
        margin-left: 80px;
        font-size: 30px;
    }

    .reset-footer-logo-social {
        margin-top: 40px;
        margin-left: 80px;
    }

    .reset-footer-logo-social svg {
        height: 30px !important;
    }

    .reset-footer-menu-group {
        padding-top: 75px;
        padding-right: 5%;
        gap: 20px;
    }

    .reset-footer-text-top-nav {
        font-size: 20px;
    }

    .reset-footer-text-sub-nav {
        margin-top: 15px;
        font-size: 20px;
    }

    .reset-footer-copyright {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}

.reset-reviews-title {
    width: 100%;
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.reset-reviews-content {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

@media (max-width: 767px) {

    .reset-reviews-content {
        position: relative;
        width: 100%;
        height: 230px;
    }

    .reset-reviews-review.selected {
        opacity: 1;
        visibility: visible;
        transition: visibility 0.5s linear, opacity 0.75s linear;
    }

    .reset-reviews-review {
        position: absolute;
        top: 0;
        left: auto;
        right: auto;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.25s linear, opacity 0.25s linear;
    }
}

.reset-reviews-bubble {
    background: var(--rs-background-very-light);
    color: var(--rs-text-primary);
    border: var(--rs-dark_purple) 1px solid;
    border-radius: 10px;
    width: 280px;
    height: 230px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 11px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.reset-reviews-stars {
    width: 85px;
}

.reset-reviews-header {
    margin-top: 6px;
    font-weight: 700;
}

.reset-reviews-quote {
    margin-top: 0px;
    font-weight: 500;
}

.reset-reviews-date {
    margin-top: 8px;
    font-weight: 500;
}

.reset-reviews-customer {
    margin-top: -2px;
    font-weight: 900;
}

@media (min-width: 10px) {

    .reset-reviews-title {
        font-size: 22px;
    }

    .reset-reviews-stars {
        width: 85px;
    }

    .reset-reviews-bubble {
        width: 230px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 11px;
        font-size: 12px;
    }

    .reset-reviews-header {
        margin-top: 6px;
    }

    .reset-reviews-date {
        margin-top: 8px;
    }
}

@media (min-width: 375px) {

    .reset-reviews-title {
        font-size: 30px;
    }

    .reset-reviews-bubble {
        width: 335px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 15px;
        font-size: 14px;
    }

    .reset-reviews-stars {
        width: 100px;
    }

    .reset-reviews-header {
        margin-top: 10px;
    }

    .reset-reviews-date {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {

    .reset-reviews-title {
        font-size: 40px;
    }

    .reset-reviews-stars {
        width: 85px;
    }

    .reset-reviews-content {
        flex-direction: row;
        gap: 30px;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .reset-reviews-bubble {
        width: 230px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 11px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .reset-reviews-header {
        margin-top: 6px;
    }

    .reset-reviews-date {
        margin-top: 8px;
    }

    .reset-reviews-dots {
        display: none;
    }
}

@media (min-width: 900px) {
    .reset-reviews-content {
        gap: 15px;
    }

    .reset-reviews-bubble {
        width: 230px;
        height: 220px;
    }
}

@media (min-width: 1050px) {
    .reset-reviews-content {
        gap: 25px;
    }

    .reset-reviews-bubble {
        width: 335px;
        height: 230px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 15px;
        font-size: 14px;
        overflow: hidden;
    }

    .reset-reviews-stars {
        width: 100px;
    }

    .reset-reviews-header {
        margin-top: 10px;
    }

    .reset-reviews-date {
        margin-top: 10px;
    }
}

.reset-testimonial-header {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.testimonial-card-img-start {
    width: 100%;
    border-top-left-radius: var(--bs-border-radius-xl);
}

.testimonial-card-img-end {
    width: 100%;
    border-top-right-radius: var(--bs-border-radius-xl);
}

.reset-check-align {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .reset-insurance-cover {
        background-image: url("https://cdn.resetsmile.com/static/images/insurance_hero.jpg");
        background-position: top right;
        background-repeat: no-repeat;
    }

    .reset-testimonials-cover {
        background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.reset-testimonial-icon {
    position: relative;
    height: 116px;
    width: 116px;
    background-color: white;
    border-radius: 50%;
    margin: 16px auto;
}

.reset-testimonial-icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reset-testimonials-kit {
    height: 100%;
    max-height: 400px;
    width: auto;

}

@media (max-width: 768px) {
    .reset-testimonials-kit {
        height: auto;
        width: 100%;
    }
}

.reset-block-landing-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.reset-block-landing-v1-top-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.reset-block-2col-round {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.reset-2col-round-image-block {
    flex: 1;
    z-index: 0;
}

.reset-2col-round-image {
    width: 45%;
    overflow: hidden;
}

.reset-2col-round-image-left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.reset-2col-round-image-right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.reset-2col-round-text {
    flex: 1;
    position: relative;
    z-index: 10;
    right: 0;
    width: 60%;
    background-color: var(--rs-background-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 50px;
}

.reset-2col-round-text-right {
    margin-left: -40px;
}

.reset-2col-round-text-left {
    margin-right: -40px;
}

.reset-2col-round-text-header {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
}

.reset-2col-round-text-body {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 1080px) {
    .reset-2col-round-text-header {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .reset-2col-round-text-body {
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .reset-2col-round-text-header {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .reset-2col-round-text-body {
        font-size: 15px;
    }
}

@media (max-width: 700px) {

    .reset-block-2col-round-first {
        flex-direction: column;
    }

    .reset-block-2col-round-second {
        flex-direction: column-reverse;
    }

    .reset-2col-round-image {
        width: 100%;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }

    .reset-2col-round-text {
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
        margin-top: -40px;
        margin-left: 0;
        margin-right: 0;
    }

    .reset-2col-round-text-header {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .reset-2col-round-text-body {
        font-size: 15px;
    }
}

.reset-top-text-body {
    color: var(--rs-text-secondary);
    font-weight: 600;
    padding-left: 10%;
    padding-right: 10%;
}

.reset-block-image-center {
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: center;
}

.reset-block-image45-text55 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}

.reset-block-image45-text55-v3 {
    padding: 0;
}

.reset-image45-text55-left {
    position: relative;
    width: 45%;
}

.reset-image45-text55-bug-div {
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 5%;
    width: 25%;
    height: 25%;
}

.reset-image45-text55-bug {
    width: 100%;
}

.reset-image45-text55-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-right: 5%;
    text-align: left;
}

.reset-image45-text55-right-head {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
}

.reset-image45-text55-right-body {
    margin-top: 3%;
    margin-bottom: 3%;
    font-weight: 600;
    font-size: 30px;
}

.reset-image45-text55-right-cta {
    display: flex;
}

@media (max-width: 1400px) {
    .reset-image45-text55-right-head {
        font-size: 50px;
        line-height: 58px;
    }

    .reset-image45-text55-right-body {
        font-size: 24px;
    }
}

@media (max-width: 1150px) {
    .reset-image45-text55-right-head {
        font-size: 40px;
        line-height: 46px;
    }

    .reset-image45-text55-right-body {
        font-size: 18px;
    }
}


@media (max-width: 950px) {
    .reset-image45-text55-right-head {
        font-size: 26px;
        line-height: 30px;
    }

    .reset-image45-text55-right-body {
        font-size: 18px;
    }
}

@media (max-width: 700px) {

    .reset-block-image45-text55 {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .reset-image45-text55-left {
        width: 100%;
    }

    .reset-image45-text55-right {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .reset-image45-text55-right-head {
        font-size: 36px;
        line-height: 41px;
    }

    .reset-image45-text55-right-body {
        font-size: 18px;
    }
}

.reset-block-landing-v2-top-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.reset-block-landing-v2-top-image-block {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
}

.reset-block-landing-v2-top-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}


.reset-block-landing-v2-top-text {
    position: relative;
    color: var(--rs-text-inverted);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    max-width: 900px;
}

.reset-block-landing-v2-top-text-head {
    font-weight: 700;
    font-size: 50px;
}

.reset-block-landing-v2-top-check-group {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    color: var(--rs-text-inverted);
}

.reset-landing-v2-top-form-header {
    font-weight: 700;
    font-size: 30px;
    color: var(--rs-text-inverted);
}

.reset-landing-v2-top-form {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    max-width: 500px;
    width: 90%;
}

.reset-landing-v2-top-form-email {
    border-radius: 30px;
    padding-right: 120px;
    height: 44px;
    background-color: var(--rs-background-very-light);
}

.reset-landing-v2-top-form-submit {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 90px;
    height: 36px;
    font-size: 14px;
}

.reset-landing-v2-two-column {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}

.reset-landing-v2-two-col-block {
    padding-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.reset-landing-v2-two-col-icon {
    margin-bottom: 20px;
    width: 25%;
}

.reset-landing-v2-two-col-header {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}

.reset-landing-v2-two-col-body {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1200px) {

    .reset-block-landing-v2-top-text-head {
        font-size: 40px;
    }

    .reset-landing-v2-top-form-header {
        font-size: 24px;
    }

    .reset-landing-v2-two-col-header {
        font-size: 32px;
        line-height: 34px;
    }

    .reset-landing-v2-two-col-body {
        font-size: 18px;
    }
}

@media (max-width: 850px) {

    .reset-block-landing-v2-top-text-head {
        font-size: 34px;
    }

    .reset-landing-v2-top-form-header {
        font-size: 20px;
    }

    .reset-landing-v2-two-col-header {
        font-size: 28px;
        line-height: 30px;
    }

    .reset-landing-v2-two-col-body {
        font-size: 16px;
    }
}

@media (max-width: 700px) {

    .reset-landing-v2-two-column {
        flex-direction: column;
    }

    .reset-landing-v2-two-col-block {
        padding-left: 0%;
        width: 100%;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .reset-landing-v2-two-col-header {
        font-size: 32px;
        line-height: 34px;
    }

    .reset-landing-v2-two-col-body {
        font-size: 18px;
    }
}

.reset-landing-v2-quote-box {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-landing-v2-quote-box-shadow {
    position: relative;
    border-radius: 30px;
}

.reset-landing-v2-quote-box-shadow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(to top right, rgba(74, 26, 97, 1), rgba(237, 232, 239, 1));
    transform: translate(10px, 10px);
}

.reset-landing-v2-quote-box-div {
    position: relative;
    padding: 3%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: left;
    border-radius: 30px;
    background-color: #f8f8f8;
    z-index: 1;
}

.reset-landing-v2-quote-left {
    width: 50%;
    padding-right: 2%;
}

.reset-landing-v2-quote-right {
    width: 50%;
    padding-left: 3%;
    padding-right: 5%;
    font-size: 26px;
}

.reset-landing-v2-quote-right-quote {
    width: 15%;
    margin-bottom: 20px;
}

.reset-landing-v2-quote-right-small {
    font-size: 18px;
}

@media (max-width: 1200px) {

    .reset-landing-v2-quote-right {
        font-size: 20px;
    }

    .reset-landing-v2-quote-right-small {
        font-size: 16px;
    }
}

@media (max-width: 1050px) {

    .reset-landing-v2-quote-right {
        font-size: 18px;
    }

    .reset-landing-v2-quote-right-small {
        font-size: 14px;
    }
}

@media (max-width: 900px) {

    .reset-landing-v2-quote-right {
        font-size: 16px;
    }

    .reset-landing-v2-quote-right-small {
        font-size: 12px;
    }
}


@media (max-width: 700px) {
    .reset-landing-v2-quote-box-div {
        flex-direction: column;
    }

    .reset-landing-v2-quote-left {
        width: 100%;
        padding-right: 2%;
    }

    .reset-landing-v2-quote-right {
        width: 100%;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 3%;
        padding-right: 5%;
        font-size: 20px;
    }

    .reset-landing-v2-quote-right-small {
        font-size: 16px;
    }
}

.reset-block-landing-v3 {
    display: flex;
    align-items: center;
}

.reset-block-landing-v3-text {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
}

@media (max-width: 768px) {
    .reset-block-landing-v3-text {
        padding-left: 2%;
        padding-right: 2%;
    }
}


.reset-block-landing-v3-video {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.reset-block-video50-text50 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.reset-video50-text50-video {
    width: 50%;
}

.reset-video50-text50-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    width: 50%;
}

.reset-video50-text50-head {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
}

.reset-video50-text50-body {
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 1100px) {
    .reset-video50-text50-head {
        font-size: 40px;
        line-height: 50px;
    }

    .reset-video50-text50-body {
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    .reset-block-video50-text50 {
        flex-direction: column;
    }

    .reset-block-video50-text50-2 {
        flex-direction: column-reverse;
    }

    .reset-video50-text50-video {
        width: 100%;
    }

    .reset-video50-text50-text {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
}