:root {
    /*font-family*/
    --font-family: 'Inter', sans-serif;

    /*color*/
    --mono1: #000000;
    --mono2: #5E5C62;
    --mono3: #AAAAAA;
    --mono4: #E4E4E4;
    --mono5: #F2F2F2;
    --mono6: #FAFAFA;
    --mono7: #FFFFFF;
    --mono-error: #F42020;
    --mono-success: #27A87A;

    --blue-banner: #0057D6;
    --blue: #0066B3;
    --dark-orange: #F47920;
    --orange: #F7941F;
    --light-orange: #FDB814;

    --fire-light: #FFCC53;
    --fire-dark: #EC8438;
    --ice-light: #0070D7;
    --ice-dark: #00417D;

    /*gradient*/
    --fire-gradient-top: linear-gradient(179deg, #F39423 0.45%, #EE511D 99.21%);
    --fire-gradient-right: linear-gradient(90deg, #F39423 0.14%, #EE511D 99.86%);
    --ice-gradient-top: linear-gradient(180deg, #0070D7 0%, #00417D 100%);
    --ice-gradient-right: linear-gradient(90deg, #0070D7 0%, #00417D 100%);

    --box-shadow: 0px 5px 10px 0px rgba(188, 188, 188, 0.50);

     --gap-5: 5px;
    --gap-10: 10px;
    --gap-15: 15px;
    --gap-20: 20px;
    --gap-30: 30px;
    --gap-40: 40px;
    --gap-50: 50px;
    --gap-60: 60px;
    --gap-80: 80px;

    /*title-banner*/
    --title-banner-font-size: 36px;
    --title-banner-font-weight: 700;
    --title-banner-line-height: 50px;

    /*title-large*/
    --title-large-font-size: 30px;
    --title-large-font-weight: 600;
    --title-large-line-height: 40px;

    /*title1*/
    --title1-font-size: 26px;
    --title1-font-weight: 600;
    --title1-line-height: 34px;
    --title1-margin-top: 0px;

    /*title2*/
    --title2-font-size: 24px;
    --title2-font-weight: 600;
    --title2-line-height: 30px;

    /*title3*/
    --title3-font-size: 20px;
    --title3-font-weight: 600;
    --title3-line-height: 24px;

    /*title4*/
    --title4-font-size: 20px;
    --title4-font-weight: 400;
    --title4-line-height: 24px;

    /*title5*/
    --title5-font-size: 18px;
    --title5-font-weight: 400;
    --title5-line-height: 26px;

    /*body_general*/
    --body-font-size: 16px;
    --body-margin-top: 0px;
    --body-margin-bottom: 10px;
    --body-line-height: 26px;

    --body-bold-font-weight: 700;
    --body-semibold-font-weight: 600;
    --body-medium-font-weight: 500;
    --body-regular-font-weight: 400;
    --body-thin-font-weight: 300;

    /*small_general*/
    --small-font-size: 14px;
    --small-margin-top: 0px;
    --small-margin-bottom: 10px;
    --small-line-height: 18px;

    --small-bold-font-weight: 700;
    --small-medium-font-weight: 600;
    --small-semibold-font-weight: 500;
    --small-regular-font-weight: 400;
    --small-thin-font-weight: 300;

    /*super_small_general*/
    --super-small-font-size: 12px;
    --super-small-margin-top: 0px;
    --super-small-margin-bottom: 5px;
    --super-small-line-height: 16px;

    --super-small-bold-font-weight: 700;
    --super-small-medium-font-weight: 600;
    --super-small-semibold-font-weight: 500;
    --super-small-regular-font-weight: 400;

    /*icon*/
    --icon-new-apple-store: url(/static/theme/images/icon-apple-store.svg);
    --icon-new-play-store: url(/static/theme/images/icon-play-store.svg);
    --icon-new-facebook: url(/static/theme/images/icon-facebook.svg);
    --icon-new-youtube: url(/static/theme/images/icon-youtube.svg);
    --icon-new-linkedin: url(/static/theme/images/icon-linkedin.svg);
    --icon-new-facebook-active: url(/static/theme/images/icon-facebook-active.svg);
    --icon-new-linkedin-active: url(/static/theme/images/icon-linkedin-active.svg);
    --icon-new-youtube-active: url(/static/theme/images/icon-youtube-active.svg);
    --icon-new-apple-store-active: url(/static/theme/images/icon-apple-store-active.svg);
    --icon-new-play-store-active: url(/static/theme/images/icon-play-store-active.svg);
    --icon_popup_android: url(/VIBStatic/theme/vs2018/images/icon_popup_android.png);
    --icon_popup_ios: url(/VIBStatic/theme/vs2018/images/icon_popup_ios.png);
    --icon_popup_android_hover: url(/static/theme/2022/icon_popup_android_hover.png);
    --icon_popup_ios_hover: url(/static/theme/2022/icon_popup_ios_hover.png);
    --icon-Angle_right_black: url(/static/theme/2022/Angle_right_black.svg);
    --icon-Angle_right_white: url(/static/theme/2022/Angle_right_white.svg);
    --icon-Angle_right_orange: url(/static/theme/2022/Angle_right_orange.svg);
    --icon-Angle_right_grey: url(/static/theme/2022/Angle_right_grey.svg);
    --icon-Search_audit: url(/static/theme/2022/Search_audit_black.svg);
    --icon-Search_audit_white: url(/static/theme/2022/Search_audit.svg);
    --icon-Logo-Login-IB: url(/static/theme/2022/LogoLogIB.svg?t=2022);
    --icon-Close: url(/static/theme/2022/close.svg);
    --icon-up: url(/static/theme/2022/Up.svg);
    --icon-down: url(/static/theme/2022/Down.svg);
    --icon-selected-blue: url(/static/theme/vs2018/images/arrow_check_selectbox_blue.svg);
    --icon-dropdow: url(/static/theme/images/icon_dropdow.svg);
}

.mono1 {
    color: var(--mono1);
}

.mono2 {
    color: var(--mono2);
}

.mono3 {
    color: var(--mono3);
}

.mono4 {
    color: var(--mono4);
}

.mono5 {
    color: var(--mono5);
}

.mono6 {
    color: var(--mono6);
}

.mono7 {
    color: var(--mono7);
}

.mono-error {
    color: var(--mono-error);
}

.mono-success {
    color: var(--mono-success);
}

.blue-banner {
    color: var(--blue-banner);
}

.blue {
    color: var(--blue);
}

.dark-orange {
    color: var(--dark-orange);
}

.orange {
    color: var(--orange);
}

.light-orange {
    color: var(--light-orange);
}

.fire-light {
    color: var(--fire-light);
}

.fire-dark {
    color: var(--fire-dark);
}

.ice-light {
    color: var(--ice-light);
}

.ice-dark {
    color: var(--ice-dark);
}

body,
html {
    font-family: var(--font-family);
}

.title-banner {
    font-size: var(--title-banner-font-size);
    font-weight: var(--title-banner-font-weight);
    line-height: var(--title-banner-line-height);
    color: var(--mono1);
}

.title-large {
    font-size: var(--title-large-font-size);
    font-weight: var(--title-large-font-weight);
    line-height: var(--title-large-line-height);
    color: var(--mono1);
}

.title1 {
    font-size: var(--title1-font-size);
    font-weight: var(--title1-font-weight);
    line-height: var(--title1-line-height);
    color: var(--mono1);
}

.title2 {
    font-size: var(--title2-font-size);
    font-weight: var(--title2-font-weight);
    line-height: var(--title2-line-height);
    color: var(--mono1);
}

.title3 {
    font-size: var(--title3-font-size);
    font-weight: var(--title3-font-weight);
    line-height: var(--title3-line-height);
    color: var(--mono1);
}

.title4 {
    font-size: var(--title4-font-size);
    font-weight: var(--title4-font-weight);
    line-height: var(--title4-line-height);
    color: var(--mono1);
}

.body-bold {
    font-weight: var(--body-bold-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

.body-semibold {
    font-weight: var(--body-semibold-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

.body-medium {
    font-weight: var(--body-medium-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

.body-regular {
    font-weight: var(--body-regular-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

.body-thin {
    font-weight: var(--body-thin-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

.small-bold {
    font-weight: var(--small-bold-font-weight);
    font-size: var(--small-font-size);
    line-height: var(--small-line-height);
}

.small-semibold {
    font-weight: var(--small-semibold-font-weight);
    font-size: var(--small-font-size);
    line-height: var(--small-line-height);
}
.small-medium {
    font-weight: var(--small-medium-font-weight);
    font-size: var(--small-font-size);
    line-height: var(--small-line-height);
}
.small-regular {
    font-weight: var(--small-regular-font-weight);
    font-size: var(--small-font-size);
    line-height: var(--small-line-height);
}

.small-thin {
    font-weight: var(--small-thin-font-weight);
    font-size: var(--small-font-size);
    line-height: var(--small-line-height);
}

.super-small-bold {
    font-weight: var(--super-small-bold-font-weight);
    font-size: var(--super-small-font-size);
    line-height: var(--super-small-line-height);
}

.super-small-semibold {
    font-weight: var(--super-small-semibold-font-weight);
    font-size: var(--super-small-font-size);
    line-height: var(--super-small-line-height);
}

.super-small-regular {
    font-weight: var(--super-small-regular-font-weight);
    font-size: var(--super-small-font-size);
    line-height: var(--super-small-line-height);
}

.super-small-thin {
    font-weight: var(--super-small-thin-font-weight);
    font-size: var(--super-small-font-size);
    line-height: var(--super-small-line-height);
}

.fire-gradient-top {
    background: var(--fire-gradient-top);
}

.fire-gradient-right {
    background: var(--fire-gradient-right);
}

.ice-gradient-top {
    background: var(--ice-gradient-top);
}

.ice-gradient-right {
    background: var(--ice-gradient-right);
}


.button-pramary {
    min-width: 125px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 11px 30px;
    border-radius: 5px;
    background-color: var(--light-orange);
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    color: var(--mono1);
    border: none;
}

.button-pramary.round {
    border-radius: 25px;
}

.button-pramary.blue {
    background-color: var(--blue);
    color: var(--mono7);
}

.button-pramary.orange {
    background-color: var(--orange);
}

.button-pramary.dark-orange {
    background-color: var(--dark-orange);
}

.button-pramary.fire-light {
    background-color: var(--fire-light);
}

.button-pramary.fire-dark {
    background-color: var(--fire-dark);
}

.button-pramary.ice-light {
    background-color: var(--ice-light);
    color: var(--mono7);
}

.button-pramary.ice-dark {
    background-color: var(--ice-dark);
    color: var(--mono7);
}

.button-pramary.white {
    background-color: var(--mono7);
}

.button-pramary.black {
    background-color: var(--mono1);
    color: var(--mono7);
}

.button-pramary.disabled {
    background-color: var(--mono4);
    color: var(--mono3);
    cursor: not-allowed;
}

.button-secondary {
    color: var(--mono1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
}
.button-scrolltop{
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 80px;
    right: 0;
    background-position: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    cursor: pointer;
}
.button-scrolltop::before {
    animation-name: bounce1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    content: "";
    background: var(--icon-Angle_right_black);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 9px;
    transform: rotate(-90deg);
    background-size: cover;
    filter: none;
}
.link {
    text-decoration: none;
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.arrow-right {
    padding-right: 22px;
    position: relative;
    float: left;
}
.arrow-right.large{
    padding-right: 24px;
}

.arrow-right::after {
    background: var(--icon-Angle_right_black) center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.arrow-right.large::after{
    background-size: 24px;
    width: 24px;
    height: 24px;
}

.arrow-left {
    padding-left: 22px;
    position: relative;
    float: left;
}

.arrow-left::after {
    background: var(--icon-Angle_right_black) center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}

.arrow-up {
    padding-right: 22px;
    position: relative;
    float: left;
}

.arrow-up::after {
    background: var(--icon-Angle_right_black) center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 5px;
    transform: rotate(-90deg) translateY(-50%);
    right: 0;
}

.arrow-down {
    text-decoration: none;
    color: var(--mono1);
    position: relative;
    padding-right: 22px;
    float: left;
}

.arrow-down::after {
    background: var(--icon-Angle_right_black) center center no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    right: 0;
}

.vib-link-arrow-up.small,
.vib-link-arrow-down.small,
.vib-link-arrow-right.small {
    padding-right: 20px;
}

.vib-link-arrow-left.small {
    padding-left: 20px;
}

.vib-link-arrow-up.small::after,
.vib-link-arrow-down.small::after,
.vib-link-arrow-right.small::after,
.vib-link-arrow-left.small::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}


button, a, input {
    outline: none;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
*,
:after,
:before {
    box-sizing: border-box;
}
.clearfix {
    clear: both;
    height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}
.divider {
    width: 100%;
    height: 1px;
    background: var(--mono4);
    
}
.divider-40 {
    width: 100%;
    height: 1px;
    background: var(--mono4);
    margin: 40px 0;
}
.divider-30 {
    width: 100%;
    height: 1px;
    background: var(--mono4);
    margin: 30px 0;
}
.divider-20 {
    width: 100%;
    height: 1px;
    background: var(--mono4);
    margin: 20px 0;
}
.close-popup-mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.icon-popup-exit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    display: inline-block;
    background: var(--icon-Close) center no-repeat !important;
    background-size: 100%;
    margin-right: 0;
    opacity: 1 !important;
    text-indent: -9999px;
}

.text-right {
    text-align: right;
}
.flex {
    display: flex;
}

.flex[justify="flex-start"] {
    justify-content: flex-start;
}
.flex[justify="center"] {
    justify-content: center;
}
.flex[justify="flex-end"] {
    justify-content: flex-end;
}
.flex[justify="space-between"] {
    justify-content: space-between;
}
.flex[justify="space-around"] {
    justify-content: space-around;
}
.flex[justify="space-evenly"] {
    justify-content: space-evenly;
}

.flex[align="flex-start"] {
    align-items: flex-start;
}
.flex[align="center"] {
    align-items: center;
}
.flex[align="flex-end"] {
    align-items: flex-end;
}
.flex[align="stretch"] {
    align-items: stretch;
}


.flex[gap="5"] {
    gap: var(--gap-5);
}
.flex[gap="10"] {
    gap: var(--gap-10);
}
.flex[gap="15"] {
    gap: var(--gap-15);
}
.flex[gap="20"] {
    gap: var(--gap-20);
}
.flex[gap="30"] {
    gap: var(--gap-30);
}
.flex[gap="40"] {
    gap: var(--gap-40);
}
.flex[gap="50"] {
    gap: var(--gap-50);
}
.flex[gap="60"] {
    gap: var(--gap-60);
}
.flex[gap="80"] {
    gap: var(--gap-80);
}


.flex[vertical] {
    flex-direction: column;
}

@media screen and (min-width: 1024px) {

    .link:hover,
    .link-arrow-down:hover,
    .link-arrow-up:hover,
    .link-arrow-right:hover,
    .link-arrow-left:hover {
        color: var(--dark-orange);
    }

    .arrow-down:hover::after,
    .arrow-up:hover::after,
    .arrow-right:hover::after,
    .arrow-left:hover::after {
        background: var(--icon-Angle_right_orange) center center no-repeat;
    }

    .button-pramary:hover {
        background-color: var(--mono1);
        color: var(--mono7);
    }

    .button-pramary.disabled:hover {
        background-color: var(--mono4);
        color: var(--mono3);
    }
    .button-secondary:hover {
        color: var(--dark-orange);
    }
    .button-pramary.black:hover {
        background-color: var(--mono7);
        color: var(--mono1);
    }

}

@media screen and (max-width: 767px) {
    .title-banner {
        font-size: var(--title-large-font-size);
        font-weight: var(--title-large-font-weight);
        line-height: var(--title-large-line-height);

    }

    .title-large {
        font-family: var(--font-family);
        font-size: var(--title1-font-size);
        font-weight: var(--title1-font-weight);
        line-height: var(--title1-line-height);
    }
    .title1 {
        font-size: var(--title2-font-size);
        font-weight: var(--title2-font-weight);
        line-height: var(--title2-line-height);
    }
}

@keyframes bounce2 {
    0%, 100% {
        transform: translateY(-10%) rotate(-90deg);
    }
    50% {
        transform: translateY(10%) rotate(-90deg);
    }
}