.elementor-373 .elementor-element.elementor-element-bc15ce9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-373 .elementor-element.elementor-element-27351fe > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-27351fe */a:hover {
    color: #fff !important;
}

.clear,
.clearfix:after {
    clear: both
}

a img,
img {
    height: auto;
    max-width: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 15px
}

li,
ul {
    list-style-type: none
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.alignRright {
    float: right;
    margin: 0 0 12px 15px
}

.alignLeft,
.float-left {
    float: left
}

.alignLeft {
    margin: 0 15px 12px 0
}

.alignCenter {
    float: none !important;
    margin: 0 auto;
    display: block
}

a img,
img {
    border: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.config-errors h3 {
    padding: 10px 0;
    margin: 5px
}

.config-errors ul {
    padding: 0;
    margin: 0
}

.config-errors li {
    padding: 10px;
    margin: 5px;
    background-color: #FCC;
    border: 1px solid #C00;
    color: #333;
    font: 15px/20px arial, sans-serif
}

.config-errors li strong {
    float: right
}

input[type=text],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

textarea {
    padding: 6px;
    height: 150px
}

select {
    line-height: 24px;
    padding: 4px;
    height: 32px
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    background: #fff;
    box-shadow: 0 0 5px #51cbee;
    border: 1px solid #51cbee
}

input.has-error,
select.has-error {
    background: url(/wp-content/uploads/elementor/images/error-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid orange !important;
}

input.no-error,
select.no-error {
    background: url(/wp-content/uploads/elementor/images/tick-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid green !important;
}

input.loading,
select.loading {
    background: url(/wp-content/uploads/elementor/images/ajax-loader.gif) 99.5% 50% no-repeat #fff;
    border: 1px solid #51cbee
}

.app-benchmark {
    position: fixed;
    width: 98%;
    left: 0;
    bottom: 0;
    padding: 5px 1%;
    background-color: #CCC;
    color: #333;
    text-align: right
}

#app_common_modal,
#error_handler_overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: #333;
    background: rgba(255, 255, 255, .8);
    display: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
    max-width: 600px;
    -webkit-background-clip: padding-box;
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
    outline: 0
}

#error_handler_overlay .error_handler_body {
    margin: 0vh auto;
    width: 95%;
    padding: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    /* position: relative; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: inherit;
    max-height: 80vh;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

#app_common_modal_close,
#error_handler_overlay_close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#app_common_modal .app_modal_body {
    /* margin: 100px auto; */
    min-width: inherit;
    width: 95%;
    /* min-height: 400px; */
    padding: 2.5%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 10vh auto;
    min-height: inherit;
    height: 80vh;
}

#error_handler_overlay .error_handler_body ul li {
    font-size: 14px;
}

#app_common_modal .app_modal_body iframe {
    min-height: 100%;
    width: 100%;
    border: 1px solid #d5d6ef;
}

.exitpop-content {
    position: fixed;
    height: 400px;
    width: 708px;
    margin: -200px 0 0 -354px;
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0;
    border: none;
    z-index: 2147483647
}

.exitpopup-overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    display: none
}

.exitpop-content img {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto
}

.exitpop-discountbar {
    background-color: red;
    border-bottom: 4px dashed #fff;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none
}

.app-load-spinner {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #333;
    border-radius: 100%
}

.clear {
    line-height: 0;
    height: 0
}

.button,
button,
input[type=button],
input[type=submit] {
    border: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    padding: 20px 15px;
    background: #2288D0;
    color: #fff;
    font-size: 20px
}

#loading-indicator::after,
#loading-indicator::before {
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #2791E4
}

.defult {
    padding: 10px 15px
}

.defult form label {
    width: 175px;
    display: inline-block
}

.defult input[type=text],
.defult input[type=search],
.defult input[type=number],
.defult input[type=password],
.defult input[type=tel],
.defult input[type=email],
.defult select,
.defult textarea {
    max-width: 275px
}

.defult .button,
.defult button,
.defult input[type=button],
.defult input[type=submit] {
    max-width: 450px
}

.all-card-types li {
    float: left;
    margin-right: 20px
}

#loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

#loading-indicator::before {
    background: url(/wp-content/uploads/elementor/images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    width: 70px;
    z-index: 2;
    background-size: 60px auto;
}

#loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Processing, one moment please... ";
    font-family: arial;
    font-size: 16px;
    height: 110px;
    line-height: 98px;
    margin-left: -150px;
    margin-top: -75px;
    /* padding-top: 35px; */
    padding-top: 40px;
    text-align: center;
    width: 300px;
    z-index: 1
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }

}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }

}

span.cb-inline-error {
    margin-top: 10px;
    font-weight: 100;
    color: #c00;
    display: block
}

form {
    padding: 10px
}

.modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.modal-dilog-part {
    width: 500px;
    background-color: #fff;
    border-radius: 4px;
    margin: 50px auto 50px auto;
}

.transaction-modal-head {
    padding: 30px 55px;
    border-bottom: 1px solid #E9ECEF;
    display: flex;
    position: relative;
}

.transaction-modal-head-img {
    width: 85px;
}

.transaction-heading {
    color: #212D3D;
    font-size: 20px;
    font-weight: 600;
    padding-left: 12px;
}

.transaction-heading span {
    display: block;
    color: #ED4C4C;
    font-size: 15px;
    font-weight: normal;
    margin-top: 12px;
}

.close-btn {
    padding: 5px;
    width: auto;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 25px;
}

.close-btn:hover {
    background-color: transparent;
}

.padding-box {
    padding: 30px;
}

.security-heading {
    color: #5E6473;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.ask-cell {
    color: #5E6473;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.form-row {
    margin-bottom: 20px;
}

input[type=text].form-input,
input[type=search].form-input,
input[type=number].form-input,
input[type=password].form-input,
input[type=tel].form-input,
input[type=email].form-input,
select.form-input,
textarea.form-input {
    border: 1px solid #CED4DA;
    height: 38px;
    border-radius: 4px;
    padding: 0 15px;
}

.flex-row {
    display: flex;
    margin: 0 -10px;
}

.half-col {
    width: 50%;
    padding: 0 10px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit-btn {
    display: inline-block;
    width: auto;
    background-color: #5C79FF;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.thank-link {
    color: #5C79FF;
    font-size: 15px;
    margin-right: 15px;
    text-decoration: none;
}

.total-price {
    color: #212D3D;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.info-wrap {
    position: relative;
}

.info-cell {
    position: absolute;
    top: 12px;
    right: 12px;
}

.select-wrap {
    position: relative;
}

.select-wrap select {
    -webkit-appearance: none;
}

.select-wrap:after {
    top: 17px;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(94, 100, 115, 0);
    border-top-color: #5E6473;
    border-width: 6px;
}

.info-cell:hover .tooltip {
    display: block;
}

.tooltip {
    position: absolute;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    background-color: #fff;
    left: 100%;
    min-width: 90px;
    max-width: 150px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}

.tooltip:after,
.tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.tooltip:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 7px;
    margin-top: -7px;
}

.submit-btn:hover {
    background-color: #849AFF;
}

.wrap h2 {
    text-align: center;
}

/*landscape codebase popup issue fixing:*/
@media only screen and (orientation:landscape) {
    #app_common_modal .app_modal_body {
        margin: 10vh auto;
        min-height: inherit;
        height: 80vh;
    }

    #app_common_modal .app_modal_body iframe {
        min-height: inherit;
        height: 100%;
    }

    #error_handler_overlay .error_handler_body ul {
        overflow-y: auto;
        height: 100%;
        flex-direction: column;
        max-height: calc(80vh - 40px);
    }

    #error_handler_overlay .error_handler_body {
        margin: 0vh auto;
        min-height: inherit;
        max-height: 80vh;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
    }

}

#gorgias-chat-container {
    display: none !important;
    z-index: 1000 !important;
}

/*!sc*/

data-styled.g2[id="sc-global-kvwmnB1"] {
    content: "sc-global-kvwmnB1,"
}

/*!sc*/

.KvCOG {
    border-radius: 32767px;
}

/*!sc*/

data-styled.g6[id="styleable__Styleable-sc-1a976ed-0"] {
    content: "KvCOG,"
}

/*!sc*/

.jTmobg {
    padding-left: 48px;
    padding-top: 32px;
    width: 100%;
}

/*!sc*/

@media(min-width:768px) {
    .jTmobg {
        padding-top: 48px;
        width: 50%;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .jTmobg {
        width: 25%;
    }
}

/*!sc*/

data-styled.g20[id="grid___StyledLi-sc-117seaf-0"] {
    content: "jTmobg,"
}

/*!sc*/

.khyPnf {
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -48px;
    margin-top: -32px;
}

/*!sc*/

@media(min-width:768px) {
    .khyPnf {
        margin-top: -48px;
    }
}

/*!sc*/

data-styled.g22[id="grid___StyledUl-sc-117seaf-2"] {
    content: "khyPnf,"
}

/*!sc*/

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/

data-styled.g24[id="spinner__Spin-sc-3eayro-0"] {
    content: "eRdemK,"
}

/*!sc*/

.jcEQjv {
    height: 33.33333333333333%;
    width: 18.75%;
    -webkit-animation: load 600ms infinite linear;
    animation: load 600ms infinite linear;
    border-color: rgba(24, 83, 65, 0.1);
    border-left-color: currentColor;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*!sc*/

.jcEQjv:after {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

/*!sc*/

data-styled.g25[id="spinner___StyledSpin-sc-3eayro-1"] {
    content: "jcEQjv,"
}

/*!sc*/

.dWOEKo {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

/*!sc*/

data-styled.g26[id="spinner___StyledDiv-sc-3eayro-2"] {
    content: "dWOEKo,"
}

/*!sc*/

.bNyjms {
    width: 22px;
}

/*!sc*/

.kuditA {
    color: #C3DBBB;
    margin-left: 2px;
    margin-right: 2px;
    height: 14px;
    width: 14px;
}

/*!sc*/

data-styled.g29[id="icon___StyledSvg-sc-1wapl49-0"] {
    content: "bNyjms,kuditA,"
}

/*!sc*/

.eTGjLd {
    max-width: 400px;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 0;
    right: 0;
    top: 68px;
    z-index: 99999;
}

/*!sc*/

@media(min-width:768px) {
    .eTGjLd {
        top: 84px;
    }
}

/*!sc*/

data-styled.g33[id="toast___StyledDiv2-sc-1j20f0u-3"] {
    content: "eTGjLd,"
}

/*!sc*/

.elHgBc {
    fill: currentColor;
    height: 48px;
    width: auto;
}

/*!sc*/

@media(min-width:768px) {
    .elHgBc {
        height: 60px;
    }
}

/*!sc*/

.iyrpOX {
    fill: #185341;
    margin-bottom: 32px;
    width: 80px;
}

/*!sc*/

@media(min-width:768px) {
    .iyrpOX {
        margin-bottom: 24px;
    }
}

/*!sc*/

data-styled.g34[id="logo___StyledSvg-sc-79wnbq-0"] {
    content: "elHgBc,iyrpOX,"
}

/*!sc*/

.kprjUu {
    box-shadow: none;
    -webkit-transition: box-shadow ease-out 300ms;
    transition: box-shadow ease-out 300ms;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #ffffff;
    font-color: #185341;
    height: 68px;
    left: 0;
    position: relative;
    top: 0;
    width: 100vw;
    z-index: 999;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/

@media(min-width:480px) {
    .kprjUu {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/*!sc*/

@media(min-width:768px) {
    .kprjUu {
        padding-left: 16px;
        padding-right: 16px;
        height: 84px;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .kprjUu {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/*!sc*/

@media(min-width:1280px) {
    .kprjUu {
        padding-left: 48px;
        padding-right: 48px;
    }
}

/*!sc*/

data-styled.g104[id="header___StyledHeader-sc-1tohjul-0"] {
    content: "kprjUu,"
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Avenir;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/uploads/elementor/fonts/39F108_0_0-547cdf881d301259449a0a93fe572f4f.eot);
    src: url(/wp-content/uploads/elementor/fonts/39F108_0_0-547cdf881d301259449a0a93fe572f4f.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/39F108_0_0-c7e9ea168b808b9ac5f97e00745ae179.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/39F108_0_0-52178a97d8c7a9dc5e1b7a5558475d84.woff) format("woff"), url(/wp-content/uploads/elementor/fonts/39F108_0_0-7e35cca6f267a894320c73c32d4cb4aa.ttf) format("truetype");
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Avenir;
    font-style: italic;
    font-weight: 400;
    src: url(/wp-content/uploads/elementor/fonts/39F108_1_0-eabcb53e65be8a64f276c2dd85edd8a4.eot);
    src: url(/wp-content/uploads/elementor/fonts/39F108_1_0-eabcb53e65be8a64f276c2dd85edd8a4.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/39F108_1_0-7036ecedc9eccb61dd95e7e2f395e282.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/39F108_1_0-e0ff8db337dee58bf0fe776c02723d26.woff) format("woff"), url(/wp-content/uploads/elementor/fonts/39F108_1_0-d90c0524ce635812180b35a2222b16cd.ttf) format("truetype");
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Avenir;
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/uploads/elementor/fonts/39F108_2_0-c996a80bd3f9cd05cd6c0b1253fa4178.eot);
    src: url(/wp-content/uploads/elementor/fonts/39F108_2_0-c996a80bd3f9cd05cd6c0b1253fa4178.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/39F108_2_0-9be2fe1c757fa930b714c04d57594117.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/39F108_2_0-33b67b067aa0774ffd8f8a416f93e5e7.woff) format("woff"), url(/wp-content/uploads/elementor/fonts/39F108_2_0-296a2e9fbc98fd571d462e17f616bb1d.ttf) format("truetype");
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Avenir;
    font-style: italic;
    font-weight: 600;
    src: url(/wp-content/uploads/elementor/fonts/39F108_3_0-00a33efa78197a77f506f9a46a1c3238.eot);
    src: url(/wp-content/uploads/elementor/fonts/39F108_3_0-00a33efa78197a77f506f9a46a1c3238.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/39F108_3_0-9b60a165ccfe1bf99fca071872e7f96e.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/39F108_3_0-48cd73ee3738e94d0dbe5ff96d2052c9.woff) format("woff"), url(/wp-content/uploads/elementor/fonts/39F108_3_0-792f075ed2aab9937528141df918faec.ttf) format("truetype");
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Avenir;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/uploads/elementor/fonts/39F981_0_0-561c006dab5b36042b1599fe27f018a3.eot);
    src: url(/wp-content/uploads/elementor/fonts/39F981_0_0-561c006dab5b36042b1599fe27f018a3.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/39F981_0_0-17c5c3bc4b23b0abf721d911ee8543c7.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/39F981_0_0-7b50c256bc3b3278d258d2d6e9e08196.woff) format("woff"), url(/wp-content/uploads/elementor/fonts/39F981_0_0-6ef35882e2b7ddea8d3f41ae9060515b.ttf) format("truetype");
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Circular;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/uploads/elementor/fonts/lineto-circular-bold-6ca9638f828921198e49a51a4f22d085.eot);
    src: url(/wp-content/uploads/elementor/fonts/lineto-circular-bold-6ca9638f828921198e49a51a4f22d085.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/lineto-circular-bold-8bcdcb130e5255dca86fa0f2804c4496.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/lineto-circular-bold-926416f00d9c1431f52d424135e15ead.woff) format("woff");
}

/*!sc*/

@font-face {
    font-display: swap;
    font-family: Circular;
    font-style: italic;
    font-weight: 400;
    src: url(/wp-content/uploads/elementor/fonts/CircularXXWeb-BookItalic-022133cfed83e2a4273ff60ef9aaf357.eot);
    src: url(/wp-content/uploads/elementor/fonts/CircularXXWeb-BookItalic-022133cfed83e2a4273ff60ef9aaf357.eot?#iefix) format("embedded-opentype"), url(/wp-content/uploads/elementor/fonts/CircularXXWeb-BookItalic-0607951386b47e954f82233d6aa85f7a.woff2) format("woff2"), url(/wp-content/uploads/elementor/fonts/CircularXXWeb-BookItalic-9b970fab46d05546e989354e4181df3a.woff) format("woff");
}

/*!sc*/

*,
:after,
:before {
    box-sizing: border-box;
}

/*!sc*/

:after,
:before {
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
}

/*!sc*/

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

/*!sc*/

body {
    margin: 0;
}

/*!sc*/

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/*!sc*/

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin: 0;
}

/*!sc*/

hr {
    height: 0;
    overflow: visible;
}

/*!sc*/

main {
    display: block;
}

/*!sc*/

nav ol,
nav ul {
    list-style: none;
    padding: 0;
}

/*!sc*/

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*!sc*/

a {
    background-color: transparent;
}

/*!sc*/

abbr[title] {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*!sc*/

b,
strong {
    font-weight: bolder;
}

/*!sc*/

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*!sc*/

small {
    font-size: 80%;
}

/*!sc*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*!sc*/

audio,
video {
    display: inline-block;
}

/*!sc*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/*!sc*/

iframe,
img {
    border-style: none;
}

/*!sc*/

svg:not([fill]) {
    fill: currentColor;
}

/*!sc*/

svg:not(:root) {
    overflow: hidden;
}

/*!sc*/

table {
    border-collapse: collapse;
}

/*!sc*/

button,
input,
select {
    margin: 0;
}

/*!sc*/

button {
    overflow: visible;
    text-transform: none;
}

/*!sc*/

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

/*!sc*/

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em;
}

/*!sc*/

input {
    overflow: visible;
}

/*!sc*/

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

/*!sc*/

progress {
    display: inline-block;
    vertical-align: baseline;
}

/*!sc*/

select {
    text-transform: none;
}

/*!sc*/

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical;
}

/*!sc*/

[type=checkbox],
[type=radio] {
    padding: 0;
}

/*!sc*/

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/*!sc*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*!sc*/

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

/*!sc*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*!sc*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/*!sc*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/*!sc*/

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/*!sc*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*!sc*/

details,
dialog {
    display: block;
}

/*!sc*/

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/*!sc*/

dialog:not([open]) {
    display: none;
}

/*!sc*/

summary {
    display: list-item;
}

/*!sc*/

canvas {
    display: inline-block;
}

/*!sc*/

template {
    display: none;
}

/*!sc*/

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/*!sc*/

[hidden] {
    display: none;
}

/*!sc*/

[aria-busy=true] {
    cursor: progress;
}

/*!sc*/

[aria-controls] {
    cursor: pointer;
}

/*!sc*/

[aria-disabled=true],
[disabled] {
    cursor: not-allowed;
}

/*!sc*/

[aria-hidden=false][hidden] {
    display: initial;
}

/*!sc*/

[aria-hidden=false][hidden]:not(:focus) {
    -webkit-clip: rect(0, 0, 0, 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

/*!sc*/

blockquote,
dd,
dl,
dt,
fieldset,
figure,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
li,
p,
ol,
td,
th,
ul {
    font: inherit;
    margin: 0;
    padding: 0;
}

/*!sc*/

button,
fieldset,
input,
legend,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    padding: 0;
    text-align: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}

/*!sc*/

button {
    cursor: pointer;
    text-transform: inherit;
}

/*!sc*/

button:focus {
    outline: #ABCF9F auto 3px;
}

/*!sc*/

a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}

/*!sc*/

a:focus {
    outline: #ABCF9F auto 3px;
}

/*!sc*/

a[disabled],
button[disabled] {
    pointer-events: none;
}

/*!sc*/

ol,
ul {
    list-style: none;
}

/*!sc*/

th {
    text-align: inherit;
}

/*!sc*/

html,
body {
    width: 100%;
}

/*!sc*/

i,
em {
    font-weight: 400;
}

/*!sc*/

body {
    background-color: #ffffff;
    color: #333;
    font-family: Avenir, sans-serif;
    font-weight: 400;
    overflow-y: scroll;
    overflow-y: overlay;
}

/*!sc*/

data-styled.g257[id="sc-global-AXorv1"] {
    content: "sc-global-AXorv1,"
}

/*!sc*/

.gTiHCm {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*!sc*/

data-styled.g369[id="sales-funnel-header___StyledLink5-sc-1gzkofp-2"] {
    content: "gTiHCm,"
}

/*!sc*/

.gkLeRU {
    font-family: Circular, sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-letter-spacing: 0.12em;
    -moz-letter-spacing: 0.12em;
    -ms-letter-spacing: 0.12em;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px;
}

/*!sc*/

data-styled.g370[id="sales-funnel-header___StyledLink4-sc-1gzkofp-3"] {
    content: "gkLeRU,"
}

/*!sc*/

.dIOwTg {
    font-family: Circular, sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-letter-spacing: 0.12em;
    -moz-letter-spacing: 0.12em;
    -ms-letter-spacing: 0.12em;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px;
}

/*!sc*/

data-styled.g371[id="sales-funnel-header___StyledLink3-sc-1gzkofp-4"] {
    content: "dIOwTg,"
}

/*!sc*/

.FkMs {
    font-family: Circular, sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-letter-spacing: 0.12em;
    -moz-letter-spacing: 0.12em;
    -ms-letter-spacing: 0.12em;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px;
}

/*!sc*/

data-styled.g372[id="sales-funnel-header___StyledLink2-sc-1gzkofp-5"] {
    content: "FkMs,"
}

/*!sc*/

.ktfFue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    padding: 16px;
}

/*!sc*/

@media(min-width:768px) {
    .ktfFue {
        display: none;
    }
}

/*!sc*/

data-styled.g377[id="sales-funnel-header___StyledButton2-sc-1gzkofp-10"] {
    content: "ktfFue,"
}

/*!sc*/

.eGJTcg {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*!sc*/

data-styled.g378[id="sales-funnel-header___StyledNav2-sc-1gzkofp-11"] {
    content: "eGJTcg,"
}

/*!sc*/

.ebimPh {
    display: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*!sc*/

@media(min-width:768px) {
    .ebimPh {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/

data-styled.g379[id="sales-funnel-header___StyledUl-sc-1gzkofp-12"] {
    content: "ebimPh,"
}

/*!sc*/

.gZaryW {
    margin-left: 16px;
}

/*!sc*/

data-styled.g380[id="sales-funnel-header___StyledLi-sc-1gzkofp-13"] {
    content: "gZaryW,"
}

/*!sc*/

.NyjgT {
    margin-left: 16px;
}

/*!sc*/

data-styled.g381[id="sales-funnel-header___StyledLi2-sc-1gzkofp-14"] {
    content: "NyjgT,"
}

/*!sc*/

.dYHDiE {
    margin: auto;
    max-width: 1280px;
}

/*!sc*/

data-styled.g633[id="dr-scott-the-one___StyledMotionDiv-sc-4dw291-0"] {
    content: "dYHDiE,"
}

/*!sc*/

.kIIZlo {
    position: relative;
    background-color: #ffffff;
    background-image: radial-gradient(circle, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 60%) 100%, rgb(255 255 255) 200%);
    width: 100%;
}

/*!sc*/

.kIIZlo>* {
    height: 100%;
    width: 100%;
}

/*!sc*/

data-styled.g634[id="dr-scott-the-one___StyledDiv-sc-4dw291-1"] {
    content: "kIIZlo,"
}

/*!sc*/

.cYgwfV {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

/*!sc*/

@media(min-width:768px) {
    .cYgwfV {
        margin-bottom: 32px;
    }
}

/*!sc*/

data-styled.g635[id="dr-scott-the-one___StyledHeader-sc-4dw291-2"] {
    content: "cYgwfV,"
}

/*!sc*/

.hrOjnn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 100px;
}

/*!sc*/

data-styled.g636[id="dr-scott-the-one___StyledDiv2-sc-4dw291-3"] {
    content: "hrOjnn,"
}

/*!sc*/

.htehEW {
    font-family: Circular, sans-serif;
    font-size: 18px;
    font-weight: 600;
    -webkit-letter-spacing: -0.03em;
    -moz-letter-spacing: -0.03em;
    -ms-letter-spacing: -0.03em;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 4px;
    color: #0c426d;
}

/*!sc*/

@media(min-width:768px) {
    .htehEW {
        font-size: 22px;
    }
}

/*!sc*/

data-styled.g637[id="dr-scott-the-one___StyledH-sc-4dw291-4"] {
    content: "htehEW,"
}

/*!sc*/

.kfatSv {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*!sc*/

data-styled.g638[id="dr-scott-the-one___StyledP-sc-4dw291-5"] {
    content: "kfatSv,"
}

/*!sc*/

.tQWXX {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

/*!sc*/

data-styled.g640[id="dr-scott-the-one___StyledDiv3-sc-4dw291-7"] {
    content: "tQWXX,"
}

/*!sc*/

.hxswqZ {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0c426d;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
    right: 0;
    text-align: center;
    top: 0;
    width: 100vw;
    z-index: 999;
    box-shadow: none;
    -webkit-transition: box-shadow ease-out 300ms;
    transition: box-shadow ease-out 300ms;
    text-transform: uppercase;
}

/*!sc*/

@media(min-width:768px) {
    .hxswqZ {
        font-size: 16px;
        height: 54px;
    }
}

/*!sc*/

.hxswqZ:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M68.8%20100H31.2c-1.2%200-2.4-.5-3.2-1.3L1.3%2072C.5%2071.2%200%2070%200%2068.8V31.2c0-1.2.5-2.4%201.3-3.2L28%201.3C28.8.5%2030%200%2031.2%200h37.6C70%200%2071.2.5%2072%201.3L98.7%2028c.9.9%201.3%202%201.3%203.2v37.6c0%201.2-.5%202.4-1.3%203.2L72%2098.7c-.8.8-2%201.3-3.2%201.3zm-35.7-9.1H67l24-24V33.1l-24-24H33.1l-24%2024V67l24%2023.9zM54.5%2050V31.8c0-2.5-2-4.5-4.5-4.5s-4.5%202-4.5%204.5V50c0%202.5%202%204.5%204.5%204.5s4.5-2%204.5-4.5zm.1%2018.2c0-2.5-2-4.5-4.5-4.5s-4.5%202-4.5%204.5%202.1%204.5%204.6%204.5c2.4%200%204.4-2%204.4-4.5z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E%0A);
    display: block;
    margin-right: 1em;
    height: 18px;
    width: 18px;
}

/*!sc*/

@media(min-width:768px) {
    .hxswqZ:before {
        height: 20px;
        width: 20px;
    }
}

/*!sc*/

data-styled.g641[id="dr-scott-the-one___StyledAside2-sc-4dw291-8"] {
    content: "hxswqZ,"
}

/*!sc*/

.pSdfP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: left;
    top: 2px;
    white-space: nowrap;
}

/*!sc*/

@media(min-width:768px) {
    .pSdfP {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 1px;
    }
}

/*!sc*/

data-styled.g642[id="dr-scott-the-one___StyledUl-sc-4dw291-9"] {
    content: "pSdfP,"
}

/*!sc*/

.gDAmCh:before {
    margin-left: 8px;
    margin-right: 8px;
}

/*!sc*/

@media(min-width:768px) {
    .gDAmCh:before {
        content: '|';
    }
}

/*!sc*/

data-styled.g643[id="dr-scott-the-one___StyledLi-sc-4dw291-10"] {
    content: "gDAmCh,"
}

/*!sc*/

@media(min-width:1140px) {
    .gUpidM {
        padding-left: 48px;
        padding-right: 48px;
    }
}

/*!sc*/

@media(min-width:1280px) {
    .gUpidM {
        padding-left: 72px;
        padding-right: 72px;
    }
}

/*!sc*/

data-styled.g644[id="dr-scott-the-one___StyledHeader2-sc-4dw291-11"] {
    content: "gUpidM,"
}

/*!sc*/

.iXbtbt {
    margin: auto;
    max-width: 1280px;
}

/*!sc*/

data-styled.g645[id="dr-scott-the-one___StyledDiv4-sc-4dw291-12"] {
    content: "iXbtbt,"
}

/*!sc*/

.iEDMau {
    margin: auto;
    max-width: 960px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Circular, sans-serif;
    font-size: 28px;
    font-weight: 700;
    -webkit-letter-spacing: -0.05em;
    -moz-letter-spacing: -0.05em;
    -ms-letter-spacing: -0.05em;
    letter-spacing: -0.05em;
    line-height: 32px;
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
}

/*!sc*/

@media(min-width:480px) {
    .iEDMau {
        font-size: 36px;
        line-height: 38px;
    }
}

/*!sc*/

@media(min-width:768px) {
    .iEDMau {
        padding-left: 32px;
        padding-right: 32px;
        font-size: 42px;
        line-height: 48px;
        padding-bottom: 48px;
        padding-top: 48px;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .iEDMau {
        padding-left: 48px;
        padding-right: 48px;
        font-size: 48px;
        line-height: 54px;
        padding-bottom: 72px;
        padding-top: 30px;
    }
}

/*!sc*/

@media(min-width:1280px) {
    .iEDMau {
        padding-left: 72px;
        padding-right: 72px;
    }
}

/*!sc*/

data-styled.g646[id="dr-scott-the-one___StyledH2-sc-4dw291-13"] {
    content: "iEDMau,"
}

/*!sc*/

.hOJVb {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/

data-styled.g647[id="dr-scott-the-one___StyledDiv5-sc-4dw291-14"] {
    content: "hOJVb,"
}

/*!sc*/

.fYcCCO {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 440px;
}

/*!sc*/

@media(min-width:1140px) {
    .fYcCCO {
        display: block;
        margin-left: 48px;
    }
}

/*!sc*/

@media(min-width:1280px) {
    .fYcCCO {
        margin-left: 72px;
    }
}

/*!sc*/

data-styled.g648[id="dr-scott-the-one___StyledDiv6-sc-4dw291-15"] {
    content: "fYcCCO,"
}

/*!sc*/

.bSWIqV {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 72px;
    padding-top: 72px;
    text-align: center;
}

/*!sc*/

@media(min-width:768px) {
    .bSWIqV {
        font-size: 18px;
        line-height: 28px;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 96px;
        padding-top: 96px;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .bSWIqV {
        padding-left: 48px;
        padding-right: 48px;
        padding-bottom: 70px;
        padding-top: 128px;
    }
}

/*!sc*/

@media(min-width:1280px) {
    .bSWIqV {
        padding-left: 72px;
        padding-right: 72px;
    }
}

/*!sc*/

data-styled.g649[id="dr-scott-the-one___StyledSection-sc-4dw291-16"] {
    content: "bSWIqV,"
}

/*!sc*/

.eCGgmn {
    margin: auto;
    max-width: 1280px;
    position: relative;
}

/*!sc*/

data-styled.g650[id="dr-scott-the-one___StyledDiv7-sc-4dw291-17"] {
    content: "eCGgmn,"
}

/*!sc*/

.ePePAS {
    font-family: Circular, sans-serif;
    font-size: 28px;
    font-weight: 700;
    -webkit-letter-spacing: -0.05em;
    -moz-letter-spacing: -0.05em;
    -ms-letter-spacing: -0.05em;
    letter-spacing: -0.05em;
    line-height: 32px;
    margin-bottom: 48px;
    color: #0c426d;
}

/*!sc*/

@media(min-width:768px) {
    .ePePAS {
        font-size: 32px;
        line-height: 36px;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .ePePAS {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 72px;
    }
}

/*!sc*/

data-styled.g652[id="dr-scott-the-one___StyledH3-sc-4dw291-19"] {
    content: "ePePAS,"
}

/*!sc*/

.dyIa-dp {
    margin: auto;
    max-width: 400px;
    position: relative;
}

/*!sc*/

.dyIa-dp:before {
    display: block;
    content: "";
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    height: 17px;
    width: 18px;
    background: url(/wp-content/uploads/2025/06/s1-tike.png) no-repeat 50% 50%;
}

/*!sc*/

@media(min-width:768px) {
    .dyIa-dp:before {}
}

/*!sc*/

@media(min-width:1140px) {
    .dyIa-dp:before {
        margin-bottom: 15px;
    }
}

/*!sc*/

data-styled.g653[id="dr-scott-the-one___StyledP2-sc-4dw291-20"] {
    content: "dyIa-dp,"
}

/*!sc*/

.eFmgyX {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    background-color: #0c426d;
    color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
    padding-top: 48px;
    text-align: center;
}

/*!sc*/

data-styled.g664[id="dr-scott-the-one___StyledFooter-sc-4dw291-31"] {
    content: "eFmgyX,"
}

/*!sc*/

.fXHQEP {
    margin: auto;
    max-width: 1280px;
}

/*!sc*/

data-styled.g665[id="dr-scott-the-one___StyledDiv11-sc-4dw291-32"] {
    content: "fXHQEP,"
}

/*!sc*/

.jtfNgU {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/

@media(min-width:1140px) {
    .jtfNgU {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/

data-styled.g666[id="dr-scott-the-one___StyledDiv12-sc-4dw291-33"] {
    content: "jtfNgU,"
}

/*!sc*/

.emQgRT {
    margin-left: -8px;
    margin-right: -8px;
}

/*!sc*/

@media(min-width:480px) {
    .emQgRT {
        margin-left: 0;
        margin-right: 0;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .emQgRT {
        display: inline-block;
    }
}

/*!sc*/

.dr-scott-the-one___StyledLi3-sc-4dw291-34+.dr-scott-the-one___StyledLi3-sc-4dw291-34 {
    margin-top: 16px;
}

/*!sc*/

@media(min-width:1140px) {
    .dr-scott-the-one___StyledLi3-sc-4dw291-34+.dr-scott-the-one___StyledLi3-sc-4dw291-34 {
        margin-top: 0;
    }
}

/*!sc*/

.dr-scott-the-one___StyledLi3-sc-4dw291-34+.dr-scott-the-one___StyledLi3-sc-4dw291-34:before {
    margin-left: 8px;
    margin-right: 8px;
}

/*!sc*/

@media(min-width:1140px) {
    .dr-scott-the-one___StyledLi3-sc-4dw291-34+.dr-scott-the-one___StyledLi3-sc-4dw291-34:before {
        content: '•';
    }
}

/*!sc*/

data-styled.g667[id="dr-scott-the-one___StyledLi3-sc-4dw291-34"] {
    content: "emQgRT,"
}

/*!sc*/

.jmUlAr {
    margin-top: 24px;
}

/*!sc*/

@media(min-width:768px) {
    .jmUlAr {
        margin-top: 16px;
    }
}

/*!sc*/

@media(min-width:1140px) {
    .jmUlAr {
        margin-left: 16px;
        margin-top: 0;
    }
}

/*!sc*/

data-styled.g668[id="dr-scott-the-one___StyledUl3-sc-4dw291-35"] {
    content: "jmUlAr,"
}

/*!sc*/

.lbktxU {
    display: inline-block;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/

.dr-scott-the-one___StyledLi4-sc-4dw291-36+.dr-scott-the-one___StyledLi4-sc-4dw291-36 {
    margin-left: 16px;
}

/*!sc*/

data-styled.g669[id="dr-scott-the-one___StyledLi4-sc-4dw291-36"] {
    content: "lbktxU,"
}

/*!sc*/

.iOiABR {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/

data-styled.g670[id="dr-scott-the-one___StyledLink-sc-4dw291-37"] {
    content: "iOiABR,"
}

/*!sc*/

.fAYLqn {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 32px;
    opacity: 0.6;
}

/*!sc*/

@media(min-width:768px) {
    .fAYLqn {
        margin-top: 16px;
    }
}

/*!sc*/

.fAYLqn before {
    content: '*';
}

/*!sc*/

data-styled.g671[id="dr-scott-the-one___StyledP4-sc-4dw291-38"] {
    content: "fAYLqn,"
}

/*!sc*/



a.order-btn {
    display: block;
    margin: 0 auto;
    vertical-align: middle;

    background: #00cb35;

    width: 310px;

    text-align: center;

    height: 60px;

    border-radius: 5px;

    border-bottom: 4px solid #008122;

    font-size: 32px;

    line-height: 58px;

    color: #fff;

    font-weight: 600;

    margin-top: 25px;

}

.dr-scott-the-one___StyledDiv-sc-4dw291-1.kIIZlo {
    padding-bottom: 20px;
}


.hOJVb {
    flex-direction: column;
}

.video-style {
    max-width: 640px;
    padding-top: unset !important;
}


@media only screen and (max-width: 1280px) and (orientation : landscape) {
    div.Tech__wrapper {
        width: 80% !important;
        left: 10% !important;
    }
}

@media (max-width: 1024px) {
    .video-style {
        max-width: 500px;
        padding-top: unset !important;
    }

    div.Tech__wrapper {
        width: 100% !important;
        left: 0% !important;
    }
}

@media (max-width: 991px) {
    .video-style {
        max-width: 400px;
        padding-top: unset !important;
    }

    .fYcCCO {
        max-width: 340px;
    }
}

@media (max-width: 767px) {

    .fYcCCO {
        display: none;
    }

    .video-style {
        max-width: 260px;
        padding-top: unset !important;
    }
}


body:after {
    background-color: transparent !important;
    display: none !important;
    position: relative !important;
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
    z-index: -99999999 !important;
}

body {
    overflow-y: scroll !important;
}/* End custom CSS */