/* Minification failed. Returning unminified contents.
(1337,1): run-time error CSS1019: Unexpected token, found '@import'
(1337,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')'
(1711,12): run-time error CSS1024: Expected media identifier, found '{'
(1716,1): run-time error CSS1019: Unexpected token, found '}'
(1784,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1888,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1935,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1943,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1990,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(2032,30): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(2040,30): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(2092,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2214,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2223,20): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(2224,16): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(2225,32): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(2231,15): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(2231,46): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(2242,19): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(2269,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2273,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2352,20): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(2352,51): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(2392,20): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(2392,51): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(2419,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2422,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2501,26): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(2501,56): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(2506,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2509,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2511,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2512,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
 */
/*col modify*/
.pd-left-none{
    padding-left:0;
}
.pd-right-none {
    padding-right: 0;
}

/*IVC Global bg color list*/
.bg-FFB600 {
    background-color: #FFB600
}
.bg-c8d6ff {
    background-color: #c8d6ff
}
.bg-adc2ff {
    background-color: #adc2ff
}
.bg-1f3044 {
    background-color: #1f3044
}
.bg-6289ff {
    background-color: #6289ff
}
.bg-022496 {
    background-color: #022496
}
.bg-fce072 {
    background-color: #fce072
}

/*hover-bg*/
/*scale*/
.scale-y-14 {
    transform: scaleY(1.4);
}



.border-3366ff {
    border-color: #3366ff
}



/*validation*/
.error, .input-validation-error {
    border-color: #dc3545;
}

.field-validation-valid{
    display:none;
}

.field-validation-error {
    color: #dc3545 !important;
}




#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999;
    cursor: pointer;
}

    #overlay > * {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 40px;
        color: white;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }






/*Other Components*/
.popular-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: -20px;
    top: -20px;
}

.call-us-div {
    width: 40%;
    text-align: center;
    margin: auto;
    border-radius: 10px;
}

.box-shadow-1 {
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.25);
}
@media(max-width: 992px) {
    .call-us-div {
        width: 90%;
    }
}

#admin_cost_table th, #admin_cost_table td {
    padding: 4px;
    border: 1px solid;
}

.additional-notes-plans {
    color: #0e247a;
}

/* Outage Alert Message */

.outage-alert-message {
    color: #000;
    background-color: #FF734A;
    font-weight: bold;
    margin-bottom: 0;
}
@keyframes scale-easeInElastic {
    0% {
        transform: scale(1);
    }

    4% {
        transform: scale(1);
    }

    8% {
        transform: scale(1);
    }

    14% {
        transform: scale(1);
    }

    18% {
        transform: scale(1);
    }

    26% {
        transform: scale(1.01);
    }

    28% {
        transform: scale(1.01);
    }

    40% {
        transform: scale(0.98);
    }

    42% {
        transform: scale(0.98);
    }

    56% {
        transform: scale(1.05);
    }

    58% {
        transform: scale(1.04);
    }

    72% {
        transform: scale(0.87);
    }

    86% {
        transform: scale(1.37);
    }

    100% {
        transform: scale(0);
    }
}
@-webkit-keyframes scale-easeInElastic {
    0% {
        transform: scale(1);
    }

    4% {
        transform: scale(1);
    }

    8% {
        transform: scale(1);
    }

    14% {
        transform: scale(1);
    }

    18% {
        transform: scale(1);
    }

    26% {
        transform: scale(1.01);
    }

    28% {
        transform: scale(1.01);
    }

    40% {
        transform: scale(0.98);
    }

    42% {
        transform: scale(0.98);
    }

    56% {
        transform: scale(1.05);
    }

    58% {
        transform: scale(1.04);
    }

    72% {
        transform: scale(0.87);
    }

    86% {
        transform: scale(1.37);
    }

    100% {
        transform: scale(0);
    }
}
@keyframes scale-easeInOutElastic {
    0% {
        transform: scale(1);
    }

    4% {
        transform: scale(1);
    }

    8% {
        transform: scale(1);
    }

    18% {
        transform: scale(1.01);
    }

    20% {
        transform: scale(1);
    }

    28% {
        transform: scale(0.98);
    }

    30% {
        transform: scale(0.98);
    }

    38% {
        transform: scale(1.09);
    }

    40% {
        transform: scale(1.12);
    }

    60% {
        transform: scale(-0.12);
    }

    62% {
        transform: scale(-0.09);
    }

    70% {
        transform: scale(0.02);
    }

    72% {
        transform: scale(0.02);
    }

    80% {
        transform: scale(0);
    }

    82% {
        transform: scale(-0.01);
    }

    90% {
        transform: scale(0);
    }

    92% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}
@-webkit-keyframes scale-easeInOutElastic {
    0% {
        transform: scale(1);
    }

    4% {
        transform: scale(1);
    }

    8% {
        transform: scale(1);
    }

    18% {
        transform: scale(1.01);
    }

    20% {
        transform: scale(1);
    }

    28% {
        transform: scale(0.98);
    }

    30% {
        transform: scale(0.98);
    }

    38% {
        transform: scale(1.09);
    }

    40% {
        transform: scale(1.12);
    }

    60% {
        transform: scale(-0.12);
    }

    62% {
        transform: scale(-0.09);
    }

    70% {
        transform: scale(0.02);
    }

    72% {
        transform: scale(0.02);
    }

    80% {
        transform: scale(0);
    }

    82% {
        transform: scale(-0.01);
    }

    90% {
        transform: scale(0);
    }

    92% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}
@keyframes scale-elastic {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes scale-elastic {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes sitemap-color-change1 {
    0% {
        background-image: linear-gradient(5deg,#6289ff,#fff 0%,#022496);
    }

    10% {
        background-image: linear-gradient(5deg,#6289ff,#fff 10%,#022496);
    }

    20% {
        background-image: linear-gradient(5deg,#6289ff,#fff 20%,#022496);
    }

    30% {
        background-image: linear-gradient(5deg,#6289ff,#fff 30%,#022496);
    }

    40% {
        background-image: linear-gradient(5deg,#6289ff,#fff 50%,#022496);
    }

    50% {
        background-image: linear-gradient(5deg,#6289ff,#fff 80%,#022496);
    }

    60% {
        background-image: linear-gradient(5deg,#6289ff,#fff 120%,#022496);
    }

    70% {
        background-image: linear-gradient(5deg,#6289ff,#fff 150%,#022496);
    }

    80% {
        background-image: linear-gradient(5deg,#6289ff,#fff 200%,#022496);
    }

    90% {
        background-image: linear-gradient(5deg,#6289ff,#fff 300%,#022496);
    }

    100% {
        background-image: linear-gradient(5deg,#6289ff,#fff 1000%,#022496);
    }
}
@keyframes sitemap-color-change1 {
    0% {
        background-image: linear-gradient(5deg,#6289ff,#fff 0%,#022496);
    }

    10% {
        background-image: linear-gradient(5deg,#6289ff,#fff 10%,#022496);
    }

    20% {
        background-image: linear-gradient(5deg,#6289ff,#fff 20%,#022496);
    }

    30% {
        background-image: linear-gradient(5deg,#6289ff,#fff 30%,#022496);
    }

    40% {
        background-image: linear-gradient(5deg,#6289ff,#fff 50%,#022496);
    }

    50% {
        background-image: linear-gradient(5deg,#6289ff,#fff 80%,#022496);
    }

    60% {
        background-image: linear-gradient(5deg,#6289ff,#fff 120%,#022496);
    }

    70% {
        background-image: linear-gradient(5deg,#6289ff,#fff 150%,#022496);
    }

    80% {
        background-image: linear-gradient(5deg,#6289ff,#fff 200%,#022496);
    }

    90% {
        background-image: linear-gradient(5deg,#6289ff,#fff 300%,#022496);
    }

    100% {
        background-image: linear-gradient(5deg,#6289ff,#fff 1000%,#022496);
    }
}
@-webkit-keyframes sitemap-color-change2 {
    0% {
        background-image: linear-gradient(5deg,#022496,#fff 0%,#6289ff);
    }

    10% {
        background-image: linear-gradient(5deg,#022496,#fff 10%,#6289ff);
    }

    20% {
        background-image: linear-gradient(5deg,#022496,#fff 20%,#6289ff);
    }

    30% {
        background-image: linear-gradient(5deg,#022496,#fff 30%,#6289ff);
    }

    40% {
        background-image: linear-gradient(5deg,#022496,#fff 50%,#6289ff);
    }

    50% {
        background-image: linear-gradient(5deg,#022496,#fff 80%,#6289ff);
    }

    60% {
        background-image: linear-gradient(5deg,#022496,#fff 120%,#6289ff);
    }

    70% {
        background-image: linear-gradient(5deg,#022496,#fff 150%,#6289ff);
    }

    80% {
        background-image: linear-gradient(5deg,#022496,#fff 200%,#6289ff);
    }

    90% {
        background-image: linear-gradient(5deg,#022496,#fff 300%,#6289ff);
    }

    100% {
        background-image: linear-gradient(5deg,#022496,#fff 1000%,#6289ff);
    }
}
@keyframes sitemap-color-change2 {
    0% {
        background-image: linear-gradient(5deg,#022496,#fff 0%,#6289ff);
    }

    10% {
        background-image: linear-gradient(5deg,#022496,#fff 10%,#6289ff);
    }

    20% {
        background-image: linear-gradient(5deg,#022496,#fff 20%,#6289ff);
    }

    30% {
        background-image: linear-gradient(5deg,#022496,#fff 30%,#6289ff);
    }

    40% {
        background-image: linear-gradient(5deg,#022496,#fff 50%,#6289ff);
    }

    50% {
        background-image: linear-gradient(5deg,#022496,#fff 80%,#6289ff);
    }

    60% {
        background-image: linear-gradient(5deg,#022496,#fff 120%,#6289ff);
    }

    70% {
        background-image: linear-gradient(5deg,#022496,#fff 150%,#6289ff);
    }

    80% {
        background-image: linear-gradient(5deg,#022496,#fff 200%,#6289ff);
    }

    90% {
        background-image: linear-gradient(5deg,#022496,#fff 300%,#6289ff);
    }

    100% {
        background-image: linear-gradient(5deg,#022496,#fff 1000%,#6289ff);
    }
}
@-webkit-keyframes sitemap-color-change3 {
    0% {
        background-image: linear-gradient(5deg,#fce072,#fff 0%,#e2b70c);
    }

    10% {
        background-image: linear-gradient(5deg,#fce072,#fff 10%,#e2b70c);
    }

    20% {
        background-image: linear-gradient(5deg,#fce072,#fff 20%,#e2b70c);
    }

    30% {
        background-image: linear-gradient(5deg,#fce072,#fff 30%,#e2b70c);
    }

    40% {
        background-image: linear-gradient(5deg,#fce072,#fff 50%,#e2b70c);
    }

    50% {
        background-image: linear-gradient(5deg,#fce072,#fff 80%,#e2b70c);
    }

    60% {
        background-image: linear-gradient(5deg,#fce072,#fff 120%,#e2b70c);
    }

    70% {
        background-image: linear-gradient(5deg,#fce072,#fff 150%,#e2b70c);
    }

    80% {
        background-image: linear-gradient(5deg,#fce072,#fff 200%,#e2b70c);
    }

    90% {
        background-image: linear-gradient(5deg,#fce072,#fff 300%,#e2b70c);
    }

    100% {
        background-image: linear-gradient(5deg,#fce072,#fff 1000%,#e2b70c);
    }
}
@keyframes sitemap-color-change3 {
    0% {
        background-image: linear-gradient(5deg,#fce072,#fff 0%,#e2b70c);
    }

    10% {
        background-image: linear-gradient(5deg,#fce072,#fff 10%,#e2b70c);
    }

    20% {
        background-image: linear-gradient(5deg,#fce072,#fff 20%,#e2b70c);
    }

    30% {
        background-image: linear-gradient(5deg,#fce072,#fff 30%,#e2b70c);
    }

    40% {
        background-image: linear-gradient(5deg,#fce072,#fff 50%,#e2b70c);
    }

    50% {
        background-image: linear-gradient(5deg,#fce072,#fff 80%,#e2b70c);
    }

    60% {
        background-image: linear-gradient(5deg,#fce072,#fff 120%,#e2b70c);
    }

    70% {
        background-image: linear-gradient(5deg,#fce072,#fff 150%,#e2b70c);
    }

    80% {
        background-image: linear-gradient(5deg,#fce072,#fff 200%,#e2b70c);
    }

    90% {
        background-image: linear-gradient(5deg,#fce072,#fff 300%,#e2b70c);
    }

    100% {
        background-image: linear-gradient(5deg,#fce072,#fff 1000%,#e2b70c);
    }
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
@-webkit-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
@-webkit-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    2% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    4% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    6% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    8% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    10% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    12% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    14% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    16% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    18% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    20% {
        transform: translate(0, 0) rotate(0);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    2% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    4% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    6% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    8% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    10% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    12% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    14% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    16% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    18% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    20% {
        transform: translate(0, 0) rotate(0);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@-webkit-keyframes blink {
    0% {
        background-color: #3366ff;
    }

    10% {
        background-color: #3366ff;
    }

    11% {
        background-color: #007cee;
    }

    29% {
        background-color: #007cee;
    }

    30% {
        background-color: #3366ff;
    }

    50% {
        background-color: #007cee;
    }

    45% {
        background-color: #3366ff;
    }

    50% {
        background-color: #007cee;
    }

    100% {
        background-color: #3366ff;
    }
}
@keyframes blink {
    0% {
        background-color: #3366ff;
    }

    10% {
        background-color: #3366ff;
    }

    11% {
        background-color: #007cee;
    }

    29% {
        background-color: #007cee;
    }

    30% {
        background-color: #3366ff;
    }

    50% {
        background-color: #007cee;
    }

    45% {
        background-color: #3366ff;
    }

    50% {
        background-color: #007cee;
    }

    100% {
        background-color: #3366ff;
    }
}
@-webkit-keyframes step-color-out {
    0% {
        background-image: linear-gradient(5deg,#3366ff,#fff 1000%,#ddd);
    }

    10% {
        background-image: linear-gradient(5deg,#3366ff,#fff 300%,#ddd);
    }

    20% {
        background-image: linear-gradient(5deg,#3366ff,#fff 200%,#ddd);
    }

    30% {
        background-image: linear-gradient(5deg,#3366ff,#fff 150%,#ddd);
    }

    40% {
        background-image: linear-gradient(5deg,#3366ff,#fff 120%,#ddd);
    }

    50% {
        background-image: linear-gradient(5deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(5deg,#3366ff,#fff 50%,#ddd);
    }

    70% {
        background-image: linear-gradient(5deg,#3366ff,#fff 30%,#ddd);
    }

    80% {
        background-image: linear-gradient(5deg,#3366ff,#fff 20%,#ddd);
    }

    90% {
        background-image: linear-gradient(5deg,#3366ff,#fff 10%,#ddd);
    }

    100% {
        background-image: linear-gradient(5deg,#3366ff,#fff 0%,#ddd);
    }
}
@keyframes step-color-out {
    0% {
        background-image: linear-gradient(5deg,#3366ff,#fff 1000%,#ddd);
    }

    10% {
        background-image: linear-gradient(5deg,#3366ff,#fff 300%,#ddd);
    }

    20% {
        background-image: linear-gradient(5deg,#3366ff,#fff 200%,#ddd);
    }

    30% {
        background-image: linear-gradient(5deg,#3366ff,#fff 150%,#ddd);
    }

    40% {
        background-image: linear-gradient(5deg,#3366ff,#fff 120%,#ddd);
    }

    50% {
        background-image: linear-gradient(5deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(5deg,#3366ff,#fff 50%,#ddd);
    }

    70% {
        background-image: linear-gradient(5deg,#3366ff,#fff 30%,#ddd);
    }

    80% {
        background-image: linear-gradient(5deg,#3366ff,#fff 20%,#ddd);
    }

    90% {
        background-image: linear-gradient(5deg,#3366ff,#fff 10%,#ddd);
    }

    100% {
        background-image: linear-gradient(5deg,#3366ff,#fff 0%,#ddd);
    }
}
@-webkit-keyframes step-color-in {
    0% {
        background-image: linear-gradient(5deg,#3366ff,#fff 0%,#ddd);
    }

    10% {
        background-image: linear-gradient(5deg,#3366ff,#fff 10%,#ddd);
    }

    20% {
        background-image: linear-gradient(5deg,#3366ff,#fff 20%,#ddd);
    }

    30% {
        background-image: linear-gradient(5deg,#3366ff,#fff 30%,#ddd);
    }

    40% {
        background-image: linear-gradient(5deg,#3366ff,#fff 50%,#ddd);
    }

    50% {
        background-image: linear-gradient(5deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(5deg,#3366ff,#fff 120%,#ddd);
    }

    70% {
        background-image: linear-gradient(5deg,#3366ff,#fff 150%,#ddd);
    }

    80% {
        background-image: linear-gradient(5deg,#3366ff,#fff 200%,#ddd);
    }

    90% {
        background-image: linear-gradient(5deg,#3366ff,#fff 300%,#ddd);
    }

    100% {
        background-image: linear-gradient(5deg,#3366ff,#fff 1000%,#ddd);
    }
}
@keyframes step-color-in {
    0% {
        background-image: linear-gradient(5deg,#3366ff,#fff 0%,#ddd);
    }

    10% {
        background-image: linear-gradient(5deg,#3366ff,#fff 10%,#ddd);
    }

    20% {
        background-image: linear-gradient(5deg,#3366ff,#fff 20%,#ddd);
    }

    30% {
        background-image: linear-gradient(5deg,#3366ff,#fff 30%,#ddd);
    }

    40% {
        background-image: linear-gradient(5deg,#3366ff,#fff 50%,#ddd);
    }

    50% {
        background-image: linear-gradient(5deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(5deg,#3366ff,#fff 120%,#ddd);
    }

    70% {
        background-image: linear-gradient(5deg,#3366ff,#fff 150%,#ddd);
    }

    80% {
        background-image: linear-gradient(5deg,#3366ff,#fff 200%,#ddd);
    }

    90% {
        background-image: linear-gradient(5deg,#3366ff,#fff 300%,#ddd);
    }

    100% {
        background-image: linear-gradient(5deg,#3366ff,#fff 1000%,#ddd);
    }
}





@-webkit-keyframes mobile-step-color-out {
    0% {
        background-image: linear-gradient(125deg,#3366ff,#fff 1000%,#ddd);
    }

    10% {
        background-image: linear-gradient(125deg,#3366ff,#fff 300%,#ddd);
    }

    20% {
        background-image: linear-gradient(125deg,#3366ff,#fff 200%,#ddd);
    }

    30% {
        background-image: linear-gradient(125deg,#3366ff,#fff 150%,#ddd);
    }

    40% {
        background-image: linear-gradient(125deg,#3366ff,#fff 120%,#ddd);
    }

    50% {
        background-image: linear-gradient(125deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(125deg,#3366ff,#fff 50%,#ddd);
    }

    70% {
        background-image: linear-gradient(125deg,#3366ff,#fff 30%,#ddd);
    }

    80% {
        background-image: linear-gradient(125deg,#3366ff,#fff 20%,#ddd);
    }

    90% {
        background-image: linear-gradient(125deg,#3366ff,#fff 10%,#ddd);
    }

    100% {
        background-image: linear-gradient(125deg,#3366ff,#fff 0%,#ddd);
    }
}
@keyframes mobile-step-color-out {
    0% {
        background-image: linear-gradient(125deg,#3366ff,#fff 1000%,#ddd);
    }

    10% {
        background-image: linear-gradient(125deg,#3366ff,#fff 300%,#ddd);
    }

    20% {
        background-image: linear-gradient(125deg,#3366ff,#fff 200%,#ddd);
    }

    30% {
        background-image: linear-gradient(125deg,#3366ff,#fff 150%,#ddd);
    }

    40% {
        background-image: linear-gradient(125deg,#3366ff,#fff 120%,#ddd);
    }

    50% {
        background-image: linear-gradient(125deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(125deg,#3366ff,#fff 50%,#ddd);
    }

    70% {
        background-image: linear-gradient(125deg,#3366ff,#fff 30%,#ddd);
    }

    80% {
        background-image: linear-gradient(125deg,#3366ff,#fff 20%,#ddd);
    }

    90% {
        background-image: linear-gradient(125deg,#3366ff,#fff 10%,#ddd);
    }

    100% {
        background-image: linear-gradient(125deg,#3366ff,#fff 0%,#ddd);
    }
}

@-webkit-keyframes mobile-step-color-in {
    0% {
        background-image: linear-gradient(125deg,#3366ff,#fff 0%,#ddd);
    }

    10% {
        background-image: linear-gradient(125deg,#3366ff,#fff 10%,#ddd);
    }

    20% {
        background-image: linear-gradient(125deg,#3366ff,#fff 20%,#ddd);
    }

    30% {
        background-image: linear-gradient(125deg,#3366ff,#fff 30%,#ddd);
    }

    40% {
        background-image: linear-gradient(125deg,#3366ff,#fff 50%,#ddd);
    }

    50% {
        background-image: linear-gradient(125deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(125deg,#3366ff,#fff 120%,#ddd);
    }

    70% {
        background-image: linear-gradient(125deg,#3366ff,#fff 150%,#ddd);
    }

    80% {
        background-image: linear-gradient(125deg,#3366ff,#fff 200%,#ddd);
    }

    90% {
        background-image: linear-gradient(125deg,#3366ff,#fff 300%,#ddd);
    }

    100% {
        background-image: linear-gradient(125deg,#3366ff,#fff 1000%,#ddd);
    }
}

@keyframes mobile-step-color-in {
    0% {
        background-image: linear-gradient(125deg,#3366ff,#fff 0%,#ddd);
    }

    10% {
        background-image: linear-gradient(125deg,#3366ff,#fff 10%,#ddd);
    }

    20% {
        background-image: linear-gradient(125deg,#3366ff,#fff 20%,#ddd);
    }

    30% {
        background-image: linear-gradient(125deg,#3366ff,#fff 30%,#ddd);
    }

    40% {
        background-image: linear-gradient(125deg,#3366ff,#fff 50%,#ddd);
    }

    50% {
        background-image: linear-gradient(125deg,#3366ff,#fff 80%,#ddd);
    }

    60% {
        background-image: linear-gradient(125deg,#3366ff,#fff 120%,#ddd);
    }

    70% {
        background-image: linear-gradient(125deg,#3366ff,#fff 150%,#ddd);
    }

    80% {
        background-image: linear-gradient(125deg,#3366ff,#fff 200%,#ddd);
    }

    90% {
        background-image: linear-gradient(125deg,#3366ff,#fff 300%,#ddd);
    }

    100% {
        background-image: linear-gradient(125deg,#3366ff,#fff 1000%,#ddd);
    }
}


.animation-scale-elastic-normal {
    -webkit-animation: scale-elastic 1s infinite;
    animation: scale-elastic 1s infinite;
}
.animation-scale-elastic:hover {
    -webkit-animation: scale-elastic 1s infinite;
    animation: scale-elastic 1s infinite;
}
.button-shadow-pulse {
    animation: shadow-pulse 1s infinite;
    -webkit-animation: shadow-pulse 1s infinite;
}

.animation-shake {
    animation: shake 4s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
/*Custom font family*/
@font-face {
    font-family: Bahnschrift;
    src: url("../fonts/Bahnschrift/bahnschrift.eot");
    src: url("../fonts/Bahnschrift/bahnschrift.eot?#iefix") format("embedded-opentype"),
    /*url("../fonts/Bahnschrift/bahnschrift.otf") format("opentype"),*/
    url("../fonts/Bahnschrift/bahnschrift.svg") format("svg"), 
    url("../fonts/Bahnschrift/bahnschrift.ttf") format("truetype"), 
    url("../fonts/Bahnschrift/bahnschrift.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Bahnschrift/bahnschrift.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
    font-family: "Teko-Bold";
    src: url("../fonts/Teko-Bold/Teko-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Teko-Bold/Teko-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Teko-Bold/Teko-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Teko-Bold/Teko-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Teko-Bold/Teko-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Teko-Bold/Teko-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Teko-Bold/Teko-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Teko-Light";
    src: url("../fonts/Teko-Light/Teko-Light.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Teko-Light/Teko-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Teko-Light/Teko-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Teko-Light/Teko-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Teko-Light/Teko-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Teko-Light/Teko-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Teko-Light/Teko-Light.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Teko-Medium";
    src: url("../fonts/Teko-Medium/Teko-Medium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Teko-Medium/Teko-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Teko-Medium/Teko-Medium.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Teko-Medium/Teko-Medium.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Teko-Medium/Teko-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Teko-Medium/Teko-Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Teko-Medium/Teko-Medium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Teko-Regular";
    src: url("../fonts/Teko-Regular/Teko-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Teko-Regular/Teko-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Teko-Regular/Teko-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Teko-Regular/Teko-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Teko-Regular/Teko-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Teko-Regular/Teko-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Teko-Regular/Teko-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Teko-Semibold";
    src: url("../fonts/Teko-Semibold/Teko-SemiBold.eot"); /* IE9 Compat Modes */
    src: url("./fonts/Teko-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Teko-Semibold/Teko-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Teko-Semibold/Teko-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Teko-Semibold/Teko-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Teko-Semibold/Teko-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Teko-Semibold/Teko-SemiBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.Teko-Semibold {
    font-family: 'Teko-Semibold';
}
.Teko-Regular {
    font-family: 'Teko-Regular';
}

.Teko-Light {
    font-family: 'Teko-Light';
}

.Teko-Bold {
    font-family: 'Teko-Bold';
}

.Teko-Medium {
    font-family: 'Teko-Medium';
}

.Bahnschrift-SemiBold-Condensed {
    font-family: 'Bahnschrift SemiBold Condensed', 'Bahnschrift';
    font-weight:600;
}
.Bahnschrift-Light-SemiCondensed {
    font-family: 'Bahnschrift SemiCondensed', 'Bahnschrift Light';
    font-weight:100;
}
.Bahnschrift-SemiLight {
    font-family: 'Bahnschrift SemiLight', 'Bahnschrift';
}

.Bahnschrift-SemiCondensed {
    font-family: 'Bahnschrift SemiCondensed', 'Bahnschrift';
}
.NotoSans {
    font-family: 'Noto Sans', sans-serif;
}
/*Global font family setting*/
body {
    font-family: 'Montserrat', sans-serif;
}

/*IVC Global font Color*/
.font-color-white {
    color: white;
}
.font-color-3366ff {
    color: #3366ff;
}
.font-color-808080 {
    color: #808080;
}
.font-color-1f3044 {
    color: #1f3044;
}
.font-color-fce072 {
    color: #fce072;
}
.font-color-606060 {
    color: #606060;
}
.font-color-022496 {
    color: #022496;
}


/*IVC Global Font Size*/
.font-size-0815 {
    /*13pt*/
    font-size: 0.815rem;
}
.font-size-100 {
    font-size: 1rem;
}
.font-size-125{
    /*15,16pt*/
    font-size:1.25rem;
}
.font-size-150 {
    /*18pt*/
    font-size: 1.5rem;
}
.font-size-175 {
    /*20pt*/
    font-size: 1.75rem;
}
.font-size-185 {
    /*22pt*/
    font-size: 1.85rem;
}
.font-size-200 {
    /*24pt*/
    font-size: 2rem;
}
.font-size-213 {
    /*26pt*/
    font-size: 2.13rem;
}
.font-size-250 {
    /*30pt*/
    font-size: 2.50rem;
}
.font-size-267 {
    /*32pt*/
    font-size: 2.67rem;
}
.font-size-300 {
    /*36pt*/
    font-size: 3rem;
}
.font-size-350 {
    font-size: 3.5rem;
}
.font-size-700 {
    font-size: 7rem;
}

/*responsive font-face size*/
@media(max-width:1200px) {
    .font-size-150 {
        font-size: 1.3rem;
    }

    .font-size-200 {
        font-size: 1.8rem;
    }
}
@media(max-width:400px){
    .font-size-250 {
        font-size: 2.1rem;
    }
    .font-size-300 {
        font-size: 2.6rem;
    }
    .font-size-150 {
        font-size: 1.1rem;
    }
    .font-size-200 {
        font-size: 1.6rem;
    }
}
.ivc-navbar {
    background-image: linear-gradient(160deg, #1d3da0 30%, #022496 calc(30% + 2px));
    color: #fff;
}

.ivc-navbar-nav {
    margin-left: auto;
}
    .ivc-navbar .navbar {
        padding: 0 1rem;
    }
.ivc-navbar-brand{
    margin:auto;
    padding:0;
}
.ivc-toggler .navbar-toggler-icon {
    background-image: url("/Content/images/icons/menu.png")
}

button:focus {
    outline: none
}

.ivc-nav-link {
    color: #fff;
    padding:0.2rem 1.2rem
}
    .ivc-nav-link:hover {
        color: #fcdf73;
    }


.ivc-navbar-nav .active {
    border: 2px solid #fce072;
    border-radius: 10px;
    color: #fce072;
}

/*hover dropdown*/
/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/

.dropdown:hover > form div .dropdown-menu {
    display: block;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }
}
.upper-footer {
    background-color: #022496;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 0 3rem 0;
}

.lower-footer {
    display: flex;
    background-color: #6289ff;
    padding: 1rem 2rem;
}

.media-group {
    margin-left: auto;
}

.ivc-footer-icon {
    padding: 0 0.5rem;
}
.ivc-card {
    margin: auto;
    width: 21rem;
    height: 21rem;
    border-radius: 10px;
    text-align: center;
}

.ivc-card-lg {
    margin: auto;
    width: 90%;
    height: 32rem;
    border-radius: 10px;
    text-align: center;
}

.ivc-login-card {
    margin: auto;
    width: 90%;
    height: auto;
    border-radius: 10px;
    text-align: center;
}


/*Plan Card*/
.plan-item-expand {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3366ff
}

.plan-item-card {
    position: relative;
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 10px;
    text-align: center;
}

.plan-confirm-card {
    position: relative;
    width: 70%;
    margin: auto;
    height: auto;
    border-radius: 10px;
    text-align: center;
}

.payment-card {
    position: relative;
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 10px;
    text-align: center;
}



.corner {
    width: 0;
    height: 0;
    border-bottom-right-radius: 100px;
    border-top: 80px solid #022496;
    border-top-left-radius: 10px;
    border-bottom: 10px solid transparent;
    border-right: 80px solid transparent;
    border-left: 10px solid #022496;
}

    .corner span {
        color: white;
        position: absolute;
        top: 18px;
        width: 40px;
        left: 8px;
        text-align: center;
        transform: rotate(-45deg);
        display: block;
    }

@media(max-width: 992px ) {
    .ivc-card-lg {
        width: 100%;
        height: 36rem;
    }

    .plan-confirm-card {
        width: 100%;
    }
}
@media(max-width: 767px ) {
    .ivc-card-lg {
        height: 30rem;
    }
}
@media(max-width: 576px ) {
    .ivc-card-lg {
        height: 32rem;
    }
    .plan-item-card {
        width: 100%;
    }
}
@media(max-width: 400px ) {
    .ivc-card {
        height: unset;
        width: 17rem;
        min-height: 17rem;
    }
}






/*Static Version*/
.long-corner {
    width: 0;
    height: 0;
    border-bottom-right-radius: 100px;
    border-top: 100px solid #022496;
    border-top-left-radius: 10px;
    border-bottom: 10px solid transparent;
    border-right: 100px solid transparent;
    border-left: 10px solid #022496;
}

    .long-corner span {
        color: white;
        position: absolute;
        top: 25px;
        width: 90px;
        left: 0px;
        text-align: center;
        transform: rotate(-45deg);
        display: block;
    }
@supports (-ms-ime-align:auto) {
    .long-corner {
        border-bottom-right-radius: 100px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .long-corner {
        border-bottom-right-radius: 200px;
    }
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        .long-corner {
            border-bottom-right-radius: 200px;
        }
    }
}
/*use with btn class*/
.ivc-button {
    padding: 0rem 3rem;
}
    .ivc-button:hover {
        color: #d8c6c6;
        cursor:pointer
    }



.ivc-selectplan-button {
    padding: 0rem 1rem;
    width:90%;
}
.absolute-order-button {
    position: absolute;
    top: 8rem;
    right: 10px;
    z-index: 2;
}
.absolute-button {
    position: absolute;
    top: 8rem;
    left: 10px;
    z-index: 2;
}
/*static*/
.toggle-absolute-button {
    bottom: 160px !important;
}

@media(max-width: 400px){
    .ivc-button {
        padding: 0rem 2rem;
    }
}

@media(max-width: 992px) {


    .absolute-order-button {
        position: initial;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .absolute-button {
        position: initial;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
/*ivc-hr*/
.ivc-hr {
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    margin: 0;
}

.ivc-row-hr {
    border-bottom: 1px solid #d2d2d2;
    width: 99%;
    margin: auto;
}
.ivc-order-hr {
    border-bottom: 3px solid var(--primary-color);
    width: 90%;
    margin: auto;
}
/* width */
.ivc-scroll-area::-webkit-scrollbar {
    width: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Track */
.ivc-scroll-area::-webkit-scrollbar-track {
    background: #adc2ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Handle */
.ivc-scroll-area::-webkit-scrollbar-thumb {
    background: #3366ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    /* Handle on hover */
    .ivc-scroll-area::-webkit-scrollbar-thumb:hover {
        background: #022496;
    }

.ivc-scroll-area {
    max-height: 800px;
    overflow-y: auto;
    padding: 1.5rem;
    border: 2px solid #3366ff;
    border-radius: 10px;
}














/* width */
.ivc-new-scroll-area::-webkit-scrollbar {
    width: 15px;
    border-radius: 15px
}

/* Track */
.ivc-new-scroll-area::-webkit-scrollbar-track {
    background: #fff;
    border-radius:15px
}

/* Handle */
.ivc-new-scroll-area::-webkit-scrollbar-thumb {
    background: #008CFF;
    margin-right: 10px;
    border-radius: 15px
}

    /* Handle on hover */
    .ivc-new-scroll-area::-webkit-scrollbar-thumb:hover {
        background: #008CFF;
    }

.ivc-new-scroll-area {
    max-height: 800px;
    overflow-y: auto;
    padding: 1.5rem;
    border: 2px solid #008CFF;
    border-radius: 15px;
}


.step-bar_container {
    width: 100%;
    display:none;
    margin: 2rem auto;
}

.step-bar {
    counter-reset: step;
    margin: 0;
    padding: 0;
    height: 3rem;
}

    .step-bar li {
        list-style-type: none;
        float: left;
        width: 20%;
        position: relative;
        text-align: center;
        font-size: 10px;
        color: var(--primary-color);
        padding-left: 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

@media(min-width: 500px) {
    .step-bar li {
        text-transform: uppercase;
        font-size: 1rem;
    }
}

.step-bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #ddd;
    color: #333;
}

.step-bar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ddd;
    top: 12px;
    left: -50%;
    z-index: -1;
}

.step-bar li:first-child:after {
    content: none;
}

.step-bar li.active:before {
    background: var(--primary-color);
    border: none;
    color: white;
    -webkit-animation: step-color-in 0.5s;
    animation: step-color-in 0.5s;
}

.step-bar li.active + li.active:after {
    background: var(--primary-color);
    -webkit-animation: step-color-in 0.5s;
    animation: step-color-in 0.5s;
}

.step-bar li.active:first-child + li:after:not(.active) {
    background: white;
}



.step-bar li.inactive:before {
    -webkit-animation: step-color-out 0.5s;
    animation: step-color-out 0.5s;
}

.step-bar li.inactive:after {
    -webkit-animation: step-color-out 0.5s;
    animation: step-color-out 0.5s;
}



/*mobile*/
.mobile-step-bar_container {
    width: 120px;
    margin: 2rem auto;
    position: fixed;
    left: 1%;
    top: 6rem;
}

.mobile-step-bar {
    counter-reset: step;
    margin: 0;
    padding: 0;
}

    .mobile-step-bar li {
        height:6rem;
        text-transform: uppercase;
        list-style-type: none;
        float: left;
        width: 100%;
        position: relative;
        text-align: right;
        font-size: 12px;
        color: var(--primary-color);
        padding-left: 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }



        .mobile-step-bar li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px 0;
            border-radius: 50%;
            background-color: #ddd;
            color: #333;
        }

        .mobile-step-bar li:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 100%;
            background: #ddd;
            top: -100%;
            left: 15%;
            z-index: -1;
        }

        .mobile-step-bar li:first-child:after {
            content: none;
        }

        .mobile-step-bar li.active:before {
            background: var(--primary-color);
            border: none;
            color: white;
            -webkit-animation: mobile-step-color-in 0.5s;
            animation: mobile-step-color-in 0.5s;
        }

        .mobile-step-bar li.active + li.active:after {
            background: var(--primary-color);
            -webkit-animation: mobile-step-color-in 0.5s;
            animation: mobile-step-color-in 0.5s;
        }

        .mobile-step-bar li.active:first-child + li:after:not(.active) {
            background: white;
        }

        .mobile-step-bar li.inactive:before {
            -webkit-animation: mobile-step-color-out 0.5s;
            animation: mobile-step-color-out 0.5s;
        }

        .mobile-step-bar li.inactive:after {
            -webkit-animation: mobile-step-color-out 0.5s;
            animation: mobile-step-color-out 0.5s;
        }
        @media(min-width:1550px) {
            .mobile-step-bar_container {
                left: 5%;
            }
        }

        @media(max-width:1400px){
            .mobile-step-bar_container{
                display:none
            }

            .step-bar_container {
                display: block
            }
        }
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

