:root {
    --color-1B1819: #1B1819;
    --color-51484A: #51484A;
    --color-E5F8FF: #E5F8FF;
    --color-E2F8ED: #E2F8ED;
    --color-ffffff: #ffffff;
    --color-ccf1ff: #ccf1ff;
    --color-262626: #262626;
    --color-f15b29: #f15b29;
    --color-009445: #009445;
    --color-FDEDE7: #FDEDE7;
  }

*, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #f9f9f9;
    
}

/* globals */

html:has(#formpopup.open) {
    overflow: hidden;
}

html:has(#dealers__popup.active) {
    overflow: hidden;
}

ul {
    list-style: none;
}
ul li a {
    text-decoration: none;
}

.container1 {
    max-width: 1351px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.02em;
    color: var(--color-1B1819);
}
h1 span {
    color: var(--color-f15b29);
}

h2 {
    font-weight: 800;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -0.02em;
}

main p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color-51484A);
}

main p.secondary {
    font-size: 18px;
    line-height: 30px;
}

.btn-primary {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #009EDD;
}
.btn-secondary {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #006E99;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #99E2FF;
}
.btn-tertiary {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: var(--color-ffffff);
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    background-color: var(--color-1B1819);
    border: 2px solid var(--color-1B1819);
}
.btn-fourth {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: var(--color-ffffff);
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid var(--color-1B1819);
    color: var(--color-1B1819);
}

.btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* globals */

.sect_1 {
    margin: 60px 0 167px;
}
.sect_1 .sect_1__container {
    max-width: 1021px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
.sect_1 img {
    margin-bottom: 15px;
    margin-top: 14px;
}
.sect_1 h1 {
    text-align: center;
}
.sect_1 p {
    margin: 0 0 20px;
    text-align: center;
}
.sect_1 video {
    max-width: 866px;
    margin: 0 auto;
}

.sect_2 {
    margin-bottom: 157px;
}
.sect_2__container {
    max-width: 1312px;
    margin: 0 auto;
}
.sect_2 .row {
    background-color: var(--color-E5F8FF);
    padding: 136px 111px 111px;
    border-radius: 24px;
    display: flex;
}
.sect_2 .row .col {
    flex: 1;
}
.sect_2__buttons {
    margin-top: 40px;
    display: flex;
    gap: 16px;
}

.sect_3 {
    margin-bottom: 160px;
}
.sect_3__container {
    margin: 0 auto;
    max-width: 1090px;
}
.sect_3 h2 {
    text-align: center;
    margin: 0 0 80px;
}
.sect_3 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sect_3 .col {
    width: calc(50% - 12px);
    background-color: var(--color-E2F8ED);
    display: flex;
    flex-direction: column;
    padding: 40px 48px;
    gap: 15px;
    border-radius: 16px;
}
.sect_3 .col img {
    width: 64px;
    height: 64px;
}
.sect_3 .col h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--color-1B1819);
}
.sect_3 .col h4 span {
    font-weight: 900;
}
.sect_3__button {
    margin-top: 40px;
    text-align: center;
}

.sect_4 {
    margin-bottom: 197px;
}
.sect_4__container {
    max-width: 1446px;
    margin: 0 auto;
    background-color: var(--color-E5F8FF);
    border-radius: 24px;
    padding: 108px 176px 138px;
}
.sect_4 h2 {
    text-align: center;
    margin-bottom: 56px;
}
.sect_4 .row {
    display: flex;
    gap: 16px;
}
.sect_4 .row .col {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px 40px;
    border-radius: 16px;
    background: var(--color-ccf1ff);
}
.sect_4 .row .col img {
    width: 40px;
    height: 40px;
}
.sect_4 .row .col .desc {
    color: var(--color-262626);
}
.sect_4 .row .col .author {
    font-weight: 700;
    color: var(--color-262626);
}
.sect_4__button {
    text-align: center;
    margin-top: 40px;
}

.sect_5 {
    margin-bottom: 180px;
}
.sect_5__container {
    margin: 0 auto;
    max-width: 1090px;
}
.sect_5 h2 {
    text-align: center;
    margin: 0 0 64px;
}
.sect_5 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sect_5 .row2 {
    margin-top: 24px;
}
.sect_5 .col {
    flex: 1;
    background-color: var(--color-E2F8ED);
    display: flex;
    flex-direction: column;
    padding: 40px 48px;
    border-radius: 16px;
}
.sect_5 .col img {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
}
.sect_5 .row2 .col:nth-child(2) img {
    margin-bottom: 16px;
}
.sect_5 .row2 .col:last-child img {
    height: 56px;
    margin-bottom: 16px;
}
.sect_5 .col h4 {
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--color-1B1819);
    margin-bottom: 16px;
}

.sect_5-4 {
    margin-bottom: 180px;
    padding: 0 20px;
}
.sect_5-4__container {
    max-width: 1446px;
    margin: 0 auto;
}
.sect_5-4 h2 {
    text-align: center;
    color: var(--color-1B1819);
    margin-bottom: 76px;
}
.sect_5-4 .content {
    background-color: var(--color-FDEDE7);
    border-radius: 24px;
    padding: 123px 67px 90px;
}
.sect_5-4  .btn-wrapper {
    margin-top: 65px;
}
.sect_5-4 .content .row {
    display: flex;
    justify-content: space-between;
}
.sect_5-4 .content .row .col {
    max-width: 326px;
    text-align: center;
}
.sect_5-4 img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    margin-bottom: 28px;
    display: none;
}
.sect_5-4 img.progress {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0 107px;
    display: block;
}

.sect_5-4 h4 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: var(--color-1B1819);
    font-weight: 400;
    margin-bottom: 11px;
}
.sect_5-4 h4 span {
    font-weight: 800;
}


.sect_5-5 {
    margin-bottom: 180px;
}
.sect_5-5__container {
    max-width: 1090px;
    margin: 0 auto;
}
.sect_5-5 h2 {
    text-align: center;
    color: var(--color-1B1819);
    margin-bottom: 64px;
}
.sect_5-5 .row {
    display: flex;
    gap: 16px;
}
.sect_5-5 .row .col {
    border-radius: 16px;
    background: #E2F8ED;
    padding: 40px 48px;
    flex: 1;
}
.sect_5-5 .row .col span {
    color: var(--color-009445);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}
.sect_5-5 .row .col h4 {
    margin: 8px 0 16px;
    color: var(--color-1B1819);
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.sect_6 {
   margin-bottom: 138px;
}
.sect_6__container {
    max-width: 1090px;
    margin: 0 auto;
}
.sect_6 h2 {
 text-align: center;
 color: var(--color-1B1819);
}
.sect_6 p {
    color: var(--color-51484A);
    text-align: center;
    max-width: 861px;
    margin: 24px auto 0;
}

.sect_7 {
    margin-bottom: 167px;
}
.sect_7__container {
    max-width: 1312px;
    margin: 0 auto;
    background-image: url(../images/Isolation_Mode.png);
    background-color: var(--color-f15b29);
    border-radius: 24px;
    padding: 88px 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: right bottom;
}
.sect_7 h2 {
   font-size: 64px;
   font-weight: 800;
   line-height: 80px; 
   color: #f3f1f2;
}
.sect_7 p {
    max-width: 672px;
    color: #f3f1f2;
}
.sect_7 a {
    display: inline-block;
}


/* header */
header .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
}
/* header .header-row .col1 img {
    width: 130px;
} */
header .header-row ul {
    list-style: none;
    display: flex;
    gap: 32px;
}
header .header-row ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
header .header-row .col3 {
    display: flex;
    gap: 16px;
}

footer {
    background-color: #F3F1F2;
    padding: 80px 0;
}
.footer-row1 {
    display: flex;
    justify-content: space-between;
    padding: 0 0 56px;
    margin: 0 0 56px;
    border-bottom: 1px solid #B3B3B3;
}
.footer-row1 .footer-logo {
    margin-bottom: 40px;
    width: 157px;
}
.footer-row1 .footer-nav1 {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.footer-row1 .footer-nav1 a {
    color: #1B1819;
    font-size: 18px;
    line-height: 1;
}
.footer-row1 h4 {
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #19191A;
    margin-bottom: 16px;
}
.footer-row1 p {
    font-size: 18px;
    line-height: 30px;
    color: #51484A;
}
.footer-row1 form {
    margin-top: 16px;
    background-color: #FFFFFF;
    padding: 8px 8px 8px 24px;
    display: flex;
    border-radius: 8px;
    justify-content: space-between;
}
.footer-row1 form input {
    border: 0 !important;
    outline: 0 !important;
    font-size: 18px;
}
.footer-row1 form input::placeholder {
    color: #9F9396;
}
.footer-row1 form button {
    padding: 20px 16px 22px;
    color: #fff;
    font-size: 18px;
    line-height: 0;
    font-weight: 700;
    background-color: #F15B29;
    border-radius: 4px;
    border: 0;
    padding: 20px 16px 17px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-row2 .footer-nav2 {
    display: flex;
    gap: 32px;
}
.footer-row2 .footer-nav2 a {
    color: #9F9396;
    font-size: 18px;
    line-height: 30px;
}

#formpopup {
    position: fixed;
    inset: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 20px;
    overflow: auto;
}
#formpopup.open {
    display: flex;
}
#formpopup .formpopup__container {
    background: #fff;
    max-width: 717px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 80px 57px;
    position: relative;
}
#formpopup form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#formpopup .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#formpopup .form-group button {
    border: 0;
    cursor: pointer;
    margin-top: 10px;
}
#formpopup .form-group label {
    font-size: 20px;
    color: #B7AEB0;
}
#formpopup .form-group .form-input,
#formpopup .form-group textarea {
    padding: 12px 16px;
    border: 1px solid #F3F1F2;
    background-color: #F3F1F2;
    outline: #F3F1F2;
    border-radius: 8px;
    font-size: 18px;
    width: 100%;
    color: #231F20;
}
#formpopup .form-group .form-input {
    height: 54px;
}
#formpopup h2 {
    margin-bottom: 28px;
    font-size: 48px;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 72px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}
#formpopup #closeformpopup {
    border: 0;
    background: none;
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}
#formpopup .form-logo {
    text-align: center;
    margin-bottom: 43px;
}
#formpopup .form-logo img {
    width: 268px;
}

/* Exit Intent Popup */
#dealers__popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    z-index: 2;
}
#dealers__popup.active {
    display: flex;
}

#dealers__popup .dealers__popup-content {
    padding: 80px 80px 65px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 718px;
    width: 100%;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 24px;
    background: #fff;
    max-height: 725px;
    margin-top: auto;
    margin-bottom: auto;
}
#dealers__popup .dealers__popup-content .popup-close-icon {
    border: 0;
    background: 0;
    position: absolute;
    top: 32px;
    right: 32px;
    padding: 0;
    cursor: pointer;
}
#dealers__popup .dealers__popup-heading {
    text-align: center;
}
#dealers__popup .dealers__popup-heading img {
    width: 45%;
}
#dealers__popup .dealers__popup-heading h2 {
    font-size: 48px;
    letter-spacing: -0.02em;
    font-weight: 800;
    line-height: 56px;
    color: #231F20;
    margin: 27px 0 24px;
}

#dealers__popup .dealers__popup-body p {
    font-size: 18px;
    line-height: 30px;
    color: #231F20;
    font-weight: 400;
    text-align: center;
}
#dealers__popup .dealers__popup-body p.regular {
    margin-top: 20px;
}
#dealers__popup .dealers__popup-body p.bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
#dealers__popup .dealers__popup-body p.with-code {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 7px;
}
#dealers__popup .dealers__popup-body p.with-code span {
    color: #F15B29;
    padding: 4px 24px;
    border-radius: 24px;
    background: #FCDACF;
}
#dealers__popup .dealers__popup-body p span {
    font-weight: 700;
}

#dealers__popup .dealers__popup-footer {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
#dealers__popup .dealers__popup-footer a {
    color: #fff;
    /* font-size: 14px;
    line-height: 20px;
    font-weight: 500; */
}
#dealers__popup .dealers__popup-footer .popup-btn {
    /* font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #161616;
    width: 100%;
    max-width: 190px;
    background-color: #E1D9D2;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 100px;
    margin-bottom: 16px;
    cursor: pointer; */
    width: 100%;
    text-align: center;
}

#dealers__popup .dealers__popup-content .email__view {
    width: 100%;
}
#dealers__popup .dealers__popup-content .email__view span.error {
    font-size: 12px;
    color: red;
    display: none;
    padding: 10px 0 0 5px;
}
#dealers__popup .dealers__popup-content .email__view span.error.active {
    display: block;
}

#dealers__popup .dealers__popup-content .email__view h2 {
    margin: 20px 0 21px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000;
}
#dealers__popup .dealers__popup-content .email__view input {
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    background-color: #E9E9E9;
    color: #1C1C1C;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    height: 54px;
    width: 100%;
    font-size: 18px;
}
#dealers__popup .dealers__popup-content .email__view input::placeholder {
    color: #1C1C1C;
}
#dealers__popup .dealers__popup-content .email__view .form-buttons {
    margin-top: 23px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
#dealers__popup .dealers__popup-content .email__view .popup-back-link {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
#dealers__popup .dealers__popup-content .email__view button {
    color: #161616;
    background-color: #E1D9D2;
    border-radius: 100px;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border: 0;
    cursor: pointer;
}

#dealers__popup .dealers__popup-content .received__view {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#dealers__popup .dealers__popup-content .received__view h2 {
    margin: 20px 0 6px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000;

}
#dealers__popup .dealers__popup-content .received__view p {
    font-size: 18px;
    line-height: 30px;
    color: #161616;
    margin: 0 0 22px;
}

#dealers__popup .dealers__popup-content .received__view button {
    color: #161616;
    background-color: #E1D9D2;
    border-radius: 100px;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border: 0;
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%;
    max-width: 147px;
}
#dealers__popup .dealers__popup-content .received__view .popup-resend-email {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}


#dealers__popup.hide,
#dealers__popup .dealers__popup-content .default__view.hide,
#dealers__popup .dealers__popup-content .email__view.hide,
#dealers__popup .dealers__popup-content .received__view.hide {
    display: none;
}
#dealers__popup form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}
#dealers__popup form .form-group:nth-of-type(1) {
    flex: 1;
    height: 100%;
    display: flex;
    position: relative;
}
#dealers__popup .email-error {
    color: red;
    margin-top: 10px;
}
#dealers__popup form .form-group:nth-of-type(1) input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #B7AEB0;
    height: 52px;
    display: block;
    outline: #B7AEB0;
    padding: 16px 24px;
}
#dealers__popup form button[type="submit"] {
    border: transparent;
    cursor: pointer;
}
#dealers__popup form.hide {
    display: none;
}
#dealers__popup form.show {
    display: flex;
}
#dealers__popup #getdiscount.show {
    display: block;
}
#dealers__popup #getdiscount.hide {
    display: none;
}

/* thank you pages */
.thank-you-content__container {
    max-width: 1312px;
    margin: 0 auto
}
.thank-you-content .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 20px 88px;
    text-align: center;
}
.thank-you-content .update-email {
    text-decoration: none;
    font-weight: 799;
    color: #51484A;
    border-bottom: 1px solid #51484A;
}
.thank-you-content .thank-you-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #F15B29;
    padding: 48px 110px;
    border-radius: 24px;
    position: relative;
    margin: 0 20px 100px;
}
.thank-you-content .thank-you-banner h2 {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.thank-you-content .thank-you-banner p {
    color: #fff;
    text-align: center;
}
.thank-you-content .thank-you-banner .sect_3__button {
    margin-top: 25px;
}
.thank-you-content .thank-you-banner .left-side {
    position: absolute;
    left: 0;
}
.thank-you-content .thank-you-banner .right-side {
    position: absolute;
    right: 0;
}

/* Media Query Starts Here */

@media(min-width: 981px) {
    .hide-pc {
        display: none !important;
    }
}

@media(max-width: 980px) {
    .thank-you-content .thank-you-banner .left-side,
    .thank-you-content .thank-you-banner .right-side {
        display: none;
    }
    .thank-you-content .thank-you-banner h2 {
        font-size: 40px;
    }
    .thank-you-content .thank-you-banner {
        padding: 48px 80px;
    }
    .thank-you-content h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .thank-you-content p {
        font-size: 18px;
    }
    #formpopup {
        padding: 60px 20px 20px;
    }
    #formpopup .formpopup__container {
        padding: 50px 20px 20px;
    }
    #formpopup .form-logo {
        margin: 0;
    }
    #formpopup .form-logo img {
        width: 150px;
    }
    #formpopup #closeformpopup {
        top: 15px;
        right: 15px;
    }
    header .header-row .col1 img {
        width: 100px;
    }
    h1, h2 {
        font-size: 50px;
        line-height: 64px;
    }
    [class*=__container] {
        max-width: 100% !important;
        overflow: hidden;
    }
    .sect_1 {
        margin: 20px 0 130px;
    }
    .sect_1 .sect_1__container {
        padding: 0 16px;
    }
    .sect_1 p {
        margin: 0 0 32px;
    }

    .sect_2 {
        margin-bottom: 130px;
    }
    .sect_2__container {
        margin: 0 16px;
    }
    .sect_2 .row {
        padding: 85px 17px;
        flex-direction: column;
        gap: 24px;
    }
    .sect_2__buttons {
        flex-direction: column;
        text-align: center;
        margin-top: 48px;
    }

    .sect_3 {
        margin-bottom: 130px;
    }
    .sect_3 h2 {
        margin: 0 0 56px;
    }
    .sect_3 .row {
        flex-direction: column;
        margin: 0 16px;
    }
    .sect_3 .col {
        width: 100%;
    }
    .sect_3__button {
        display: flex;
        margin-top: 40px;
    }
    .sect_3__button a {
        flex: 1;
        margin: 0 16px 0;
    }

    .sect_4 {
        margin: 0 16px 130px;
    }
    .sect_4__container {
        padding: 107px 17px 93px;
    }
    .sect_4 .row {
        flex-direction: column;
    }
    .sect_4 .row .col {
        width: 100%;
    }
    .sect_4 .row .col .author {
        margin-top: -8px;
    }
    .sect_4__button a {
        width: 100%;
    }

    .sect_5 {
        margin-bottom: 130px;
    }
    .sect_5 h2 {
        margin-bottom: 40px;
    }
    .sect_5 .row {
        margin: 0 33px;
    }
    .sect_5 .row2 {
        margin-top: 16px;
    }

    .sect_5-4 {
        margin-bottom: 95px;
    }
    .sect_5-4 img:not(.progress) {
        display: block;
        margin: 0 auto 28px;
    }
    .sect_5-4 img.progress {
        display: none;
    }
    .sect_5-4 .content {
        padding: 56px 20px 80px;
    }
    .sect_5-4 h2 {
        margin-bottom: 55px;
        font-size: 48px;
    }
    .sect_5-4 .content .row {
        flex-direction: column;
        gap: 50px;
    }
    .sect_5-4 .content .row .col {
        max-width: 100%;
    }

    .sect_5-5 {
        margin-bottom: 95px;
    }
    .sect_5-5 .row {
        margin: 0 33px;
        flex-direction: column;
    }
    .sect_5-5 h2 {
        margin-bottom: 40px;
    }

    .sect_6 {
        margin: 0 16px 130px;
    }

    .sect_7 {
        margin: 0 16px 130px;
    }
    .sect_7__container {
        padding: 60px 16px 91px;
        gap: 24px;
        background-image: url(../images/Isolation_Mode_mobile.png);
        background-size: 300px;
    }
    .sect_7 h2 {
        font-size: 50px;
        line-height: 64px;
    }
    .sect_7 a {
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }

    header, footer {
        overflow: hidden;
    }

    .footer-row1, .footer-row2, .footer-nav2  {
        flex-direction: column;
    }
    footer {
        padding: 56px 0;
    }
    footer .container1 {
        padding: 0 32px;
    }
    .footer-row1 .footer-logo {
        width: 100px;
        margin-bottom: 32px;
    }
    .footer-row1 .footer-nav1 {
        margin-bottom: 32px;
    }
    .hide-sp {
        display: none !important;
    }
    .footer-nav2 {
        display: none;
    }
    .footer-row2 .footer-nav2 {
        display: none;
    }
    .footer-row2 .footer-nav2-mobile {
        display: block;
        margin-bottom: 24px;
        display: flex;
        gap: 24px;
    }
    .footer-row2 .footer-nav2-mobile .col1 {
        text-align: center;
    }
    .footer-row2 .footer-nav2-mobile .col2 {
        display: flex;
        justify-content: space-between;
    }
    .footer-row1 form {
        height: 62px;
    }
    .footer-row1 form button {
        padding: 20px 18px 17px;
    }

    .header-row img {
        width: 100px;
    }
    header .header-row {
        padding-left: 0;
        padding-right: 0;
    }
    header .mobile-menu-trigger {
        border: 0;
        background-color: transparent;
    }
    header .mobile-menu-trigger img {
        width: 32px;
    }
    header .header-row .btn-tertiary {
        font-size: 16px;
        line-height: 28px;
        padding: 6px 17px;
        background-color: rgb(223,113,4);
        border-color: rgb(223,113,4);
    }

    .mobile-navigation {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #F9F9F9;
        z-index: 99;
        display: none;
    }
    .mobile-navigation.open {
        display: block;
    }
    .mobile-navigation .mobile-navigation-container {
        padding: 0 20px 18px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .mobile-navigation .top-area {
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }
    .mobile-navigation img {
        width: 100px;
    }
    .mobile-navigation .close-btn-trigger {
        background: transparent;
        border: 0;
    }
    .mobile-navigation .close-btn-trigger img {
        width: 32px;
    }
    .mobile-navigation .middle-area {
        margin-top: 53px;
    }
    .mobile-navigation .middle-area ul {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .mobile-navigation .middle-area ul li a {
        font-weight: 800;
        color: #262626;
        font-size: 32px;
        line-height: 1;
        letter-spacing: -0.02em;
    }
    .mobile-navigation-buttons {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 16px;
        margin-top: 24px;
    }
    .mobile-navigation .bottom-area {
        margin-top: auto;
    }
    .mobile-navigation .bottom-area p {
        color: #9F9396;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }
    #formpopup h2 {
        margin-bottom: 22px;
        font-size: 38px;
    }
    #formpopup .form-group .form-input, #formpopup .form-group textarea,
    #formpopup .form-group label {
        font-size: 16px;
    }

    .mobile-sticky-button {
        position: fixed;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .mobile-sticky-button a {
        background-color: rgb(223,113,4);
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 12px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
    }
    .btn-wrapper a {
        display: flex;
        justify-content: center;
        margin: 40px 30px 0;
    }

    /* form exit intent popup */
    #dealers__popup .dealers__popup-content {
        padding: 25px 20px 25px;
        width: 97%;
        margin-top: auto;
        margin-bottom: auto;
    }
    #dealers__popup {
        z-index: 4;
        overflow: scroll;
        align-items: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #dealers__popup .dealers__popup-heading img {
        width: 108px;
    }
    #dealers__popup .dealers__popup-heading h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 18px 0 18px;
    }
    #dealers__popup .dealers__popup-body p {
        font-size: 14px;
        line-height: 30px;
    }
    #dealers__popup .dealers__popup-body p.bold {
        font-size: 16px;
        line-height: 30px;
    }
    #dealers__popup .dealers__popup-body p.with-code {
        margin-bottom: 2px;
    }
    #dealers__popup .dealers__popup-body p.with-code span {
        padding: 4px 17px 1px;
    }
    #dealers__popup .dealers__popup-body p.regular {
        margin-top: 10px;
    }
    #dealers__popup .dealers__popup-footer {
        margin-top: 15px;
    }
    #dealers__popup .dealers__popup-content .popup-close-icon {
        right: 16px;
        top: 16px;
    }
}
@media(max-width: 767px){
    .thank-you-content .thank-you-banner {
        padding: 32px 20px;
    }
    .thank-you-content .thank-you-banner h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .thank-you-content .thank-you-banner p {
        font-size: 18px;
    }
    .thank-you-content .content img {
        width: 120px;
    }
}
@media (orientation: landscape) {
    #dealers__popup {
        z-index: 4;
        align-items: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
        overflow-y: scroll;
    }
}