﻿@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";
@import"https://use.typekit.net/xsv6dtv.css";
:root {
    --fs-root: 16px;
    --ff-body: "Gotham-Book"
}

@media(max-width: 1560px) {
     :root {
        --fs-root: 14px
    }
}

.fw--t {
    font-weight: 100
}

.fw--el {
    font-weight: 200
}

.fw--l {
    font-weight: 300
}

.fw--r {
    font-weight: 400
}

.fw--m {
    font-weight: 600
}

.fw--b {
    font-weight: 700
}

.fw--eb {
    font-weight: 800
}

.fw--blk {
    font-weight: 900
}

.h1 {
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(20px, 2.0833333333vw, 40px);
    line-height: inherit
}

.h2 {
    font-size: calc(20px + (35 - 20) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(20px, 1.8229166667vw, 35px);
    line-height: inherit
}

.h3 {
    font-size: calc(17px + (30 - 17) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(17px, 1.5625vw, 30px);
    line-height: inherit
}

.h4 {
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(16px, 1.3020833333vw, 25px);
    line-height: inherit
}

.h5 {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(16px, 1.1458333333vw, 22px);
    line-height: inherit
}

.h6 {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(16px, 1.0416666667vw, 20px);
    line-height: inherit
}

.descc {
    line-height: 1.6
}

.descc>*+* {
    margin-top: 1em
}

.h2 {
    line-height: 1.4
}

.h3 {
    line-height: 1.4
}

.h4 {
    line-height: 1.4
}

.h5 {
    line-height: 1.4
}

.h7 {
    line-height: 1.4
}

.h8 {
    line-height: 1.4
}

.p {
    font-size: 22px;
    line-height: 1.7
}

:root {
    --spacer: 100px;
    --spacerHalf: calc(var(--spacer) / 2);
    --mwidth: 1350px;
    --footer-offset: 115px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

:root::-webkit-scrollbar {
    width: 0 !important
}

@media(max-width: 1600px) {
     :root {
        --mwidth: 1230px
    }
}

@media(max-width: 1440px) {
     :root {
        --spacer: 70px
    }
}

@media(max-width: 1024px) {
     :root {
        --spacer: 50px
    }
}

@media(max-width: 768px) {
     :root {
        --spacer: 30px
    }
}

@media(max-width: 1370px) {
     :root {
        --mwidth: 1160px
    }
}

[class^=main][class$=-container] {
    max-width: calc(var(--mwidth) + 30px);
    padding-inline: 15px;
    margin-inline: auto
}

.max-container {
    --mwidth: 1900px
}

.mainx-container {
    --mwidth: 1100px
}

.mainx2-container {
    --mwidth: 920px
}

section[class*=bg--],
footer[class*=bg--] {
    padding-top: var(--spacer);
    padding-bottom: var(--spacer)
}

section[class*=bg--]:not([class*=mb-0]) {
    margin-bottom: var(--spacer)
}

main>*+*:not([class*=bg--]):not([class*=pb-0]) {
    padding-bottom: var(--spacer)
}

@viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

::-webkit-input-placeholder {
    opacity: .5
}

:-moz-placeholder {
    opacity: .5
}

::-moz-placeholder {
    opacity: .5
}

:-ms-input-placeholder {
    opacity: .5
}

.placeholder {
    opacity: .5
}

::-webkit-scrollbar {
    width: 10px;
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #999
}

::-webkit-scrollbar-corner {
    background: #000
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    quotes: "“" "”"
}

html {
    height: 100%;
    font-size: var(--fs-root);
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    min-height: 100%;
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    background-color: #fff;
    color: #000;
    font-family: var(--ff-body);
    font-weight: var(--fw-body);
    line-height: 1.6
}

body.bound {
    overflow: hidden;
    padding-right: var(--scrollbar-size, 18px)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

mark {
    background-color: #ff0;
    color: #000
}

template {
    display: none
}

[hidden] {
    display: none
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

abbr[title] {
    border-bottom: 1px dotted
}

table {
    width: 100%;
    border-collapse: collapse
}

table [valign=middle] td,
table [valign=middle] th {
    vertical-align: middle
}

table [valign=bottom] td,
table [valign=bottom] th {
    vertical-align: bottom
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

.small,
small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

html,
body,
section,
header,
footer,
main,
.inner-container,
.fullW {
    width: 100%;
    float: left
}

a {
    color: inherit;
    cursor: default;
    text-decoration: none !important;
    -webkit-text-decoration-skip: objects
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

a[href] {
    cursor: pointer
}

img,
picture {
    max-width: 100%;
    display: inline-block
}

ul[role=list],
ol[role=list] {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

summary::-webkit-details-marker {
    display: none
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

address {
    font-style: normal
}

fieldset {
    border: none
}

input,
textarea,
button,
select,
option {
    appearance: none;
    -webkit-appearance: none;
    line-height: normal;
    filter: none !important;
    -webkit-filter: none !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0);
    font: inherit
}

[disabled],
.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: .5;
    -webkit-text-fill-color: #eee
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media(prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto
    }
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

.bg--body {
    background-color: #fff !important
}

.c--body {
    color: #fff !important
}

.hvr\:bg--body:hover,
.hvr\:bg--body:focus {
    background-color: #fff !important
}

.hvr\:c--body:hover,
.hvr\:c--body:focus {
    color: #fff !important
}

.bg--whitee {
    background-color: #fff !important
}

.c--whitee {
    color: #fff !important
}

.hvr\:bg--whitee:hover,
.hvr\:bg--whitee:focus {
    background-color: #fff !important
}

.hvr\:c--whitee:hover,
.hvr\:c--whitee:focus {
    color: #fff !important
}

.bg--blak {
    background-color: #000 !important
}

.c--blak {
    color: #000 !important
}

.hvr\:bg--blak:hover,
.hvr\:bg--blak:focus {
    background-color: #000 !important
}

.hvr\:c--blak:hover,
.hvr\:c--blak:focus {
    color: #000 !important
}

.bg--place {
    background-color: #aeaeae !important
}

.c--place {
    color: #aeaeae !important
}

.hvr\:bg--place:hover,
.hvr\:bg--place:focus {
    background-color: #aeaeae !important
}

.hvr\:c--place:hover,
.hvr\:c--place:focus {
    color: #aeaeae !important
}

.bg--mark {
    background-color: #ff0 !important
}

.c--mark {
    color: #ff0 !important
}

.hvr\:bg--mark:hover,
.hvr\:bg--mark:focus {
    background-color: #ff0 !important
}

.hvr\:c--mark:hover,
.hvr\:c--mark:focus {
    color: #ff0 !important
}

.bg--border {
    background-color: #e0e0e0 !important
}

.c--border {
    color: #e0e0e0 !important
}

.hvr\:bg--border:hover,
.hvr\:bg--border:focus {
    background-color: #e0e0e0 !important
}

.hvr\:c--border:hover,
.hvr\:c--border:focus {
    color: #e0e0e0 !important
}

.bg--tblborder {
    background-color: #dadada !important
}

.c--tblborder {
    color: #dadada !important
}

.hvr\:bg--tblborder:hover,
.hvr\:bg--tblborder:focus {
    background-color: #dadada !important
}

.hvr\:c--tblborder:hover,
.hvr\:c--tblborder:focus {
    color: #dadada !important
}

.bg--success {
    background-color: #7ac142 !important
}

.c--success {
    color: #7ac142 !important
}

.hvr\:bg--success:hover,
.hvr\:bg--success:focus {
    background-color: #7ac142 !important
}

.hvr\:c--success:hover,
.hvr\:c--success:focus {
    color: #7ac142 !important
}

.bg--error {
    background-color: #d81212 !important
}

.c--error {
    color: #d81212 !important
}

.hvr\:bg--error:hover,
.hvr\:bg--error:focus {
    background-color: #d81212 !important
}

.hvr\:c--error:hover,
.hvr\:c--error:focus {
    color: #d81212 !important
}

.bg--drkcn {
    background-color: #024a5b !important
}

.c--drkcn {
    color: #024a5b !important
}

.hvr\:bg--drkcn:hover,
.hvr\:bg--drkcn:focus {
    background-color: #024a5b !important
}

.hvr\:c--drkcn:hover,
.hvr\:c--drkcn:focus {
    color: #024a5b !important
}

.bg--lred {
    background-color: #ea1828 !important
}

.c--lred {
    color: #ea1828 !important
}

.hvr\:bg--lred:hover,
.hvr\:bg--lred:focus {
    background-color: #ea1828 !important
}

.hvr\:c--lred:hover,
.hvr\:c--lred:focus {
    color: #ea1828 !important
}

.bg--gry {
    background-color: #c7c7c7 !important
}

.c--gry {
    color: #c7c7c7 !important
}

.hvr\:bg--gry:hover,
.hvr\:bg--gry:focus {
    background-color: #c7c7c7 !important
}

.hvr\:c--gry:hover,
.hvr\:c--gry:focus {
    color: #c7c7c7 !important
}

.bg--gry60 {
    background-color: #eee !important
}

.c--gry60 {
    color: #eee !important
}

.hvr\:bg--gry60:hover,
.hvr\:bg--gry60:focus {
    background-color: #eee !important
}

.hvr\:c--gry60:hover,
.hvr\:c--gry60:focus {
    color: #eee !important
}

.bg--gry150 {
    background-color: #9b9b9b !important
}

.c--gry150 {
    color: #9b9b9b !important
}

.hvr\:bg--gry150:hover,
.hvr\:bg--gry150:focus {
    background-color: #9b9b9b !important
}

.hvr\:c--gry150:hover,
.hvr\:c--gry150:focus {
    color: #9b9b9b !important
}

.bg--gry151 {
    background-color: #55565a !important
}

.c--gry151 {
    color: #55565a !important
}

.hvr\:bg--gry151:hover,
.hvr\:bg--gry151:focus {
    background-color: #55565a !important
}

.hvr\:c--gry151:hover,
.hvr\:c--gry151:focus {
    color: #55565a !important
}

.bg--gryF4 {
    background-color: #f5f5f5 !important
}

.c--gryF4 {
    color: #f5f5f5 !important
}

.hvr\:bg--gryF4:hover,
.hvr\:bg--gryF4:focus {
    background-color: #f5f5f5 !important
}

.hvr\:c--gryF4:hover,
.hvr\:c--gryF4:focus {
    color: #f5f5f5 !important
}

.bg--gryF8 {
    background-color: #f8f8f8 !important
}

.c--gryF8 {
    color: #f8f8f8 !important
}

.hvr\:bg--gryF8:hover,
.hvr\:bg--gryF8:focus {
    background-color: #f8f8f8 !important
}

.hvr\:c--gryF8:hover,
.hvr\:c--gryF8:focus {
    color: #f8f8f8 !important
}

.bg--gryF9 {
    background-color: #f9f9f9 !important
}

.c--gryF9 {
    color: #f9f9f9 !important
}

.hvr\:bg--gryF9:hover,
.hvr\:bg--gryF9:focus {
    background-color: #f9f9f9 !important
}

.hvr\:c--gryF9:hover,
.hvr\:c--gryF9:focus {
    color: #f9f9f9 !important
}

.bg--gry2E {
    background-color: #2e2e2e !important
}

.c--gry2E {
    color: #2e2e2e !important
}

.hvr\:bg--gry2E:hover,
.hvr\:bg--gry2E:focus {
    background-color: #2e2e2e !important
}

.hvr\:c--gry2E:hover,
.hvr\:c--gry2E:focus {
    color: #2e2e2e !important
}

.bg--gryFB {
    background-color: #fbfbfb !important
}

.c--gryFB {
    color: #fbfbfb !important
}

.hvr\:bg--gryFB:hover,
.hvr\:bg--gryFB:focus {
    background-color: #fbfbfb !important
}

.hvr\:c--gryFB:hover,
.hvr\:c--gryFB:focus {
    color: #fbfbfb !important
}

.bg--gry-3 {
    background-color: #54565a !important
}

.c--gry-3 {
    color: #54565a !important
}

.hvr\:bg--gry-3:hover,
.hvr\:bg--gry-3:focus {
    background-color: #54565a !important
}

.hvr\:c--gry-3:hover,
.hvr\:c--gry-3:focus {
    color: #54565a !important
}

.bg--gryF5 {
    background-color: #f5f5f5 !important
}

.c--gryF5 {
    color: #f5f5f5 !important
}

.hvr\:bg--gryF5:hover,
.hvr\:bg--gryF5:focus {
    background-color: #f5f5f5 !important
}

.hvr\:c--gryF5:hover,
.hvr\:c--gryF5:focus {
    color: #f5f5f5 !important
}

.bg--gry84 {
    background-color: #848484 !important
}

.c--gry84 {
    color: #848484 !important
}

.hvr\:bg--gry84:hover,
.hvr\:bg--gry84:focus {
    background-color: #848484 !important
}

.hvr\:c--gry84:hover,
.hvr\:c--gry84:focus {
    color: #848484 !important
}

.bg--gry7d {
    background-color: #7d7d7d !important
}

.c--gry7d {
    color: #7d7d7d !important
}

.hvr\:bg--gry7d:hover,
.hvr\:bg--gry7d:focus {
    background-color: #7d7d7d !important
}

.hvr\:c--gry7d:hover,
.hvr\:c--gry7d:focus {
    color: #7d7d7d !important
}

.bg--green48 {
    background-color: #48b84e !important
}

.c--green48 {
    color: #48b84e !important
}

.hvr\:bg--green48:hover,
.hvr\:bg--green48:focus {
    background-color: #48b84e !important
}

.hvr\:c--green48:hover,
.hvr\:c--green48:focus {
    color: #48b84e !important
}

.bg--newlandergreen {
    background-color: #48b84e !important
}

.c--newlandergreen {
    color: #48b84e !important
}

.hvr\:bg--newlandergreen:hover,
.hvr\:bg--newlandergreen:focus {
    background-color: #48b84e !important
}

.hvr\:c--newlandergreen:hover,
.hvr\:c--newlandergreen:focus {
    color: #48b84e !important
}

.bg--dblu {
    background-color: #00178a !important
}

.c--dblu {
    color: #00178a !important
}

.hvr\:bg--dblu:hover,
.hvr\:bg--dblu:focus {
    background-color: #00178a !important
}

.hvr\:c--dblu:hover,
.hvr\:c--dblu:focus {
    color: #00178a !important
}

.bg--dblu-2 {
    background-color: #1c33b5 !important
}

.c--dblu-2 {
    color: #1c33b5 !important
}

.hvr\:bg--dblu-2:hover,
.hvr\:bg--dblu-2:focus {
    background-color: #1c33b5 !important
}

.hvr\:c--dblu-2:hover,
.hvr\:c--dblu-2:focus {
    color: #1c33b5 !important
}

.bg--blu {
    background-color: #0035f5 !important
}

.c--blu {
    color: #0035f5 !important
}

.hvr\:bg--blu:hover,
.hvr\:bg--blu:focus {
    background-color: #0035f5 !important
}

.hvr\:c--blu:hover,
.hvr\:c--blu:focus {
    color: #0035f5 !important
}

.bg--blu-2 {
    background-color: #2442b2 !important
}

.c--blu-2 {
    color: #2442b2 !important
}

.hvr\:bg--blu-2:hover,
.hvr\:bg--blu-2:focus {
    background-color: #2442b2 !important
}

.hvr\:c--blu-2:hover,
.hvr\:c--blu-2:focus {
    color: #2442b2 !important
}

.bg--blu-3 {
    background-color: #008aa6 !important
}

.c--blu-3 {
    color: #008aa6 !important
}

.hvr\:bg--blu-3:hover,
.hvr\:bg--blu-3:focus {
    background-color: #008aa6 !important
}

.hvr\:c--blu-3:hover,
.hvr\:c--blu-3:focus {
    color: #008aa6 !important
}

.bg--blu-4 {
    background-color: #1368e6 !important
}

.c--blu-4 {
    color: #1368e6 !important
}

.hvr\:bg--blu-4:hover,
.hvr\:bg--blu-4:focus {
    background-color: #1368e6 !important
}

.hvr\:c--blu-4:hover,
.hvr\:c--blu-4:focus {
    color: #1368e6 !important
}

.bg--blu-5 {
    background-color: #f5f7ff !important
}

.c--blu-5 {
    color: #f5f7ff !important
}

.hvr\:bg--blu-5:hover,
.hvr\:bg--blu-5:focus {
    background-color: #f5f7ff !important
}

.hvr\:c--blu-5:hover,
.hvr\:c--blu-5:focus {
    color: #f5f7ff !important
}

.bg--blu-6 {
    background-color: #0f64e8 !important
}

.c--blu-6 {
    color: #0f64e8 !important
}

.hvr\:bg--blu-6:hover,
.hvr\:bg--blu-6:focus {
    background-color: #0f64e8 !important
}

.hvr\:c--blu-6:hover,
.hvr\:c--blu-6:focus {
    color: #0f64e8 !important
}

.bg--blu-7 {
    background-color: #004cf1 !important
}

.c--blu-7 {
    color: #004cf1 !important
}

.hvr\:bg--blu-7:hover,
.hvr\:bg--blu-7:focus {
    background-color: #004cf1 !important
}

.hvr\:c--blu-7:hover,
.hvr\:c--blu-7:focus {
    color: #004cf1 !important
}

.bg--blu-ed {
    background-color: #edf2f7 !important
}

.c--blu-ed {
    color: #edf2f7 !important
}

.hvr\:bg--blu-ed:hover,
.hvr\:bg--blu-ed:focus {
    background-color: #edf2f7 !important
}

.hvr\:c--blu-ed:hover,
.hvr\:c--blu-ed:focus {
    color: #edf2f7 !important
}

.bg--drkBlue {
    background-color: #011689 !important
}

.c--drkBlue {
    color: #011689 !important
}

.hvr\:bg--drkBlue:hover,
.hvr\:bg--drkBlue:focus {
    background-color: #011689 !important
}

.hvr\:c--drkBlue:hover,
.hvr\:c--drkBlue:focus {
    color: #011689 !important
}

.bg--ylw {
    background-color: #fdd008 !important
}

.c--ylw {
    color: #fdd008 !important
}

.hvr\:bg--ylw:hover,
.hvr\:bg--ylw:focus {
    background-color: #fdd008 !important
}

.hvr\:c--ylw:hover,
.hvr\:c--ylw:focus {
    color: #fdd008 !important
}

.bg--dylw {
    background-color: #facc00 !important
}

.c--dylw {
    color: #facc00 !important
}

.hvr\:bg--dylw:hover,
.hvr\:bg--dylw:focus {
    background-color: #facc00 !important
}

.hvr\:c--dylw:hover,
.hvr\:c--dylw:focus {
    color: #facc00 !important
}

.bg--txt {
    background-color: #000 !important
}

.c--txt {
    color: #000 !important
}

.hvr\:bg--txt:hover,
.hvr\:bg--txt:focus {
    background-color: #000 !important
}

.hvr\:c--txt:hover,
.hvr\:c--txt:focus {
    color: #000 !important
}

.bg--txt-2 {
    background-color: #54555a !important
}

.c--txt-2 {
    color: #54555a !important
}

.hvr\:bg--txt-2:hover,
.hvr\:bg--txt-2:focus {
    background-color: #54555a !important
}

.hvr\:c--txt-2:hover,
.hvr\:c--txt-2:focus {
    color: #54555a !important
}

.bg--hero {
    background-color: #fafafa !important
}

.c--hero {
    color: #fafafa !important
}

.hvr\:bg--hero:hover,
.hvr\:bg--hero:focus {
    background-color: #fafafa !important
}

.hvr\:c--hero:hover,
.hvr\:c--hero:focus {
    color: #fafafa !important
}

.bg--blk {
    background-color: #1f1a1a !important
}

.c--blk {
    color: #1f1a1a !important
}

.hvr\:bg--blk:hover,
.hvr\:bg--blk:focus {
    background-color: #1f1a1a !important
}

.hvr\:c--blk:hover,
.hvr\:c--blk:focus {
    color: #1f1a1a !important
}

.bg--blk-2 {
    background-color: #303030 !important
}

.c--blk-2 {
    color: #303030 !important
}

.hvr\:bg--blk-2:hover,
.hvr\:bg--blk-2:focus {
    background-color: #303030 !important
}

.hvr\:c--blk-2:hover,
.hvr\:c--blk-2:focus {
    color: #303030 !important
}

.bg--lblk {
    background-color: #2b2b2b !important
}

.c--lblk {
    color: #2b2b2b !important
}

.hvr\:bg--lblk:hover,
.hvr\:bg--lblk:focus {
    background-color: #2b2b2b !important
}

.hvr\:c--lblk:hover,
.hvr\:c--lblk:focus {
    color: #2b2b2b !important
}

.bg--gry-2 {
    background-color: #b8b8b8 !important
}

.c--gry-2 {
    color: #b8b8b8 !important
}

.hvr\:bg--gry-2:hover,
.hvr\:bg--gry-2:focus {
    background-color: #b8b8b8 !important
}

.hvr\:c--gry-2:hover,
.hvr\:c--gry-2:focus {
    color: #b8b8b8 !important
}

.bg--lghtgray {
    background-color: #f3f3f3 !important
}

.c--lghtgray {
    color: #f3f3f3 !important
}

.hvr\:bg--lghtgray:hover,
.hvr\:bg--lghtgray:focus {
    background-color: #f3f3f3 !important
}

.hvr\:c--lghtgray:hover,
.hvr\:c--lghtgray:focus {
    color: #f3f3f3 !important
}

.bg--lghtgray-2 {
    background-color: #f6f6f6 !important
}

.c--lghtgray-2 {
    color: #f6f6f6 !important
}

.hvr\:bg--lghtgray-2:hover,
.hvr\:bg--lghtgray-2:focus {
    background-color: #f6f6f6 !important
}

.hvr\:c--lghtgray-2:hover,
.hvr\:c--lghtgray-2:focus {
    color: #f6f6f6 !important
}

.bg--extradrk {
    background-color: #202020 !important
}

.c--extradrk {
    color: #202020 !important
}

.hvr\:bg--extradrk:hover,
.hvr\:bg--extradrk:focus {
    background-color: #202020 !important
}

.hvr\:c--extradrk:hover,
.hvr\:c--extradrk:focus {
    color: #202020 !important
}

.bg--extradrk-2 {
    background-color: #161616 !important
}

.c--extradrk-2 {
    color: #161616 !important
}

.hvr\:bg--extradrk-2:hover,
.hvr\:bg--extradrk-2:focus {
    background-color: #161616 !important
}

.hvr\:c--extradrk-2:hover,
.hvr\:c--extradrk-2:focus {
    color: #161616 !important
}

.bg--dark28 {
    background-color: #282828 !important
}

.c--dark28 {
    color: #282828 !important
}

.hvr\:bg--dark28:hover,
.hvr\:bg--dark28:focus {
    background-color: #282828 !important
}

.hvr\:c--dark28:hover,
.hvr\:c--dark28:focus {
    color: #282828 !important
}

.bg--extradrk-3 {
    background-color: #222733 !important
}

.c--extradrk-3 {
    color: #222733 !important
}

.hvr\:bg--extradrk-3:hover,
.hvr\:bg--extradrk-3:focus {
    background-color: #222733 !important
}

.hvr\:c--extradrk-3:hover,
.hvr\:c--extradrk-3:focus {
    color: #222733 !important
}

.bg--drkBrown {
    background-color: #1f1a1a !important
}

.c--drkBrown {
    color: #1f1a1a !important
}

.hvr\:bg--drkBrown:hover,
.hvr\:bg--drkBrown:focus {
    background-color: #1f1a1a !important
}

.hvr\:c--drkBrown:hover,
.hvr\:c--drkBrown:focus {
    color: #1f1a1a !important
}

.bg--cream {
    background-color: #f1f1f1 !important
}

.c--cream {
    color: #f1f1f1 !important
}

.hvr\:bg--cream:hover,
.hvr\:bg--cream:focus {
    background-color: #f1f1f1 !important
}

.hvr\:c--cream:hover,
.hvr\:c--cream:focus {
    color: #f1f1f1 !important
}

.bg--facebook {
    background-color: #1877f2 !important
}

.c--facebook {
    color: #1877f2 !important
}

.hvr\:bg--facebook:hover,
.hvr\:bg--facebook:focus {
    background-color: #1877f2 !important
}

.hvr\:c--facebook:hover,
.hvr\:c--facebook:focus {
    color: #1877f2 !important
}

.bg--twitter {
    background-color: #1da1f2 !important
}

.c--twitter {
    color: #1da1f2 !important
}

.hvr\:bg--twitter:hover,
.hvr\:bg--twitter:focus {
    background-color: #1da1f2 !important
}

.hvr\:c--twitter:hover,
.hvr\:c--twitter:focus {
    color: #1da1f2 !important
}

.bg--linkedin {
    background-color: #007bb5 !important
}

.c--linkedin {
    color: #007bb5 !important
}

.hvr\:bg--linkedin:hover,
.hvr\:bg--linkedin:focus {
    background-color: #007bb5 !important
}

.hvr\:c--linkedin:hover,
.hvr\:c--linkedin:focus {
    color: #007bb5 !important
}

.bg--vimeo {
    background-color: #1ab7ea !important
}

.c--vimeo {
    color: #1ab7ea !important
}

.hvr\:bg--vimeo:hover,
.hvr\:bg--vimeo:focus {
    background-color: #1ab7ea !important
}

.hvr\:c--vimeo:hover,
.hvr\:c--vimeo:focus {
    color: #1ab7ea !important
}

.bg--youtube {
    background-color: red !important
}

.c--youtube {
    color: red !important
}

.hvr\:bg--youtube:hover,
.hvr\:bg--youtube:focus {
    background-color: red !important
}

.hvr\:c--youtube:hover,
.hvr\:c--youtube:focus {
    color: red !important
}

.bg--dribbble {
    background-color: #ea4c89 !important
}

.c--dribbble {
    color: #ea4c89 !important
}

.hvr\:bg--dribbble:hover,
.hvr\:bg--dribbble:focus {
    background-color: #ea4c89 !important
}

.hvr\:c--dribbble:hover,
.hvr\:c--dribbble:focus {
    color: #ea4c89 !important
}

.bg--gradient {
    background: #e76332;
    background: linear-gradient(190deg, rgb(231, 99, 50) 0%, rgb(249, 182, 13) 100%)
}

.bg--gradient-2 {
    background: #ff544f;
    background: linear-gradient(45deg, rgb(255, 84, 79) 0%, rgb(255, 159, 67) 49%, rgb(250, 209, 39) 100%)
}

.bg--gradient-3 {
    background: #f19236;
    background: radial-gradient(circle, rgb(241, 146, 54) 0%, rgb(227, 59, 48) 100%)
}

.bg--gradient-4 {
    background: #ff966c;
    background: linear-gradient(135deg, #ff956c, #ff7a6d)
}

.bg--gradient-5 {
    background: #f78e72;
    background: linear-gradient(151deg, rgb(247, 142, 114) 0%, rgb(247, 152, 112) 29%, rgb(246, 127, 112) 65%)
}

.bg--gradient--blu-1 {
    background: #176be6;
    background: linear-gradient(53deg, rgb(23, 107, 230) 0%, rgb(0, 53, 247) 79%)
}

.hvr\:c--instagram:hover,
.hvr\:c--instagram:focus {
    color: rgba(0, 0, 0, 0);
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.m-0 {
    margin: 0 !important
}

.p-0.p-0.p-0.p-0 {
    padding: 0 !important
}

.ml-auto {
    margin-left: auto !important
}

.ml-0 {
    margin-left: 0 !important
}

.pl-0.pl-0.pl-0 {
    padding-left: 0 !important
}

.ml-1 {
    margin-left: 1rem !important
}

.pl-1 {
    padding-left: 1rem !important
}

.ml-2 {
    margin-left: 2rem !important
}

.pl-2 {
    padding-left: 2rem !important
}

.ml-3 {
    margin-left: 3rem !important
}

.pl-3 {
    padding-left: 3rem !important
}

.mr-auto {
    margin-right: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

.pr-0.pr-0.pr-0 {
    padding-right: 0 !important
}

.mr-1 {
    margin-right: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.mr-2 {
    margin-right: 2rem !important
}

.pr-2 {
    padding-right: 2rem !important
}

.mr-3 {
    margin-right: 3rem !important
}

.pr-3 {
    padding-right: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.pt-0.pt-0.pt-0 {
    padding-top: 0 !important
}

.mt-1 {
    margin-top: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.pt-2 {
    padding-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.pt-3 {
    padding-top: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-0.pb-0.pb-0 {
    padding-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.pb-2 {
    padding-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.pb-3 {
    padding-bottom: 3rem !important
}

.bl-0 {
    border-left: none !important
}

.br-0 {
    border-right: none !important
}

.bt-0 {
    border-top: none !important
}

.bb-0 {
    border-bottom: none !important
}

.hvr\:b-0:hover {
    border-color: rgba(0, 0, 0, 0) !important
}

.ar-16\/9 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.ar-16\/9>* {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ar-16\/9>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ar-16\/9>*:not(img) {
    width: 100%;
    height: 100%
}

.ar-4\/3 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%
}

.ar-4\/3>* {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ar-4\/3>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ar-4\/3>*:not(img) {
    width: 100%;
    height: 100%
}

.ar-3\/4 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 133.33%
}

.ar-3\/4>* {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ar-3\/4>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.ar-3\/4>*:not(img) {
    width: 100%;
    height: 100%
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.cfix {
    clear: both
}

.cfix::after {
    display: block;
    content: "";
    clear: both
}

.va-top {
    vertical-align: top
}

.va-middle {
    vertical-align: middle
}

.va-bottom {
    vertical-align: bottom
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.mw-100p {
    max-width: 100%
}

.w-100 {
    width: 100%;
    flex: 0 0 100%
}

.w-100p {
    width: 100%
}

.w-50p {
    width: 50%
}

.w-1\/2 {
    width: 48% !important;
    flex: 0 0 48% !important
}

.fullH {
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
}

.rounded {
    border-radius: 50%
}

.radius-0 {
    border-radius: 0 !important
}

.colspan-2 {
    max-width: 100%;
    grid-column: 1/-1
}

.posiR {
    position: relative
}

.posiA {
    position: absolute
}

.posi-left {
    left: 0
}

.posi-top {
    top: 0
}

.posi-bottom {
    bottom: 0
}

.posi-right {
    right: 0
}

[class*=flow-root]>p {
    transform: translateY(-0.3em)
}

[class*=flow-root]>.dashed__list {
    transform: translateY(-0.3em)
}

.flow-rootx3>*+* {
    margin-top: .25rem
}

.flow-rootx2>*+* {
    margin-top: .5rem
}

.flow-rootx>*+* {
    margin-top: .75rem
}

.flow-root>*+* {
    margin-top: 1rem
}

.flow-rootX>*+* {
    margin-top: 1.25rem
}

.flow-rootX2>*+* {
    margin-top: 1.5rem
}

.flow-rootX3>*+* {
    margin-top: 1.75rem
}

.flow-rootX4>*+* {
    margin-top: 2rem
}

.flow-rootX5>*+* {
    margin-top: 2.5rem
}

.flow-rootX6>*+* {
    margin-top: 2.75rem
}

.flow-rootX7>*+* {
    margin-top: 3rem
}

.flow-rootX8>*+* {
    margin-top: 3.5rem
}

.img-hover-zoom {
    overflow: hidden
}

.img-hover-zoom img {
    -webkit-transition: 6s linear;
    transition: 6s linear
}

.img-hover-zoom:hover img {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.of-hidden {
    overflow: hidden
}

.filter--grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.c2as>*:not(:last-child) {
    margin-right: .5em
}

.c2a,
.c2a-arw {
    display: inline-grid;
    align-items: center;
    justify-content: center;
    grid-gap: .8em;
    gap: .8em;
    font-size: var(--c2a-fs, 0.98rem);
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease
}

.c2a svg,
.c2a-arw svg {
    width: var(--ico-size, 1em);
    transform: translateX(0);
    transition: all .2s ease
}

.c2a span>svg,
.c2a-arw span>svg {
    display: block
}

.c2a:hover svg,
.c2a-arw:hover svg {
    transform: translateX(10px)
}

.c2a.justify\:between,
.c2a-arw.justify\:between {
    justify-content: space-between
}

.c2a.justify\:around,
.c2a-arw.justify\:around {
    justify-content: space-around
}

.c2a-arw--TR {
    --ico-size: 1.5em
}

.c2a-arw--TR:hover svg {
    transform: translate(0.3em, -0.3em)
}

.c2a-arw--left:hover svg {
    transform: translateX(-10px)
}

.c2a--inline {
    grid-auto-flow: column
}

.c2a-arw--on-hvr svg {
    opacity: 0
}

.c2a-arw--on-hvr:hover svg {
    opacity: 1
}

.c2a-parent:hover .c2a-arw svg {
    opacity: 1;
    transform: translateX(10px)
}

.c2a-parent:hover .c2a-arw--left svg {
    opacity: 1;
    transform: translateX(-10px)
}

.c2a-parent:hover .c2a-arw--TR svg {
    transform: translate(0.3em, -0.3em)
}

.c2a {
    --c2a-fs: 0.98rem;
    padding: var(--btn-size, 0.6em 1.4em);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: var(--c2a-radius, 0.3em)
}

.c2a.outline {
    border-color: currentColor
}

.c2a.outline:hover,
.c2a.outline:focus {
    border-color: rgba(0, 0, 0, 0)
}

.c2a.hvr\:outline:hover,
.c2a.hvr\:outline:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: currentColor
}

.c2a.size\:expandedX {
    --c2a-fs: 1.15rem;
    --btn-size: 0.7em 2em
}

.c2a.radius\:expandedx {
    --c2a-radius: 0.2em
}

.c2a.radius\:expandedX {
    --c2a-radius: 1.2em
}

.c2a.radius\:expandedX2 {
    --c2a-radius: 2.2em
}

.c2a.case\:up {
    --c2a-fs: 0.88rem
}

.ico-rounded {
    width: 1.6em;
    height: 1.6em;
    padding: .45em .35em .45em .55em;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.ico-rounded svg {
    width: auto
}

.c2a-underline {
    display: inline-block;
    font-size: var(--c2a-fs);
    line-height: 1;
    padding-bottom: .4em;
    position: relative
}

.c2a-underline::before,
.c2a-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
    overflow: hidden;
    transition: .3s
}

.c2a-underline::before {
    width: 100%;
    left: 0
}

.c2a-underline::after {
    width: 0;
    right: 0
}

.c2a-underline:hover::before {
    width: 0;
    left: auto;
    right: 0
}

.c2a-underline:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    transition-delay: .35s
}

.c2a-video {
    width: 3rem;
    display: inline-block
}

.c2a-text {
    color: #0035f5;
    font-weight: 600;
    position: relative;
    display: inline-block
}

.c2a-text:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s
}

.c2a-text:hover:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #0035f5;
    opacity: 1;
    position: absolute;
    bottom: 3px;
    left: 0;
    transition: .3s
}

.btn {
    font-size: 1.125rem;
    transition: .3s;
    display: inline-block;
    font-family: "Gotham-Book"
}

@media(max-width: 1260px) {
    .btn {
        font-size: 1rem
    }
}

.form-style {
    --frmBorder: #cdcdcd;
    --frmFieldClr: #323232;
    --initHeight: 8em;
    font-size: .88rem
}

.form-style.white__theme {
    --frmFocusBorder: #fff
}

.form-style.d-flex .form-element {
    margin-right: 1.5rem;
    border-radius: .3em;
    position: relative
}

.form-style:not(.d-flex) .form-element {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    border-radius: .3em;
    margin-bottom: 35px
}

.form-style:not(.d-flex) .form-element.has-value .form-label {
    font-size: 14px;
    top: 1em;
    left: 1.5em;
    opacity: .7 !important
}

.form-style .form-label {
    position: absolute;
    top: 1.4em;
    left: 1.3em;
    font-size: 98%;
    pointer-events: none;
    line-height: normal;
    will-change: top, font-size;
    transition: .2s ease
}

.form-style .form-field {
    width: 100%;
    background-color: var(--frmFieldBgClr, transparent);
    color: var(--frmFieldClr);
    font-size: inherit;
    border-radius: inherit;
    line-height: normal;
    resize: none;
    border: 2px solid var(--frmBorder)
}

.form-style .form-field:not(.with-placeholder) {
    padding: 2em var(--padding-right, 1.2em) .6em 1.2em
}

.form-style .form-field.with-placeholder {
    padding: 1.2em var(--padding-right, 1.2em) 1.2em 1.2em
}

.form-style .form-field:focus {
    border-color: var(--frmFocusBorder, #000)
}

.form-style select.form-field {
    --padding-right: 2.5em
}

.form-style textarea.form-field {
    height: var(--initHeight);
    line-height: 1.65
}

.form-style textarea.form-field~.form-label {
    top: 1.4em !important
}

.form-style textarea.form-field:not(.with-placeholder) {
    padding-top: 2.6em
}

.form-style .form-select::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 1rem;
    top: 38%;
    transform: rotate(45deg);
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    pointer-events: none
}

.form-style .form-checkbox label {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .8em;
    cursor: pointer;
    line-height: normal
}

.form-style .form-checkbox .checkmark {
    height: 1.2em;
    width: 1.2em;
    background-color: rgba(0, 0, 0, 0);
    border-radius: var(--frmRadius, 0.2em);
    border: 1px solid var(--frmBorderClr, #9e9e9e);
    position: relative
}

.form-style .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    top: .21em;
    left: .19em;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: rotate(-45deg)
}

.form-style .form-checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0
}

.form-style .form-checkbox input:checked~.checkmark {
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
    background-color: #fdd008;
    border-color: #fdd008
}

.form-style .form-checkbox input:checked~.checkmark::after {
    width: .7em;
    height: .4em;
    border-color: #000
}

.digit-group {
    height: 45px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--frm-border);
    gap: 20px;
    position: relative
}

.digit-group input {
    width: 100%;
    border: none;
    text-align: center;
    font-weight: 600
}

.digit-group input::-webkit-input-placeholder {
    font-size: 0
}

.digit-group input:-moz-placeholder {
    font-size: 0
}

.digit-group input::-moz-placeholder {
    font-size: 0
}

.digit-group input:-ms-input-placeholder {
    font-size: 0
}

.digit-group input .placeholder {
    font-size: 0
}

.digit-group input:focus~.digit-group-label,
.digit-group input:not(:placeholder-shown)~.digit-group-label {
    opacity: 0
}

.digit-group .digit-group-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    pointer-events: none;
    will-change: top, font-size;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1)
    }
    33% {
        transform: scale(0.85)
    }
    100% {
        transform: scale(1)
    }
}

.form-style-2 {
    --frmBorder: #cdcdcd;
    --frmFieldClr: #323232;
    --initHeight: 8em;
    font-size: .88rem
}

.form-style-2.white__theme {
    --frmFocusBorder: #fff
}

.form-style-2.d-flex .form-element {
    margin-right: 1.5rem;
    border-radius: .3em;
    position: relative
}

.form-style-2:not(.d-flex) .form-element {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    border-radius: .3em;
    margin-bottom: 35px
}

.form-style-2:not(.d-flex) .form-element.has-value .form-label {
    font-size: 14px;
    top: 1em;
    opacity: .7 !important
}

.form-style-2:not(.d-flex) .form-element.has-value button {
    right: 1rem;
    transition: .3s
}

.form-style-2:not(.d-flex) .form-element button {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    cursor: pointer;
    transition: .3s
}

.form-style-2 .form-label {
    position: absolute;
    top: 1.2em;
    left: 2.4em;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(16px, 0.9375vw, 18px);
    pointer-events: none;
    line-height: normal;
    will-change: top, font-size;
    transition: .2s ease
}

.form-style-2 .form-field {
    width: 100%;
    background-color: var(--frmFieldBgClr, transparent);
    color: var(--frmFieldClr);
    font-size: inherit;
    border-radius: 5rem;
    line-height: normal;
    resize: none;
    border: 2px solid var(--frmBorder)
}

.form-style-2 .form-field:not(.with-placeholder) {
    padding: 2em var(--padding-right, 4.2em) .6em 2em
}

.form-style-2 .form-field:focus {
    border-color: var(--frmFocusBorder, #000)
}

.form-style .form-element.form-elementCaptcha {
    width: auto;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin: 0 24px 0 0;
    border: none
}

.form-style .form-element.form-elementCaptcha span:not(:last-child) {
    margin-right: 5px
}

.form-style .form-element.form-elementCaptcha span input[type=text] {
    width: 50px;
    height: 48px;
    outline: none;
    border: 1px solid #cdcdcd;
    padding: 0 3px;
    background: rgba(0, 0, 0, 0);
    margin-left: 1px;
    text-align: center;
    font-size: 14px;
    border-radius: .3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.form-style .form-element.form-elementCaptcha span b {
    color: red;
    margin-right: 3px
}

.form-style .form-element.form-elementCaptcha i.msg-error {
    left: auto;
    right: 0px
}

.form-style .form-icon {
    margin-top: .75em;
    margin-right: .5em
}

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
    opacity: 1 !important;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: var(--frmFieldClr) !important
}

.form-style input:-webkit-autofill~.form-label,
.form-style input:-webkit-autofill:hover~.form-label,
.form-style input:-webkit-autofill:focus~.form-label,
.form-style textarea:-webkit-autofill~.form-label,
.form-style textarea:-webkit-autofill:hover~.form-label,
.form-style textarea:-webkit-autofill:focus~.form-label,
.form-style select:-webkit-autofill~.form-label,
.form-style select:-webkit-autofill:hover~.form-label,
.form-style select:-webkit-autofill:focus~.form-label {
    top: .72em;
    font-size: 13px;
    opacity: .7 !important
}

.form-style input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

i.msg-error {
    position: absolute;
    top: 103%;
    left: 0;
    color: #e10303;
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    font-weight: normal
}

.sds-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999999999999;
    background-color: rgba(2, 74, 91, .9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.sds-modal.sds-modal-center {
    overflow: auto
}

.sds-modal.sds-modal-center .sds-modal-box {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    margin-bottom: 40px;
    opacity: 0;
    will-change: opacity, top;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear
}

.sds-modal.sds-modal-center .sds-modal-box.small {
    max-width: 450px
}

.sds-modal.sds-modal-center .sds-modal-box.small .sds-modal-content {
    padding: 30px
}

.sds-modal.sds-modal-center .sds-modal-box.small-2 {
    max-width: 400px
}

.sds-modal.sds-modal-center .sds-modal-box.small-2 .sds-modal-content {
    padding: 40px
}

@media(max-width: 580px) {
    .sds-modal.sds-modal-center .sds-modal-box.small-2 .sds-modal-content {
        padding: 20px
    }
}

.sds-modal.sds-modal-center.is-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.sds-modal.sds-modal-center.is-active .sds-modal-box {
    top: 40px;
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.sds-modal.sds-modal-side {
    overflow: hidden
}

.sds-modal.sds-modal-side .sds-modal-box {
    width: 900px;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    float: right;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear
}

.sds-modal.sds-modal-side.is-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.sds-modal.sds-modal-side.is-active .sds-modal-box {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1
}

.sds-modal-header {
    width: 100%;
    float: left;
    padding: 15px 30px;
    background-color: #024a5b;
    position: relative
}

.sds-modal-header h5 {
    width: auto;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.sds-modal-header .sds-modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: inline-block
}

.sds-modal-header .sds-modal-close::before,
.sds-modal-header .sds-modal-close::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0px
}

.sds-modal-header .sds-modal-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sds-modal-header .sds-modal-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sds-modal-content {
    width: 100%;
    float: left;
    padding: 30px 15px;
    background-color: #fff;
    min-height: 1px;
    position: relative
}

.sds-modal-content .sds-modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 15px;
    display: inline-block;
    opacity: .5
}

.sds-modal-content .sds-modal-close::before,
.sds-modal-content .sds-modal-close::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px
}

.sds-modal-content .sds-modal-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sds-modal-content .sds-modal-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sds-modal-content .btns-container {
    width: calc(100% + 30px);
    float: left;
    position: relative;
    left: -15px;
    bottom: -30px;
    padding: 15px;
    background: #e8e8e8
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Mid";
    src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/otham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal
}

.funnel_backArrow {
    padding: 30px 0;
    width: 100%
}

.funnel_backArrow a {
    font-size: 18px;
    color: #ea1828
}

.funnel_backArrow a svg {
    width: 24px;
    transition: .4s;
    margin-right: 5px
}

@media(max-width: 1366px) {
    .funnel_backArrow a svg {
        width: 20px
    }
}

@media(max-width: 767px) {
    .funnel_backArrow a svg {
        width: 18px
    }
}

.funnel_backArrow a:hover svg {
    transform: translateX(-5px)
}

@media(max-width: 1366px) {
    .funnel_backArrow a {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .funnel_backArrow a {
        font-size: 14px
    }
}

@media(max-width: 990px) {
    .funnel_backArrow {
        padding-top: 0
    }
}

@media(max-width: 500px) {
    .funnel_backArrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fstpplantxt {
    margin-bottom: 15px;
    font-family: "Gotham-Mid";
    font-size: 14.5px
}

@media(max-width: 575px) {
    .fstpplantxt {
        margin-bottom: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 108px;
        text-align: center;
        font-weight: 600;
        padding: 0 15px;
        font-size: 12px
    }
}

.fl_success,
.fl_error {
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px
}

.fl_success {
    border: 1px solid #48b84e;
    background-color: #f3fff4;
    color: #48b84e
}

.fl_error {
    border: 1px solid #cd0000;
    background-color: #ffe9e9;
    color: #cd0000
}

#countingelm {
    text-align: center;
    margin-top: 15px
}

#countingelm #counter {
    color: #ea1828;
    font-weight: 600
}

.box-rdio-grp {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(69px, 1fr));
    gap: 25px 9px
}

@media(max-width: 575px) {
    .box-rdio-grp {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px
    }
}

.box-rdio-grp>label {
    position: relative;
    cursor: pointer
}

.box-rdio-grp>label span {
    width: 100%;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 5PX;
    text-align: center;
    padding: 13px 0;
    display: block
}

.box-rdio-grp>label span em {
    font-style: normal;
    font-weight: 600
}

.box-rdio-grp>label .ex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: .5em
}

.box-rdio-grp>label .ex-info em {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    color: #2c8286;
    line-height: 1.4;
    font-weight: 500
}

.box-rdio-grp>label .ex-info em sup {
    font-size: inherit;
    top: 0
}

@media(max-width: 575px) {
    .box-rdio-grp>label .ex-info em {
        font-size: 14px;
        line-height: 1.6
    }
}

.box-rdio-grp>label .ex-info i {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    color: #2c8286;
    margin-top: 1px;
    margin-left: 2px;
    line-height: 1.3
}

.box-rdio-grp>label .ex-info i b {
    font-weight: inherit;
    font-size: 18px;
    margin-top: .1em;
    font-weight: 600;
    color: #ea1829;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .box-rdio-grp>label .ex-info i b {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    .box-rdio-grp>label .ex-info i {
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .box-rdio-grp>label .ex-info {
        justify-content: center
    }
}

.box-rdio-grp>label input {
    position: absolute;
    visibility: hidden
}

.box-rdio-grp>label input:checked~span {
    color: #fff;
    background-color: #48b84e;
    border-color: #48b84e
}

@media(max-width: 575px) {
    .box-rdio-grp>label:first-child,
    .box-rdio-grp>label:nth-child(2) {
        margin-bottom: 30px
    }
}

@media(max-width: 418px) {
    .box-rdio-grp>label:first-child,
    .box-rdio-grp>label:nth-child(2) {
        margin-bottom: 48px
    }
}

.fullH {
    height: 100% !important
}

.checkbox_group {
    margin-bottom: 65px;
    padding: 0 10px
}

.checkbox_group.parent-field-error {
    position: relative
}

.checkbox_group.parent-field-error::before {
    content: "";
    width: 97%;
    height: 103%;
    position: absolute;
    top: -2%;
    left: 3%;
    border: 1px solid #ea1828;
    pointer-events: none
}

@media(max-width: 580px) {
    .checkbox_group.parent-field-error::before {
        top: -1%;
        left: 0;
        height: 101%
    }
}

.checkbox_group .cbox_wrap {
    margin-bottom: 30px
}

.checkbox_group .cbox_container {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 600
}

@media(max-width: 760px) {
    .checkbox_group .cbox_container {
        font-size: 14px;
        line-height: 25px
    }
}

@media(max-width: 330px) {
    .checkbox_group .cbox_container {
        font-size: 12px;
        line-height: 21px
    }
}

.checkbox_group .cbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox_group .cbox_container input:checked~.checkmark {
    border-color: #024a5b !important
}

.checkbox_group .cbox_container input:checked~.checkmark:after {
    border-color: #024a5b !important
}

.checkbox_group .cbox_container .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px
}

.checkbox_group .cbox_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox_group .cbox_container input:checked~.checkmark:after {
    display: block
}

.checkbox_group .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.popover {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-block !important;
    border-radius: 50%;
    border: 1px solid #2762c3;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center
}

.popover img {
    max-height: 100%;
    float: left
}

.popover:hover {
    background-color: #2762c3
}

.popover:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.popover[data-direction=left]::before {
    content: attr(data-content);
    min-width: 384px;
    height: 64px;
    position: absolute;
    top: -25px;
    left: -23px;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 20px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #024a5b;
    font-weight: 400;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    border: 1px solid #024a5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px
}

.popover[data-direction=left]::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-color: #024a5b;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 33px;
    top: 2px
}

@media(max-width: 1100px) {
    .popover[data-direction=left]::before {
        min-width: 290px;
        height: auto;
        top: -35px
    }
}

@media(max-width: 990px) {
    .popover[data-direction=left]::before {
        min-width: 250px;
        left: -13px
    }
    .popover[data-direction=left]::after {
        width: 10px;
        height: 10px;
        right: 24px;
        top: 2px
    }
}

.popover[data-direction=top] {
    top: 4px
}

.popover[data-direction=top]::before {
    content: attr(data-content);
    width: 340px;
    position: absolute;
    bottom: 34px;
    left: 280px;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 20px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #024a5b;
    font-weight: 400;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    border: 1px solid #024a5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px
}

.popover[data-direction=top]::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-color: #024a5b;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    bottom: 28px
}

@media(max-width: 480px) {
    .popover[data-direction=top]::before {
        width: 250px;
        position: absolute;
        left: 195px
    }
}

.popover::before,
.popover::after {
    opacity: 0;
    pointer-events: none;
    z-index: 1
}

.popover:hover::before,
.popover:hover::after {
    opacity: 1
}

.parent-popover {
    position: relative
}

.label-popover,
.parent-popover {
    display: inline-flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.label-popover em,
.parent-popover em {
    display: inline-block;
    font-style: normal;
    font-weight: inherit
}

.label-popover .popover,
.parent-popover .popover {
    margin-top: 2px;
    position: static;
    vertical-align: text-bottom
}

.label-popover .popover::before,
.parent-popover .popover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    bottom: calc(100% + 2px) !important;
    left: 0 !important;
    background-color: #2762c3;
    color: #fff;
    border-color: #2762c3
}

.label-popover .popover::after,
.parent-popover .popover::after {
    display: none
}

.lbl-popover {
    display: inline-flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.lbl-popover em {
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    margin-right: 8px
}

.lbl-popover .popover {
    margin-top: 4px;
    position: static;
    vertical-align: text-bottom
}

.lbl-popover .popover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    top: 100%;
    bottom: auto !important;
    left: 0 !important;
    background-color: #024a5b;
    color: #fff
}

.lbl-popover .popover::after {
    display: none
}

.lhg_store--cart aside .checkbox_group .cbox_wrap:last-child .lbl-popover .popover::before {
    top: auto;
    bottom: calc(100% + 2px) !important
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    float: left
}

.row.col-equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap
}

.row.col-equal [class*=cell-]>* {
    height: 100%
}

[class*=cell-] {
    padding-right: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    float: left;
    box-sizing: border-box
}

.cell-12 {
    width: 100%
}

.cell-11 {
    width: 91.66666667%
}

.cell-10 {
    width: 83.33333333%
}

.cell-9 {
    width: 75%
}

.cell-8 {
    width: 66.66666667%
}

.cell-7 {
    width: 58.33333333%
}

.cell-6 {
    width: 50%
}

.cell-5 {
    width: 41.66666667%
}

.cell-4 {
    width: 33.33333333%
}

.cell-3 {
    width: 25%
}

.cell-2 {
    width: 16.66666667%
}

.cell-1 {
    width: 8.33333333%
}

@media(min-width: 575px) {
    .cell-desk-auto {
        width: auto
    }
    .cell-desk-6 {
        width: 50%
    }
    .cell-desk-7 {
        width: 48%
    }
    .cell-desk-5 {
        width: 40%
    }
    .cell-desk-4 {
        width: 33.33333333%
    }
    .cell-desk-3 {
        width: 30%
    }
    .cell-desk-2 {
        width: 20%
    }
    .cell-desk-2-new {
        width: 22%
    }
    .cell-desk-8 {
        width: 66.66666667%
    }
    .cell-desk-single {
        width: 64%
    }
}

@media(max-width: 1260px) {
    .cell-desk-single {
        width: 100%
    }
}

@media(max-width: 575px) {
    .cell-tab-single {
        width: 100%
    }
    .cell-auto {
        width: 100%
    }
    .cell-auto:not(.fRight) {
        padding-bottom: 20px !important
    }
}

.form-style [class*=cell-] {
    margin-bottom: 0px !important
}

.btn {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 25px;
    border-radius: 50px;
    cursor: pointer
}

.btn svg {
    width: 24px;
    transition: .4s
}

.btn.btn-green {
    background-color: #48b84e;
    color: #fff
}

.btn.btn-dgreen {
    background-color: #278388;
    color: #fff
}

.btn.btn-dgreen:hover {
    background-color: #ea1828
}

.btn.arrow-right svg {
    margin-left: 5px
}

.btn.arrow-right:hover svg {
    transform: translateX(10px)
}

.btn.arrow-rightB svg {
    margin-left: 5px
}

.btn.arrow-rightB:hover svg {
    transform: translateX(10px);
    filter: invert(1)
}

.btn.btn-border {
    color: #000;
    border: 1px solid #000;
    text-align: center
}

.btn.btn-border:hover {
    background-color: #ea1828;
    border-color: #ea1828;
    color: #fff
}

.btn.arrow-left svg {
    margin-right: 5px
}

.btn.arrow-left:hover svg {
    transform: translateX(-10px);
    filter: invert(1)
}

@media(max-width: 767px) {
    .btn {
        padding: 12px 22px
    }
}

@media(max-width: 500px) {
    .btn {
        width: 100%
    }
    .custom-btn {
    align-items: center !important;
}
}

body {
    overflow-x: hidden
}

.main-container {
    max-width: 1500px !important;
    padding: 0 15px;
    margin: auto
}

.title {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.title figure {
    margin-right: 10px
}

@media(max-width: 1366px) {
    .title figure img {
        max-height: 34px
    }
}

@media(max-width: 398px) {
    .title figure img {
        max-height: 28px
    }
}

@media(max-width: 1366px) {
    .title {
        font-size: 18px
    }
}

@media(max-width: 500px) {
    .title {
        justify-content: center
    }
}

@media(max-width: 398px) {
    .title {
        font-size: 16px
    }
}

.liberty_funnel_hdr {
    padding: 13px 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.liberty_funnel_hdr .lhg-logo {
    width: 185px;
    display: inline-block
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .lhg-logo {
        width: 150px
    }
}

@media(max-width: 500px) {
    .liberty_funnel_hdr .lhg-logo {
        width: auto
    }
}

@media(max-width: 500px) {
    .liberty_funnel_hdr .d-logo {
        display: none
    }
}

.liberty_funnel_hdr .m-logo {
    width: 50px
}

@media(min-width: 501px) {
    .liberty_funnel_hdr .m-logo {
        display: none
    }
}

.liberty_funnel_hdr .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.liberty_funnel_hdr .liberty_funnel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.liberty_funnel_hdr .liberty_funnel-nav .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child) {
    margin-right: 15px;
    padding-right: 32px;
    position: relative
}

.liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child):after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #024a5b;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 990px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child):after {
        transform: none;
        top: 22px;
        background-color: #000
    }
}

@media(max-width: 397px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child):after {
        top: 18px
    }
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child) {
        padding-right: 20px
    }
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child) {
        padding-right: 18px;
        margin-right: 9px
    }
}

@media(max-width: 397px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps:not(:last-child) {
        padding-right: 14px;
        margin-right: 2px
    }
}

.liberty_funnel_hdr .liberty_funnel-nav .steps figure {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #024a5b;
    padding: 8px;
    margin-right: 10px
}

.liberty_funnel_hdr .liberty_funnel-nav .steps figure img {
    filter: invert(1)
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps figure {
        width: 36px;
        height: 36px;
        flex: 0 0 36px
    }
}

@media(max-width: 990px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps figure {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        margin-right: 0;
        margin-bottom: 8px
    }
}

@media(max-width: 397px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps figure {
        width: 35px;
        height: 35px;
        flex: 0 0 35px
    }
}

.liberty_funnel_hdr .liberty_funnel-nav .steps.actv {
    font-weight: 600;
    color: #48b84e
}

.liberty_funnel_hdr .liberty_funnel-nav .steps.actv figure {
    background-color: #48b84e
}

.liberty_funnel_hdr .liberty_funnel-nav .steps.actv:after {
    background-color: #48b84e
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 13px
    }
}

@media(max-width: 990px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1
    }
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 12px
    }
}

@media(max-width: 397px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 10px
    }
}
@media(max-width: 340px) {
    .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 9px
    }
}

@media(max-width: 990px) {
    .liberty_funnel_hdr .liberty_funnel-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 15px
    }
    .liberty_funnel_hdr .liberty_funnel-nav:after {
        content: "";
        width: 100%;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(#e9e9e9, #fff)
    }
}

.liberty_funnel_hdr .lhg-help {
    font-size: 25px;
    font-weight: 600;
    color: #024a5b;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.liberty_funnel_hdr .lhg-help:hover {
    color: #ea1828
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .lhg-help {
        font-size: 18px
    }
}

@media(max-width: 500px) {
    .liberty_funnel_hdr .lhg-help {
        font-size: 16px
    }
}

.liberty_funnel_hdr .lhg-help svg {
    width: 44px;
    height: 44px;
    margin-right: 8px
}

@media(max-width: 1200px) {
    .liberty_funnel_hdr .lhg-help svg {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 500px) {
    .liberty_funnel_hdr {
        padding: 10px 0
    }
}

@media(max-width: 500px) {
    .liberty_funnel_hdr.funnel_hdr_mob .liberty_funnel-nav .steps:first-child {
        /*margin: 0;
        padding: 0*/
            padding-right: 18px;
    margin-right: 9px;
    }
    .liberty_funnel_hdr.funnel_hdr_mob .liberty_funnel-nav .steps:first-child:after {
        display: none
    }
}

@media(max-width: 500px) {
    /*.liberty_funnel_hdr.funnel_hdr_mob .liberty_funnel-nav .steps:not(:first-child) {
        display: none
    }*/

}

.pg__funnel {
    margin-top: 77px;
    position: relative;
    box-shadow: inset 0px 4px 11px -6px rgba(183, 183, 183, .8196078431)
}

.pg__funnel.pgFullH {
    min-height: calc(100vh - var(--headerHeight))
}

@media(max-width: 990px) {
    .pg__funnel.pgFullH {
        min-height: auto
    }
}

@media(max-width: 1200px) {
    .pg__funnel {
        margin-top: 67px
    }
}

@media(max-width: 990px) {
    .pg__funnel {
        margin-top: 250px;
        box-shadow: none
    }
}

@media(max-width: 397px) {
    .pg__funnel {
        margin-top: 186px
    }
}

.lhg-funnel--welcome article.article_left,
.lhg-funnel--your-home article.article_left {
    width: calc(54% + 5px);
    margin-left: -5px;
    float: left
}

.lhg-funnel--welcome article.article_left .artical_inner,
.lhg-funnel--your-home article.article_left .artical_inner {
    width: 100%;
    padding: 40px 116px 40px 5px;
    height: calc(100vh - 167px);
    overflow-y: auto
}

@media(max-width: 1440px) {
    .lhg-funnel--welcome article.article_left .artical_inner,
    .lhg-funnel--your-home article.article_left .artical_inner {
        padding: 40px 70px 40px 5px
    }
}

@media(max-width: 1300px) {
    .lhg-funnel--welcome article.article_left .artical_inner,
    .lhg-funnel--your-home article.article_left .artical_inner {
        padding: 40px 30px 40px 5px
    }
}

@media(max-width: 990px) {
    .lhg-funnel--welcome article.article_left .artical_inner,
    .lhg-funnel--your-home article.article_left .artical_inner {
        width: 100%;
        height: auto !important;
        padding: 0;
        overflow-y: visible
    }
}

@media(max-width: 990px) {
    .lhg-funnel--welcome article.article_left,
    .lhg-funnel--your-home article.article_left {
        width: 100%;
        height: auto;
        padding: 0 0 40px;
        overflow-y: visible;
        margin-left: 0
    }
}

.lhg-funnel--welcome figure.figure_rightelement,
.lhg-funnel--your-home figure.figure_rightelement {
    width: 47%;
    height: calc(100vh - var(--headerHeight));
    position: fixed;
    top: var(--headerHeight);
    right: 0;
    z-index: 1;
    background-color: #fff;
    float: right;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.lhg-funnel--welcome figure.figure_rightelement .unw,
.lhg-funnel--your-home figure.figure_rightelement .unw {
    width: 20%;
    position: absolute;
    right: 20px;
    top: 20px
}

.lhg-funnel--welcome figure.figure_rightelement .unw img,
.lhg-funnel--your-home figure.figure_rightelement .unw img {
    width: 100%
}

@media(max-width: 1280px) {
    .lhg-funnel--welcome figure.figure_rightelement .unw,
    .lhg-funnel--your-home figure.figure_rightelement .unw {
        width: 27%
    }
}

.lhg-funnel--welcome figure.figure_rightelement .bbbbadg,
.lhg-funnel--your-home figure.figure_rightelement .bbbbadg {
    position: absolute;
    left: 20px;
    top: 20px
}

@media(max-width: 1500px) {
    .lhg-funnel--welcome figure.figure_rightelement .bbbbadg,
    .lhg-funnel--your-home figure.figure_rightelement .bbbbadg {
        width: 100px
    }
}

@media(max-width: 990px) {
    .lhg-funnel--welcome figure.figure_rightelement,
    .lhg-funnel--your-home figure.figure_rightelement {
        display: none
    }
}

.lhg-funnel--welcome .main-container {
    max-width: 100% !important
}

.lhg-funnel--welcome .article_left {
    width: calc(53% + 6px) !important
}

.lhg-funnel--welcome .article_left .artical_inner {
    padding: 40px 116px 40px 100px !important
}

@media(max-width: 1440px) {
    .lhg-funnel--welcome .article_left .artical_inner {
        padding: 40px 70px 40px 54px !important
    }
}

@media(max-width: 1440px) {
    .lhg-funnel--welcome .article_left .artical_inner {
        padding: 40px 30px 40px 14px !important
    }
}

@media(max-width: 990px) {
    .lhg-funnel--welcome .article_left .artical_inner {
        padding: 0 !important
    }
}

@media(max-width: 990px) {
    .lhg-funnel--welcome .article_left {
        width: 100% !important;
        margin-left: 0 !important
    }
}

.lhg-funnel--welcome .artical_inner {
    height: calc(100vh - var(--headerHeight)) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.lhg-funnel--welcome .artical_inner .inner_center {
    float: left;
    width: 100%
}

@media(max-width: 990px) {
    .lhg-funnel--welcome .artical_inner {
        height: auto;
        display: block
    }
}

.lhg-funnel--welcome .artical_inner .inner_center {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.lhg-funnel--welcome .artical_inner .inner_center .fine_print {
    margin-top: 30px
}

.lhg-funnel--welcome .artical_inner .inner_center .fine_print .desc {
    font-size: 13px
}

.lhg-funnel--welcome .artical_inner .inner_center .fine_print .desc a {
    color: blue
}

.lhg-funnel--welcome .artical_inner .inner_center .fine_print .desc a:hover {
    color: #ea1828
}

.lhg-funnel--your-home .article.article_left .artical_inner {
    height: calc(100vh - 157px)
}

.lhg-funnel--your-home .figure_rightelement {
    background-image: url(../images/map.jpeg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover
}

.map_fieldset {
    border-radius: 5px;
    overflow: hidden;
    background-image: url(../images/map.jpeg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 200px;
    margin-bottom: 30px
}

@media(min-width: 991px) {
    .map_fieldset {
        display: none
    }
}

.sp {
    text-align: center;
    margin-top: 22px
}

.pg__funnel.lhg-funnel--welcome article.article_left .title {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pg__funnel.lhg-funnel--welcome article.article_left .title span {
    color: #48b84e;
    font-weight: 600
}

@media(max-width: 374px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title span {
        display: block
    }
}

@media(max-width: 990px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title {
        font-size: 18px
    }
}

@media(max-width: 398px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title {
        font-size: 16px
    }
}

@media(max-width: 374px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title {
        display: block !important;
        line-height: 1.4
    }
}

.pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper {
    margin-bottom: 40px
}

.pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper figure {
    text-align: center;
    margin-bottom: 7px
}

.pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper figure img {
    width: 48px
}

@media(max-width: 990px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper figure img {
        width: 34px
    }
}

@media(max-width: 374px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper figure img {
        width: 48px
    }
}

@media(max-width: 990px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper figure {
        margin-bottom: 0;
        margin-right: 8px
    }
}

@media(max-width: 374px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper figure {
        margin-bottom: 8px;
        margin-right: 0
    }
}

@media(max-width: 990px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px
    }
}

@media(max-width: 374px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .title_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.pg__funnel.lhg-funnel--welcome article.article_left .select_property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.pg__funnel.lhg-funnel--welcome article.article_left .select_property p {
    font-size: 16px
}

@media(max-width: 500px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .select_property p {
        font-size: 14px
    }
}

.pg__funnel.lhg-funnel--welcome article.article_left .select_property .selet_p {
    border: 1px solid #acacac;
    margin-left: 90px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 26px;
    background-image: url(../images/expand.svg)
}

@media(max-width: 1222px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .select_property .selet_p {
        margin-left: 20px
    }
}

.pg__funnel.lhg-funnel--welcome article.article_left .select_property select {
    min-height: 50px;
    width: 88px;
    padding: 11px 25px 11px 18px
}

.pg__funnel.lhg-funnel--welcome article.article_left .btn {
    padding-left: 34px
}

@media(max-width: 500px) {
    .pg__funnel.lhg-funnel--welcome article.article_left .top .title {
        font-size: 15px
    }
}

.pg__funnel .btns-container.step2btncontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

@media(max-width: 500px) {
    .pg__funnel .btns-container.step2btncontainer {
        flex-wrap: wrap
    }
    .pg__funnel .btns-container.step2btncontainer .btn:not(:last-child) {
        margin-bottom: 12px
    }
}

.form-style .form-element {
    border: 1px solid #acacac;
    position: relative
}

.form-style .form-element:after {
    content: "";
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    filter: grayscale(1);
    opacity: .7
}

@media(max-width: 500px) {
    .form-style .form-element:after {
        width: 22px;
        height: 22px;
        right: 10px;
        opacity: .5
    }
}

.form-style .form-element.nm_i:after {
    background-image: url(../images/user.svg)
}

.form-style .form-element.eml_i:after {
    background-image: url(../images/mail.svg)
}

.form-style .form-element.phn_i:after {
    background-image: url(../images/phone.svg)
}

.form-style .form-element.add_i:after {
    background-image: url(../images/home.svg)
}

.form-style .form-element.zip_i:after {
    background-image: url(../images/zip.svg)
}

.form-style .form-element.state_i:after {
    background-image: url(../images/earth.svg)
}

.form-style .form-element.city_i:after {
    background-image: url(../images/locationcheck.svg)
}

.form-style .form-element.pa_i:after {
    background-image: url(../images/money.svg)
}

.form-style .form-element.cexp_i:after {
    background-image: url(../images/calendar.svg)
}

.form-style .form-element .form-field {
    min-height: 60px;
    border: none;
    color: #000 !important;
    padding-right: 60px
}
.form-style .form-element .form-label {
    top: 0.8em !important;
}

@media(max-width: 767px) {
    .form-style .form-element .form-field {
        min-height: 50px;
        padding-top: 1.7em
    }
}

@media(max-width: 500px) {
    .form-style .form-element .form-field {
        padding-right: 40px;
        padding-left: 1em !important
    }
}

.form-style .form-element .form-label {
    
    font-size: 14px
}

@media(max-width: 767px) {
    .form-style .form-element .form-label {
        top: 1.2em !important
    }
}

@media(max-width: 500px) {
    .form-style .form-element .form-label {
        font-size: 13px;
        top: 1.3em !important;
        left: 1em
    }
}

.form-style .form-element.has-value {
    border-color: #024a5b;
    background-color: #f8ffff;
    font-size: 14px
}

.form-style .form-element.has-value:after {
    filter: none;
    opacity: 1
}

.form-style .form-element.has-value .form-label {
    left: 1.2em !important;
    font-size: 12px !important;
    top: 1em !important
}

@media(max-width: 767px) {
    .form-style .form-element.has-value .form-label {
        top: .7em !important
    }
}

.form-style .form-element.has-value .form-field[disabled],
.form-style .form-element.has-value .form-field.disabled {
    -webkit-text-fill-color: #747474 !important;
    pointer-events: visible
}

.form-style .errorwrap.mtminus {
    margin-top: -23px;
    margin-bottom: 10px !important
}

.form-style .errorwrap .msg-error {
    color: #e10303;
    font-size: 12px;
    line-height: 1.6;
    font-style: normal;
    font-weight: normal
}

.property-type-rdio {
    border: 1px solid rgba(0, 0, 0, 0);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px 10px;
    padding-bottom: 37px
}

.property-type-rdio.parent-field-error {
    position: relative
}

.property-type-rdio.parent-field-error:after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    bottom: -5px;
    border: 1px solid #ea1828;
    pointer-events: none
}

.property-type-rdio i.msg-error {
    left: 267%;
    transform: translateX(-50%);
    width: 185px;
    text-align: center;
    top: calc(146% + 5px)
}

@media(max-width: 1088px) {
    .property-type-rdio i.msg-error {
        top: calc(134% + 5px)
    }
}

@media(max-width: 500px) {
    .property-type-rdio i.msg-error {
        top: calc(275% + 5px);
        left: 157%
    }
}

@media(max-width: 450px) {
    .property-type-rdio i.msg-error {
        top: calc(327% + 5px);
        left: 104%
    }
}

.property-type-rdio label {
    position: relative;
    cursor: pointer
}

.property-type-rdio label input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.property-type-rdio label input[type=radio]:checked~figure {
    background-color: #ecf7fa
}

.property-type-rdio label figure {
    text-align: center;
    line-height: normal;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 15px 10px;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.property-type-rdio label figure img {
    max-height: 59px
}

@media(max-width: 450px) {
    .property-type-rdio label figure {
        flex-direction: column
    }
}

.property-type-rdio label figcaption {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    color: #000;
    font-size: 14px;
    text-align: center
}

@media(max-width: 1088px) {
    .property-type-rdio label figcaption {
        bottom: -22px;
        font-size: 12px
    }
}

@media(max-width: 450px) {
    .property-type-rdio label figcaption {
        position: static;
        font-size: 14px;
        margin-top: 15px
    }
}

.property-type-rdio label svg {
    max-width: 100%;
    height: auto !important
}

@media(max-width: 450px) {
    .property-type-rdio label:last-child {
        grid-column: span 2
    }
}

@media(max-width: 1088px) {
    .property-type-rdio {
        padding-bottom: 26px
    }
}

@media(max-width: 500px) {
    .property-type-rdio {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 450px) {
    .property-type-rdio {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        padding-bottom: 0
    }
}

.property_rdowrapFset {
    margin-top: 40px
}

.property-size-rdio {
    width: 100%;
    float: left;
    border: 1px solid #c8c8c8;
    border-radius: 50px
}

.property-size-rdio i.msg-error {
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.property-size-rdio label {
    width: 50%;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.property-size-rdio label:last-child {
    border-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.property-size-rdio label:last-child span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

@media(max-width: 402px) {
    .property-size-rdio label:last-child span {
        border-radius: 50px
    }
}

.property-size-rdio label:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 1px solid #c8c8c8
}

.property-size-rdio label:first-child span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

@media(max-width: 402px) {
    .property-size-rdio label:first-child span {
        border-radius: 50px
    }
}

@media(max-width: 402px) {
    .property-size-rdio label:first-child {
        margin-bottom: 15px
    }
}

.property-size-rdio label input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.property-size-rdio label input[type=radio]:checked~span {
    background-color: #2c8185;
    color: #fff
}

.property-size-rdio label input[type=radio]:checked~span img {
    filter: brightness(0) invert(1)
}

.property-size-rdio label span {
    display: block;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    line-height: 34px;
    padding: .8em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.property-size-rdio label span figure {
    margin-right: 10px
}

.property-size-rdio label span figure img {
    height: 28px
}

@media(max-width: 1088px) {
    .property-size-rdio label span figure img {
        height: 24px
    }
}

@media(max-width: 475px) {
    .property-size-rdio label span figure img {
        height: 22px
    }
}

@media(max-width: 475px) {
    .property-size-rdio label span figure {
        margin-right: 7px
    }
}

@media(max-width: 1088px) {
    .property-size-rdio label span {
        font-size: 14px;
        line-height: 26px
    }
}

.property-size-rdio label span br {
    display: none
}

@media(max-width: 475px) {
    .property-size-rdio label span {
        font-size: 13px;
        padding: .8em .7em
    }
}

@media(max-width: 450px) {
    .property-size-rdio label span {
        padding: .8em .8em
    }
}

@media(max-width: 402px) {
    .property-size-rdio label {
        width: 100%;
        border: 1px solid #c8c8c8 !important;
        border-radius: 50px !important
    }
}

@media(max-width: 665px) {
    .property-size-rdio {
        width: 100%
    }
}

.property-size-rdio .psize {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center
}

@media(max-width: 760px) {
    .property-size-rdio .psize {
        font-size: 15px
    }
}

.property-size-rdio.parent-field-error {
    position: relative
}

.property-size-rdio.parent-field-error:after {
    content: "";
    width: calc(100% + 10px);
    border-radius: 50px;
    height: calc(100% + 10px);
    border: 1px solid #ea1828;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%)
}

@media(max-width: 402px) {
    .property-size-rdio.parent-field-error:after {
        border-radius: 27px
    }
}

.property-size-rdio.parent-field-error i.msg-error {
    top: calc(105% + 5px)
}

@media(max-width: 402px) {
    .property-size-rdio.parent-field-error i.msg-error {
        top: calc(242% + 5px);
        left: 50%
    }
}

@media(max-width: 402px) {
    .property-size-rdio {
        border: none;
        border-radius: 0
    }
}

.coverageplansection {
    padding: 50px 0;
    padding-top: 0
}

.coverageplansection .title_wrapper .title {
    margin-bottom: 0
}

@media(max-width: 1048px) {
    .coverageplansection .title_wrapper .title {
        margin-bottom: 20px
    }
}

@media(max-width: 500px) {
    .coverageplansection .title_wrapper .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 990px) {
    .coverageplansection {
        padding-top: 0
    }
}

.plan-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -33px;
    margin-bottom: 10px
}

.plan-switch p {
    font-size: 16px;
    color: #000
}

.plan-switch p.mp {
    font-weight: 600
}

.plan-switch p.yp span {
    color: #2b8185
}

@media(max-width: 500px) {
    .plan-switch p {
        font-size: 13px
    }
}

@media(max-width: 430px) {
    .plan-switch p .monthfree {
        display: block
    }
}

@media(max-width: 430px) {
    .plan-switch p {
        line-height: 1.4
    }
}

.plan-switch label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0 9px
}

.plan-switch label span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdcdc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px
}

.plan-switch label span::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #2b8185;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.plan-switch label input {
    opacity: 0;
    width: 0;
    height: 0
}

.plan-switch label input:checked+span {
    background-color: #ea1828
}

.plan-switch label input:checked+span:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    background-color: #fff
}

@media(max-width: 1048px) {
    .plan-switch {
        margin-top: 0px
    }
}

.plan_containerwrapper {
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.plan_containerwrapper .plan-container {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(229, 229, 229, .6588235294);
    position: relative
}

.plan_containerwrapper .plan-container .best-plan-tag {
    background-color: #ea1828;
    color: #fff;
    padding: 8px 0;
    flex: 0 0 145px;
    width: 145px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    right: -30px;
    top: 35px;
    transform: rotate(-90deg)
}

.plan_containerwrapper .plan-container .best-plan-tag:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 9px solid #a81d26;
    border-right: 17px solid rgba(0, 0, 0, 0);
    top: -9px;
    right: 0px;
    position: absolute
}

@media(max-width: 1560px) {
    .plan_containerwrapper .plan-container .best-plan-tag {
        top: 36px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .best-plan-tag {
        right: auto;
        left: -30px
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper .plan-container .best-plan-tag {
        flex: 0 0 114px;
        width: 114px;
        top: 21px;
        left: -17px;
        font-size: 12px
    }
}

.plan_containerwrapper .plan-container .plan-rdio-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.plan_containerwrapper .plan-container .plan_top {
    position: relative;
    margin-top: -130px;
    text-align: center
}

.plan_containerwrapper .plan-container .plan_top .plan-name {
    font-size: 20px;
    font-weight: 600;
    color: #024a5b;
    margin-top: 20px
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .plan_top .plan-name {
        text-align: left
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper .plan-container .plan_top .plan-name {
        font-size: 17px
    }
}

@media(max-width: 1366px) {
    .plan_containerwrapper .plan-container .plan_top .plan-icon img {
        max-height: 150px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .plan_top .plan-icon img {
        max-height: none
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper .plan-container .plan_top .plan-icon img {
        max-height: 150px
    }
}

@media(max-width: 1366px) {
    .plan_containerwrapper .plan-container .plan_top {
        margin-top: -98px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .plan_top {
        margin-top: -130px
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper .plan-container .plan_top {
        margin-top: -98px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .pl_dropelem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: flex-end;
        -moz-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end
    }
}

.plan_containerwrapper .plan-container .pl_dropelem .smslelement {
    position: relative
}

@media(min-width: 701px) {
    .plan_containerwrapper .plan-container .pl_dropelem .smslelement {
        display: none
    }
}

.plan_containerwrapper .plan-container .pl_dropelem .smslelement:before {
    content: "+ See more";
    color: #ea1828;
    font-weight: 600
}

.plan_containerwrapper .plan-container .price_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.plan_containerwrapper .plan-container .price_list p {
    font-size: 20px;
    font-weight: 600;
    color: #48b84e
}

.plan_containerwrapper .plan-container .price_list p sup {
    top: 0;
    font-size: inherit
}

.plan_containerwrapper .plan-container .price_list p.normal-plan-price {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 400
}

.plan_containerwrapper .plan-container .price_list p.normal-plan-price span {
    text-decoration: line-through
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .price_list p.normal-plan-price {
        font-size: 14px
    }
}

@media(max-width: 410px) {
    .plan_containerwrapper .plan-container .price_list p.normal-plan-price {
        margin-left: 0;
        width: 100%;
        text-align: left
    }
}

@media(max-width: 1560px) {
    .plan_containerwrapper .plan-container .price_list p {
        font-size: 18px
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper .plan-container .price_list p {
        font-size: 15px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .price_list {
        align-items: flex-start
    }
}

@media(max-width: 410px) {
    .plan_containerwrapper .plan-container .price_list {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.plan_containerwrapper .plan-container .btns-container {
    margin: 20px 0
}

@media(max-width: 1560px) {
    .plan_containerwrapper .plan-container .btns-container .btn {
        padding: 10px 20px
    }
}

@media(max-width: 500px) {
    .plan_containerwrapper .plan-container .btns-container .btn {
        width: auto;
        padding: 8px 25px
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper .plan-container .btns-container .btn {
        font-size: 14px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .btns-container {
        margin: 20px 0 0
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container .plan-desc {
        display: none
    }
}

.plan_containerwrapper .plan-container .plan-desc ul {
    list-style: none
}

.plan_containerwrapper .plan-container .plan-desc ul li {
    padding: 8px 26px 8px 20px;
    font-size: 14px;
    position: relative
}

.plan_containerwrapper .plan-container .plan-desc ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #278388;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plan_containerwrapper .plan-container .plan-desc ul li:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/yes.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plan_containerwrapper .plan-container .plan-desc ul li.no {
    color: #9d9d9d
}

.plan_containerwrapper .plan-container .plan-desc ul li.no:after {
    background-color: #9d9d9d
}

.plan_containerwrapper .plan-container .plan-desc ul li.no:before {
    background-image: url(../images/icons/no.png)
}

.plan_containerwrapper .plan-container .plan-desc ul li:not(:last-child) {
    border-bottom: 2px solid #e7e7e7
}

.plan_containerwrapper .plan-container .plan-desc ul li.prod_title {
    border-bottom: 0;
    padding: 20px 0 5px 0;
    font-size: 16px;
    font-family: "Gotham-Mid"
}

.plan_containerwrapper .plan-container .plan-desc ul li.prod_title:after,
.plan_containerwrapper .plan-container .plan-desc ul li.prod_title:before {
    display: none
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container {
        box-shadow: 0px 0px 10px rgba(229, 229, 229, .6588235294);
        padding: 30px 20px 30px
    }
    .plan_containerwrapper .plan-container:nth-child(1) {
        order: 2
    }
    .plan_containerwrapper .plan-container:nth-child(2) {
        order: 1
    }
    .plan_containerwrapper .plan-container:nth-child(3) {
        order: 3
    }
}

.plan_containerwrapper .plan-container.active {
    box-shadow: 0px 5px 10px rgba(135, 135, 135, .6392156863)
}

@media(max-width: 700px) {
    .plan_containerwrapper .plan-container.showing-all-desc .smslelement:before {
        content: "- Show less"
    }
    .plan_containerwrapper .plan-container.showing-all-desc .plan-desc {
        display: block
    }
    .plan_containerwrapper .plan-container.showing-all-desc .btns-container {
        margin: 20px 0
    }
}

.plan_containerwrapper .btn-dgreen {
    font-weight: 400
}

@media(max-width: 1048px) {
    .plan_containerwrapper {
        margin-top: 130px
    }
}

@media(max-width: 1040px) {
    .plan_containerwrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 98px 30px
    }
}

@media(max-width: 990px) {
    .plan_containerwrapper {
        margin-top: 114px
    }
}

@media(max-width: 700px) {
    .plan_containerwrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 135px 30px;
        margin-top: 133px
    }
}

@media(max-width: 380px) {
    .plan_containerwrapper {
        grid-gap: 98px 30px;
        margin-top: 114px
    }
}

.coveragebottomBtnwraper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 500px) {
    .coveragebottomBtnwraper {
        flex-wrap: wrap
    }
    .coveragebottomBtnwraper .btn:not(:last-child) {
        margin-bottom: 12px
    }
}

.newcovarage_addonslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.newcovarage_addonslist .left,
.newcovarage_addonslist .right {
    width: 48%
}

.newcovarage_addonslist .left .add_boxN:not(:last-child),
.newcovarage_addonslist .right .add_boxN:not(:last-child) {
    margin-bottom: 30px
}

@media(max-width: 830px) {
    .newcovarage_addonslist .left,
    .newcovarage_addonslist .right {
        width: 100%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist .right {
        margin-top: 30px
    }
}

.newcovarage_addonslist .add_boxN .sttl {
    font-size: 16px;
    font-weight: 600;
    color: #024a5b;
    margin-bottom: 10px
}

@media(min-width: 501px) {
    .newcovarage_addonslist .add_boxN .sttl.accord-btnADN {
        pointer-events: none
    }
}

@media(max-width: 500px) {
    .newcovarage_addonslist .add_boxN .sttl.accord-btnADN {
        margin-bottom: 0;
        padding-right: 25px;
        position: relative
    }
    .newcovarage_addonslist .add_boxN .sttl.accord-btnADN:after {
        content: "+";
        color: #ea1828;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(max-width: 500px) {
    .newcovarage_addonslist .add_boxN .sttl.accord-btnADN.actv:after {
        content: "-"
    }
}

@media(max-width: 500px) {
    .newcovarage_addonslist .add_boxN .accord-targetADN {
        margin-top: 10px
    }
}

.newcovarage_addonslist .add_boxN .bx_cont {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cacaca
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group {
    margin-bottom: 0
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap {
    margin-bottom: 0;
    padding: 2px 0
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
    position: relative
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .moreInfo {
    color: #024a5b;
    font-size: 13px;
    font-weight: 400
}

@media(max-width: 970px) {
    .newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .moreInfo {
        width: 100%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .moreInfo {
        width: auto
    }
}

@media(max-width: 436px) {
    .newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .moreInfo {
        width: 100%
    }
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover {
    align-items: center
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em {
    font-size: 13px !important;
    line-height: 1.6;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em .popover {
    width: 15px;
    height: 15px;
    flex: 0 0 15px
}

.newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em img {
    margin-left: 0 !important
}

@media(max-width: 420px) {
    .newcovarage_addonslist .add_boxN .bx_cont.checkbox_group .cbox_wrap .cbox_container.lblbdg {
        padding-bottom: 34px
    }
}

@media(max-width: 1450px) {
    .newcovarage_addonslist .add_boxN .bx_cont {
        padding: 15px
    }
}

.newcovarage_addonslist .add_boxN.progressive_inner .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em {
    font-size: 14px !important;
    width: 100%;
    align-items: center;
    justify-content: flex-start
}

.newcovarage_addonslist .add_boxN.progressive_inner .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em img.prgressiv {
    margin-left: 16px;
    width: 160px
}

@media(max-width: 450px) {
    .newcovarage_addonslist .add_boxN.progressive_inner .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em img.prgressiv {
        width: 108px
    }
}

.newcovarage_addonslist .add_boxN.progressive_inner .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em.sttl {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #024a5b
}

.newcovarage_addonslist .add_boxN.progressive_inner .bx_cont.checkbox_group .cbox_wrap .cbox_container .label-popover em .popover {
    margin-left: 5px
}

.newcovarage_addonslist .add_boxN.progressive_inner .desc p {
    font-size: 13px;
    margin-top: 5px
}

.newcovarage_addonslist .add_boxN.progressive_inner .desc p a {
    text-decoration: underline !important;
    color: blue
}

.newcovarage_addonslist .add_boxN.progressive_inner .desc p img {
    width: 200px
}

@media(max-width: 380px) {
    .newcovarage_addonslist .add_boxN.progressive_inner .desc p img {
        width: 180px
    }
}

.newcovarage_addonslist .add_boxN.progressive_inner .desc .progressive_section {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.newcovarage_addonslist .add_boxN.progressive_inner .desc .progressive_section figure img {
    width: 200px
}

@media(max-width: 500px) {
    .newcovarage_addonslist .add_boxN.progressive_inner .desc .progressive_section figure img {
        width: 158px;
        margin-top: 5px
    }
}

.newcovarage_addonslist.trpl .left,
.newcovarage_addonslist.trpl .right,
.newcovarage_addonslist.trpl .mdl {
    width: 32.1%
}

@media(max-width: 1360px) {
    .newcovarage_addonslist.trpl .left .moreInfo,
    .newcovarage_addonslist.trpl .right .moreInfo,
    .newcovarage_addonslist.trpl .mdl .moreInfo {
        width: 100%
    }
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .left .moreInfo,
    .newcovarage_addonslist.trpl .right .moreInfo,
    .newcovarage_addonslist.trpl .mdl .moreInfo {
        width: auto
    }
}

.newcovarage_addonslist.trpl .left .label-popover,
.newcovarage_addonslist.trpl .right .label-popover,
.newcovarage_addonslist.trpl .mdl .label-popover {
    width: calc(100% - 86px)
}

@media(max-width: 1360px) {
    .newcovarage_addonslist.trpl .left .label-popover,
    .newcovarage_addonslist.trpl .right .label-popover,
    .newcovarage_addonslist.trpl .mdl .label-popover {
        width: 100%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .left .label-popover,
    .newcovarage_addonslist.trpl .right .label-popover,
    .newcovarage_addonslist.trpl .mdl .label-popover {
        width: calc(100% - 97px)
    }
}

@media(max-width: 436px) {
    .newcovarage_addonslist.trpl .left .label-popover,
    .newcovarage_addonslist.trpl .right .label-popover,
    .newcovarage_addonslist.trpl .mdl .label-popover {
        width: 100%
    }
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .left,
    .newcovarage_addonslist.trpl .right,
    .newcovarage_addonslist.trpl .mdl {
        width: 49.2%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .left,
    .newcovarage_addonslist.trpl .right,
    .newcovarage_addonslist.trpl .mdl {
        width: 100%
    }
}

.newcovarage_addonslist.trpl .left .cbox_container,
.newcovarage_addonslist.trpl .right .cbox_container,
.newcovarage_addonslist.trpl .mdl .cbox_container {
    align-items: flex-start !important
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .left .adnelectronics .bx_cont.checkbox_group,
    .newcovarage_addonslist.trpl .right .adnelectronics .bx_cont.checkbox_group,
    .newcovarage_addonslist.trpl .mdl .adnelectronics .bx_cont.checkbox_group {
        min-height: 134px
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .left .adnelectronics .bx_cont.checkbox_group,
    .newcovarage_addonslist.trpl .right .adnelectronics .bx_cont.checkbox_group,
    .newcovarage_addonslist.trpl .mdl .adnelectronics .bx_cont.checkbox_group {
        min-height: auto
    }
}

.newcovarage_addonslist.trpl .add_boxN.big_cont .label-popover {
    width: calc(100% - 93px)
}

@media(max-width: 1360px) {
    .newcovarage_addonslist.trpl .add_boxN.big_cont .label-popover {
        width: 100%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .add_boxN.big_cont .label-popover {
        width: calc(100% - 97px)
    }
}

@media(max-width: 500px) {
    .newcovarage_addonslist.trpl .add_boxN.big_cont .label-popover {
        width: 100%
    }
}

.newcovarage_addonslist.trpl .add_boxN.big_cont .cbox_wrap:not(:last-child) {
    margin-bottom: 4px
}

.newcovarage_addonslist.trpl .add_boxN.big_cont .bx_cont.checkbox_group {
    min-height: auto
}

.newcovarage_addonslist.trpl .right .wraplft {
    margin-bottom: 30px
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .right .wraplft {
        margin-bottom: 0;
        width: 49.2%
    }
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .right .wraplft {
        width: 100%;
        margin-bottom: 30px
    }
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .right .wraprt {
        width: 49.2%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .right .wraprt {
        width: 100%
    }
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .right {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.newcovarage_addonslist.trpl .right .right_boxinnerwrapper {
    margin-bottom: 30px
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .right .right_boxinnerwrapper {
        width: 49%;
        margin-bottom: 0
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .right .right_boxinnerwrapper {
        width: 100%;
        margin-bottom: 30px
    }
}

@media(max-width: 1122px) {
    .newcovarage_addonslist.trpl .right .add_boxN.progressive_inner {
        width: 49%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .right .add_boxN.progressive_inner {
        width: 100%
    }
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .right .add_boxN.progressive_inner .cbox_container {
        max-width: 460px
    }
}

.newcovarage_addonslist.trpl .mdl .add_boxN:not(:last-child) {
    margin-bottom: 30px
}

@media(max-width: 830px) {
    .newcovarage_addonslist.trpl .mdl {
        margin-top: 30px
    }
}

.newcovarage_addonslist.libertymostpopularaddons {
    flex-wrap: wrap
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist {
    width: 100%;
    margin-bottom: 30px;
    background-color: #efefef;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group .cbox_wrap {
    margin-bottom: 12px
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group .cbox_wrap:not(:last-child) {
    margin-right: 35px
}

@media(max-width: 1200px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group .cbox_wrap:not(:last-child) {
        margin-right: 30px
    }
}

@media(max-width: 1024px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group .cbox_wrap:not(:last-child) {
        margin-right: 20px
    }
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group .cbox_wrap .checkmark {
    top: -2px
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .bx_cont.checkbox_group .cbox_container {
    padding-left: 30px
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg {
    font-size: 16px;
    font-family: "Gotham-Mid";
    background-color: #ea1829;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    color: #fff;
    width: 230px;
    flex: 0 0 230px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg img {
    max-height: 45px;
    margin-right: 15px
}

@media(max-width: 500px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg img {
        max-height: 32px
    }
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg .mpa {
    line-height: 1.6;
    padding: 15px 15px 15px 20px;
    background-color: #024a5b;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg .mpa br {
        display: none
    }
}

@media(max-width: 767px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg {
        width: 100%;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        flex: auto;
        height: auto;
        overflow: hidden
    }
}

@media(max-width: 380px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .mostpopbadg {
        font-size: 15px
    }
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .checkbox_group .cbox_container {
    font-weight: 500
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .popular_list {
    padding: 25px 30px 13px 38px
}

@media(max-width: 767px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .popular_list {
        padding: 25px 15px 13px 15px
    }
}

@media(max-width: 400px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist .popular_list {
        padding: 15px 15px 3px 15px
    }
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .popular_list .label-popover em {
    font-size: 13px;
    font-weight: 600
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .popover {
    width: 15px;
    height: 15px;
    margin-bottom: -2px
}

@media(max-width: 767px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist {
        flex-wrap: wrap
    }
}

.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .label-popover .popover::before,
.newcovarage_addonslist.libertymostpopularaddons .most_popularlist .parent-popover .popover::before {
    bottom: auto !important;
    top: calc(100% - 2px)
}

@media(max-width: 500px) {
    .newcovarage_addonslist.libertymostpopularaddons .most_popularlist {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #cacaca
    }
}

@media(max-width: 420px) {
    .newcovarage_addonslist.libertymostpopularaddons .lblbdg {
        padding-bottom: 0 !important
    }
}

.newcovarage_addonslist.libertymostpopularaddons .badg {
    font-size: 11px;
    background-color: #ea1828;
    padding: 4px 8px;
    border-radius: 20px;
    line-height: 10px;
    color: #fff;
    font-weight: 500 !important;
    width: 130px;
    flex: 0 0 130px;
    text-align: center;
    margin: 0 5px
}

@media(max-width: 380px) {
    .newcovarage_addonslist.libertymostpopularaddons .badg {
        width: 107px;
        flex: 0 0 107px;
        font-size: 9px
    }
}

.newcovarage_addonslist.libertymostpopularaddons .cbox_wrap.txtbld .cbox_container .label-popover em .popover {
    margin-left: 140px
}

@media(max-width: 380px) {
    .newcovarage_addonslist.libertymostpopularaddons .cbox_wrap.txtbld .cbox_container .label-popover em .popover {
        margin-left: 117px
    }
}

.newcovarage_addonslist.libertymostpopularaddons .cbox_wrap.txtbld .cbox_container .label-popover em {
    position: relative
}

.newcovarage_addonslist.libertymostpopularaddons .cbox_wrap.txtbld .cbox_container .label-popover em .badg {
    position: absolute;
    right: 20px;
    top: 0
}

.newcovarage_addonslist.checkoutaddons .left,
.newcovarage_addonslist.checkoutaddons .right {
    width: 100%
}

.newcovarage_addonslist.checkoutaddons .right {
    margin-top: 30px
}

.newcovarage_addonslist.checkoutaddons .add_boxN {
    width: 480px
}

@media(max-width: 510px) {
    .newcovarage_addonslist.checkoutaddons .add_boxN {
        width: 100%
    }
}

.newcovarage_addonslist.checkoutaddons .label-popover {
    width: calc(100% - 86px)
}

@media(max-width: 436px) {
    .newcovarage_addonslist.checkoutaddons .label-popover {
        width: 100%
    }
}

.newcovarageNdesign {
    padding: 50px 0;
    padding-top: 0
}

.newcovarageNdesign .apps_wrapper {
    margin-bottom: 40px
}

@media(max-width: 990px) {
    .newcovarageNdesign {
        padding-top: 0
    }
}

.optionaladns_titlewrap {
    width: 100%
}

@media(max-width: 500px) {
    .optionaladns_titlewrap {
        display: none
    }
}

.newcovaragebtn_wrapper {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #cacaca;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.newcovaragebtn_wrapper .right .btn {
    padding-left: 32px
}

.newcovaragebtn_wrapper .right .btn:not(:last-child) {
    margin-right: 10px
}

@media(max-width: 520px) {
    .newcovaragebtn_wrapper .right {
        width: 100%
    }
    .newcovaragebtn_wrapper .right .btn {
        width: 100%
    }
    .newcovaragebtn_wrapper .right .btn.btn-green {
        position: absolute;
        left: 0;
        top: 30px
    }
}

@media(max-width: 520px) {
    .newcovaragebtn_wrapper .left {
        width: 49%
    }
    .newcovaragebtn_wrapper .left .btn {
        width: 100%
    }
}

@media(max-width: 1024px) {
    .newcovaragebtn_wrapper {
        padding-top: 30px;
        margin-top: 30px
    }
}

@media(max-width: 520px) {
    .newcovaragebtn_wrapper {
        padding-top: 95px;
        position: relative
    }
}

.lhg-funnel--checkout .inner-container.backarrow_wrapper .checkout-billing-info {
    padding-top: 0
}

.lhg-funnel--checkout .inner-container.backarrow_wrapper .checkout-order-info {
    margin-top: -88.8px
}

@media(max-width: 1200px) {
    .lhg-funnel--checkout .inner-container.backarrow_wrapper .checkout-order-info {
        margin-top: 0
    }
}

.lhg-funnel--checkout .form-style {
    position: relative;
    width: 100%;
    float: left
}

.lhg-funnel--checkout .checkout-billing-info {
    width: 50%;
    float: left;
    padding: 40px 48px 40px 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width: 1440px) {
    .lhg-funnel--checkout .checkout-billing-info {
        width: 58%
    }
}

@media(max-width: 1240px) {
    .lhg-funnel--checkout .checkout-billing-info {
        padding-right: 25px
    }
}

@media(max-width: 1200px) {
    .lhg-funnel--checkout .checkout-billing-info {
        position: static;
        width: 100%;
        padding-right: 0;
        overflow: visible
    }
}

@media(max-width: 990px) {
    .lhg-funnel--checkout .checkout-billing-info {
        padding-top: 0
    }
}

@media(max-width: 574px) {
    .lhg-funnel--checkout .cell-6 {
        width: 100%
    }
}

@media(max-width: 767px) {
    .lhg-funnel--checkout .fov .cell-6 {
        width: 332px
    }
}

@media(max-width: 673px) {
    .lhg-funnel--checkout .fov .cell-6 {
        width: 100%
    }
    .lhg-funnel--checkout .fov .cell-6:not(:last-child) {
        margin-bottom: 15px !important
    }
}

@media(max-width: 500px) {
    .lhg-funnel--checkout .title {
        justify-content: flex-start
    }
}

.checkout-order-info {
    width: 50%;
    float: right;
    min-height: calc(100vh - var(--headerHeight));
    padding: 40px 30px 30px 30px;
    position: relative;
    background-color: #fff
}

.checkout-order-info .order-info_inner {
    position: relative;
    z-index: 1
}

.checkout-order-info:after {
    content: "";
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2
}

@media(max-width: 1200px) {
    .checkout-order-info:after {
        width: calc(100% + 30px);
        left: -15px
    }
}

.checkout-order-info .info-group {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.checkout-order-info .info-group .checkout-infoData {
    font-size: 16px;
    color: #000
}

@media(max-width: 767px) {
    .checkout-order-info .info-group .checkout-infoData {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .checkout-order-info .info-group {
        padding-bottom: 22px;
        margin-bottom: 22px
    }
}

.checkout-order-info .cinfo_tablewrapper {
    margin-bottom: 30px
}

.checkout-order-info .cinfo_tablewrapper table tr td {
    padding: 8px 0;
    font-size: 16px
}

@media(max-width: 767px) {
    .checkout-order-info .cinfo_tablewrapper table tr td {
        font-size: 14px
    }
}

.checkout-order-info .cinfo_tablewrapper table tr:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.checkout-order-info .cinfo_tablewrapper table tr.sub_total td,
.checkout-order-info .cinfo_tablewrapper table tr.total_cost td {
    color: #2b8185;
    font-weight: 600
}

.checkout-order-info .stitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px
}

.checkout-order-info .stitle figure {
    margin-right: 10px
}

@media(max-width: 1440px) {
    .checkout-order-info {
        width: 42%
    }
}

@media(max-width: 1200px) {
    .checkout-order-info {
        width: 100%
    }
}

@media(max-width: 767px) {
    .checkout-order-info {
        padding: 20px 0
    }
}

.checkout-order-info .billing_pay_section {
    display: none
}

.select_month {
    padding: 30px;
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    position: relative
}

.select_month .cell-12 {
    padding: 0
}

@media(max-width: 1240px) {
    .select_month {
        padding: 15px
    }
}

@media(max-width: 1200px) {
    .select_month {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .select_month {
        padding: 15px
    }
}

.btn-slideToggle {
    background-color: #024a5b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    padding: 15px 12px;
    overflow: hidden;
    width: 100%;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 60px
}

.btn-slideToggle span,
.btn-slideToggle div.plusSwitch {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ea1828
}

.btn-slideToggle span img,
.btn-slideToggle div.plusSwitch img {
    max-height: 30px
}

.btn-slideToggle span img.minusimg,
.btn-slideToggle div.plusSwitch img.minusimg {
    display: none
}

@media(max-width: 1500px) {
    .btn-slideToggle {
        font-size: 14px
    }
}

@media(max-width: 1200px) {
    .btn-slideToggle {
        text-align: center
    }
}

@media(max-width: 342px) {
    .btn-slideToggle {
        font-size: 16px
    }
}

.btn-slideToggle.actv span img.addimg,
.btn-slideToggle.actv div.plusSwitch img.addimg {
    display: none
}

.btn-slideToggle.actv span img.minusimg,
.btn-slideToggle.actv div.plusSwitch img.minusimg {
    display: block
}

.checkoutprogressive_inner {
    border: 1px solid #b7b7b7;
    padding: 5px 12px;
    border-radius: 6px
}

.checkoutprogressive_inner .checkbox_group {
    margin: 0;
    padding: 0
}

.checkoutprogressive_inner .checkbox_group em {
    margin: 0;
    font-size: 13px;
    font-family: "Gotham-Mid";
    line-height: 1.2;
    flex-wrap: nowrap !important
}

.checkoutprogressive_inner .checkbox_group em figure {
    width: 55%;
    padding-left: 5px
}

@media(max-width: 1200px) {
    .checkoutprogressive_inner .checkbox_group em figure img {
        width: 166px
    }
}

@media(max-width: 1200px)and (max-width: 414px) {
    .checkoutprogressive_inner .checkbox_group em figure img {
        width: auto
    }
}

.checkoutprogressive_inner .checkbox_group.checkpopover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checkoutprogressive_inner .checkbox_group.checkpopover .cbox_wrap {
    width: calc(100% - 26px)
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover {
    position: relative !important
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper {
    position: absolute;
    display: none;
    right: -17px;
    bottom: 0;
    width: 620px;
    padding-bottom: 25px;
    z-index: 9999999999
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content {
    background-color: #2762c3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content p:not(.lgdesc) {
    margin-bottom: 10px;
    font-size: 12.5px
}

@media(max-width: 1240px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content p:not(.lgdesc) {
        margin-bottom: 8px
    }
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content p a {
    text-decoration: underline !important
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content p a:hover {
    color: #ea1828
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content p:last-child {
    margin-bottom: 0
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content .lgdesc {
    margin-bottom: 20px;
    font-size: 15px
}

@media(max-width: 1240px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content .lgdesc {
        font-size: 14.5px;
        margin-bottom: 15px
    }
}

@media(max-width: 490px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content {
        line-height: 1.5;
        padding: 15px
    }
}

@media(max-width: 360px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper .content {
        max-height: 300px;
        overflow-y: auto
    }
}

@media(max-width: 1560px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper {
        width: 639px
    }
}

@media(max-width: 670px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper {
        width: 460px
    }
}

@media(max-width: 490px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper {
        width: 330px
    }
}

@media(max-width: 360px) {
    .checkoutprogressive_inner .checkbox_group.checkpopover .popover .tooltip_contwrapper {
        width: 290px
    }
}

.checkoutprogressive_inner .checkbox_group.checkpopover .popover:hover .tooltip_contwrapper {
    display: block
}

.checkoutprogressive_inner .checkbox_group .checkmark {
    top: 11px
}

@media(max-width: 1200px) {
    .checkoutprogressive_inner .checkbox_group .checkmark {
        top: 13px
    }
}

.checkoutprogressive_inner .label-popover {
    width: 100%
}

.checkoutprogressive_inner .cbox_wrap {
    margin: 0
}

.checkoutprogressive_inner .cbox_container {
    width: 100%;
    display: block
}

.checkoutprogressive_inner .cbox_container em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
    width: 100%
}

@media(max-width: 410px) {
    .checkoutprogressive_inner .cbox_container em {
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.billingtitlewrapper {
    width: 100%;
    margin: 30px 0;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.billingtitlewrapper .title {
    margin-bottom: 0px
}

.billingtitlewrapper .cbox_wrap {
    margin-bottom: 0
}

.billingtitlewrapper .cbox_wrap .checkmark {
    top: -2px
}

.billingtitlewrapper .checkbox_group .cbox_container {
    font-weight: 500
}

@media(max-width: 500px) {
    .billingtitlewrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width: 500px) {
    .billingtitlewrapper .billingchk .checkbox_group {
        padding: 0;
        margin-top: 15px
    }
}

@media(max-width: 500px) {
    .billingtitlewrapper {
        margin: 20px 0
    }
}

.fildesetborder {
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    padding: 30px
}

@media(max-width: 1240px) {
    .fildesetborder {
        padding: 15px
    }
}

@media(max-width: 1200px) {
    .fildesetborder {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .fildesetborder {
        padding: 15px
    }
}

@media(max-width: 574px) {
    .fildesetborder.aboutyou .mb-0.eml_i {
        margin-bottom: 35px !important
    }
}

@media(max-width: 574px) {
    .fildesetborder.yourhome .mb-0.state_i {
        margin-bottom: 35px !important
    }
}

@media(max-width: 574px) {
    .fildesetborder.badd .mb-0.city_i {
        margin-bottom: 35px !important
    }
}

.fildesetborder.paymentwrapper .ccpay_wrapper .mb-0 {
    margin-bottom: 35px !important
}

.fildesetborder.paymentwrapper .ccpay_wrapper .cell-6.cell-desk-2-new .mb-0 {
    margin-bottom: 0 !important
}

.nolicensemls .checkbox_group .cbox_container {
    font-weight: 500 !important
}

.nolicensemls .cbox_wrap .checkmark {
    top: -2px
}

.paymentwrapper .form-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.ccpay_title,
.bp_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    float: left;
    width: 100%
}

.ccpay_title .form-title,
.bp_title .form-title {
    margin-bottom: 0
}

@media(max-width: 450px) {
    .ccpay_title,
    .bp_title {
        flex-direction: column
    }
    .ccpay_title .form-title,
    .bp_title .form-title {
        margin-bottom: 12px
    }
}

.newradio {
    position: relative;
    padding-left: 28px
}

.newradio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0
}

.newradio input:checked+span.radio_check {
    border-color: red
}

.newradio input:checked+span.radio_check:after {
    opacity: 1;
    visibility: visible
}

.newradio .radio_check {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    transition: .4s
}

.newradio .radio_check:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #ea1828;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.newradio label {
    font-size: 14px;
    width: 164px;
    flex: 0 0 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border: 1px dashed #bdbdbd;
    border-radius: 6px
}

.newradio label img {
    margin-right: 10px
}

@media(max-width: 670px) {
    .newradio label {
        padding: 10px 0;
        width: auto;
        flex: none;
        border: none
    }
}

.checkoutradio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.checkoutradio_wrap .newradio {
    margin-bottom: 10px
}

.checkoutradio_wrap .newradio input {
    width: 100%;
    height: 100%;
    z-index: 1
}

.checkoutradio_wrap .newradio:not(:last-child) {
    margin-right: 12px
}

@media(max-width: 670px) {
    .checkoutradio_wrap {
        flex-wrap: wrap
    }
}

@media(max-width: 450px) {
    .checkoutradio_wrap {
        justify-content: space-between
    }
}

@media(max-width: 405px) {
    .checkoutradio_wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.border0 {
    border: 0 !important
}

.checkoutbtn {
    width: 100%;
    padding: 10px 20px
}

.checkoutbtn svg {
    transition: .4s
}

.checkoutbtn:hover svg {
    transform: translateX(10px)
}

.ifpp .checkbox_group {
    padding: 0
}

.ifpp .checkbox_group .cbox_container {
    font-weight: 500;
    font-size: 16px
}

.ifpp .checkbox_group .cbox_container .checkmark {
    top: -1px
}

.fb-chkout-disclaimer {
    float: left;
    width: 100%;
    margin-top: 30px
}

.fb-chkout-disclaimer p {
    font-size: 14px
}

.fb-chkout-disclaimer p:not(:last-child) {
    margin-bottom: 15px
}

.fb-chkout-disclaimer p a {
    color: blue
}

.fb-chkout-disclaimer p a:hover {
    color: #ea1828
}

.funnelHwp {
    margin-top: 30px;
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    padding: 25px 15px
}

@media(min-width: 501px) {
    .funnelHwp {
        display: none
    }
}

.funnelHwp .funnelHwptxt {
    font-size: 18px;
    color: #9fa1a3;
    margin-bottom: 25px;
    font-family: "Gotham-Mid"
}

@media(max-width: 500px) {
    .funnelHwp .funnelHwptxt {
        text-align: center;
        line-height: 1.6
    }
}

@media(max-width: 398px) {
    .funnelHwp .funnelHwptxt {
        font-size: 16px
    }
}

.funnelHwp .lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
}

.funnelHwp .lst .fnlhwpbox {
    background-color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 106px
}

.funnelFaqwrapper {
    padding: 30px 0 0;
    width: 100%;
    float: left
}

@media(min-width: 501px) {
    .funnelFaqwrapper {
        display: none
    }
}

.funnelFaqwrapper .faqtitle {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px
}

@media(max-width: 398px) {
    .funnelFaqwrapper .faqtitle {
        font-size: 16px
    }
}

.funnelFaqwrapper .faqlist {
    border-bottom: 1px solid #ddd
}

.funnelFaqwrapper .faqlist:first-child {
    border-top: 1px solid #ddd
}

.funnelFaqwrapper .faqlist .qstn {
    font-size: 14px;
    padding: 12px 40px 12px 8px;
    position: relative
}

.funnelFaqwrapper .faqlist .qstn:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/icons/expand.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .4s
}

.funnelFaqwrapper .faqlist .qstn:hover {
    background-color: rgba(202, 231, 255, .2784313725)
}

.funnelFaqwrapper .faqlist .qstn.actv {
    background-color: rgba(202, 231, 255, .2784313725)
}

.funnelFaqwrapper .faqlist .qstn.actv:after {
    transform: translateY(-50%) rotate(-180deg)
}

.funnelFaqwrapper .faqlist .ans {
    display: none;
    padding: 15px 8px 15px
}

.sds-modal.sds-modal-center.dobpopup {
    background-color: rgba(0, 0, 0, .9)
}

.sds-modal.sds-modal-center.dobpopup .sds-modal-box {
    top: 20px;
    max-width: 610px
}

@media(max-width: 634px) {
    .sds-modal.sds-modal-center.dobpopup .sds-modal-box {
        max-width: 95%
    }
}

@media(min-height: 601px) {
    .sds-modal.sds-modal-center.dobpopup .sds-modal-box {
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

@media(max-height: 840px) {
    .sds-modal.sds-modal-center.dobpopup .sds-modal-box {
        top: 20px;
        transform: translatex(-50%)
    }
}

@media(max-width: 1024px) {
    .sds-modal.sds-modal-center.dobpopup .sds-modal-box {
        top: 20px;
        transform: translatex(-50%)
    }
}

.sds-modal.sds-modal-center.dobpopup .close-modal.sds-modal-close.sds-modal-exit {
    cursor: pointer;
    float: right;
    color: #fff;
    margin-bottom: 15px
}

.sds-modal.sds-modal-center.dobpopup .close-modal.sds-modal-close.sds-modal-exit img {
    width: 32px;
    margin-right: 5px
}

.sds-modal.sds-modal-center.dobpopup .sds-modal-content {
    padding: 27px
}

@media(max-width: 570px) {
    .sds-modal.sds-modal-center.dobpopup .sds-modal-content {
        padding: 20px
    }
}

.sds-modal.sds-modal-center.dobpopup .btm_content p:not(:last-child) {
    margin-bottom: 10px
}

.sds-modal.sds-modal-center.dobpopup .btm_content p.lgdesc {
    font-size: 13px
}

.sds-modal.sds-modal-center.dobpopup .btm_content p.lgdesc a {
    text-decoration: underline !important
}

.sds-modal.sds-modal-center.dobpopup .btm_content p.lgdesc a:hover {
    color: #ea1828
}

.sds-modal.sds-modal-center.dobpopup .btm_content p.desc {
    font-size: 12px
}

.sds-modal.sds-modal-center.dobpopup .btm_content p.desc a {
    text-decoration: underline !important
}

.sds-modal.sds-modal-center.dobpopup .desc {
    font-size: 14px
}

.sds-modal.sds-modal-center.dobpopup .desc a {
    color: #0552c6
}

.sds-modal.sds-modal-center.dobpopup .desc a:hover {
    color: #ea1828
}

.sds-modal.sds-modal-center.dobpopup .desc.fwbld {
    font-weight: 600
}

.sds-modal.sds-modal-center.dobpopup .dob_inner {
    padding: 20px;
    border: 1px solid #024a5b;
    border-radius: 5px;
    margin-top: 25px
}

.sds-modal.sds-modal-center.dobpopup .dob_inner .dobinputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    margin-top: 20px
}

.sds-modal.sds-modal-center.dobpopup .dob_inner .dobinputs .form-element {
    margin-bottom: 0
}

.sds-modal.sds-modal-center.dobpopup .dob_inner .dobinputs .form-element .form-field {
    padding: 15px;
    text-align: center;
    min-height: 40px
}

.sds-modal.sds-modal-center.dobpopup .dob_inner .dobinputs .form-element.field-error {
    border: 1px solid #d50c0c;
    background-color: #ffe5e5
}

@media(max-width: 448px) {
    .sds-modal.sds-modal-center.dobpopup .dob_inner {
        padding: 15px
    }
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    margin: 15px 0
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home label {
    position: relative;
    min-height: 59.59px;
    z-index: 1;
    border-radius: 5px;
    background-color: #fff
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home label input {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home label input:checked~span {
    background-color: #024a5b;
    color: #fff;
    border-color: #024a5b
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home label:not(:first-child) span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home span {
    padding: 8px 8px;
    text-align: center;
    color: #000;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    height: 100%;
    cursor: pointer
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home span em {
    font-family: "Gotham-Mid";
    font-style: normal;
    display: block
}

@media(max-width: 550px) {
    .sds-modal.sds-modal-center.dobpopup .ownwed_home {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 410px) {
    .sds-modal.sds-modal-center.dobpopup .ownwed_home {
        grid-template-columns: repeat(1, 1fr)
    }
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home.parent-field-error {
    position: relative
}

.sds-modal.sds-modal-center.dobpopup .ownwed_home.parent-field-error:after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #ea1828;
    border-radius: 5px;
    pointer-events: none;
    background-color: #ffe9e9
}

.sds-modal.sds-modal-center.dobpopup .dob_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    font-family: "Gotham-Mid";
    color: #000;
    font-size: 20px
}

.sds-modal.sds-modal-center.dobpopup .dob_title.mt {
    margin-top: 15px
}

.sds-modal.sds-modal-center.dobpopup .dob_title img {
    margin-right: 10px
}

.sds-modal.sds-modal-center.dobpopup .dob_title em {
    font-style: normal;
    color: #9a9a9a
}

@media(max-width: 634px) {
    .sds-modal.sds-modal-center.dobpopup .dob_title {
        font-size: 17px
    }
}

.sds-modal.sds-modal-center.dobpopup .btn_container {
    text-align: center;
    margin-top: 15px
}

.sds-modal.sds-modal-center.dobpopup .btn_container .btn {
    border-radius: 5px;
    font-family: "Gotham-Mid";
    font-size: 16px;
    padding: 10px 36px
}

.sds-modal.sds-modal-center.dobpopup .fl_success,
.sds-modal.sds-modal-center.dobpopup .fl_error {
    text-align: center
}

.sds-modal.sds-modal-center.dobpopup .progressive_dobPopLogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 27px
}

.sds-modal.sds-modal-center.dobpopup .progressive_dobPopLogos figure img {
    width: 190px
}

@media(max-width: 500px) {
    .sds-modal.sds-modal-center.dobpopup .progressive_dobPopLogos figure img {
        width: 160px
    }
}

@media(max-width: 414px) {
    .sds-modal.sds-modal-center.dobpopup .progressive_dobPopLogos figure img {
        width: 130px
    }
}

@media(max-width: 350px) {
    .sds-modal.sds-modal-center.dobpopup .progressive_dobPopLogos figure img {
        width: 120px
    }
}

.sds-modal.sds-modal-center.dobpopup.multiprop .sds-modal-box {
    max-width: 780px
}

@media(max-width: 810px) {
    .sds-modal.sds-modal-center.dobpopup.multiprop .sds-modal-box {
        max-width: 95%
    }
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis {
    float: left;
    width: 172px;
    list-style: none;
    margin-top: 6px
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li {
    border: 0 !important
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li a {
    padding: 10px 20px;
    text-align: left;
    display: block;
    color: #fff;
    background-color: #024a5b;
    border: 0 !important
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li a img {
    filter: brightness(0) invert(1);
    width: 24px;
    margin-right: 8px
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li a.actv {
    background-color: #ea1828
}

@media(max-width: 767px) {
    .sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li a {
        text-align: left;
        padding: 8px 20px
    }
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li:first-child a {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li:last-child a {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis li:not(:last-child) {
    border-bottom: 1px solid #195564 !important
}

@media(max-width: 770px) {
    .sds-modal.sds-modal-center.dobpopup.multiprop .tabMenustatis {
        width: 100%;
        float: none
    }
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper {
    width: calc(100% - 195px);
    float: right
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper .tabContent:not(:first-child) {
    display: none
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper .propadd {
    margin-bottom: 20px
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper .propadd .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper .propadd .inner figure {
    margin-right: 18px;
    width: 42px;
    flex: 0 0 42px
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper .propadd .inner .s5h6cls {
    font-family: "Gotham-Mid"
}

.sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper .propadd .inner p {
    margin-top: 2px
}

@media(max-width: 770px) {
    .sds-modal.sds-modal-center.dobpopup.multiprop .tabcontwrapper {
        width: 100%;
        float: none;
        margin-top: 30px
    }
}

.progressivelanding .progressivelandingInner {
    padding-bottom: 0 !important
}

.progressivelanding .progressivelandingInner .progressiveinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(max-width: 740px) {
    .progressivelanding .progressivelandingInner .progressiveinner {
        flex-wrap: wrap
    }
}

.progressivelanding .progressivelandingInner .left {
    padding: 20px 60px;
    width: 50%
}

.progressivelanding .progressivelandingInner .left .providedTitle {
    font-size: 19px;
    font-weight: 700;
    margin-left: -13px;
    color: #3e3e3e;
    margin-bottom: 3px
}

@media(max-width: 1280px) {
    .progressivelanding .progressivelandingInner .left .providedTitle {
        font-size: 16px
    }
}

@media(max-width: 1024px) {
    .progressivelanding .progressivelandingInner .left .providedTitle {
        font-size: 14px
    }
}

@media(max-width: 700px) {
    .progressivelanding .progressivelandingInner .left .providedTitle {
        font-size: 12px
    }
}

.progressivelanding .progressivelandingInner .left .logo_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.progressivelanding .progressivelandingInner .left .logo_part figure img {
    width: 218px
}

@media(max-width: 1220px) {
    .progressivelanding .progressivelandingInner .left .logo_part figure img {
        width: 178px
    }
}

@media(max-width: 1220px) {
    .progressivelanding .progressivelandingInner .left .logo_part figure img {
        width: 178px
    }
}

@media(max-width: 860px) {
    .progressivelanding .progressivelandingInner .left .logo_part figure img {
        width: 160px
    }
}

@media(max-width: 370px) {
    .progressivelanding .progressivelandingInner .left .logo_part figure img {
        width: 120px
    }
}

@media(max-width: 1460px) {
    .progressivelanding .progressivelandingInner .left {
        padding: 20px 30px
    }
}

@media(max-width: 1336px) {
    .progressivelanding .progressivelandingInner .left {
        padding: 20px 15px
    }
}

@media(max-width: 740px) {
    .progressivelanding .progressivelandingInner .left {
        width: 100%;
        padding: 12px 15px
    }
}

.progressivelanding .progressivelandingInner .right {
    width: 50%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width: 740px) {
    .progressivelanding .progressivelandingInner .right {
        display: none
    }
}

@media(max-width: 740px) {
    .progressivelanding .progressivelandingInner.progressivesection2 .content {
        text-align: center
    }
}

.progressivelanding .progressivebdyContinner {
    min-height: calc(100vh - 126.39px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.progressivelanding .progressivebdyContinner .content {
    width: 600px;
    margin: 30px 0
}

@media(max-width: 1640px) {
    .progressivelanding .progressivebdyContinner .content {
        width: 100%
    }
}

.progressivelanding .progressivebdyContinner .probtn {
    padding: 15px 26px;
    font-size: 22px;
    font-weight: 600;
    background-color: #0a5fa1;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    transition: .4s
}

.progressivelanding .progressivebdyContinner .probtn:hover {
    background-color: #2d95e5
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .probtn {
        font-size: 18px
    }
}

.progressivelanding .progressivebdyContinner .content .protitle {
    font-size: 48px;
    font-family: "Gotham-Bold";
    color: #000;
    text-align: center;
    line-height: 1.4
}

@media(max-width: 1560px) {
    .progressivelanding .progressivebdyContinner .content .protitle {
        font-size: 40px
    }
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .content .protitle {
        font-size: 35px
    }
}

@media(max-width: 740px) {
    .progressivelanding .progressivebdyContinner .content .protitle br {
        display: none
    }
}

@media(max-width: 700px) {
    .progressivelanding .progressivebdyContinner .content .protitle {
        font-size: 26px
    }
}

@media(max-width: 478px) {
    .progressivelanding .progressivebdyContinner .content .protitle br {
        display: block
    }
}

.progressivelanding .progressivebdyContinner .content .protitle.ratetitle {
    font-size: 28px
}

.progressivelanding .progressivebdyContinner .content .protitle.ratetitle br {
    display: none
}

@media(max-width: 1214px) {
    .progressivelanding .progressivebdyContinner .content .protitle.ratetitle br {
        display: block
    }
}

@media(max-width: 740px) {
    .progressivelanding .progressivebdyContinner .content .protitle.ratetitle {
        font-size: 22px
    }
}

.progressivelanding .progressivebdyContinner .content .lgdesc {
    font-size: 21px;
    color: #9d9d9d;
    text-align: center
}

@media(max-width: 1560px) {
    .progressivelanding .progressivebdyContinner .content .lgdesc {
        font-size: 18px
    }
}

@media(max-width: 700px) {
    .progressivelanding .progressivebdyContinner .content .lgdesc {
        font-size: 16px
    }
}

.progressivelanding .progressivebdyContinner .content .inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 35px
}

.progressivelanding .progressivebdyContinner .content .inner-list .lft {
    width: 50%;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.progressivelanding .progressivebdyContinner .content .inner-list .lft .form-style {
    width: 100%
}

.progressivelanding .progressivebdyContinner .content .inner-list .lft .form-style .form-element {
    margin: 25px 0
}

.progressivelanding .progressivebdyContinner .content .inner-list .lft .form-field {
    min-height: 50px;
    padding: 32px 60px 8px 15px
}

.progressivelanding .progressivebdyContinner .content .inner-list .lft .posttl {
    font-size: 21px;
    color: #000;
    font-family: "Gotham-Bold";
    margin-bottom: 15px
}

@media(max-width: 1560px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .lft .posttl {
        font-size: 18px
    }
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .lft .posttl {
        font-size: 16px
    }
}

.progressivelanding .progressivebdyContinner .content .inner-list .lft .probtn {
    padding: 15px 15px;
    width: 100%
}

@media(max-width: 1336px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .lft {
        width: 50%;
        padding-right: 20px
    }
}

@media(max-width: 990px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .lft {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.progressivelanding .progressivebdyContinner .content .inner-list .rit {
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #c7d9df
}

.progressivelanding .progressivebdyContinner .content .inner-list .rit .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #9d9d9d
}

@media(max-width: 740px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .rit .desc {
        text-align: center
    }
}

.progressivelanding .progressivebdyContinner .content .inner-list .rit .rtttl {
    font-size: 13px;
    font-family: "Gotham-Bold";
    margin: 20px 0 7px
}

@media(max-width: 740px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .rit .rtttl {
        text-align: center
    }
}

.progressivelanding .progressivebdyContinner .content .inner-list .rit ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2px 15px;
    margin-left: 10px
}

.progressivelanding .progressivebdyContinner .content .inner-list .rit ul li {
    display: block;
    padding-left: 12px;
    position: relative;
    font-size: 15px;
    color: #9d9d9d
}

.progressivelanding .progressivebdyContinner .content .inner-list .rit ul li:after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #9d9d9d;
    position: absolute;
    left: 0;
    top: 11px
}

@media(max-width: 350px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .rit ul li {
        font-size: 14px
    }
}

@media(max-width: 740px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .rit ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 1336px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .rit {
        width: 50%;
        padding-left: 20px
    }
}

@media(max-width: 990px) {
    .progressivelanding .progressivebdyContinner .content .inner-list .rit {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #c7d9df;
        border-left: 0
    }
}

@media(max-width: 990px) {
    .progressivelanding .progressivebdyContinner .content .inner-list {
        flex-wrap: wrap
    }
}

@media(max-width: 990px) {
    .progressivelanding .progressivebdyContinner .content .inner-list {
        margin-top: 25px
    }
}

.progressivelanding .progressivebdyContinner .content .progressive_policyinner {
    margin-top: 30px
}

.progressivelanding .progressivebdyContinner .content .progressive_policyinner>div {
    display: block
}

.progressivelanding .progressivebdyContinner .content .progressive_policyinner p {
    font-family: "Gotham-Bold";
    font-size: 20px;
    text-align: center;
    color: #2c2c2c
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p {
        font-size: 20px
    }
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p {
        font-size: 18px
    }
}

.progressivelanding .progressivebdyContinner .content .progressive_policyinner p span {
    font-size: 48px;
    font-family: "Gotham-Bold";
    line-height: 1.4;
    display: block
}

.progressivelanding .progressivebdyContinner .content .progressive_policyinner p span sup {
    top: -0.5em;
    font-size: 58%
}

@media(max-width: 1560px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p span {
        font-size: 40px
    }
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p span {
        font-size: 35px
    }
}

.progressivelanding .progressivebdyContinner .content .progressive_policyinner p em {
    font-size: 20px;
    font-style: normal
}

@media(max-width: 1560px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p em {
        font-size: 18px
    }
}

@media(max-width: 1560px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p em {
        font-size: 16px
    }
}

@media(max-width: 1260px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p em {
        font-size: 14px
    }
}

@media(max-width: 740px) {
    .progressivelanding .progressivebdyContinner .content .progressive_policyinner p {
        justify-content: center
    }
}

.progressivelanding .progressivebdyContinner .content .btn_wrapper {
    text-align: center;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.progressivelanding .progressivebdyContinner .content .btn_wrapper .btmlink {
    color: #0e7cb5;
    font-family: "Gotham-Bold";
    font-size: 12px;
    margin-top: 12px;
    text-decoration: underline !important
}

.coupon_box .btn {
    border: 1px solid #024a5b !important;
    width: 100%;
    border-radius: 5px !important;
    color: #024a5b !important;
    background-color: #f8ffff
}

.coupon_box .btn:hover {
    background-color: #024a5b !important;
    color: #fff !important
}

@media(max-width: 500px) {
    .coupon_box .cell-8 {
        width: 58.33333333%
    }
}

@media(max-width: 500px) {
    .coupon_box .cell-4 {
        width: 41.66666667%
    }
}

.libertyHG_header .main-container {
    max-width: 1830px !important
}

.affiliateprogram_PG {
    background-color: #fefefe;
    padding-top: 127px
}

@media(max-width: 1560px) {
    .affiliateprogram_PG {
        padding-top: 125px
    }
}

@media(max-width: 1400px) {
    .affiliateprogram_PG {
        padding-top: 116px
    }
}

@media(max-width: 1130px) {
    .affiliateprogram_PG {
        padding-top: 109px
    }
}

@media(max-width: 767px) {
    .affiliateprogram_PG {
        padding-top: 105px
    }
}

@media(max-width: 500px) {
    .affiliateprogram_PG {
        padding-top: 108px
    }
}

.affiliateprogram_PG .affiliateprogramInner {
    box-shadow: inset 0px 4px 11px -6px rgba(183, 183, 183, .8196078431)
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left,
.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right {
    width: 48.4%
}

@media(max-width: 930px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left,
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right {
        width: 100%
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left {
    padding: 70px 0 70px 60px
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .affiliateTitle {
    font-size: 40px;
    color: #024a5b;
    font-family: "Gotham-Bold"
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .affiliateTitle span {
    color: #ea1828
}

@media(max-width: 1570px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .affiliateTitle {
        font-size: 35px
    }
}

@media(max-width: 1570px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .affiliateTitle {
        font-size: 30px
    }
}

@media(max-width: 1279px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .affiliateTitle {
        font-size: 24px
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .desc {
    font-size: 18px;
    margin-top: 12px
}

@media(max-width: 1570px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .desc {
        font-size: 16px
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .sttl {
    font-size: 25px;
    margin-top: 45px
}

@media(max-width: 1570px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .sttl {
        font-size: 22px
    }
}

@media(max-width: 1440px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .sttl {
        font-size: 18px;
        margin-top: 30px
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .sttl span {
    font-family: "Gotham-Mid";
    color: #024a5b
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .frmttl {
    font-size: 20px;
    font-family: "Gotham-Mid";
    margin-bottom: 25px
}

@media(max-width: 1570px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .frmttl {
        font-size: 18px
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style {
    margin-top: 30px
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .form-element {
    margin-bottom: 30px
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .form-element.form-select:after {
    width: 11px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    right: 20px
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .btn-container {
    text-align: center;
    margin-top: 12px
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .btn-container .btn {
    font-size: 18px;
    font-family: "Gotham-Mid";
    padding: 15px 50px
}

@media(max-width: 1024px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .btn-container .btn {
        font-size: 16px
    }
}

@media(max-width: 930px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .btn-container {
        margin-top: 0
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left .form-style .form-label span.text-denger {
    color: red
}

@media(max-width: 1440px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left {
        padding: 50px 0 50px 40px
    }
}

@media(max-width: 1279px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left {
        padding: 30px 0 30px 15px
    }
}

@media(max-width: 930px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .left {
        padding: 30px 15px 0
    }
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right {
    position: sticky;
    right: 0;
    top: 80.9px;
    height: calc(100vh - 79px);
    z-index: 1
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right figure {
    height: 100%;
    overflow: hidden
}

.affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left
}

@media(max-width: 1440px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right figure img {
        object-position: top center
    }
}

@media(max-width: 930px) {
    .affiliateprogram_PG .affiliateprogramInner .affiliateprogramInner_list .right {
        display: none
    }
}

.liberty_consumer_rated {
    margin: 80px 0;
    position: relative;
    padding: 0 !important
}

.liberty_consumer_rated .main-container {
    max-width: 1500px !important
}

.liberty_consumer_rated .liberty_consumer_ratedinner {
    padding: 0 5px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .1490196078);
    position: relative;
    z-index: 1
}

.liberty_consumer_rated .liberty_consumer_ratedinner .navigation-wrapper {
    position: relative
}

.liberty_consumer_rated .liberty_consumer_ratedinner .navigation-wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width: 1301px) {
    .liberty_consumer_rated .liberty_consumer_ratedinner .navigation-wrapper .arrow {
        display: none !important
    }
}

.liberty_consumer_rated .liberty_consumer_ratedinner .navigation-wrapper .arrow.arrow--right {
    right: -30px
}

.liberty_consumer_rated .liberty_consumer_ratedinner .navigation-wrapper .arrow.arrow--left {
    left: -30px
}

.liberty_consumer_rated .liberty_consumer_ratedinner .arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #ddd !important;
    background-color: #eee;
    font-size: 0;
    position: relative
}

.liberty_consumer_rated .liberty_consumer_ratedinner .arrow--right {
    float: right
}

.liberty_consumer_rated .liberty_consumer_ratedinner .arrow--right:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./../../../img/icons/expand.svg);
    width: 14px;
    height: 10px;
    background-size: 21px
}

.liberty_consumer_rated .liberty_consumer_ratedinner .arrow--left {
    float: left
}

.liberty_consumer_rated .liberty_consumer_ratedinner .arrow--left:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./../../../img/icons/expand.svg);
    width: 14px;
    height: 10px;
    background-size: 21px
}

@media(max-width: 1300px) {
    .liberty_consumer_rated .liberty_consumer_ratedinner {
        margin-top: 0;
        padding: 0 15px
    }
}

@media(max-width: 1300px) {
    .liberty_consumer_rated .liberty_consumer_ratedinner {
        width: calc(100% - 30px) !important;
        margin: auto;
        padding: 0 15px;
        float: none
    }
}

.liberty_consumer_rated .lhg_consumerlist .box {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.liberty_consumer_rated .lhg_consumerlist .box .image {
    width: 82px;
    flex: 0 0 82px
}

@media(max-width: 1600px) {
    .liberty_consumer_rated .lhg_consumerlist .box .image {
        width: 60px;
        flex: 0 0 60px
    }
}

.liberty_consumer_rated .lhg_consumerlist .box .content {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    width: calc(100% - 96px);
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.liberty_consumer_rated .lhg_consumerlist .box .content .bdg {
    position: absolute;
    right: -8px;
    bottom: -7px;
    width: 35px
}

.liberty_consumer_rated .lhg_consumerlist .box .content:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ededed;
    position: absolute;
    right: -10px;
    top: 0
}

.liberty_consumer_rated .lhg_consumerlist .box .content .desc {
    font-size: 11px;
    width: 100%;
    font-family: "Gotham-Mid";
    line-height: 1.4;
    margin-top: 8px
}

.liberty_consumer_rated .lhg_consumerlist .box .content .desc br {
    display: none
}

@media(max-width: 1024px) {
    .liberty_consumer_rated .lhg_consumerlist .box .content .desc br {
        display: none
    }
}

.liberty_consumer_rated .lhg_consumerlist .box .content .smlttl {
    width: 100%;
    font-size: 13px;
    font-family: "Gotham-Bold";
    text-decoration: underline;
    line-height: 1.3
}

@media(max-width: 1600px) {
    .liberty_consumer_rated .lhg_consumerlist .box .content {
        width: calc(100% - 75px)
    }
}

.liberty_consumer_rated .lhg_consumerlist .box .content .p25 {
    padding-right: 25px
}

.liberty_consumer_rated .lhg_consumerlist .box .content.aimage {
    position: relative
}

.liberty_consumer_rated .lhg_consumerlist .box .content .abdg {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 20px
}

.liberty_consumer_rated .lhg_consumerlist .box:last-child .content:after {
    display: none !important
}

.liberty_consumer_rated .lhg_consumerlist .owl-stage {
    display: flex
}

.liberty_consumer_rated .lhg_consumerlist .owl-stage-outer {
    overflow: hidden
}

.liberty_consumer_rated .lhg_consumerlist .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 1300px) {
    .liberty_consumer_rated {
        margin: 70px 0
    }
}

@media(max-width: 1024px) {
    .liberty_consumer_rated {
        margin: 50px 0
    }
}

@media(max-width: 768px) {
    .liberty_consumer_rated {
        margin: 30px 0
    }
}

.affiliate_footer {
    padding: 30px 0 !important;
    background-color: #024a5b
}

.affiliate_footer .desc {
    color: #fff;
    font-size: 18px;
    text-align: center
}

@media(max-width: 768px) {
    .affiliate_footer .desc {
        font-size: 14px
    }
}

.loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(2, 74, 91, .7)
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
    z-index: 9999999999 !important
}

.sbl-circ-path {
    height: 48px;
    width: 48px;
    color: rgba(255, 255, 255, .2);
    position: relative;
    display: inline-block;
    border: 5px solid;
    border-radius: 50%;
    border-right-color: #fff;
    animation: rotate 1s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.article_left.backArrow_outer .artical_inner {
    padding-top: 0 !important
}

.address_accordwrap {
    margin-bottom: 30px
}

.address_accordwrap .address_accbtn {
    padding-bottom: 26px;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.address_accordwrap .address_accbtn .count {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background-color: #024a5b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

@media(max-width: 767px) {
    .address_accordwrap .address_accbtn .count {
        width: 25px;
        height: 25px;
        margin-right: 15px
    }
}

.address_accordwrap .address_accbtn .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.address_accordwrap .address_accbtn .left figure {
    margin-right: 18px;
    width: 42px;
    flex: 0 0 42px
}

.address_accordwrap .address_accbtn .left h6 {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Gotham-Mid"
}

.address_accordwrap .address_accbtn .left p {
    font-size: 14px
}

.apps_wrapper .apps {
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    background-color: #f7f7f7;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 0;
    overflow: hidden
}

.apps_wrapper .apps .apps_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: px) {
    .apps_wrapper .apps .apps_box:first-child {
        width: 538px;
        flex: 0 0 538px
    }
}

@media(min-width: 1201px) {
    .apps_wrapper .apps .apps_box:first-child {
        width: 350px;
        flex: 0 0 350px
    }
}

@media(min-width: 1351px) {
    .apps_wrapper .apps .apps_box:first-child {
        width: 538px;
        flex: 0 0 538px
    }
}

@media(max-width: 1200px) {
    .apps_wrapper .apps .apps_box:first-child {
        width: 100%;
        margin-bottom: 15px
    }
}

.apps_wrapper .apps .apps_box:not(:last-child) {
    margin-right: 15px
}

@media(max-width: 1130px) {
    .apps_wrapper .apps .apps_box:not(:last-child) {
        margin-right: 0
    }
}

@media(max-width: 700px) {
    .apps_wrapper .apps .apps_box:not(:last-child) {
        margin-bottom: 15px !important
    }
}

.apps_wrapper .apps .apps_box figure {
    margin-right: 18px;
    width: 42px;
    flex: 0 0 42px
}

.apps_wrapper .apps .apps_box h6 {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Gotham-Mid"
}

.apps_wrapper .apps .apps_box p {
    font-size: 14px
}

.apps_wrapper .apps .apps_box.cplan {
    background-color: #ea1828;
    color: #fff;
    padding: 12px 18px;
    margin-top: -12px;
    margin-bottom: -12px
}

@media(max-width: 1200px) {
    .apps_wrapper .apps .apps_box.cplan {
        margin: 0
    }
}

@media(max-width: 700px) {
    .apps_wrapper .apps .apps_box.cplan {
        margin: 0 -15px -15px;
        width: calc(100% + 30px) !important
    }
}

@media(max-width: 830px) {
    .apps_wrapper .apps .apps_box {
        width: 48% !important
    }
}

@media(max-width: 700px) {
    .apps_wrapper .apps .apps_box {
        width: 100% !important
    }
}

@media(max-width: 1200px) {
    .apps_wrapper .apps {
        flex-wrap: wrap
    }
}

@media(max-width: 1200px) {
    .apps_wrapper .apps {
        padding: 15px
    }
}

@media(max-width: 700px) {
    .apps_wrapper .apps {
        padding: 15px !important
    }
}

#countingelm {
    font-size: 12.5px
}

.fl-failed,
.fl-success {
    width: 100%;
    font-size: 15px;
    font-family: "Gotham-Mid";
    text-align: left;
    padding: 10px;
    margin: 15px 0;
    margin-bottom: 0px;
    border-radius: 6px
}

.fl-failed {
    color: #b86361;
    background: #f2dede;
    border: 1px solid #ebccd1
}

.fl-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.checkout-order-info .cinfo_tablewrapper table tr.total_cost td {
    font-size: 20px;
    width: 50%
}

@media(max-width: 1024px) {
    .checkout-order-info .cinfo_tablewrapper table tr.total_cost td {
        font-size: 17px
    }
}

.ppath3 {
    animation: blinker 1.7s cubic-bezier(0.5, 0, 1, 1) infinite alternate
}

@keyframes blinker {
    to {
        opacity: 0
    }
}

.ppath2 {
    animation: blinker2 .6s cubic-bezier(1, 0, 0, 1) infinite alternate
}

@keyframes blinker2 {
    to {
        opacity: 0
    }
}

.ppath1 {
    animation: blinker3 1s ease-in-out infinite alternate
}

@keyframes blinker3 {
    to {
        opacity: 0
    }
}

.fildesetborder.aboutyou .errorwrap.mtminus {
    margin: 0 !important
}

.fildesetborder.aboutyou .errorwrap.mtminus span.msg-error {
    margin-top: 16px;
    display: inline-block
}

.pg__funnel.pgFullH.lhg-funnel--your-home .title {
    margin-bottom: 22px
}

.pg__funnel.pgFullH.lhg-funnel--your-home .form-style:not(.d-flex) .form-element {
    margin-bottom: 23px
}

.pg__funnel.pgFullH.lhg-funnel--your-home fieldset.mt-1 {
    margin-top: 0 !important
}

.pg__funnel.pgFullH.lhg-funnel--your-home .property_rdowrapFset {
    margin-top: 25px
}

.pg__funnel.pgFullH.lhg-funnel--your-home .btns-container {
    margin-top: 30px
}

@media(max-width: 760px) {
    .fov .cell-5,
    .fov .cell-7 {
        width: 100%
    }
}

@media(max-width: 760px) {
    .fov .cell-7 {
        margin-top: 15px
    }
}

.progressiveBackWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.progressiveBackWrap a {
    font-size: 20px;
    font-weight: 600;
    transition: .4s
}

.progressiveBackWrap a img {
    transition: .4s
}

.progressiveBackWrap a:hover {
    color: #ea1828
}

.progressiveBackWrap a:hover img {
    transform: translateX(-5px);
    filter: invert(17%) sepia(88%) saturate(4476%) hue-rotate(348deg) brightness(93%) contrast(97%)
}

.progressiveBackWrap a img {
    width: 28px
}

@media(max-width: 1024px) {
    .progressiveBackWrap a img {
        width: 22px
    }
}

@media(max-width: 768px) {
    .progressiveBackWrap a img {
        width: 20px
    }
}

@media(max-width: 1024px) {
    .progressiveBackWrap a {
        font-size: 18px
    }
}

@media(max-width: 768px) {
    .progressiveBackWrap a {
        font-size: 16px
    }
}

.accord_head {
    display: none
}

.multiPlanPricewrapper {
    display: none
}

.apps_wrapper {
    display: none
}

.coveragebottomBtnwraper {
    display: none
}

.pg_multiProp .funnelStepTwoAccord .accord_inner {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden
}

.pg_multiProp .funnelStepTwoAccord .accord_inner:not(:last-child) {
    margin-bottom: 30px
}

.pg_multiProp .funnelStepTwoAccord .accord_inner .accord-target {
    padding: 30px;
    display: none
}

@media(max-width: 1140px) {
    .pg_multiProp .funnelStepTwoAccord .accord_inner .accord-target {
        padding: 20px 15px
    }
}

.pg_multiProp .funnelStepTwoAccord .accord_head {
    padding: 12px 50px 12px 30px;
    background-color: #f7f7f7;
    position: relative;
    display: block;
    cursor: pointer
}

.pg_multiProp .funnelStepTwoAccord .accord_head:after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #212121
}

@media(max-width: 1140px) {
    .pg_multiProp .funnelStepTwoAccord .accord_head:after {
        right: 15px
    }
}

.pg_multiProp .funnelStepTwoAccord .accord_head .title {
    margin-bottom: 0;
    justify-content: flex-start !important
}

.pg_multiProp .funnelStepTwoAccord .accord_head.actv:after {
    content: "-"
}

@media(max-width: 1140px) {
    .pg_multiProp .funnelStepTwoAccord .accord_head {
        padding: 12px 35px 12px 15px
    }
}

.pg_multiProp.pg__funnel.lhg-funnel--your-home article.article_left .artical_inner {
    padding: 40px 56px 40px 5px
}

@media(max-width: 1300px) {
    .pg_multiProp.pg__funnel.lhg-funnel--your-home article.article_left .artical_inner {
        padding: 40px 30px 40px 5px
    }
}

@media(max-width: 990px) {
    .pg_multiProp.pg__funnel.lhg-funnel--your-home article.article_left .artical_inner {
        padding: 0
    }
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .coverageplansection .title_wrapper .plan-switch {
    display: none
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .multiPlanPricewrapper {
    display: block
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .multiPlanPricewrapper .plan-switch {
    margin-top: 40px
}

@media(max-width: 767px) {
    .pg_multiProp.pg__funnel.lhg-funnel--coverage .multiPlanPricewrapper .plan-switch {
        margin-top: 30px
    }
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner:not(:last-child) {
    margin-bottom: 40px
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner .apps_wrapper.accord-btn {
    position: relative;
    cursor: pointer
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner .apps_wrapper.accord-btn .apps {
    padding-right: 60px
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner .apps_wrapper.accord-btn:after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #212121
}

@media(max-width: 700px) {
    .pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner .apps_wrapper.accord-btn:after {
        line-height: 0;
        top: 22px;
        transform: none;
        right: 15px
    }
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner .apps_wrapper.accord-btn .title {
    margin-bottom: 0
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .funnelStepThreeAccord .accord_inner .apps_wrapper.accord-btn.actv:after {
    content: "-"
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .coveragebottomBtnwraper {
    display: flex
}

.pg_multiProp.pg__funnel.lhg-funnel--coverage .plan_containerwrapper .plan-container.active .btns-container .btn.btn-dgreen {
    background-color: #ea1828
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner {
    margin-top: 40px
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .apps_wrapper.accord-btn {
    position: relative;
    cursor: pointer
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .apps_wrapper.accord-btn .apps {
    padding-right: 60px
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .apps_wrapper.accord-btn:after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #212121
}

@media(max-width: 700px) {
    .pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .apps_wrapper.accord-btn:after {
        line-height: 0;
        top: 22px;
        transform: none;
        right: 15px
    }
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .apps_wrapper.accord-btn .title {
    margin-bottom: 0
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .apps_wrapper.accord-btn.actv:after {
    content: "-"
}

.pg_multiProp.pg__funnel.funnel_step4 .funnelStepFourAccord .accord_inner .accord-target {
    margin-top: 30px
}

.pg_multiProp.pg__funnel.funnel_step4 .newcovaragebtn_wrapper {
    padding-top: 0;
    border: 0
}

@media(max-width: 520px) {
    .pg_multiProp.pg__funnel.funnel_step4 .newcovaragebtn_wrapper {
        padding-top: 95px;
        margin-top: 0
    }
}

.pg_multiProp.pg__funnel.funnel_step4 .apps_wrapper {
    margin-bottom: 0
}

.pg_multiProp .apps_wrapper {
    display: block
}

.pg_multiProp .hideFormultiProp {
    display: none
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info {
    width: 46%;
    padding: 90px 0px 30px 48px
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper {
    padding: 30px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #b7b7b7;
    position: relative
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper .count {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background-color: #024a5b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -50px;
    top: 0
}

@media(max-width: 767px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper .count {
        width: 25px;
        height: 25px;
        left: -13px;
        top: -10px
    }
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper .cinfo_tablewrapper {
    margin-bottom: 0
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper .total_cost {
    display: none
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper .accord-targetChk {
    display: none
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper:not(:last-child) {
    margin-bottom: 30px
}

@media(max-width: 1280px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-order-info .multiorderinfoWrapperMain .multiorderinfoWrapper {
        padding: 15px
    }
}

@media(max-width: 1380px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-order-info {
        width: 42%
    }
}

@media(max-width: 1200px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-order-info {
        width: 100%;
        padding: 30px 0px 30px 0px
    }
}

@media(max-width: 767px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-order-info {
        padding: 25px 0px 30px 0px
    }
}

.pg_multiProp.lhg-funnel--checkout .checkout-order-info .billing_pay_section {
    display: block
}

.pg_multiProp.lhg-funnel--checkout .checkout-billing-info {
    width: 54%
}

@media(max-width: 1380px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-billing-info {
        width: 58%
    }
}

@media(max-width: 1200px) {
    .pg_multiProp.lhg-funnel--checkout .checkout-billing-info {
        width: 100%
    }
}

.pg_multiProp.lhg-funnel--checkout .checkout-billing-info .billing_pay_section {
    display: none
}

.pg_multiProp.lhg-funnel--checkout .multiprop_wrapMain {
    float: left;
    width: 100%
}

.pg_multiProp.lhg-funnel--checkout .multiprop_wrapMain .multiprop_wrap {
    position: relative
}

.pg_multiProp.lhg-funnel--checkout .multiprop_wrapMain .multiprop_wrap:not(:last-child) {
    margin-bottom: 30px
}

.pg_multiProp.lhg-funnel--checkout .ifpp .checkbox_group .cbox_container {
    font-weight: 700
}

.pg_multiProp.lhg-funnel--checkout .splitpaytxt {
    margin-top: 1rem
}

.pg_multiProp.lhg-funnel--checkout .ifpp {
    margin-top: 8px;
    padding-top: 15px;
    border-top: 1px solid #024a5b
}

.pg_multiProp.lhg-funnel--checkout .ifpp .cbox_wrap {
    margin-bottom: 0
}

.pg_multiProp.lhg-funnel--checkout #splitpaytxt {
    margin-top: 15px
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper {
    float: left;
    width: 100%
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper .info-group.accord-btnChk {
    transition-delay: 1s;
    transition: .1s;
    position: relative
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper .info-group.accord-btnChk:after {
    content: "+ SEE MORE";
    position: absolute;
    right: 0;
    top: 4px;
    color: #024a5b;
    font-weight: 600;
    cursor: pointer
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper .info-group.accord-btnChk.actv:after {
    content: "- SEE LESS"
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper:not(.show) .info-group.accord-btnChk {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper:not(.show) .amount_due {
    display: flex
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper:not(.show) .amount_due td {
    width: auto
}

.pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper:not(.show) .amount_due td:last-child {
    padding-left: 5px
}

.pg_multiProp.lhg-funnel--checkout .badd,
.pg_multiProp.lhg-funnel--checkout .paymentwrapper {
    background-color: #fff
}

.pg_multiProp.lhg-funnel--checkout .multiprop_wrap {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    padding: 30px
}

@media(max-width: 1280px) {
    .pg_multiProp.lhg-funnel--checkout .multiprop_wrap {
        padding: 15px
    }
}

.pg_multiProp.lhg-funnel--checkout tr.amount_due td {
    font-size: 20px;
    width: 50%;
    color: #2b8185;
    padding: 8px 0;
    font-weight: 600
}

@media(max-width: 1024px) {
    .pg_multiProp.lhg-funnel--checkout tr.amount_due td {
        font-size: 17px
    }
}

.pg_multiProp.lhg-funnel--checkout .multigrand_total {
    width: 100%;
    float: left;
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    border-radius: 7px;
    color: #fff;
    margin-top: 30px
}

.pg_multiProp.lhg-funnel--checkout .multigrand_total .total_prop {
    width: 50%;
    padding: 20px 30px;
    background-color: #024a5b
}

.pg_multiProp.lhg-funnel--checkout .multigrand_total .total_prop p {
    font-size: 18px;
    font-family: "Gotham-Mid"
}

@media(max-width: 1470px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .total_prop p {
        font-size: 16px
    }
}

@media(min-width: 1201px)and (max-width: 1380px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .total_prop {
        width: 100%;
        border-radius: 5px
    }
}

@media(max-width: 1280px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .total_prop {
        padding: 12px 15px
    }
}

@media(max-width: 600px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .total_prop {
        width: 100%;
        border-radius: 5px
    }
}

.pg_multiProp.lhg-funnel--checkout .multigrand_total .multitotal {
    width: 50%;
    padding: 20px 30px;
    background-color: #ea1828
}

.pg_multiProp.lhg-funnel--checkout .multigrand_total .multitotal p {
    font-size: 18px;
    font-family: "Gotham-Mid"
}

@media(max-width: 1470px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .multitotal p {
        font-size: 16px
    }
}

@media(min-width: 1201px)and (max-width: 1380px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .multitotal {
        width: 100%;
        margin-top: 15px;
        border-radius: 5px
    }
}

@media(max-width: 1280px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .multitotal {
        padding: 12px 15px
    }
}

@media(max-width: 600px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total .multitotal {
        width: 100%;
        margin-top: 15px;
        border-radius: 5px
    }
}

@media(min-width: 1201px)and (max-width: 1380px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total {
        flex-wrap: wrap
    }
}

@media(max-width: 600px) {
    .pg_multiProp.lhg-funnel--checkout .multigrand_total {
        flex-wrap: wrap
    }
}

@media(min-width: 1201px)and (max-width: 1390px) {
    .pg_multiProp.lhg-funnel--checkout .billingtitlewrapper {
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: flex-start
    }
    .pg_multiProp.lhg-funnel--checkout .billingtitlewrapper .checkbox_group.mb-0 {
        padding-left: 0;
        margin-top: 15px
    }
}

@media(max-width: 574px) {
    .pg_multiProp.lhg-funnel--checkout .paymentwrapper .btn-container {
        margin-top: 30px
    }
}

.pg_multiProp.lhg-funnel--checkout .paymentwrapper .ach.achpay .bpdesc {
    margin-bottom: 30px
}

.pg_multiProp .hideforsingleprop {
    display: block
}

.pg__funnel.pgFullH.lhg-funnel--checkout:not(.pg_multiProp) .show_for_multiProp {
    display: none
}

.hideforsingleprop {
    display: none
}

.allCardIcon {
    position: absolute;
    bottom: 18px;
    right: 11px;
    font-size: 0
}

@media(max-width: 767px) {
    .allCardIcon {
        bottom: 13px
    }
}

.allCardIcon .icon {
    width: 34px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block
}

.allCardIcon .icon:not(.active) {
    display: none
}

.allCardIcon .icon.icon-amex {
    background-image: url(../images/allCardIcon/amex.svg)
}

.allCardIcon .icon.icon-diners {
    background-image: url(../images/allCardIcon/diners.svg)
}

.allCardIcon .icon.icon-discover {
    background-image: url(../images/allCardIcon/discover.svg)
}

.allCardIcon .icon.icon-jcb {
    background-image: url(../images/allCardIcon/jcb.svg)
}

.allCardIcon .icon.icon-maestro {
    background-image: url(../images/allCardIcon/maestro.svg)
}

.allCardIcon .icon.icon-mastercard {
    background-image: url(../images/allCardIcon/mastercard.svg)
}

.allCardIcon .icon.icon-visa {
    background-image: url(../images/allCardIcon/visa.svg)
}

.address_disp {
    margin-top: 7px
}

.streetVmap {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #f1f1f1;
    border: 5px solid #fff;
    width: 385px;
    height: 315px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .0784313725);
    z-index: 2
}

@media(max-width: 1570px) {
    .streetVmap {
        width: 335px;
        height: 265px
    }
}

@media(max-width: 1366px) {
    .streetVmap {
        width: 285px;
        height: 215px
    }
}

.privac_termPOP {
    width: 100%;
    position: fixed;
    right: 0;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    z-index: 33;
    box-shadow: inset 0px 4px 11px -6px rgba(183, 183, 183, 0.8196078431);
    padding-bottom: 0 !important;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s
}

.privac_termPOP.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.privac_termPOP .closeBtn {
    position: absolute;
    right: 43px;
    top: 45px
}

.privac_termPOP .closeBtn img {
    width: 30px
}

@media(max-width: 1024px) {
    .privac_termPOP .closeBtn {
        right: 28px;
        top: 28px
    }
}

@media(max-width: 500px) {
    .privac_termPOP .closeBtn {
        right: 13px;
        top: 22px
    }
}

.privac_termPOP .pg__static--content {
    padding: 45px;
    background-color: #f7f7f7;
    width: 42%;
    float: right;
    height: 90%;
    margin-right: 0;
    margin-top: 2.5%;
    border-radius: 5px;
    position: relative;
    transition: .6s
}

.privac_termPOP .pg__static--content article {
    overflow: auto;
    height: calc(100% - 80px);
    padding-right: 15px
}

@media(max-width: 1024px) {
    .privac_termPOP .pg__static--content article {
        height: calc(100% - 56px)
    }
}

.privac_termPOP .pg__static--content article::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px
}

.privac_termPOP .pg__static--content article::-webkit-scrollbar-track {
    border-radius: 10px
}

.privac_termPOP .pg__static--content article::-webkit-scrollbar-thumb {
    background: #024a5b;
    border-radius: 10px;
    opacity: .8
}

.privac_termPOP .pg__static--content article::-webkit-scrollbar-thumb:hover {
    background: #ea1828
}

.privac_termPOP .pg__static--content .h1 {
    font-family: "Gotham-Mid";
    color: #024a5b;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1
}

@media(max-width: 1024px) {
    .privac_termPOP .pg__static--content .h1 {
        font-size: 25px;
        margin-bottom: 30px
    }
}

@media(max-width: 500px) {
    .privac_termPOP .pg__static--content .h1 {
        margin-bottom: 25px
    }
}

.privac_termPOP .pg__static--content p {
    font-size: 15px;
    line-height: 1.8
}

.privac_termPOP .pg__static--content p:not(:last-child) {
    margin-bottom: 25px
}

@media(max-width: 1360px) {
    .privac_termPOP .pg__static--content p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media(max-width: 1360px) {
    .privac_termPOP .pg__static--content p {
        font-size: 15px;
        margin-bottom: 20px
    }
}

.privac_termPOP .pg__static--content p a {
    display: inline-block
}

.privac_termPOP .pg__static--content p a:not(.fwnormal) {
    font-weight: 600
}

.privac_termPOP .pg__static--content p a:hover {
    color: #48b84e
}

.privac_termPOP .pg__static--content p u {
    font-weight: 600
}

.privac_termPOP .pg__static--content .h4 {
    color: #024a5b;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 20px
}

@media(max-width: 1360px) {
    .privac_termPOP .pg__static--content .h4 {
        margin-bottom: 20px
    }
}

@media(max-width: 1024px) {
    .privac_termPOP .pg__static--content .h4 {
        font-size: 18px;
        margin-top: 30px
    }
}

@media(max-width: 1024px) {
    .privac_termPOP .pg__static--content {
        width: auto;
        max-width: 700px;
        margin-right: 0;
        margin-top: 0;
        padding: 30px
    }
}

@media(max-width: 730px) {
    .privac_termPOP .pg__static--content {
        max-width: 90%
    }
}

@media(max-width: 500px) {
    .privac_termPOP .pg__static--content {
        padding: 25px 15px;
        height: 82%
    }
}

.privac_termPOP.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.privac_termPOP.show .pg__static--content {
    margin-right: 2.5%
}

@media(max-width: 1024px) {
    .privac_termPOP.show .pg__static--content {
        margin-right: 0;
        margin-top: 2.5%
    }
}

@media(max-width: 500px) {
    .privac_termPOP.show .pg__static--content {
        top: 55px
    }
}

@media(max-width: 1024px) {
    .privac_termPOP {
        top: 0;
        height: 100vh;
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 500px) {
    .privac_termPOP {
        justify-content: flex-start;
        background-color: rgba(0, 0, 0, .7)
    }
}

.pg__funnel.pgFullH.lhg-funnel--checkout:not(.pg_multiProp) .info-group.accord-btnChk {
    pointer-events: none;
    cursor: default
}

@media(max-width: 450px) {
    .liberty_funnelPage.spanish-checkout .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 10px
    }
}

@media(max-width: 360px) {
    .liberty_funnelPage.spanish-checkout .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 9px
    }
}

.liberty_funnelPage.spanish-checkout .btn-slideToggle {
    font-size: 12px
}

.liberty_funnelPage.spanish-checkout .checkoutprogressive_inner .checkbox_group em {
    font-size: 12px
}

.liberty_funnelPage.spanish-checkout .billingtitlewrapper .cbox_wrap .checkmark {
    top: 0
}

.liberty_funnelPage.spanish-checkout .billingtitlewrapper .checkbox_group .cbox_container {
    display: inline-block
}

@media(min-width: 671px) {
    .liberty_funnelPage.spanish-checkout .newradio label {
        width: 195px;
        flex: 0 0 195px
    }
}

.liberty_funnelPage.spanish-checkout .apps_wrapper .apps .apps_box h6 {
    font-size: 15px
}

.liberty_funnelPage.spanish-checkout .form-style .form-element:not(.has-value) .form-label {
    top: 1.8em !important;
    font-size: 13px
}

@media(max-width: 767px) {
    .liberty_funnelPage.spanish-checkout .form-style .form-element:not(.has-value) .form-label {
        top: 1.2em !important
    }
}

@media(max-width: 500px) {
    .liberty_funnelPage.spanish-checkout .form-style .form-element:not(.has-value) .form-label {
        top: 1.3em !important
    }
}

.liberty_funnelPage.spanish-checkout .pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper .info-group.accord-btnChk:after {
    content: "+ VER MÁS" !important
}

.liberty_funnelPage.spanish-checkout .pg_multiProp.lhg-funnel--checkout .multiorderinfoWrapper .info-group.accord-btnChk.actv:after {
    content: "- VER MENOS" !important
}

.liberty_funnelPage.spanish-checkout .box-rdio-grp>label .ex-info i b {
    font-size: 15px !important
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-box {
    max-width: 438px;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 462px) {
    .sds-modal.sds-modal-center.failedPaymentPop .sds-modal-box {
        max-width: 95%
    }
}

@media(max-height: 500px) {
    .sds-modal.sds-modal-center.failedPaymentPop .sds-modal-box {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 30px
    }
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content {
    padding: 30px;
    background-color: #dfdfdf;
    border-radius: 8px;
    opacity: 0;
    transform: scale(0);
    transition: .6s
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .top_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .top_part svg {
    width: 55px;
    height: 55px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .top_part .right_cont {
    padding-left: 15px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .top_part .right_cont .innerTtl {
    font-size: 18px;
    font-family: "Gotham-Mid"
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .top_part .right_cont .lgdesc {
    font-size: 15px;
    margin-top: 5px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .mid_cont {
    border-radius: 8px;
    background-color: #fff;
    margin-top: 20px;
    padding: 15px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .desc {
    font-size: 15px;
    line-height: 1.6
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .desc:not(:first-child) {
    margin-top: 10px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn_wrap {
    margin-top: 20px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn_wrap .btn {
    width: 100%;
    transition: .4s
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn_wrap .btn:not(:last-child) {
    margin-bottom: 15px
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn {
    border-radius: 8px;
    color: #fff;
    padding: 15px;
    line-height: 1;
    text-align: center
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn.blue {
    background-color: #5071c2
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn.blue:hover {
    background-color: #325cc3
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content .btn.btn-green:hover {
    background-color: #35a73b
}

.sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content svg {
    width: 45px;
    height: 45px
}

@media(max-width: 462px) {
    .sds-modal.sds-modal-center.failedPaymentPop .sds-modal-content {
        padding: 25px 20px
    }
}

.sds-modal.sds-modal-center.failedPaymentPop.is-active .sds-modal-content {
    opacity: 1;
    transform: scale(1)
}

.sds-modal.sds-modal-center.failedPaymentPop.is-active .sds-modal-content svg {
    transition: transform .5s ease-out
}

.sds-modal.sds-modal-center.failedPaymentPop.is-active .sds-modal-content svg #red-exclamation {
    animation: bounce .5s ease-out forwards;
    transform-origin: center center
}

.sds-modal.sds-modal-center.failedPaymentPop.is-active .sds-modal-content svg .exclamation {
    opacity: 0;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: excl 1.5s ease forwards .5s
}

.sds-modal.sds-modal-center.failedPaymentPop.is-active .sds-modal-content svg .dot {
    opacity: 0;
    stroke-width: 30;
    stroke-linecap: round;
    animation: dot-fade .175s ease forwards .7s
}

@keyframes excl {
    0% {
        stroke-dashoffset: 100
    }
    10% {
        opacity: 1
    }
    100% {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes dot-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: scale(0.1)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.liberty_funnelPage.forbescheckout_PG .pg__funnel {
    margin-top: 72px
}

@media(max-width: 1366px) {
    .liberty_funnelPage.forbescheckout_PG .pg__funnel {
        margin-top: 70px
    }
}

@media(max-width: 1200px) {
    .liberty_funnelPage.forbescheckout_PG .pg__funnel {
        margin-top: 62px
    }
}

@media(max-width: 990px) {
    .liberty_funnelPage.forbescheckout_PG .pg__funnel {
        margin-top: 197px
    }
}

@media(max-width: 397px) {
    .liberty_funnelPage.forbescheckout_PG .pg__funnel {
        margin-top: 168px
    }
}

.liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr {
    background-color: #000
}

.liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:not(:last-child) {
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:not(:last-child):after {
    content: "";
    width: 1px;
    height: 33px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0
}

@media(max-width: 1366px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:not(:last-child):after {
        height: 25px
    }
}

@media(max-width: 1050px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px
    }
}

@media(max-width: 1366px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:nth-child(1) img {
        width: 130px
    }
}

@media(max-width: 1050px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:nth-child(1) img {
        width: 120px
    }
}

@media(max-width: 1366px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:nth-child(2) img {
        width: 90px
    }
}

@media(max-width: 1050px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .forbes_logoWap a:nth-child(2) img {
        width: 85px
    }
}

.liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .lhg-help {
    font-family: "Gotham-Book";
    font-weight: normal;
    color: #fff
}

.liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .lhg-help svg {
    border-radius: 50%
}

@media(max-width: 1366px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .lhg-help {
        font-size: 20px
    }
}

@media(max-width: 1100px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .lhg-help {
        font-size: 16px
    }
}

@media(max-width: 500px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .lhg-help {
        font-size: 0
    }
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .lhg-help svg {
        margin-right: 0
    }
}

@media(min-width: 991px) {
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps {
        color: #fff
    }
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:not(.actv) figure {
        background-color: #fff
    }
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:not(.actv) figure img {
        filter: grayscale(1)
    }
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps.actv figure {
        background-color: #f1ce75;
        background-image: url(../images/forbes/gd.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps.actv figure img {
        filter: grayscale(1)
    }
    .liberty_funnelPage.forbescheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:after {
        background-color: #fff
    }
}

.liberty_funnelPage.forbescheckout_PG .multi_badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 65px;
    right: 48px
}

.liberty_funnelPage.forbescheckout_PG .multi_badges figure:not(:last-child) {
    margin-right: 10px
}

.liberty_funnelPage.forbescheckout_PG .multi_badges figure img {
    max-height: 174px
}

@media(max-width: 1366px) {
    .liberty_funnelPage.forbescheckout_PG .multi_badges figure img {
        max-height: 140px
    }
}

@media(max-width: 1600px) {
    .liberty_funnelPage.forbescheckout_PG .multi_badges {
        top: 35px;
        right: 30px
    }
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .lhg-help:not(:hover) {
    color: #000
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps {
    font-family: "Gotham-Mid"
}

@media(min-width: 1561px) {
    .liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps {
        font-size: 14.5px
    }
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps.actv {
    color: #000;
    font-family: "Gotham-Mid";
    font-weight: normal
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:not(.actv) figure {
    background-color: rgba(0, 0, 0, 0)
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:not(.actv) figure img {
    filter: none
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:first-child.actv figure {
    background-color: #4285f4
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:first-child.actv figure img {
    filter: invert(1)
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:nth-child(2).actv figure {
    background-color: #ea4335
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:nth-child(2).actv figure img {
    filter: invert(1)
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:nth-child(3).actv figure {
    background-color: #fbbc05
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:nth-child(3).actv figure img {
    filter: invert(1)
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:nth-child(4).actv figure {
    background-color: #34a853
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps:nth-child(4).actv figure img {
    filter: invert(1)
}

.liberty_funnelPage.googlecheckout_PG .badge {
    position: absolute;
    right: 70px;
    top: 48px
}

@media(max-width: 1560px) {
    .liberty_funnelPage.googlecheckout_PG .badge img {
        max-height: 175px
    }
}

@media(max-width: 1366px) {
    .liberty_funnelPage.googlecheckout_PG .badge {
        right: 30px;
        top: 30px
    }
}

.liberty_funnelPage.googlecheckout_PG .liberty_funnel_hdr .liberty_funnel-nav .steps.actv:after {
    background-color: #000
}

.custom-btn {
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}



.th_section .plan_containerwrapper {
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
        margin: 150px auto 30px;
}




