@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');

:root {
    --rs-primary: #145380;
    --rs-secondary: #1ba4ab;
    --rs-tertiary: #75cedc;
    --rs-pearl-rose: #efdfd7;
    --rs-fresh-mint: #e9f3ef;
    --rs-fine-blue: #c1e0df;
    --bs-body-color: rgb(28, 10, 37);
    --bs-secondary-rgb: rgb(174, 50, 35);
    --rs-orange: rgb(219, 50, 35);
    --bs-dark-rgb: rgb(28, 10, 37);
    --rs-peach: #fae8ee;
    --rs-dark_peach: rgb(242, 200, 196);
    --rs-dark_purple: #4a1a61;
    --rs-light_purple: rgba(113, 44, 249, 0.15);
    --rs-taupe: rgb(244, 240, 240, 0.5);
    --rs-text-primary: #145380;
    --rs-text-secondary: #1ba4ab;
    --rs-text-inverted: #ffffff;
    --rs-background-white: #ffffff;
    --rs-background-purple: #4a1a61;
    --rs-background-light: #f9f7f7;
    --rs-background-very-light: #F4F4F4;
    --rs-cta-color: #efdfd7;
    --rs-cta-hover: #ffd86e;
    --rs-footer-text: #ffffff;
    --rs-purple: #68227f;
    --rs-background-land3-1: rgb(74, 26, 97, 0.1);
    --rs-background-land3-2: rgb(228, 73, 45, 0.1);
    --rs-background-land3-3: rgb(244, 244, 244, 1);
    --rs-background-land3-4: rgb(136, 69, 153, 0.05);
    --rs-footer-background: #ededed;
    scroll-behavior: smooth;
}

html {
    scroll-padding-top: 96px;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: "Figtree", sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h3 {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}

p {
    font-size: 18px;
}

#navbar-offer {
    padding: 0 0.125em;
}

.navbar-nav > .nav-link:hover {
    text-decoration: underline;
}

.navbar-nav > .nav-link.active {
    color: var(--rs-primary);
    text-underline-color: var(--bs-body-color);
    text-decoration: underline;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.border-rs-primary {
    border-color: #cbcbcb;
}

.tooth path, .tooth polygon, .tooth circle, .tooth ellipse, .tooth rect {
    fill: #f9f9f9;
    stroke: #333;
    stroke-width: 1;
    transition: fill 0.2s, stroke 0.2s;
    cursor: pointer;
}

.tooth:hover path, .tooth:hover polygon, .tooth:hover circle, .tooth:hover ellipse, .tooth:hover rect {
    fill: #d0ebff;
}

.tooth.selected path, .tooth.selected polygon, .tooth.selected circle, .tooth.selected ellipse, .tooth.selected rect {
    fill: #c1e0df;
    stroke: #168b91;
}

#email-modal-button {
    border: 0;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: var(--bs-btn-padding-y) 3em;
}

.hero {
    height: 700px;
    margin-top: 85px;
    background-image: url("https://cdn.resetsmile.com/static/images/2025/hero_2025.55440c435292.webp");
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .hero {
        height: 600px;
    }
}

#carouselSlides .carousel-item > img {
    max-height: 680px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.reset-carousel-indicators.carousel-indicators [data-bs-target] {
    background: #D9D9D9;
    opacity: 1;
    height: 8px;
    width: 8px;
    border: 0;
    border-radius: 50%;
}

.reset-carousel-indicators.carousel-indicators [data-bs-target].active {
    background: var(--rs-primary);
}

.tp-container {
    display: flex;
    position: absolute;
    transform: translate(120px, 180px);
    bottom: 0;
    z-index: 1000;
}

@media (min-width: 768px) {
    .tp-container {
        top: 50%;
        transform: translate(50%, -270px);
    }
}

@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);
}

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

.text-rose {
    color: var(--rs-pearl-rose);
}

.text-mint {
    color: var(--rs-fresh-mint);
}

.divider-peach {
    background-color: var(--rs-dark_peach);
    width: 4em;
    height: 0.25em;
    margin: 1em 0;
}

.survey-content, .survey-help-text, .survey-content > label {
    transition: opacity 0.6s ease;
}

.survey-content.inactive, .survey-help-text.inactive {
    height: 0;
    opacity: 0;
    overflow-y: hidden;
}

.survey-content.active, .survey-help-text.active {
    display: grid;
    gap: 1rem;
    height: 100%;
    opacity: 1;
}

#progress-indicator {
    transition: left 0.6s ease;
}

.bg-dark_purple {
    background-color: rgb(28, 10, 37);
}

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

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

.reset-btn-primary {
    color: #ffffff;
    background-color: var(--rs-primary);
    border-color: var(--rs-primary);
}

.reset-btn-primary:hover {
    color: #ffffff;
    background-color: var(--rs-secondary);
    border-color: var(--rs-secondary);
}

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

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

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

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

.btn-check:hover + .btn-light {
    border-color: var(--bs-body-color);
}

.btn-check:checked + .btn-light {
    background-color: var(--bs-body-color) !important;
    border-color: var(--bs-body-color) !important;
    color: #ffffff !important;
    font-weight: bold;
}

.border-dark {
    color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}

.form-check-input {
    height: 1.25em;
    width: 1.25em;
}

.form-check-input:checked[type=radio], .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: var(--bs-body-color);
}

.video-fluid {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-fluid iframe, .video-fluid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.divider-rose {
    background-color: var(--rs-pearl-rose);
    width: 4em;
    height: 0.25em;
    margin: 1em 0;
}

#consentForm {
    height: 18em;
}

#consentForm p, #consentForm li {
    font-size: 0.75em;
}

#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-family: "Figtree", sans-serif;
    font-size: 55pt;
}

.price-card {
    border-style: solid;
    border-width: 8px;
    margin-bottom: 1.5em;
    background-color: #ffffff;
}

.price-card.active, #priceSelector .btn-check:checked + .btn {
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.price-card.active .h3, .price-card.active .h1, .price-card.active h3 {
    font-weight: 700 !important;
}

#priceSelector .card:hover {
    border: 2px solid var(--rs-tertiary);
}

@media (min-width: 768px) {
    #surveyForm .modal-body {
        height: 480px;
    }
}

.text-rotate {
    transform: rotate(-90deg);
}

#carouselVideos video {
    max-height: 75vh;
}

@media (min-width: 768px) {
    #carouselVideos .carousel-caption {
        margin: 0 auto;
        width: 50%;
    }
}

#nav-examples.nav-pills .nav-link {
    color: #fff;
}

#nav-examples.nav-pills .nav-link.active {
    color: var(--bs-secondary-rgb);
    background-color: #fff;
}

strike {
    text-decoration-color: var(--bs-danger);
}

#surveyForm #id_email::placeholder {
    color: var(--bs-dark-rgb);
}

.reset-text-error {
    font-size: .875em;
    color: var(--rs-orange);
}

#photo-grid {
    display: grid;
    grid-template-columns: 25% 40% 35%;
}

#photo-grid > * {
    padding: 0.25em;
}

#photo-grid > .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

#photo-grid > .div2 {
    grid-area: 1 / 2 / 2 / 3;
}

#photo-grid > .div3 {
    grid-area: 1 / 3 / 2 / 4;
}

#photo-grid > .div4 {
    grid-area: 2 / 2 / 3 / 3;
}

#photo-grid > .div5 {
    grid-area: 2 / 3 / 4 / 4;
}

#photo-grid > .div6 {
    grid-area: 3 / 1 / 4 / 3;
}

@media (max-width: 991.98px) {
    #photo-grid > .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    #photo-grid > .div4 {
        grid-area: 2 / 1 / 3 / 4;
    }

    #photo-grid > .div5 {
        grid-area: 3 / 3 / 4 / 4;
    }
}

#photo-grid img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#affordable-landing-hero {
    background-position: left;
    background-image: url('https://cdn.resetsmile.com/static/images/affordable_hero_bg.jpg');
    background-size: cover
}

.floating-badge {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
}

.rounded-md-start {
    border-radius: var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0 0;
}

.rounded-md-end {
    border-radius: 0 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl);
}

.affordable-landing-image {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius-xl) !important;
}

@media (min-width: 768px) {
    #affordable-landing-hero {
        background-position: center;
    }

    .affordable-landing-image {
        background-color: var(--rs-pearl-rose);
    }

    .rounded-md-start {
        border-radius: var(--bs-border-radius-xl) 0 0 var(--bs-border-radius-xl);
    }

    .rounded-md-end {
        border-radius: 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0;
    }

    .floating-badge {
        top: 80%;
        left: 100%;
    }
}

.admin-card td {
    vertical-align: baseline;
}

.tooth {
    stroke: #212529;
    stroke-width: 2px;
    fill: white;
}

.tooth:hover {
    fill: cyan;
    cursor: pointer;
}

.tooth.active {
    fill: cyan;
}

.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-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;
}

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


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

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

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

.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: 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-left-text-sub-head {
    color: var(--rs-text-primary);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

.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-sub-head {
    color: var(--rs-text-secondary);
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

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

.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-block3-watch-testimonials:hover {
    color: #fff;
    border: 3px solid var(--rs-primary);
    background: var(--rs-primary);
}

.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-show-more-link {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 15px;
}

.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-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-text {
        width: 60%;
    }
}

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

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

.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: 400;
    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: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;
    }
}

@media (min-width: 900px) {
    .reset-faq-button-med {
        width: 110px;
        height: 38px;
        font-size: 16px;
    }
}


.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-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;
}

.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: 0;
        border-bottom: none;
    }

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

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

    .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: 8px 11px 8px 16px;
    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: 0;
    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: 8px 11px 8px 16px;
        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: 10px 15px 10px 20px;
        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: 8px 11px 8px 16px;
        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: 10px 15px 10px 20px;
        font-size: 14px;
        overflow: hidden;
    }

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

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

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

.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);
}

@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: 5px 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: 30px 25px 50px;
}

.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: 5px 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-radius: 30px 30px 0 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: 70px 10% 50px;
    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: 40px 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: 3% 5% 3% 3%;
        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: 2% 5%;
}

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

.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;
    }
}

.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-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;
}

@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-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: 0;
        margin-bottom: 0;
        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-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-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: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-sub-head {
    color: var(--rs-text-secondary);
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

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

.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-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-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-show-more-link {
    color: var(--rs-text-primary);
    font-weight: 700;
    font-size: 15px;
}

.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-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-text {
        width: 60%;
    }
}

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

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

.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: 400;
    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: 0;
    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;
    }
}

@media (min-width: 900px) {
    .reset-faq-button-med {
        width: 110px;
        height: 38px;
        font-size: 16px;
    }
}


.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;
}

.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;
}

.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;
}

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

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

.reset-reviews-quote {
    margin-top: 0;
    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: 8px 11px 8px 16px;
        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: 10px 15px 10px 20px;
        font-size: 14px;
    }

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

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

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

@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: 10px 15px 10px 20px;
        font-size: 14px;
        overflow: hidden;
    }

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

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

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

.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);
}

@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: 5px 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: 30px 25px 50px;
}

.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-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-radius: 30px 30px 0 0;
        overflow: hidden;
    }

    .reset-2col-round-text {
        width: 100%;
        padding: 10% 0;
        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: 70px 10% 50px;
    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: 20px 0;
        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: 40px 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: 20px 0;
    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: 0 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;
    }
}

.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-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: 3% 5% 3% 3%;
        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: 2% 5%;
}

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

.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;
    }
}