﻿body {
    min-width: unset;
    background: rgba(247, 245, 242, 1);
}
.g-container {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@media (min-width: 768px) {
    .g-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .g-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .g-container {
        max-width: 1200px;
    }
}

@media (max-width: 575px) {
    .g-container {
        max-width: 100%;
        padding: 0 16px;
    }
}
.g-m-nav {
    display: none;
}
.g-header {
    border-bottom: 1px solid #dee3ed;
    background: #fff;
}
.g-header-link {
    color: #1a1a1a;
    font-weight: 600;
}
.g-header-link:hover {
    color: #fec501;
}
.g-top-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    justify-content: end;
}
.g-header-link.logo img {
    height: 30px;
}
.g-lang-divider {
    color: #1a1a1a;
    margin: 0 2px;
}
.g-header-link.lang.active {
    color: #fec901;
}
.g-nav {
    padding: 25px 0;
    background: #fff;
}
.g-logo{
    height: 38px;
}
.g-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-navbar-menu{
    display: flex;
}
.g-menu-link{
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.6px;
    position: relative;
    cursor: pointer;
}
.g-navbar-menu li:not(:last-child) {
    margin-right: 40px;
}
.g-menu-link:hover {
    color: #fec501
}
.g-menu-btn {
    border-radius: 12px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    background: #ffd000;
    padding: 14px 30px;
    transition: all .3s;
}
.g-menu-btn:hover{
    color: #1a1a1a;
    border-radius: 30px;
}
.g-m-menu-btn {
    border-radius: 12px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    background: #ffd000;
    padding: 9px 20px;
    margin-right: 20px;
}
.g-m-menu-btn:hover{
    color: #1a1a1a;
}
.g-m-menu-btn-wrap {
    display: flex;
    align-items: center;
}
.sb-footer-menu.mobile {
    display: none;
}
.sb-footer {
    padding: 40px 0;
    border-top: 1px solid rgba(229, 231, 235, 1);
}
.sb-footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sb-copyright-wrap {
    color: #333;
    font-weight: 500;
}
.sb-footer-menu{
    display: flex;
}
.sb-footer-menu li:not(:last-child) {
    margin-right: 25px;
}
.sb-footer-item {
    color: #333;
    font-weight: 500;
}
.sb-footer-item:hover {
    color: #fec501;
}
.g-banner-wrap {
    height: 700px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.g-banner-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    /*background: rgba(255, 255, 255, 0.55);
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.75) 0%,
        rgba(255, 255, 255, 0.65) 25%,
        rgba(255, 255, 255, 0.45) 45%,
        rgba(255, 255, 255, 0.20) 65%,
        rgba(255, 255, 255, 0.05) 82%,
        rgba(255, 255, 255, 0) 100%
    );*/
}
.g-banner-wrap .g-container{
    width: 100%;
}
.g-banner-content-wrap {
    position: relative;
    z-index: 2;
}
.g-page-section {
    padding: 80px 0;
}
.g-page-section-header {
    font-size: 48px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 70px;
    margin-bottom: 20px;
    letter-spacing: .5px;
}
.g-page-section-desc{
    font-size: 16px;
}
.g-page-section-desc ul li {
    list-style: disc;
    margin-left: 20px;
}
.g-page-section-desc ul {
    margin-bottom: 1rem;
}
.g-banner-summary {
    padding: 7px 12px;
    border: 1px solid #ffd000;
    display: inline-block;
    color: #1a1a2e;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    background: #fff;
}
.g-banner-heading {
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 650px;
    font-size: 58px;
    line-height: 64px;
}
.g-banner-desc-wrap * {
    font-size: 18px;
    color: #fff;
}
.g-b-c-btn {
    display: inline-block;
    border-radius: 12px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    background: #ffd000;
    padding: 13px 30px;
    transition: all .3s;
}
.g-b-c-btn:hover{
    border-radius: 30px;
    color: #1a1a1a;
}
.g-b-c-label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.g-banner-countdown-content{
    margin-bottom: 20px;
}
.countdown-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.countdown-box {
    width: 60px;
    height: 73px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.countdown-value {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    color: #1a1a2e;
}
.countdown-label {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #6B7280;
}
.countdown-separator {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a2e;
    margin-top: -8px;
}
.g-section {
    padding: 80px 0;
    background: transparent;
}
.g-section.white-bg{
    background: #fff;
}
.g-section-heading {
    font-size: 40px;
    color: #1a1a2e;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: normal;
    padding-bottom: 60px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.g-section-desc {
    text-align: center;
    color: #1a1a2e;
    font-weight: 700;
    margin-bottom: 15px;
}
.g-carousel-item-col:nth-child(1) .g-carousel-item {
    transform: rotate(-1.6deg);
}
.g-carousel-item-col:nth-child(2) .g-carousel-item {
    transform: rotate(1.28deg);
}
.g-carousel-item-col:nth-child(3) .g-carousel-item {
    transform: rotate(-1.92deg);
}
.g-carousel-item-col:nth-child(4) .g-carousel-item {
    transform: rotate(1.6deg);
}
.g-carousel-item-col:nth-child(2) .g-carousel-img {
    margin-bottom: 70px;
}
.g-carousel-img img{
    width: 100%;
}
.g-carousel-item {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform-origin: center center;
    margin: 0 5px;
}
.g-carousel-icon {
    margin-bottom: 7px;
}
.g-carousel-icon img {
    width: 56px;
}
.g-carousel-item h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 24px;
}
.g-carousel-desc-wrap * {
    color: #6B7280;
}
.g-carousel-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
}
.g-sts-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.g-sts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}
.g-sts-section .g-container {
    z-index: 2;
}
.g-sts-item {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform-origin: center center;
    margin: 0 25px;
    background: #fff;
}
.g-sts-icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.g-sts-item h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 24px;
}
.g-sts-index {
    color: #0A1128;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #ffd900;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g-sts-img img {
    width: 24px;
}
.g-sts-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.g-sts-btn {
    display: inline-block;
    border-radius: 12px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    background: #ffd000;
    padding: 13px 30px;
    transition: all .3s;
}
.g-sts-btn:hover{
    color: #1a1a1a;
    border-radius: 30px;
}
.g-sts-desc-wrap * {
    color: #6B7280;
    min-height: 40px;
}
.g-sts-item-col:nth-child(1) .g-sts-item {
    transform: rotate(-1.2deg);
}
.g-sts-item-col:nth-child(2) .g-sts-item {
    transform: rotate(1.2deg);
}
.g-sts-item-col:nth-child(3) .g-sts-item {
    transform: rotate(-1.2deg);
}
.g-sts-item-col {
    position: relative;
}
.g-sts-item-col:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    right: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc400;
    z-index: 2;
}
.g-sts-item-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50%);
    right: -2px;
    width: 2px;
    height: 58px;
    transform: translateY(-50%);
    background-image: linear-gradient(
        to bottom,
        #ffc400 0 50%,
        transparent 50% 100%
    );
    background-size: 2px 10px;
    background-repeat: repeat-y;
}
.sb-faq-item h2 {
    color: #1a1a2e;
    font-weight: 700;
    font-size: 20px;
    padding: 24px 0;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 0;
}
.sb-faq-item h2.expanded {
    color: #1a1a2e;
    font-weight: 700;
}
.sb-faq-item {
    padding: 0 40px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.sb-faq-item.expanded {
    padding-bottom: 24px;
}
.sb-faq-item p, .sb-faq-item div * {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #3B405C;
    font-weight: 400;
}
.sb-faq-item ul {
    margin-bottom: 1rem;
}
.sb-faq-item ul li {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #3B405C;
    list-style: disc;
    margin-left: 20px;
    font-weight: 400;
}
.sb-faq-item div strong {
    font-weight: bolder;
}
.sb-faq-item .content *:last-child {
    margin-bottom: 0;
}
.collapse:not(.show) {
    display: block;
}
.sb-faq-item h2.collapsable:before {
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: center;
    color: #091229;
    line-height: 30px;
    border-radius: 50%;
    font-size: 44px;
    border: 0;
    background: url('images/ic_round-plus.svg') no-repeat center center;
    background-color: #F7F5F2;
}
.sb-faq-item h2.expanded:before {
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: center;
    color: #E1F0F5;
    line-height: 25px;
    border-radius: 50%;
    font-size: 44px;
    background: url('images/ic_round-minus-black.svg') no-repeat center center;
    background-color: #ffd900;
}
.g-sb-form-section {
    position: relative;
    overflow: hidden;
    background: rgba(247, 245, 242, 1);
    isolation: isolate;
    padding: 60px 0;
    min-height: 75vh;
}

.g-sb-form-section::before,
.g-sb-form-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(255, 208, 0);
    pointer-events: none;
    z-index: -1;
}

/* bg-glow-top-right */
.g-sb-form-section::before {
    width: 500px;
    height: 500px;

    top: -100px;
    right: -100px;

    opacity: 0.08;
    filter: blur(150px);
}

/* bg-glow-bottom-left */
.g-sb-form-section::after {
    width: 400px;
    height: 400px;

    left: -100px;
    bottom: 0;

    opacity: 0.06;
    filter: blur(160px);
}
.sb-apply-form-success-title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #2D3F49;
}
.sb-apply-form-success-desc {
    color: #9D9D9D;
    font-size: 16px;
    letter-spacing: .5px;
}
.sb-apply-form-success-wrap {
    display: none;
}
.sb-apply-form-success-wrap {
    min-height: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sb-form-flex-col {
    display: flex;
    justify-content: space-between;
}
.sb-input-wrap {
    position: relative;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-width: 48%;
    min-height: 62px;
    background: rgba(247, 245, 242, 1);
}
.sb-input-label {
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    position: absolute;
    top: 10px;
    letter-spacing: .25px;
}
input.sb-input {
    border: 0;
    color: #374151;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    padding-top: 20px;
    font-weight: 500;
    width: 100%;
    background: rgba(247, 245, 242, 1);
}
.sb-input-wrap .parsley-errors-list {
    top: 50px;
    position: absolute;
}
.sb-input.parsley-error, .sb-select.parsley-error {
    margin-bottom: 10px;
    box-shadow: none !important;
    color: #374151 !important;
}
.parsley-dateformat {
    color: #ed1c24 !important;
    font-size: 11px !important;
    line-height: 20px;
    margin-bottom: 0 !important;
    text-align: left !important;
}
.sb-form-group {
    margin-bottom: 15px;
}
.sb-form-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}
.sb-select {
    border: 0;
    color: #253342;
    font-size: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    font-weight: 500;
    width: 100%;
    position: relative;
    top: 10px;
    outline: 0 !important;
    margin-top: 5px;
    left: -3px;
}
.sb-btn-wrap {
    padding-top: 15px;
}
.sb-submit-btn {
    display: block;
    text-align: center;
    background: #ffc900;
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    color: #0A1128;
    cursor: pointer;
    transition: all .3s;
    width: 100%;
    border: 0;
    letter-spacing: .5px;
}
.sb-submit-btn:hover{
    border-radius: 30px;
}
.sb-input-wrap:has(.parsley-error), .sb-select-wrap:has(.parsley-error) {
    min-height: 72px;
}
.sb-textarea-wrap .parsley-errors-list {
    position: absolute;
    bottom: -12px;
}
.sb-check-item{
    margin-bottom: 15px;
}
.sb-check-item input.checkbox + label{
    padding: 0;
    display: flex;
    color: #253342;
}
.sb-check-item input.checkbox + label span{
    min-width: 25px;
    top: 3px;
    top: -2px;
    background: #fff;
    border: 2px solid #ffd900;
    border-radius: 6px;
}
.sb-check-item input.checkbox + label span:hover{
    background: #fff;
}
.sb-check-item input.checkbox:checked + label span {
    background: #fff !important;
    border: 2px solid #ffd900;
}
.sb-check-item input.checkbox:checked + label span:before{
    display: block;
    content: " ";
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    top: 3px !important;
    left: 2px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z' /%3E%3Cpath fill='%231a1a2e' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.475a1.6 1.6 0 0 1-2.263 0L2.454 12.89a1.5 1.5 0 1 1 2.121-2.121l4.596 4.596L19.424 5.111a1.5 1.5 0 0 1 2.122 0' /%3E%3C/g%3E%3C/svg%3E") !important;
}
.sb-check-item input.checkbox + label small{
    font: 400 14px / 1.36 "Greycliff", Arial, sans-serif;
    text-transform: none;
    font-size: 14px;
    color: #6B7280;
    font-weight: 500;
    margin-left: 10px;
}
.sb-checkbox-input-wrap .sb-check-item input.checkbox + label span {
    top: -2px;
}
.sb-checkbox-input-parent{
    margin-top: 20px;
}
#nxm-message-box {
    border: 0;
    border-radius: 6px;
    top: 20%;
    box-shadow: unset;
    width: 480px;
    height: unset;
}
#nxm-message-box .visual.error .nxm-error-image {
    max-width: 130px;
}
.popup-custom-head {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
    color: #253342 !important;
}
.trk_modal.confirmation .modal-footer{
    justify-content: center;
}
#nxm-message-box .button-cta {
    border: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    min-width: 200px;
    line-height: unset;
    height: unset;
    padding: 12px 30px;
    background: #ffc900;
    color: #253342;
}
.sb-internet-success-icon {
    color: #27AE60;
}
.sb-input:focus {
    border: 0 !important;
    box-shadow: none !important;
    color: #253342 !important;
}
.sb-form-title-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sb-form-tag {
    padding: 7px 12px;
    border: 1px solid #ffd000;
    color: #1a1a2e;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    background: #fff;
}
.sb-form-title {
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: 0.5px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 650px;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
}
.sb-form-desc {
    color: #6B7280;
    font-size: 16px;
    max-width: 850px;
    text-align: center;
    margin-bottom: 25px;
}
.sb-form-parent {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
#installationMap {
	width: 100%;
	height: 520px;
	border-radius: 16px;
	overflow: hidden;
}
.selected-address {
    position: relative;
    z-index: 10;
    margin: -50px 14px 0;
    padding: 10px 14px;
    background: #fff;
    border-radius: 10px;
    color: #1a1a2e;
    font-weight: 500;
    margin-right: 60px;
}
.map-description {
    margin-top: 35px;
    font-size: 14px;
    color: #6B7280;
    font-weight: 400;
    margin-bottom: 40px;
}
.modal-backdrop.fade.in {
    opacity: 0.6;
    background-color: #D9D9D9;
}
.selected-address svg {
    position: relative;
    top: -2px;
}
.snc-mobile {
    display: none;
}
@media (max-width: 1440px) {
    .g-banner-wrap{
        height: 650px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .g-banner-wrap {
        height: 550px;
    }
    .g-carousel-item {
        margin: 0;
        padding: 20px 15px;
    }
    #installationMap {
        height: 420px;
    }
}
@media (max-width: 991px) {
    .g-section {
        padding: 60px 0;
    }
    .g-sb-form-section{
        padding: 50px 0;
    }
    .g-banner-wrap {
        height: 500px;
    }
    .g-banner-heading {
        font-size: 48px;
        line-height: 52px;
    }
    .g-carousel-item-col:not(:last-child) {
        margin-bottom: 20px;
    }
    .g-sts-item {
        transform: none !important;
        margin: 0;
        padding: 20px;
    }
    .g-sts-item-col::before, .g-sts-item-col::after {
        display: none;
    }
    #installationMap {
        height: 420px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .g-section-heading {
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .g-m-nav {
        display: block;
    }
    .g-nav{
        display: none;
    }
    .g-m-nav {
        padding: 12px 0;
        background: #fff;
    }
    .g-h-content-wrap{
        padding: 0;
    }
    .g-h-content-wrap h1{
        padding: 50px 0;
        font-size: 40px;
    }
    .g-h-content-wrap.mini h1 {
        padding: 0;
        padding-bottom: 20px;
        padding-top: 10px;
        font-size: 32px;
    }
    .g-h-content-wrap.mini p {
        font-size: 16px;
        font-weight: 600;
    }
    .g-section-heading.alt {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .mh-item {
        color: #1a1a1a;
        font-size: 25px;
    }
    .g-logo{
        height: 32px;
    }
    .nav-content--left {
        background: #041d3b;
        margin-top: 91px;
        height: 102vh !important;
        background: #fff;
        border-top: 1px solid #dee3ed;
    }
    ul.nav-menu-list > .nml-item > a {
        margin: 5px 16px !important;
        color: #1a1a1a;
        border-bottom: 1px solid #dee3ed;
        font-size: 15px;
    }
    .nav-menu .nav-menu-list > li > a:after{
        display: none;
    }
    .js-nav-main-close {
        height: 27px;
        position: relative;
        right: 10px;
        text-indent: -9999px;
        border: 0;
        top: -2px;
        display: none;
        min-width: 25.5px;
        right: 0;
    }
    .js-nav-main-close:before, .js-nav-main-close:after{
        content: '';
        width: 22px;
        height: 2px;
        display: block;
        background: #1a1a1a;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .js-nav-main-close:before{
        transform: translate(-50%, -50%) rotate(-45deg)
    }
    .js-nav-main-close:after{
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .sb-footer{
        padding: 25px 0;
    }
    .sb-footer-menu.web {
        display: none;
    }
    .sb-footer-menu.mobile {
        display: block;
        text-align: center;
        line-height: 30px;
    }
    .sb-copyright-wrap{
        display: none;
    }
    .sb-footer-content{
        flex-direction: column;
        align-items: start;
    }
    .sb-footer-menu li:not(:last-child){
        margin-right: 20px;
    }
    .sb-footer-menu li{
        display: inline-block;
    }
    .sb-footer-item.no-href:hover{
        color: #1a1a1a;
    }
    .g-banner-wrap {
        height: 470px;
        background-position: left;
    }
    .g-page-section {
        padding: 40px 0;
    }
    .g-page-section-header {
        font-size: 24px;
        line-height: 30px;
    }
    .countdown-box {
        width: 60px;
        height: 58px;
        border-radius: 9px;
        background: #F7F5F2;
        box-shadow: unset;
    }
    .countdown-value {
        font-size: 20px;
    }
    .countdown-label {
        font-size: 11px;
    }
    .countdown-separator {
        font-size: 18px;
    }
    .g-banner-summary{
        background: #fff;
    }
    /*.g-banner-wrap::before {
        background: rgba(255, 255, 255, 0.75)
    }*/
    .g-banner-heading {
        font-size: 28px;
        line-height: 32px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .g-banner-desc-wrap *{
        font-size: 14px;
    }
    .g-b-c-label {
        font-size: 13px;
        font-weight: 600;
        color: #6B7280;
    }
    .g-banner-countdown-content {
        background: rgba(255, 255, 255, 0.92);
        border-radius: 16px;
        padding: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .g-b-c-btn {
        display: block;
        text-align: center;
    }
    .g-carousel-item {
        transform: rotate(0deg) !important;
    }
    .g-carousel-img{
        margin-bottom: 0 !important;
    }
    .g-section, .g-sb-form-section {
        padding: 40px 0;
    }
    .g-section-desc {
        font-size: 13px;
    }
    .g-section-heading {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 30px;
    }
    .g-carousel-icon {
        margin-right: 10px;
        flex: 0 0 56px;
        width: 56px;
    }
    .g-carousel-title-wrap {
        display: flex;
        align-items: center;
    }
    .g-carousel-item h4{
        font-size: 18px;
    }
    .g-sts-item h4 {
        font-size: 18px;
    }
    .g-sts-item-col:not(:last-child){
        margin-bottom: 20px;
    }
    .g-sts-index {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .g-sts-btn-wrap{
        display: none;
    }
    .g-sts-desc-wrap *{
        margin-bottom: 0;
    }
    .g-sts-section .g-section-heading {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .sb-faq-item h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        padding: 20px 0;
        padding-right: 30px;
    }
    .sb-faq-item p, .sb-faq-item div *, .sb-faq-item ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .sb-faq-item h2.collapsable:before, .sb-faq-item h2.expanded:before {
        height: 28px;
        width: 28px;
        background-size: contain;
        bottom: 0;
        top: 20px;
    }
    .sb-faq-item{
        padding: 0 16px;
    }
    input.sb-input {
        outline: 0;
        position: relative;
        padding-top: 0;
        margin-top: 20px;
        width: 100%;
    }
    .sb-select{
        left: 0;
    }
    .sb-input-wrap {
        padding: 10px 12px;
    }
    .sb-input-wrap .parsley-errors-list {
        margin: 0 !important;
    }
    .sb-input-wrap .parsley-errors-list li{
        line-height: unset;
    }
    .sb-step-item .parsley-errors-list.filled {
        margin-bottom: 20px !important;
    }
    .sb-form-flex-col{
        display: block;
    }
    .sb-form-flex-col .sb-input-wrap{
   	    min-width: unset;
        margin-bottom: 12px;
    }
    .sb-form-group{
        margin-bottom: 25px;
    }
    .sb-form-group-title{
        font-size: 18px;
    }
    #nxm-message-box {
        width: 95%;
        left: 210px;
    }
    #installationMap {
		height: 320px;
	}
    .selected-address {
        margin: 15px 0 0;
        line-height: 1.45;
        padding: 0;
        border: 0;
        font-size: 13px;
    }
    .map-description {
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .sb-form-title {
        font-size: 28px;
        line-height: 32px;
    }
    .sb-form-desc{
        font-size: 14px;
    }
    .sb-form-parent {
        padding: 25px 20px;
    }
    .sb-check-item input.checkbox + label small {
        font-size: 13px;
        font-weight: 400;
    }
    .sb-check-item input.checkbox + label span{
        top: 3px;
    }
    .snc-web{
        display: none;
    }
    .snc-mobile {
        display: block;
    }
}