@font-face{
    font-family:"Avenir LT W01_65 Medium1475532";
    src:url("../fonts/1475532/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot");
    src:url("../fonts/1475532/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot") format("eot"),
    url("../fonts/1475532/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),
    url("../fonts/1475532/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"),
    url("../fonts/1475532/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype");
}
@font-face{
    font-family:"Avenir LT W01_85 Heavy1475544";
    src:url("../fonts/1475544/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot");
    src:url("../fonts/1475544/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
        url("../fonts/1475544/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
        url("../fonts/1475544/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
        url("../fonts/1475544/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype");
}
.georgia {
    font-family: "Georgia", serif !important;
}

.semibold {
    font-style: normal;
    font-weight: 600;
}

.bg-nav {
    background-color: var(--bg-dark);
}

.normal {
    font-style: normal !important;
    text-decoration: none !important;
}

u {
    text-decoration: none;
    border-bottom: 2px solid white;
}

.heavy{
    font-family: 'Objektiv Mk1', sans-serif !important;
}
.medium{
    font-family: 'Objektiv Mk1', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.objective-light{
    font-family: 'Objektiv Mk1', sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
}

.box-style-01 {
    background: linear-gradient(90deg, #464646 0%, #060606 100%);
    border-radius: 2.7px;
}

.text-B9B9B9 {
    color: #B9B9B9 !important;
}

.text-b1b1b1 {
    color: #b1b1b1 !important;
}

.text-828282 {
    color: #828282 !important;
}

.uppercase {
    text-transform: uppercase;
}

.btn-orange {
    background: #E6BC6D !important;
    color: var(--text-white);
}

.rounded-1 {
    border-radius: 3px;
}

.ls-05 {
    letter-spacing: 0.5px;
}

.bold {
    font-weight: 700 !important;
    font-family: 'Objektiv Mk1', sans-serif !important;
}

.bolder {
    font-weight: 900 !important;
    font-family: 'Objektiv Mk1', sans-serif !important;
}

.italic {
    font-style: italic;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-16-8 {
    font-size: 16.8px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19-4 {
    font-size: 19.4px;
}

.fs-20 {
    font-size: 20px;
}



.fs-14 {
    font-size: 14px;

}
.fs-14-red-box{
    background-color: var(--bg-red);
    padding: 2px 6px 2px 6px;
    line-height: 14px !important;
    color: var(--text-white);
}

.fs-15 {
    font-size: 15px !important;
}

.fs-24 {
    font-size: 24px;
}

.fs-26{
    font-size: 26px;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-64 {
    font-size: 64px;
}

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

.mt-8rem {
    margin-top: 9rem;
}

.mt-15rem {
    margin-top: 15rem;
}

.line-orange {
    border-bottom: 2px solid var(--color-orange);
    position: relative;
    top: -30px;
}

.padding-35 {
    padding: 35px !important;
}

.common-gradient {
    background: linear-gradient(346.19deg, var(--color-orange-3) 0%, var(--color-orange-2) 99.78%);
    border-radius: 2.2px;
    border: none;
}

.btn-homepage-format {
    border-radius: 35px !important;
    padding: 15px 47px 14px 47px;
    text-transform: uppercase;
    color: var(--text-white);
    background: linear-gradient(346.19deg, var(--color-orange-3) 0%, var(--color-orange-2) 99.78%);
    border: none;
    box-shadow: 0px 12px 55px 2px rgba(254, 153, 1, 0.30);
    font-weight: 700;
    font-size: 16.8px;
    letter-spacing: 1.47px !important;
}

.btn-homepage-format:hover {
    border-radius: 35px !important;
    padding: 15px 47px 14px 47px;
    text-transform: uppercase;
    color: var(--text-white);
    background-color: darkorange;
}

.socialmedia-btn a {
    padding-left: 20px;
}

a.orange-hyperlink {
    color: var(--color-orange) !important;
    text-decoration: underline;
}

a.orange-hyperlink:hover {
    color: #ffb74b !important;
    text-decoration: underline;
}

.carousel-indicators > li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    background-color: #e8e8e8;
}

.carousel-indicators .active {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    background-color: #F66D25 !important;
}

@media (min-width: 320px) {
    .fs-45 {
        font-size: 1.563rem !important;
    }
    .obj-most-popular::before {
        left: 242px!important;
        background-size: 70%!important;
    }
    .table.table-comparison th,
    .table.table-comparison td{
        font-size: 0.688rem!important;
    }
    .table.table-comparison thead tr th p{
        font-size: 0.563!important;
        margin-bottom: 0px;
    }
    .table.table-comparison td button{
        font-size: 0.688rem!important;
        height: 26px;
    }
    .table.table-comparison td:nth-child(1) span svg{
        width: 10px!important;
        height: 10px!important;
     }
    .table.table-comparison td:nth-child(2) span svg,
    .table.table-comparison td:nth-child(3) span svg{
        width: 30px!important;
        height: 30px!important;
     }
    .btn-homepage-format {
        font-size: 12px;
    }

    .rating {
        display: none;
    }

    .vertical-block {
        display: block;
    }

    .horizontal-block {
        display: none;
    }

    .v-dots {
        display: none;
    }

    .rating {
        display: none;
    }

    .responsive {
        text-align: center;
        transition: 0.5s
    }

    .responsive span img {
        display: none;
        transition: 0.5s
    }

    .responsive p {
        text-align: center;
        font-size: 16px;
        transition: 0.5s
    }

    .responsive h1 {
        text-align: center;
        font-size: 24px;
        transition: 0.5s
    }

    .responsive div {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        transition: 0.5s
    }

    .footer-responsive {
        text-align: center;
    }

    .footer-responsive h2 {
        text-align: center;
        font-size: 25px;
    }

    .footer-responsive p {
        text-align: center;
        font-size: 16px;
    }

    .responsive-none {
        display: none;
    }
}

@media (min-width: 480px) {
    .fs-45 {
        font-size: 1.563rem !important;
    }
    .obj-most-popular::before {
        left: 250px!important;
        background-size: 70%!important;
    }
    .table.table-comparison th,
    .table.table-comparison td{
        font-size: 0.688rem!important;
    }
    .table.table-comparison thead tr th p{
        font-size: 0.563!important;
        margin-bottom: 0px;
    }
    .table.table-comparison td button{
        font-size: 0.688rem!important;
        height: 26px;
    }
    .table.table-comparison td:nth-child(1) span svg{
        width: 10px!important;
        height: 10px!important;
     }
     .table.table-comparison td:nth-child(2) span svg,
    .table.table-comparison td:nth-child(3) span svg{
        width: 20px!important;
        height: 20px!important;
     }
    .btn-homepage-format {
        font-size: 16.8px;
    }

    .vertical-block {
        display: block;
    }

    .horizontal-block {
        display: none;
    }

    .v-dots {
        display: none;
    }

    .rating {
        display: none;
    }

    .responsive {
        text-align: center;
        transition: 0.5s
    }

    .responsive span img {
        display: none;
        transition: 0.5s
    }

    .responsive p {
        text-align: center;
        font-size: 16px;
        transition: 0.5s
    }

    .responsive h1 {
        text-align: center;
        font-size: 24px;
        transition: 0.5s
    }

    .responsive div {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        transition: 0.5s
    }

    .footer-responsive {
        text-align: center;
    }

    .footer-responsive h2 {
        text-align: center;
        font-size: 25px;
    }

    .footer-responsive p {
        text-align: center;
        font-size: 16px;
    }

    .responsive-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .fs-45 {
        font-size: 2.813rem !important;
    }
    .obj-most-popular::before {
        top: -29px!important;
        left: 258px!important;
    }
    .table.table-comparison th,
    .table.table-comparison td{
        font-size: 1rem!important;
    }
    .table.table-comparison thead tr th p{
        font-size: 0.813!important;
        margin-bottom: 0px;
    }
    .table.table-comparison td button{
        font-size: 1.25rem!important;
        height: 49px;
    }
    .table.table-comparison td:nth-child(1) span svg{
        width: 20px!important;
        height: 20px!important;
     }
     .table.table-comparison td:nth-child(2) span svg,
    .table.table-comparison td:nth-child(3) span svg{
        width: 27px!important;
        height: 27px!important;
     }
    .vertical-block {
        display: block;
    }

    .horizontal-block {
        display: none;
    }

    .v-dots {
        display: none;
    }

    .rating {
        display: none;
    }

    .responsive {
        text-align: center;
        transition: 0.5s
    }

    .responsive span img {
        display: none;
        transition: 0.5s
    }

    .responsive p {
        text-align: center;
        font-size: 24px;
        transition: 0.5s
    }

    .responsive h1 {
        text-align: center;
        font-size: 50px;
        transition: 0.5s
    }

    .responsive div {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        transition: 0.5s
    }

    .footer-responsive {
        text-align: center;
    }

    .footer-responsive h2 {
        text-align: center;
        font-size: 25px;
    }

    .footer-responsive p {
        text-align: center;
        font-size: 16px;
    }

    .responsive-none {
        display: none;
    }
}

@media (min-width: 992px) {
    .fs-45 {
        font-size: 2.813rem !important;
    }
    .obj-most-popular::before {
        top: -29px!important;
        left: 258px!important;
    }
    .table.table-comparison th,
    .table.table-comparison td{
        font-size: 1rem!important;
    }
    .table.table-comparison thead tr th p{
        font-size: 0.813!important;
        margin-bottom: 0px;
    }
    .table.table-comparison td button{
        font-size: 1.25rem!important;
        height: 49px;
    }
    .table.table-comparison td:nth-child(1) span svg{
        width: 20px!important;
        height: 20px!important;
     }
    .table.table-comparison td:nth-child(2) span svg,
    .table.table-comparison td:nth-child(3) span svg{
        width: 30px!important;
        height: 30px!important;
     }
    .v-dots {
        display: block;
    }

    .vertical-block {
        display: none
    }

    .horizontal-block {
        display: block;
    }

    .responsive {
        text-align: left;
        transition: 0.5s
    }

    .responsive span img {
        display: block;
        transition: 0.5s
    }

    .responsive p {
        text-align: left;
        font-size: 24px;
        transition: 0.5s
    }

    .responsive h1 {
        text-align: left;
        font-size: 50px;
        transition: 0.5s
    }

    .responsive div {
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        transition: 0.5s
    }

    .footer-responsive {
        text-align: left;
    }

    .footer-responsive h2 {
        text-align: left;
        font-size: 25px;
    }

    .footer-responsive p {
        text-align: left;
        font-size: 16px;
    }

    .rating {
        display: block;
    }

    .responsive-none {
        display: block;
    }
}

.btn-black {
    background-color: #262626;
    color: var(--text-white);
    padding: 15px 35px 15px 35px !important;
    border-radius: 1px !important;
    border: 0px solid #262626;
    border-radius: 50px 50px 50px 50px !important;
}

.avatar {
    width: 128px;
    margin: 10px;
    border: 5px solid var(--color-white);
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

.shadow-orange {
    box-shadow: 0px 12px 55px 2px rgba(254, 153, 1, 0.30);
}

.letterspace12 {
    letter-spacing: 1.2px !important;
}

.letterspace147 {
    letter-spacing: 1.47px !important;
}

.mt-6 {
    margin-top: 50px !important;
}

.extra-bold {
    font-weight: 900 !important;
    font-family: "Avenir LT W01_85 Heavy1475544" !important;
}

label {
    font-size: 16px !important;
    margin-bottom: 3px;
    color: var(--text-black);
}

.rounded-top-left {
    border-top-left-radius: 3px;
}

.bg-FF9901 {
    background-color: var(--bg-orange);
}

.text-FF9901 {
    color: var(--text-orange);
}

.text-orange{
    color:var(--text-orange);
}
.underline {
    text-decoration: underline;
}

.loading-bar {
    width: 90%;
    background-image: linear-gradient(to right, var(--color-orange-2), var(--color-orange-3));
}

.bg-EDEDED {
    background-color: #EDEDED;
}

.bg-gradient {
    background-image: linear-gradient(to right, var(--color-orange-2), var(--color-orange-3));
    border: 0px !important;
}

.top-navbar {
    width: 100%
}

.error {
    color: var(--text-orange-2);
}

:checked + span {
    font-weight: bold;
}

.dark-column p {
    font-size: 14px;
}

.bg-gray {
    background-color: #F0F0F0 !important;
}

.modal-footer.bg-gray a {
    color: var(--text-orange);
}

.modal-body p {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.btn-gradient-orgn {
    font-family: "Avenir LT W01_45 Book1475508" !important;
}

.btn-gradient-orgn:active {
    background: linear-gradient(90deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%) !important;
}

a[aria-expanded='false'] > .expand_caret {
    transform: rotate(-90deg);
    transition: .3s;
}

.text-878787 {
    color: #878787 !important;
    text-decoration: none !important;
}

.coupon-apply-btn {
    min-width: 100px;
}

.coupon-apply-btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.h-48 {
    height: 48px !important;
}

.ls-15 {
    letter-spacing: 1.5px;
}

.text-757575 {
    color: #757575;
}

.bg-F0F0F0 {
    background-color: #F0F0F0;
}

.modal-content.modal-style-promocode {
    background: var(--bg-white);
    box-shadow: 0px 31px 35px rgba(0, 0, 0, 0.182745);
    border-radius: 9px;
    border: none;
}

.btn-modal-orange::after {
    content: "";
    background: url('https://staging.zonbase.com/img/modal/mostpopular_shadow.svg') no-repeat;
    width: 71px;
    height: 71px;
    display: inline-block;
    position: absolute;
    top: -17px;
    left: -29px;
}
.btn-modal-gray {
    color: var(--text-white);
    background: linear-gradient(90deg, #8B8B8B 0%, #B4B4B4 100%);
    border-radius: 2.7px;
    padding: .4rem 1rem;
    border: none;
    max-width: 322px!important;
}
.btn-modal-orange {
    position: relative;
    color: var(--text-white);
    background: linear-gradient(90deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%);
    border: 1px solid #DDA07B;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 10px rgba(255, 255, 255, 0.9);
    border-radius: 2.7px;
    padding: .4rem 1rem;
    max-width: 322px!important;
    border-color: #DDA07B;
}

.modal-style-promocode .modal-footer {
    background-color: #F0F0F0;
    border-radius: 0px 0px 9px 9px;
}
.semi {
    font-family: "Avenir LT W01_45 Book1475508"!important;
    font-style: normal;
    font-weight: 600;
}
.text-red {
    color: #FF0002;
}

.fs-28 {
    font-size: 28px;
}

.opacity-5 {
    opacity: .5;
}

.caps {
    text-transform: uppercase !important;
}
#btnProcessBasicInfo{
    height: 100%;
}

.btn-group-custom {
    background-color: var(--bg-white);
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.15);
    border-radius: 22.5px;
    padding: 4px 4px;
    width: 232px;
    height: 45px !important;
}

.btn-toggle.active,
.btn-toggle:active {
    color: var(--text-white)!important;
    background: linear-gradient(90deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%)!important;
    border-radius: 17px!important;
    width: 110px;
    height: 36px !important;
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: 0.9px;
    outline: none;
    outline-color: none;
    box-shadow: none!important;
    border: none;
    line-height: 1.5rem;
}

.btn-toggle {
    color: #8C8C8C!important;
    background-color: var(--bg-white);
    border-radius: 17px!important;
    width: 110px;
    height: 36px !important;
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: 0.9px;
    outline: none;
    outline-color: none;
    box-shadow: none!important;
    line-height: 1.5rem;
}
.marker {
    position: relative;
}
.marker::before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 60px;
    background: url('../img/object/mark_arrow.png')no-repeat;
    top: 20px;
    left: 233px;
}
.marker-black {
    position: relative;
}
.marker-black::before {
    content: " ";
    position: absolute;
    width: 50px;
    height: 60px;
    background: url('../img/object/mark_arrow_black.png')no-repeat;
    top: 20px;
    left: 233px;
}
.bg-color-272727{
    background-color: var(--bg-dark);
}
.rounded-top-25{
    border-radius: 25px 25px 0px 0px;
}
.border-bottom-25{
    border-radius: 0px 0px 25px 25px;
}
.bg-color-FFF4DF{
    background-color: #FFF4DF;
}
.capsule-white{
    color: var(--text-black);
    font-size: 16px;
    font-family:"Avenir LT W01_65 Medium1475532";
    background-color: var(--bg-white);
    border: 1px solid #FFD27C;
    border-radius: 35px;
}
.capsule-orange{
    color: var(--text-black);
    font-size: 16px;
    font-family:"Avenir LT W01_85 Heavy1475544";
    background-color: var(--bg-orange);
    border: 1px solid #FFD27C;
    border-radius: 35px;
}
.fs-80{
    font-size:5rem;
}
.fs-60{
    font-size:3.75rem;
}
.fs-55{
    font-size:3.438rem;
}
.fs-30{
    font-size:1.875rem;
}
.fs-24{
    font-size:1.5rem!important;
}
.fs-22{
    font-size:1.375rem!important;
}
.fs-20{
    font-size:1.25rem;
}
.fs-18{
    font-size:1.125rem;
}
.fs-13{
    font-size:0.813rem!important;
}
.fs-12{
    font-size:0.75rem!important;
}
.fs-11{
    font-size:0.688rem!important;
}
.btn-color-727272{
    color: var(--text-white);
    background-color: #727272;
    border-radius: 35px;
    letter-spacing: 0.5px;
    height: 58px;
    font-size: 22px;
    border: none;
    transition: 0.3s;
    outline: none;
}
.btn-color-727272:hover,
.btn-color-727272:focus{
    background-color: #565656;
    transition: 0.3s;
    outline: none;
}
.btn-linear-orange{
    color: var(--text-white);
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%);
    box-shadow: 0px 12px 55px 2px rgba(254,153,1,0.30);
    border-radius: 35px;
    height: 58px;
    font-size: 22px;
    border: none;
    transition: 0.3s;
}
.btn-linear-orange:focus{
    transition:0.3s;
    background: linear-gradient(90deg, #ff8c00 0%, #ff8c00 100%);
    box-shadow: 0px 02px 0px 0px rgba(254,153,1,0.30);
    outline: none;
}
.btn-color-FFDF8D{
    background-color: #FFDF8D;
    transition: 0.3s;
}
.btn-color-FFDF8D:hover{
    background-color: #ffc107;
    transition: 0.3s;
}
.shadow-custom-1{
    box-shadow: 0px 17px 45px 0px rgba(0, 0, 0, 0.1)!important;
}
.border-bottom-FFD27C{
    border-bottom: 1px solid #FFD27C;
}
.ls-none{
    letter-spacing: 0px!important;
}
.ls-2{
    letter-spacing: 2px!important;
}
.ls-3{
    letter-spacing: 3px;
}
.bg-color-FF9901{
    background-color: var(--bg-orange);
}

/* table comparison */
.table.table-comparison th,
.table.table-comparison th{
    width: 33.33px;
}
.table.table-comparison{
    /* box-shadow: 0px 17px 45px rgba(0, 0, 0, 0.07); */
    border-radius: 25px;
}
.table.table-comparison thead tr{
    background: linear-gradient(90deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%);
}
.table.table-comparison thead tr th:nth-child(1){
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}
.table.table-comparison thead tr th:nth-child(3){
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
}

.table.table-comparison thead tr th:first-child{
    padding-left: 16px;
    text-align: center;
    vertical-align: middle;
}
.table.table-comparison tbody tr td:first-child{
    padding-left: 16px;
}

.table.table-comparison th,
.table.table-comparison td{
    color: var(--text-black);
    font-size: 1rem;
    font-family:"Avenir LT W01_65 Medium1475532";
    font-weight: 500;
    border-top: 0px solid rgb(237 237 237);
}
.table.table-comparison tr th:nth-child(2),
.table.table-comparison tr td:nth-child(2),
.table.table-comparison tr th:nth-child(3),
.table.table-comparison tr td:nth-child(3){
    border-left: 1px solid rgba(0, 0, 0, 0.24);
    text-align: center;
}
.table.table-comparison tbody tr:last-child{
    border-top: 1px solid rgba(0, 0, 0, 0.24);
}
.table.table-comparison tr:nth-child(even){
    background-color: #FFF4E4;
}

#featuresComparison .table.table-comparison tr:nth-child(even) {
    background-color: #FFF4E4;
    border-color: transparent;
}

#featuresComparison .table.table-comparison thead tr th:nth-child(1) {
    border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
}

#featuresComparison .table.table-comparison td {
    border-color: transparent !important;
}

.table.table-comparison tr:last-child{
    background-color: transparent;
}

.table.table-comparison tbody {
    border-collapse: collapse;
    border-radius: 0 0 10px 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #ccc; /* this draws the table border  */
}
td span svg path{
    transition: 0.3s;
}
td span svg:hover path{
    fill: var(--color-orange);
    transition: 0.3s;
}
.obj-most-popular{
    position: relative;
}
.obj-most-popular::before {
    content: " ";
    position: absolute;
    width: 140px;
    height: 140px;
    background: url('../img/object/obj_most_popular.png')no-repeat;
    top: -29px;
    left: 258px;
    background-size: 100%;
}
.obj-most-popular-black{
    position: relative;
}
.obj-most-popular-black::before {
    content: " ";
    position: absolute;
    width: 140px;
    height: 140px;
    background: url('../img/object/obj_most_popular_black.png')no-repeat;
    top: 16px;
    left: 874px;
}
html {
    scroll-behavior: smooth !important;
}
