
:root {
    --color-primary: #fbaf3f;
    --color-primary-inverse: #fff;
    --color-secondary: #e94243;
    --color-secondary-inverse: #fff;
    --color-third: #61c8d7;
    --color-third-inverse: #fff;
    --color-forth: #002b49;
    --color-forth-inverse: #fff;
}

.color-primary{
    color:var(--color-primary);
    fill:var(--color-primary);
}
.color-secondary{
    color:var(--color-secondary);
    fill:var(--color-secondary);
}
.color-third{
    color:var(--color-third);
    fill:var(--color-third);
}
.text-muted{
    opacity: 0.1;
}
.text-uppercase{
    text-transform: uppercase;
}
.font-normal{
    font-weight: 300;
}
.font-bold{
    font-weight:600;
}
.border-top{
    border-top: 1px solid #ddd;
}
.box-shadow{
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}
.link-underline{
    text-decoration: underline;
    color:var(--color-primary)!important;
}
.text-center{
    text-align: center;
}


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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-overflow-style: scrollbar;

}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}


hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;

    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight:400;
}

h1, .h1 {
    line-height: 1.4;
    font-size: calc(1rem + 2.3vw);
    font-weight: 600;
}
h2, .h2 {
    font-size:calc(0.925rem + 1vw);
}
h3, .h3 {
    font-size:calc(1rem + 0.4vw);
}
h4, .h4 {
    font-size: calc(1rem + 0.2vw);
}
h5, .h5 {
    font-size: calc(1rem + 0.20vw);
}
h6, .h6 {
    line-height: 1.6;
    font-weight: 300;
    font-size: calc(1rem + 0.4vw);
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #888;
    line-height: 1.7;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #f27059;
    text-decoration: none;
    background-color: transparent;
}



a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}


/* SLIDER STARTS */
.slick-slider{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow{
    position: absolute;
    top: 50%;
    width:40px;
    height: 40px;
    font-size: 0;
    margin: -20px 0 0 0;
    border: none;
    cursor: pointer;
    background: none;
    border: 1px solid #333;
}
.slick-arrow:before{
    width:10px;
    height:10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    content: "";
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
}
.slick-arrow.slick-prev{
    left:0;
}
.slick-arrow.slick-prev:before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-left: -3px;
}
.slick-arrow.slick-next{
    right:0;
}
.slick-arrow.slick-next:before{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -6px;
}
.slick-arrow.slick-disabled{
    opacity: 0.3;
    cursor: default;
}


.slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom:20px;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.slick-dots li button{
    width:16px;
    height:16px;
    border-radius:100%;
    background: #f5f1e5;
    border: none;
    font-size: 0;
    display: inline-block;
}
.slick-dots li.slick-active button{
    background:var(--color-primary);
}

/* ] */



/* BUTTON CSS */
.btn {
    position: relative;
    display: inline-block;
    font-weight:500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:0 2rem;
    height:40px;
    line-height:40px;
    font-size: 15px;
    border-radius:50px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}


.btn:hover {
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.08);
}

.btn--primary{
    color:var(--color-primary-inverse);
    background-color:var(--color-primary);
    border-color: var(--color-primary);
}
.btn--primary:hover{
    background-color:var(--color-secondary);
    border-color: var(--color-secondary);
}


.btn--secondary{
    color:var(--color-secondary-inverse);
    background-color:var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn--secondary:hover{
    background-color:var(--color-primary);
    border-color: var(--color-primary);
}


.btn--third{
    color:var(--color-third-inverse);
    background-color:var(--color-third);
    border-color: var(--color-third);
}
.btn--third:hover{
    background-color:var(--color-third);
    border-color: var(--color-third);
}


.btn--small{
    height:36px;
    line-height: 36px;
    font-size:0.9rem;
}
.btn--large{
    height: 60px;
    line-height:56px;
    padding:0 3.4rem;
    font-size: 1.15rem;
    font-weight: 500;
}
.btn--block{
    width:100%;
    display: block;
}

.btn--login-bordered{
    background-color:var(--color-primary);
    border-color: var(--color-primary);
    color:var(--color-primary-inverse);
}


.btn--primary-bordered{
    color:var(--color-primary);
    background-color:transparent;
    border-color: var(--color-primary);
}
.btn--primary-bordered:hover{
    background-color:var(--color-primary);
    border-color: var(--color-primary);
    color:var(--color-primary-inverse);
}


.btn--secondary-bordered{
    color:var(--color-secondary);
    background-color:transparent;
    border-color: var(--color-secondary);
}
.btn--secondary-bordered:hover{
    background-color:var(--color-secondary);
    border-color: var(--color-secondary);
    color:var(--color-secondary-inverse);
}


.btn--third-bordered{
    color:var(--color-third);
    background-color:transparent;
    border-color: var(--color-third);
}
.btn--third-bordered:hover{
    background-color:var(--color-third);
    border-color: var(--color-third);
    color:var(--color-third-inverse);
}


.btn .svg-icon{
    margin-right: 5px;
    overflow: hidden;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-center {
    -webkit-box-pack:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important;
}


/* CONTAINER */
.site-container{
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    width: 95%;
}
.site-container--narrow{
    max-width: 1000px;
}

/* HEADER */
.site-header{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    padding:40px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.site-header__logo{
    margin: 0;
    max-width: 244px;
}
.site-header__logo a{
    display: block;
}


.site-header__logo img{/*-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);*/
}

/* HEADER sticky stage */

.site-header.sticky{
    position:fixed;
    background: #fff;
    color: #333;
    padding: 20px 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}
.site-header.sticky .site-header__logo img{
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}


/* NAV */
.site-nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.site-nav ul li{
    margin-left: 10px;
}
.site-nav ul li a{
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 0 20px;
    color: inherit;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.site-nav ul li a:hover,.site-nav ul li a.is-active{
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.site-header__actions .btn{
    text-transform: uppercase;
    margin-left: 10px;
}

.btn-login .svg-icon{
    width:16px;
    height:16px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    display: none;
}
.btn-login .svg-icon svg{
    width: 100%;
    height: 100%;
    fill:#fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width:1199px){
    .site-nav{
        display: none;
    }
}

@media(max-width:767px){
    .site-header{
        padding: 20px 0;
    }
    .site-header__logo{
        max-width:160px;
    }

    .btn-login .svg-icon{
        display:block;
    }
    .btn-login{
        font-size: 0;
        width: 40px;
        padding: 0;
        background: var(--color-primary);
    }
    .btn-login .svg-icon{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
    }
    .btn-login .svg-icon svg{
        fill:#fff;
    }
}



/* BANNER */
.site-banner{
    position: relative;
    height: 100vh;
    color: #fff;
    text-align: center;
}
.site-banner .slick-track, .site-banner .slick-slide, .site-banner .slick-list, .site-banner .slick-slider, .site-banner .slick-slide div{
    height: 100% !important;
}
.site-banner .site-banner__media{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 100%;
    width: 100%;
}

.site-banner__content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}
.site-banner__overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    pointer-events: none;
}
.site-banner__content-inner{
    max-width: 900px;
    margin:50px auto 0;
    position: relative;
    padding:15px;
    pointer-events: all;
}
.site-banner__content .btn{
    min-width: 320px;
    margin: 0 10px;
}
.site-banner__content h6{
    margin-bottom:60px;
}

@media(max-width:1023px){
    .site-banner{
        height: 70vh;
    }
    .site-banner__content-inner{
        max-width: 650px;
    }
    .site-banner__content .btn{
        min-width: 1%;
    }
}
@media(max-width:767px){
    .site-banner{
        height: 100vh;
    }
    .site-banner__content h6{
        margin-bottom: 30px;
    }
    .site-banner__content-inner .btn .svg-icon{
        position: relative;
        top: -2px;
    }

}
@media(max-width:576px){
    .site-banner__content .btn{
        width:90%;
        margin: 10px 0;
        height: 44px;
        line-height: 42px;
        font-size: 1rem;
        padding: 0 10px;
    }
}

/* [ SECTION  */
.site-section{
    padding:calc(1rem + 4.375vw) 0;
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}
.site-section--packages{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.site-section__title{
    margin-bottom:60px;
}
.site-section--bg{
    color: #fff;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.site-section--bg h2{
    margin-bottom: 30px;
    line-height: 1.6;
}
.site-section--bg h6{
    font-size: 18px;
    opacity: 0.7;
}

@media(min-width:767px){
    .packages-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .packages-colum{
        width: 33.3%;
    }
}

.packages-box{
    padding:40px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    position:relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.packages-box h4{
    text-transform: uppercase;
    font-weight: 500;
}
.packages-box .btn{
    min-width: 160px;
}
.packages-box .packages-box__specs{
    font-weight: 500;
    color: #333;
    margin: 20px 0 30px;
}
.packages-box .tag-recommended{
    background: #892c2c;
    color: #fff;
    padding:4px 15px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.packages-box.packages-box--silver{
    border-radius: 10px 0 0 10px;
}
.packages-box.packages-box--gold{
    z-index: 1;
    padding:70px 30px;
}
.packages-box.packages-box--platinum{
    border-radius: 0 10px 10px 0;
}

.packages-box__price{
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 30px;
    background-color:currentColor;
}
.packages-box__price *{
    color: #fff;
}
.packages-box__price .h3{
    font-weight: 700;
}
.packages-box__price small{
    display: block;
    text-transform: uppercase;
}

.packages-box.packages-box--silver .packages-box__price{
    background-color:currentColor;
}
.packages-box.packages-box--silver .btn{
    border-color: currentColor;
}

.packages-box.packages-box--platinum .packages-box__price{
    background-color: currentColor;
}
.packages-box.packages-box--platinum .btn{
    border-color: currentColor;
}

.packages-box.packages-box--gold .packages-box__price{
    background-color:currentColor;
}
.packages-box.packages-box--gold .btn{
    border-color:currentColor;
}


@media(min-width:1199px){
    .packages-box:hover{
        -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.2);
    }
    .packages-box.packages-box--silver .btn:hover,.packages-box.packages-box--silver:hover .btn{
        background-color: currentColor;
        color: #fff;
    }
    .packages-box.packages-box--platinum .btn:hover,.packages-box.packages-box--platinum:hover .btn{
        background-color: currentColor;
        color: #fff;
    }
    .packages-box.packages-box--gold .btn:hover,.packages-box.packages-box--gold:hover .btn{
        background-color:currentColor;
        color: #fff;
    }

    .packages-box.packages-box--silver .btn:hover span,.packages-box.packages-box--silver:hover .btn span, .packages-box.packages-box--platinum .btn:hover span, .packages-box.packages-box--platinum:hover .btn span, .packages-box.packages-box--gold .btn:hover span, .packages-box.packages-box--gold:hover .btn span{
        color: #fff;
    }


}

@media(max-width:1023px){
    .packages-box.packages-box--gold{
        padding:70px 15px;
    }
    .packages-box{
        padding: 40px 15px;
    }

}
@media(max-width:767px){
    .packages-box{
        margin-bottom: 20px;
    }
    .packages-box.packages-box--silver, .packages-box.packages-box--platinum{
        border-radius: 10px;
    }
    .packages-box__price{
        margin-bottom: 0;
    }
    .packages-box.packages-box--gold{
        padding-bottom:30px;
        padding-top: 30px;
    }
}

.video-container{
    max-width: 850px;
    position:relative;
}
.video-container:before{
    padding-bottom: 65%;
    content: "";
    display: block;
}
.video-container iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.colum-group, .colum-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.colum-container .colum{
    padding: 0 15px;
}

.colum-group .box-round{
    width:100%;
    padding:calc(2rem + 1vw);
    border-radius:10px;
    background: #f4f6f8;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.colum-group .box-round__left{
    width: 140px;
}
.colum-group .box-round__right{
    width:calc(100% - 140px);
}
.colum-group .box-round h3{
    font-weight:500;
    color: #002b49;
}
.colum-group .box-round p{
    margin: 0;
}
.max-width{
    max-width: 650px;
    margin: 0 auto;
    color: #888888;
}
.max-width h5{
    line-height: 1.8;
    margin: 0;
}
.max-width p{
    font-size: 18px;
}
.max-width p a{
    text-decoration: underline;
    color: inherit;
}

.bullet-list-vertical li{
    margin-bottom:50px;
    font-size: 16px;
    position: relative;
    padding-left: 60px;
    line-height: 1.8;
}
.bullet-list-vertical li:last-child{
    margin-bottom:0;
}
.bullet-list-vertical li > span {
    opacity: 0.7;
}
.bullet-list-vertical li:before{
    background: url(../images/diamond-bullet.svg) no-repeat top left;
    position: absolute;
    left: 0;
    top:6px;
    content: "";
    width: 20px;
    height: 22px;
    opacity: 1;
}


@media(min-width:1023px){
    .colum-group .colum{
        width: 50%;
        padding: 0 15px 50px;
    }
    .colum-container.onehalf .colum{
        width: 55%;
    }
    .colum-container.onehalf .colum:first-child{
        width: 40%;
    }
}
@media(max-width:1023px){
    .colum-group .box-round{
        height: auto;
        margin-bottom: 20px;
    }
    .bullet-list-vertical{
        margin-top: 30px;
    }
    .site-section--bg h2 br{
        display: none;
    }
    .bullet-list-vertical li{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .colum-group, .colum-container{
        margin: 0;
    }
    .colum-group .box-round{
        display: block;
        text-align: center;
    }
    .colum-group .box-round__left{
        width: 100%;
        padding-bottom: 20px;
    }
    .colum-group .box-round__right{
        width: 100%;
    }
    .colum-container .colum{
        padding: 0;
    }
    .site-section__title{
        margin-bottom: 30px;
    }
    .bullet-list-vertical li{
        padding-left: 40px;
    }
}


/* FAQ */

.accordian-group {
    margin-bottom: 60px;
}
.accordian {
    position: relative;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.accordian  .accordian__title{
    position: relative;
    display: block;
    font-size: calc(1rem + 0.15vw);
    padding: calc(1.064rem + 1.064vw) calc(3.264rem + 3.264vw) calc(1.064rem + 1.064vw) calc(1.264rem + 1.264vw);
    cursor: pointer;
    line-height: 1.6;
    font-weight: 500;
    color: #666;
}
.accordian .accordian__title:after{
    position: absolute;
    right: calc(1rem + 1vw);
    top:50%;
    content: "+";
    font-size: calc(2rem + 0.1vw);
    line-height: 1;
    color: var(--color-secondary);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.accordian .accordian__body{
    padding:0 calc(1.264rem + 1.264vw) calc(1.064rem + 1.064vw);
}

/* active stage*/

.accordian.is-active .accordian__title{
    color: var(--color-secondary);
}
.accordian.is-active .accordian__title:after{
    content: "-";
}



/* hover stage*/
@media(min-width:1199px){
    .accordian:hover,.accordian.is-active {
        -webkit-box-shadow:0 0 70px rgba(0, 0, 0, 0.07);
        box-shadow:0 0 70px rgba(0, 0, 0, 0.07);
        color: var(--color-secondary);
    }
}

@media(max-width:767px){
    .accordian .accordian__title,.accordian .accordian__body{
        padding-left: 0;
    }
    .accordian .accordian__body{
        padding-right: 0;
    }
    .accordian .accordian__title:after{
        right: 0;
    }
}



/* FOOTER */
.site-footer-cta{
    text-align: center;
    background:  var(--color-secondary);
    padding: calc(2rem + 1vw) 0;
    color:var(--color-secondary-inverse);
}
.site-footer-cta h3{
    line-height: 1.6;
    font-size: calc(1rem + 0.521vw);
    max-width:60%;
    margin: 0 auto 20px;
}

.site-footer-cta .col-left{
    width: 58%;
}
.site-footer-cta .col-right{
    width: auto;
}

.site-footer-lower{
    padding: calc(2rem + 1vw) 0;
    background: var(--color-forth);
    color:var(--color-forth-inverse);
}

.site-footer-lower .col-right p{
    font-size: 14px;
    color: inherit;
    margin: 0;
}
.site-footer-lower .col-right p a{
    color: inherit;
}



.socials ul{
    margin: 0;
}
.socials li{
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}
.socials li a{
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 100%;
    background: #000;
}
.socials li a img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width:16px;
}



@media(min-width:1199px){
    .site-footer-cta .btn:hover{
        background: var(--color-forth);
    }
    .site-footer-lower .col-right p a:hover{
        text-decoration: underline;
    }
    .socials li a:hover {
        background: var(--color-secondary);
    }
}

@media(min-width:1023px){
    .site-footer-lower .col-left{
        width: 40%;
    }
    .site-footer-lower .col-right{
        width: auto;
    }
}
@media(max-width:1199px){
    .hide-responsive{
        display:none!important;
    }
}
@media(max-width:1023px){
    .site-footer-lower .col-left,.site-footer-lower .col-right,.site-footer-cta .col-left, .site-footer-cta .col-right{
        width: 50%;
    }
    .site-footer-cta .col-left, .site-footer-cta .col-right{
        width: 100%;
    }
    .site-footer-cta .site-container .d-flex{
        display: block!important;
        text-align: center;
    }
    .site-footer-cta .site-container .d-flex h3{
        margin-bottom: 20px;
    }
}

@media(max-width:767px){
    .hide-mobile{
        display:none!important;
    }
    .site-footer-lower .col-left, .site-footer-lower .col-right, .site-footer-cta .col-left, .site-footer-cta .col-right{
        width: 100%;
        text-align: center;
    }
    .site-footer-lower .d-flex{
        display: block!important
    }
    .socials{
        margin-bottom: 20px;
    }
}




.sticky-box{
    position:fixed;
    left:0;
    top:50%;
    z-index:11;
}
.sticky-box .sticky-box__icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:50px;
    height:50px;
    background:var(--color-third);
    border-radius:100%;
    padding:0;
    position:relative;
    margin:5px 0 0 30px;
}
.sticky-box .sticky-box__icon .svg-icon svg{
    fill:#fff;
    overflow: hidden;
}
.sticky-box .sticky-box__icon img{
    position:absolute;
    left:0;
    top:-3px;
    bottom:0;
    right:0;
    margin:auto;
}
.sticky-box .sticky-box__content{
    position:absolute;
    left:0;
    top:0;
    min-width:300px;
    background:#fff;
    -webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.06);
    box-shadow:0 0 10px 5px rgba(0,0,0,0.06);
    padding:10px;
    text-align:center;
    transform:translate(-100%,0);
    -webkit-transform:translate(-100%,0);
    -ms-transform:translate(-100%,0);
    transition:all .6s ease;
    -webkit-transition:all .6s ease;
    border-radius: 0 10px 10px 0;
}
.sticky-box .sticky-box__content p{
    font-size:14px;
    color:#666;
    margin-bottom: 0;
}
.sticky-box .sticky-box__content h6{
    color:#666;
    font-size: 16px;
    font-weight: 500;
}
/*.sticky-box .sticky-box__link{background:rgba(0,0,0,0.05); padding:10px; width:49%; float:left;}*/
.sticky-box .sticky-box__link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-box .sticky-box__link p{
}
.sticky-box .sticky-box__link p a{
    color:inherit;
}
.sticky-box .sticky-box__link .icon{
    width:40px;
    height:40px;
    position:relative;
    margin-bottom: 0;
}
.sticky-box .sticky-box__link .icon img{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
}
.sticky-box .sticky-box__link .icon .svg-icon{
    overflow: hidden;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-box   .btn-txt{
    display: none;
}


.sticky-box .sticky-box__icon:before{
    content: "";
    top: -15px;
    left: -15px;
    bottom:-15px;
    right:-15px;
    background-color:var(--color-third);
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    position: absolute;
    opacity: 0.6;
    -webkit-animation: pulse2 1.5s ease-out;
    animation: pulse2 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}

.btn-animated{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-animated:before {
    content: "";
    top: -10px;
    left: -6px;
    bottom:-10px;
    right:-15px;
    background-color:var(--color-third);
    border-radius: 30px;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    position: absolute;

    -webkit-animation: pulse2 1.5s ease-out;
    animation: pulse2 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes pulse2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@media(min-width:1199px){
    .sticky-box .sticky-box__content .link__close{
        pointer-events:none;
        display:none;
    }
    .sticky-box:hover .sticky-box__content{
        transform:translate(0,0);
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
    }
}


@media(max-width:1199px){
    .sticky-box{
        position:relative;
        left:auto;
        top:auto;
        float:left;
    }
    .sticky-box .sticky-box__icon{
        width:auto;
        height:40px;
        margin:0;
        border-radius:30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 30px;
        color: #fff;
    }
    .sticky-box .sticky-box__icon img{
        position: static;
        width: 20px;
        margin-right: 10px;
    }
    .off-bar{
        padding-left:70px;
        position:relative;
        text-align:left;
    }
    .sticky-box .sticky-box__content{
        position:absolute;
        right:0;
        left: auto;
        top:100%;
        transform:translate(0,0);
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
        display:none;
        transition:none;
        -webkit-transition:none;
        -ms-transition:none;
        border-radius: 0;
    }
    .form--search .ui.search{
        float:left;
        width:calc(100% - 40px);
        padding-left:15px;
    }
    .sticky-box .sticky-box__icon:before{
        display:none;
    }
    .sticky-box   .btn-txt{
        display: inline-block;
    }
    .sticky-box .sticky-box__icon .svg-icon{
        margin-right: 10px;
    }
}
@media(max-width:767px){
    .sticky-box{
        position:static;
    }
    .sticky-box .sticky-box__content{
        min-width:1%;
        right:0;
        z-index:1;
        left: 0;
    }
    .sticky-box   .btn-txt{
        display:none;
    }
    .sticky-box .sticky-box__icon img{
        margin: auto;
    }
    .sticky-box .sticky-box__icon{
        width: 40px;
        padding: 0;
    }
    .sticky-box .sticky-box__link{
        padding: 0;
        background: none;
    }
    .sticky-box .sticky-box__icon .svg-icon{
        margin-right: 0;
    }
    .sticky-box .sticky-box__content{
        top: 60px;
        border-top: 1px solid #ddd;
        -webkit-box-shadow: 0 10px 10px 5px rgba(0,0,0,0.06);
        box-shadow: 0 10px 10px 5px rgba(0,0,0,0.06);
    }
    .sticky-box .sticky-box__icon .svg-icon svg{
        width: 20px;
    }
}


/* POPUP CSS */
.screen-popup{
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    display: none;
}

.screen-popup__overlay{
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.screen-popup__body{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width:850px;
    min-width:850px;
    background: #fff;
    min-height: 400px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: calc(0.6rem + 1vw);
    border-radius: 5px;
}
.screen-popup-form-otp .screen-popup__body{
    max-width:450px;
    min-width:450px;
}
.screen-popup__close{
    position: absolute;
    right:-10px;
    top:-45px;
    width: 42px;
    height: 42px;
}
.screen-popup__close:before{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    content: "+";
    font-size:2rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    text-align: center;
    color: #fff;
}


.page-form-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-form-container .form-heading{
    font-size: 22px;
    color: #002b49;
    margin-bottom: 25px;
}
.page-form__left{
    width: 45%;
}
.page-form__right{
    width: 45%;
    background: #002b49;
    padding:40px;
    color: #fff;
    border-radius: 5px;
}
.page-form__right .form-heading{
    margin-bottom: 35px;
}
.page-form__right .form-heading,.page-form__right .formcontainer .field_label{
    color: inherit;
}


.formcontainer input[type="text"],.formcontainer input[type="password"]{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    height: 45px;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.formcontainer input[type="submit"]{
    width: 100%;
    background:var(--color-secondary);
    border-radius: 5px;
    height: 45px;
    border: none;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.formcontainer .field_control {
    padding-bottom: 25px;
}
.formcontainer .remember {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.formcontainer .remember p {
    margin: 0;
}
.formcontainer .remember p a{
    text-decoration: underline;
}
.formcontainer .field_label {
    font-size: 13px;
    margin-bottom: 5px;
    color: #666;
}



html.show-form-popup-js, html.show-video-popup-js{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
html.show-form-popup-js .screen-popup-form, html.show-video-popup-js .screen-popup-video{
    display: block;
}

html.show-otp-form-popup-js{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
html.show-otp-form-popup-js .screen-popup-form-otp{
    display: block;
}

@media(max-width:1023px){
    .screen-popup__body{
        min-width: 700px;
    }
    .page-form__right{
        padding: 30px;
    }
}
@media(max-width:767px){
    .screen-popup__body{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        overflow-x: hidden;
        overflow-y: auto;
        min-width: 1%;
        max-width: 100%;
        min-height: 1%;
    }

    .page-form-container{
        display: block;
    }
    .page-form-container .form-heading{
        font-size:18px;
    }
    .page-form__left{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .page-form__right{
        width: 100%;
        max-width: 360px;
        margin: 30px auto;
    }
    .screen-popup__close{
        right: 0;
        top: 0;
    }
    .screen-popup__close:before{
        color: #000;
    }
    .video-container{
        margin-top: 40px;
    }
    .screen-popup__body{
        border-radius: 0;
    }
}

.page-form__full{
    width: 100%;
}
/* ] */


.otp-timer{
    color:#f27059;
    font-weight: 600;
}

.digit-group input {
    width: 30px !important;
    height: 50px !important;
    background-color: #002b49 !important;
    border: none !important;
    line-height: 50px !important;
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 200;
    color: white !important;
    margin: 0 2px;
    padding:0px !important;
}
.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}
.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.erlist_login_otp_1{
    position:inherit !important;
    text-align:center !important;
    padding-top: 10px !important;
}

.erlist_login_otp_1 li{
    text-align: center !important;
    float: none !important;
}
.erlist_login_otp_1 li a{
    text-align: center !important;
    float: none !important;
}