@font-face {
    font-family: 'AndesNeue Alt Bold';
    src: url('../fonts/andesneue/AndesNeueAlt2-Bold.woff2') format('woff2'),
        url('../fonts/andesneue/AndesNeueAlt2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AndesNeue Alt 2';
    src: url('../fonts/andesneue/AndesNeueAlt2-Light.woff2') format('woff2'),
        url('../fonts/andesneue/AndesNeueAlt2-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AndesNeue Alt 2 Book';
    src: url('../fonts/andesneue/AndesNeueAlt2-Book.woff2') format('woff2'),
        url('../fonts/andesneue/AndesNeueAlt2-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'function_pro';
    src: url('../fonts/functionpro/functionpro-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'function_pro';
    src: url('../fonts/functionpro/functionpro-book-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'function_pro';
    src: url('../fonts/functionpro/functionpro-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'function_pro';
    src: url('../fonts/functionpro/functionpro-demi-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'function_pro';
    src: url('../fonts/functionpro/functionpro-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/** DIN NEXT LT PRO **/
@font-face {
    font-family: 'function_pro';
    src: url('../fonts/din-next-lt-pro/DINNextLTPro-MediumCond.woff2') format('woff2'),
        url('../fonts/din-next-lt-pro/DINNextLTPro-MediumCond.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro Heavy Condensed';
    src: url('../fonts/din-next-lt-pro/DINNextLTPro-HeavyCondensed.woff2') format('woff2'),
        url('../fonts/din-next-lt-pro/DINNextLTPro-HeavyCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro UltraLight Cond';
    src: url('../fonts/din-next-lt-pro/DINNextLTPro-UltraLightCond.woff2') format('woff2'),
        url('../fonts/din-next-lt-pro/DINNextLTPro-UltraLightCond.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'function_pro';
    src: url('../fonts/din-next-lt-pro/DINNextLTPro-Condensed.woff2') format('woff2'),
        url('../fonts/din-next-lt-pro/DINNextLTPro-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro Light Condensed';
    src: url('../fonts/din-next-lt-pro/DINNextLTPro-LightCondensed.woff2') format('woff2'),
        url('../fonts/din-next-lt-pro/DINNextLTPro-LightCondensed.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Pro Bold Condensed';
    src: url('../fonts/din-next-lt-pro/DINNextLTPro-BoldCondensed.woff2') format('woff2'),
        url('../fonts/din-next-lt-pro/DINNextLTPro-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/** DIN NEXT LT PRO **/

@font-face {
    font-family: 'Migra';
    src: url('../fonts/migra/Migra-Extralight.woff2') format('woff2'),
        url('../migra/Migra-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

.logoForm {
	height: 110px;
}

.subTitle {
	font-family: 'Migra';
	font-weight: 200;
    font-style: normal;
	font-size: 30px;
	line-height: 50px;
}

@media only screen and (max-width:767px) {
	.main-form-section .primary-title {
		font-size: 16px !important
	}
	.logoForm {
	height: 70px;
	}
	
	.subTitle {
	font-family: 'Migra';
	font-weight: 200;
    font-style: normal;
	font-size: 18px;
	line-height: normal;
	}
}

.radioLabel {
	font-family: 'DIN Next LT Pro Light Condensed';
	font-size: 18px;
}
header.main-header {
    height: 150px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 190
}

header.main-header.transition-me {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s
}

header.main-header .centered-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative
}

header.main-header a.logo {
    display: inline-block;
    height: 50px;
    width: 145px;
    flex-shrink: 0;
    background: url("/Elements/InterfaceImages/logo.svg") no-repeat left top;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    position: relative
}

header.main-header .mobile {
    display: none
}

header.main-header .left-menu {
    margin-left: 65px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header.main-header .left-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: -10px
}

header.main-header .left-menu>ul:before,
header.main-header .left-menu>ul:after {
    content: "";
    display: table
}

header.main-header .left-menu>ul:after {
    clear: both
}

header.main-header .left-menu>ul>li {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    height: 100%;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 82;
    height: 80%
}

header.main-header .left-menu>ul>li>a {
    color: #364b4d;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block
}

header.main-header .left-menu>ul>li>a:hover {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie header.main-header .left-menu>ul>li>a:hover {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie header.main-header .left-menu>ul>li>a:hover {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

header.main-header .left-menu>ul>li:last-child {
    margin-right: 0
}

header.main-header .left-menu>ul>li div.first-sub {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 110px;
    background: #fff;
    left: -20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -moz-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    width: auto;
    max-height: 0;
    transition-delay: .3s
}

html.internetexplorer header.main-header .left-menu>ul>li div.first-sub {
    width: 300px
}

header.main-header .left-menu>ul>li div.first-sub>ul {
    padding: 20px;
    position: relative;
    z-index: 25;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 180px;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s
}

header.main-header .left-menu>ul>li div.first-sub>ul li {
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

header.main-header .left-menu>ul>li div.first-sub>ul li a {
    font-weight: bold;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    cursor: pointer;
    white-space: nowrap
}

header.main-header .left-menu>ul>li div.first-sub>ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s
}

header.main-header .left-menu>ul>li div.first-sub>ul li span.soon {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    color: #fff;
    font-size: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 3px;
    margin-left: 10px;
    line-height: 11px;
    height: 15px
}

header.main-header .left-menu>ul>li div.first-sub>ul li:hover a:after,
header.main-header .left-menu>ul>li div.first-sub>ul li.active a:after {
    width: 100%
}

header.main-header .left-menu>ul>li div.first-sub>ul li:last-child {
    margin-bottom: 0
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic {
    background: #f5fcfd;
    padding: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -ms-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    width: 0;
    left: -50px;
    z-index: 20;
    height: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic .inside {
    padding: 20px;
    position: relative;
    left: -100px;
    max-width: 0;
    overflow: hidden
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic span {
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    float: none;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic span a {
    position: relative;
    display: inline-block
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic span a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic span a:hover:after {
    width: 100%
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic span span.soon {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    color: #fff;
    font-size: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 3px;
    margin-left: 10px;
    line-height: 8px;
    height: 15px;
    display: inline-block;
    padding-top: 4px
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic span:last-child {
    margin-bottom: 0
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic.opened {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -ms-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    left: 0
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic.opened .inside {
    left: 0;
    max-width: 1000px
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic:nth-child(0) {
    z-index: 10
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic:nth-child(1) {
    z-index: 9
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic:nth-child(2) {
    z-index: 8
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic:nth-child(3) {
    z-index: 7
}

header.main-header .left-menu>ul>li div.first-sub>.tab-logic:nth-child(4) {
    z-index: 6
}

header.main-header .left-menu>ul>li:hover div.first-sub {
    transition-delay: .05s;
    visibility: visible;
    opacity: 1;
    overflow: inherit;
    top: 100px;
    max-height: 1000px
}

header.main-header .left-menu>ul>li.finance-portal-link {
    border: 2px solid #e4eaf2;
    height: 40px !important;
    line-height: 40px;
    flex-shrink: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 20px;
    white-space: nowrap;
    background: #fff
}

header.main-header .left-menu>ul>li.finance-portal-link:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .06);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .06)
}

header.main-header .right-menu {
    margin-left: auto;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'function_pro';
    font-size: 16px
}

header.main-header .right-menu a {
    color: #fff
}

header.main-header .right-menu .internet-link {
    margin-right: 25px;
    font-size: 16px;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    -o-transition: all ease-in .1s
}

header.main-header .right-menu .my-transactions {
    margin-right: 25px;
    font-size: 16px;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    -o-transition: all ease-in .1s
}

header.main-header .right-menu .call-to-action-button {
    color: #364b4d;
    margin-right: 25px;
    background: #fff;
    -webkit-transition: all ease-in .1s;
    -moz-transition: all ease-in .1s;
    -ms-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 20px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: box-shadow, top ease-in .3s;
    -moz-transition: box-shadow, top ease-in .3s;
    -ms-transition: box-shadow, top ease-in .3s;
    -o-transition: box-shadow, top ease-in .3s;
    position: relative;
    top: 0;
    white-space: nowrap
}

header.main-header .right-menu .call-to-action-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2)
}

header.main-header .right-menu .call-to-action-button.hide-me {
    top: -120px
}

header.main-header .right-menu .hovered {
    visibility: hidden;
    opacity: 0
}

header.main-header .right-menu .search-form {
    height: 42px;
    position: relative;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

header.main-header .right-menu .search-form .search-text-area {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 3px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    border: 2px solid #fff;
    overflow: hidden
}

header.main-header .right-menu .search-form .search-text-area:before,
header.main-header .right-menu .search-form .search-text-area:after {
    content: "";
    display: table
}

header.main-header .right-menu .search-form .search-text-area:after {
    clear: both
}

header.main-header .right-menu .search-form .search-text-area .validation-text {
    color: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    height: 100%;
    align-items: center;
    padding-right: 60px;
    padding-top: 7px;
    white-space: nowrap;
    visibility: hidden
}

header.main-header .right-menu .search-form .search-text-area .validation-text.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

header.main-header .right-menu .search-form .search-text {
    float: left;
    height: 100%;
    padding: 0 20px;
    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: transparent;
    color: #fff;
    line-height: 15px
}

header.main-header .right-menu .search-form .search-text::-webkit-input-placeholder {
    color: #fff
}

header.main-header .right-menu .search-form .search-text:-moz-placeholder {
    color: #fff
}

header.main-header .right-menu .search-form .search-text::-moz-placeholder {
    color: #fff
}

header.main-header .right-menu .search-form .search-text:-ms-input-placeholder {
    color: #fff
}

header.main-header .right-menu .search-form .search-text:placeholder-shown {
    color: #fff
}

header.main-header .right-menu .search-form .search-text:-webkit-autofill,
header.main-header .right-menu .search-form .search-text:-webkit-autofill:hover,
header.main-header .right-menu .search-form .search-text:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 9999px transparent;
    -webkit-text-fill-color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

header.main-header .right-menu .search-form .search-button-area {
    height: 42px;
    width: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 25;
    position: relative;
    background: #fff
}

header.main-header .right-menu .search-form .search-button-area .overlay-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 21;
    cursor: pointer
}

header.main-header .right-menu .search-form .search-button-area:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2)
}

header.main-header .right-menu .search-form .search-submit {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 20;
    display: inline-block;
    height: 42px;
    width: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: url("../img/sprite.svg") no-repeat -23px -41px;
    left: -1px
}

header.main-header .right-menu .search-form.hover {}

header.main-header .right-menu .search-form.hover .search-text-area {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    width: 350px
}

header.main-header .right-menu .language-selector {
    position: relative;
    z-index: 44;
    margin-left: 25px
}

@media only screen and (max-width:1600px) {
    header.main-header .right-menu .language-selector {
        margin-left: 10px
    }
}

header.main-header .right-menu .language-selector .holder {
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block
}

header.main-header .right-menu .language-selector .holder .icon {
    background: url("../img/sprite.svg") no-repeat -6px -52px;
    width: 15px;
    height: 9px;
    display: inline-block;
    margin-left: 15px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

header.main-header .right-menu .language-selector .holder .sub {
    position: absolute;
    top: 10px;
    background: #fff;
    right: 0;
    padding: 10px;
    -webkit-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -moz-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

header.main-header .right-menu .language-selector .holder .sub a {
    color: #364b4d
}

header.main-header .right-menu .language-selector .holder .sub a:hover {
    color: #555
}

header.main-header .right-menu .language-selector .holder:hover .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

header.main-header .right-menu .language-selector .holder:hover .sub {
    opacity: 1;
    visibility: visible;
    top: 35px
}

header.main-header.fixed {
    background: #fff;
    color: #364b4d;
    height: 70px !important
}

header.main-header.fixed a {
    color: #364b4d
}

header.main-header.fixed .left-menu>ul>li div.first-sub {
    top: 110px
}

header.main-header.fixed .left-menu>ul>li:hover div.first-sub {
    top: 120px
}

header.main-header.fixed.scrolled .left-menu>ul>li {
    height: 100%
}

header.main-header.fixed.scrolled .left-menu>ul>li div.first-sub {
    top: 60px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 10px 15px 5px rgba(5, 125, 132, .1);
    -moz-box-shadow: 0 10px 15px 5px rgba(5, 125, 132, .1);
    box-shadow: 0 10px 15px 5px rgba(5, 125, 132, .1)
}

header.main-header.fixed.scrolled .left-menu>ul>li:hover div.first-sub {
    top: 70px
}

header.main-header.fixed .right-menu .call-to-action-button {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    height: 40px
}

header.main-header.fixed .right-menu .call-to-action-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

header.main-header.fixed .right-menu .call-to-action-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

header.main-header.fixed .right-menu .call-to-action-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

header.main-header.fixed .right-menu .internet-link:hover {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie header.main-header.fixed .right-menu .internet-link:hover {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie header.main-header.fixed .right-menu .internet-link:hover {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

header.main-header.fixed .right-menu .hamburger-menu-opener .touch-holder i {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

header.main-header.fixed .search-form .search-text-area {
    border: 2px solid #1B3057
}

header.main-header.fixed .search-form .search-text-area .validation-text {
    color: #1B3057 !important
}

header.main-header.fixed .search-form .search-text {
    background: #fff;
    color: #364b4d
}

header.main-header.fixed .search-form .search-text::-webkit-input-placeholder {
    color: #364b4d
}

header.main-header.fixed .search-form .search-text:-moz-placeholder {
    color: #364b4d
}

header.main-header.fixed .search-form .search-text::-moz-placeholder {
    color: #364b4d
}

header.main-header.fixed .search-form .search-text:-ms-input-placeholder {
    color: #364b4d
}

header.main-header.fixed .search-form .search-text:placeholder-shown {
    color: #364b4d
}

header.main-header.fixed .search-form .search-button-area {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

header.main-header.fixed .search-form .search-button-area:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

header.main-header.fixed .search-form .search-submit {
    background: url("../img/sprite.svg") no-repeat -209px -36px
}

header.main-header.fixed .language-selector .holder .current {
    color: #364b4d
}

header.main-header.fixed .language-selector .holder .current .icon {
    background: url("../img/sprite.svg") no-repeat -6px -68px
}

header.main-header.fixed:after {
    content: "";
    height: 4px;
    width: 100%;
    display: inline-block;
    background: url("/Elements/InterfaceImages/header-fixed-shadow.png") repeat-x top;
    position: relative;
    z-index: 25;
    bottom: -4px;
    position: absolute
}

@media only screen and (max-width:1600px) {
    header.main-header .left-menu {
        margin-left: 20px
    }
    header.main-header .right-menu .internet-link {
        margin-right: 10px
    }
    header.main-header .right-menu .call-to-action-button {
        margin-right: 10px
    }
    header.main-header .right-menu .search-form {
        margin-right: 10px
    }
}

@media only screen and (max-width:1500px) {
    header.main-header .left-menu>ul>li {
        margin-right: 3px;
        padding: 0 5px
    }
    header.main-header .left-menu>ul>li a {
        font-size: 15px
    }
    header.main-header .right-menu .internet-link {
        font-size: 15px
    }
    header.main-header .right-menu .my-transactions {
        font-size: 15px
    }
    header.main-header .right-menu .call-to-action-button {
        font-size: 15px
    }
    header.main-header .right-menu .search-form {
        margin-right: 7px
    }
}

@media only screen and (max-width:1400px) {
    header.main-header {
        height: 90px;
        background: #fff
    }
    header.main-header a.logo {
        width: 100px;
        height: 40px
    }
    header.main-header .left-menu {
        display: none
    }
    header.main-header .right-menu .desktop {
        display: none
    }
    header.main-header .right-menu .mobile {
        display: block
    }
    header.main-header .right-menu .call-to-action-button {
        margin-right: 20px;
        background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: linear-gradient(90deg, #1B3057, #1B3057);
        color: #fff
    }
    header.main-header .right-menu .call-to-action-button:hover {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
        -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
        box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
    }
    header.main-header .right-menu .hamburger-menu-opener .touch-holder i {
        background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
        background-image: linear-gradient(90deg, #1B3057, #1B3057)
    }
}

@media only screen and (max-width:567px) {
    header.main-header a.logo {
        height: 35px
    }
    header.main-header .right-menu .call-to-action-button {
        padding: 0 20px;
        text-align: center;
        line-height: 15px
    }
}

@media only screen and (max-width:378px) {
    header.main-header .right-menu .call-to-action-button {
        padding: 0 15px
    }
}

@media only screen and (max-width:350px) {
    header.main-header .right-menu .call-to-action-button {
        font-size: 12px
    }
}

body.page-policy .sub-page-bg-image,
body.page-cookiepolicy .sub-page-bg-image,
body.page-productlist .sub-page-bg-image,
body.page-amenitylist .sub-page-bg-image,
body.page-advantagelist .sub-page-bg-image,
body.page-custompage .sub-page-bg-image,
body.page-faq .sub-page-bg-image,
body.page-contact .sub-page-bg-image,
body.page-sitemap .sub-page-bg-image,
body.page-search .sub-page-bg-image,
body.page-nearestatm .sub-page-bg-image,
body.page-campaignlist .sub-page-bg-image,
body.page-financeportal .sub-page-bg-image,
body.page-calculationtools .sub-page-bg-image,
body.page-weeklyeconomicbulletin .sub-page-bg-image,
body.page-styleguide .sub-page-bg-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    background: url("/Elements/InterfaceImages/backgrounds/Bg_Detail_Page_2_Top_Right.svg") no-repeat right top;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 703px;
    width: 876px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media only screen and (max-width:1600px) {
    html:not(.internetexplorer) body.page-policy .sub-page-bg-image,
    html:not(.internetexplorer) body.page-cookiepolicy .sub-page-bg-image,
    html:not(.internetexplorer) body.page-productlist .sub-page-bg-image,
    html:not(.internetexplorer) body.page-amenitylist .sub-page-bg-image,
    html:not(.internetexplorer) body.page-advantagelist .sub-page-bg-image,
    html:not(.internetexplorer) body.page-custompage .sub-page-bg-image,
    html:not(.internetexplorer) body.page-faq .sub-page-bg-image,
    html:not(.internetexplorer) body.page-contact .sub-page-bg-image,
    html:not(.internetexplorer) body.page-sitemap .sub-page-bg-image,
    html:not(.internetexplorer) body.page-search .sub-page-bg-image,
    html:not(.internetexplorer) body.page-nearestatm .sub-page-bg-image,
    html:not(.internetexplorer) body.page-campaignlist .sub-page-bg-image,
    html:not(.internetexplorer) body.page-financeportal .sub-page-bg-image,
    html:not(.internetexplorer) body.page-calculationtools .sub-page-bg-image,
    html:not(.internetexplorer) body.page-weeklyeconomicbulletin .sub-page-bg-image,
    html:not(.internetexplorer) body.page-styleguide .sub-page-bg-image {
        width: 50%
    }
}

@media only screen and (max-width:1200px) {
    html.internetexplorer body.page-policy .sub-page-bg-image,
    html.internetexplorer body.page-cookiepolicy .sub-page-bg-image,
    html.internetexplorer body.page-productlist .sub-page-bg-image,
    html.internetexplorer body.page-amenitylist .sub-page-bg-image,
    html.internetexplorer body.page-advantagelist .sub-page-bg-image,
    html.internetexplorer body.page-custompage .sub-page-bg-image,
    html.internetexplorer body.page-faq .sub-page-bg-image,
    html.internetexplorer body.page-contact .sub-page-bg-image,
    html.internetexplorer body.page-sitemap .sub-page-bg-image,
    html.internetexplorer body.page-search .sub-page-bg-image,
    html.internetexplorer body.page-nearestatm .sub-page-bg-image,
    html.internetexplorer body.page-campaignlist .sub-page-bg-image,
    html.internetexplorer body.page-financeportal .sub-page-bg-image,
    html.internetexplorer body.page-calculationtools .sub-page-bg-image,
    html.internetexplorer body.page-weeklyeconomicbulletin .sub-page-bg-image,
    html.internetexplorer body.page-styleguide .sub-page-bg-image {
        width: 468px;
        height: 584px
    }
}

@media only screen and (max-width:767px) {
    html.internetexplorer body.page-policy .sub-page-bg-image,
    html.internetexplorer body.page-cookiepolicy .sub-page-bg-image,
    html.internetexplorer body.page-productlist .sub-page-bg-image,
    html.internetexplorer body.page-amenitylist .sub-page-bg-image,
    html.internetexplorer body.page-advantagelist .sub-page-bg-image,
    html.internetexplorer body.page-custompage .sub-page-bg-image,
    html.internetexplorer body.page-faq .sub-page-bg-image,
    html.internetexplorer body.page-contact .sub-page-bg-image,
    html.internetexplorer body.page-sitemap .sub-page-bg-image,
    html.internetexplorer body.page-search .sub-page-bg-image,
    html.internetexplorer body.page-nearestatm .sub-page-bg-image,
    html.internetexplorer body.page-campaignlist .sub-page-bg-image,
    html.internetexplorer body.page-financeportal .sub-page-bg-image,
    html.internetexplorer body.page-calculationtools .sub-page-bg-image,
    html.internetexplorer body.page-weeklyeconomicbulletin .sub-page-bg-image,
    html.internetexplorer body.page-styleguide .sub-page-bg-image {
        width: 351.5px;
        height: 438px
    }
}

@media only screen and (max-width:567px) {
    html.internetexplorer body.page-policy .sub-page-bg-image,
    html.internetexplorer body.page-cookiepolicy .sub-page-bg-image,
    html.internetexplorer body.page-productlist .sub-page-bg-image,
    html.internetexplorer body.page-amenitylist .sub-page-bg-image,
    html.internetexplorer body.page-advantagelist .sub-page-bg-image,
    html.internetexplorer body.page-custompage .sub-page-bg-image,
    html.internetexplorer body.page-faq .sub-page-bg-image,
    html.internetexplorer body.page-contact .sub-page-bg-image,
    html.internetexplorer body.page-sitemap .sub-page-bg-image,
    html.internetexplorer body.page-search .sub-page-bg-image,
    html.internetexplorer body.page-nearestatm .sub-page-bg-image,
    html.internetexplorer body.page-campaignlist .sub-page-bg-image,
    html.internetexplorer body.page-financeportal .sub-page-bg-image,
    html.internetexplorer body.page-calculationtools .sub-page-bg-image,
    html.internetexplorer body.page-weeklyeconomicbulletin .sub-page-bg-image,
    html.internetexplorer body.page-styleguide .sub-page-bg-image {
        width: 234px;
        height: 292px
    }
}

@media(min-width:1500px)and (max-width:1650px) {
    header.main-header .left-menu>ul>li>a {
        font-size: 13px
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "function_pro", serif !important;
	font-weight: 500
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%)
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {}

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;

    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent
    }
}

.gradient-text {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie .gradient-text {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.gradient-bg {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

.gradient-bg-v {
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057)
}

.gradient-button {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

.gradient-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

@media only screen and (min-width:2000px) {
    html.ua-ie .footer-markets {
        margin: 0 0 120px 0
    }
}

@media only screen and (min-width:2500px) {
    html.ua-ie footer.main-footer .bg {
        top: -13vw
    }
}

@media only screen and (min-width:2700px) {
    html.ua-ie footer.main-footer .bg {
        top: -10vw
    }
}

.footer-markets {
    position: relative;
    z-index: 151;
    border-top: 2px solid #f2fbfc;
    padding-top: 20px
}

@media only screen and (max-width:1300px),
(max-height:900px) {
    .footer-markets {
        margin-top: 0
    }
}

.footer-markets .centered-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 40px;
    justify-content: center
}

.footer-markets .slider-wrapper:after {
    content: '';
    display: none
}

.footer-markets .flickity-viewport {
    width: 100%;
    height: 100% !important
}

.footer-markets .flickity-slider {
    transform: none !important;
    width: 100%;
    height: 100%
}

.footer-markets .flickity-slider .item {
    left: 0 !important;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out
}

.footer-markets .flickity-slider .item.is-selected {
    opacity: 1;
    z-index: 0
}

.footer-markets ol.flickity-page-dots {
    position: relative;
    height: 20px;
    width: 100%;
    flex-flow: row
}

.footer-markets ol.flickity-page-dots li {
    background: #ccf0f2;
    opacity: 1
}

.footer-markets ol.flickity-page-dots li.is-selected {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

.footer-markets .market-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 20px
}

.footer-markets .market-slider:after {
    display: none;
    content: ''
}

@media only screen and (max-width:1720px) {
    .footer-markets .market-slider {
        margin-left: -20px;
        margin-right: -20px
    }
}

.footer-markets .market-slider .item {
    font-size: 18px;
    padding: 0 30px;
    width: 33.33%;
    flex-shrink: 0
}

@media only screen and (max-width:1720px) {
    .footer-markets .market-slider .item {
        padding: 0 20px
    }
}

.footer-markets .market-slider .currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.footer-markets .market-slider .currency:before,
.footer-markets .market-slider .currency:after {
    content: "";
    display: table
}

.footer-markets .market-slider .currency:after {
    clear: both
}

.footer-markets .market-slider .currency .name {
    color: #057d84;
    font-weight: bold;
    flex-shrink: 0;
    font-family: 'function_pro';
    width: 100%;
    margin-bottom: 10px
}

.footer-markets .market-slider .currency .name .empty-name {
    display: inline-block;
    height: 30px;
    width: 100%
}

.footer-markets .market-slider .currency .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.footer-markets .market-slider .currency .prices .column {
    width: 33.3%;
    margin-right: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    border-right: 2px solid #f2fbfc
}

.footer-markets .market-slider .currency .prices .column:before,
.footer-markets .market-slider .currency .prices .column:after {
    content: "";
    display: table
}

.footer-markets .market-slider .currency .prices .column:after {
    clear: both
}

.footer-markets .market-slider .currency .prices .column:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.footer-markets .market-slider .currency .prices .column .key {
    height: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #cacfd0;
    margin-bottom: 10px;
    font-family: "function_pro", serif;
    white-space: nowrap
}

.footer-markets .market-slider .currency .prices .column .value {
    display: inline-block;
    height: 30px;
    color: #364b4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-family: "function_pro", serif;
}

.footer-markets .market-slider .currency .prices .column .change-percent {
    margin-left: 10px
}

.footer-markets .market-slider .currency .prices .column .change-percent.minus {
    background: url("../img/sprite.svg") no-repeat -8px -223px;
    display: inline-block;
    height: 6px;
    width: 11px
}

.footer-markets .market-slider .currency .prices .column .change-percent.plus {
    background: url("../img/sprite.svg") no-repeat -29px -223px;
    display: inline-block;
    height: 6px;
    width: 11px
}

.footer-markets .market-slider .currency .prices .column .change-percent.no-change {
    background: #cacfd0;
    display: inline-block;
    height: 3px;
    width: 11px
}

.footer-markets .market-link {
    width: 20%;
    margin-top: 30px;
    border-left: 3px solid #dff5f8;
    padding-left: 20px
}

.footer-markets .market-link a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.footer-markets .market-link a .text-area {
    flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.footer-markets .market-link a .image-area {
    width: 66px;
    height: 58px;
    margin-top: 20px
}

.footer-markets .market-link a .image-area i {
    width: 66px;
    height: 58px;
    background: url("../img/sprite.svg") no-repeat -301px -308px;
    display: inline-block
}

.footer-markets .market-link a .description {
    color: #808080;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    width: 80%
}

.footer-markets .market-link a span.bold {
    color: #057d84;
    font-weight: bold;
    flex-shrink: 0;
    font-family: 'function_pro';
    width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width:1620px) {
    .footer-markets .market-slider {
        width: 100%
    }
    .footer-markets .market-link {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .footer-markets .market-slider .currency {
        font-size: 13px !important
    }
}

@media only screen and (max-width:991px) {
    .footer-markets .market-slider:after {
        content: 'flickity'
    }
    .footer-markets .market-slider {
        display: inline-flex;
        width: 100%;
        margin: 0;
        flex-flow: column;
        height: 170px
    }
    .footer-markets .market-slider .flickity-viewport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .footer-markets .market-slider .item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        padding: 0 !important;
        margin: 0
    }
    .footer-markets .market-slider .item .key {
        font-size: 13px !important
    }
    .footer-markets .market-slider .item .name {
        font-size: 14px !important
    }
    .footer-markets .market-slider .item .value {
        font-size: 14px !important
    }
}

@media only screen and (max-width:767px) {
    .footer-markets .centered-container {
        flex-flow: column-reverse;
        align-items: center
    }
    .footer-markets .market-slider {
        padding-right: 0 !important
    }
    .footer-markets .market-slider .item {
        width: 100% !important
    }
    .footer-markets .market-slider .item .key {
        font-size: 11px !important
    }
    .footer-markets .market-slider .item .name {
        font-size: 13px !important;
        width: auto !important
    }
    .footer-markets .market-slider .item .column {
        padding-right: 7.5px !important;
        margin-right: 7.5px !important
    }
    .footer-markets .market-slider .item .column:last-child .key {
        text-align: right;
        float: right;
        justify-content: flex-end
    }
    .footer-markets .market-slider .item .column:last-child .value {
        justify-content: flex-end
    }
}

footer.main-footer {
    color: #fff;
    position: relative;
    padding: 50px 0;
    margin-top: 50px;
    z-index: 150
}

footer.main-footer .centered-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 5
}

footer.main-footer .bg {
    background: no-repeat center top;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    top: -16vw
}

@media only screen and (max-width:500px) {
    footer.main-footer .bg {
        top: -27vw
    }
}

@media only screen and (max-width:500px) {
    footer.main-footer .bg {
        top: -27vw
    }
}

@media only screen and (max-width:330px) {
    footer.main-footer .bg {
        top: -40vw
    }
}

html.ua-ie footer.main-footer .bg {
    background: url("/Elements/InterfaceImages/backgrounds/Footer_Bg.png") no-repeat center top !important
}

footer.main-footer nav.bottom-menu ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

footer.main-footer nav.bottom-menu ul:before,
footer.main-footer nav.bottom-menu ul:after {
    content: "";
    display: table
}

footer.main-footer nav.bottom-menu ul:after {
    clear: both
}

footer.main-footer nav.bottom-menu ul li {
    margin: 0 25px;
    font-size: 16px;
    margin-bottom: 30px
}

footer.main-footer nav.bottom-menu ul li a {
    color: #fff
}

footer.main-footer nav.bottom-menu ul li a:hover {
    text-decoration: underline
}

footer.main-footer .links {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

footer.main-footer .links a {
    margin: 0 10px;
    margin-bottom: 30px
}

footer.main-footer .links a.button-link {
    padding: 0 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid transparent
}

footer.main-footer .links a.button-link i.icon {
    margin-right: 10px
}

footer.main-footer .links a.button-link i.mobile-app-icon {
    background: url("../img/sprite.svg") no-repeat -8px -6px;
    width: 43px;
    height: 29px
}

footer.main-footer .links a.button-link i.phone-icon {
    background: url("../img/sprite.svg") no-repeat -169px -2px;
    width: 25px;
    height: 33px
}

footer.main-footer .links a.button-link span.text {
    color: #364b4d;
    text-align: left;
    font-family: "function_pro", serif;
    font-size: 16px
}

footer.main-footer .links a.button-link span.text .line1 {
    display: block;
    width: 100%;
    padding-bottom: 0;
    line-height: 18px
}

footer.main-footer .links a.button-link span.text .line2 {
    display: block;
    font-weight: bold;
    line-height: 18px
}

footer.main-footer .links a.button-link:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    border-color: #fff;
    color: #fff !
}

footer.main-footer .links a.button-link.mobile-app-button:hover span.text {
    color: #fff
}

footer.main-footer .links a.button-link.mobile-app-button:hover i.mobile-app-icon {
    background: url("../img/sprite.svg") no-repeat -174px -88px
}

footer.main-footer .links a.button-link.phone-button:hover span.text {
    color: #fff
}

footer.main-footer .links a.button-link.phone-button:hover i.phone-icon {
    background: url("../img/sprite.svg") no-repeat -172px -46px
}

footer.main-footer .links .line {
    display: block;
    flex-basis: 100%;
    display: none
}

footer.main-footer .links a.social-link {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px
}

footer.main-footer .links a.social-link i.icon {
    width: 30px;
    height: 30px;
    display: inline-block
}

footer.main-footer .links a.social-link i.icon:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

footer.main-footer .links a.social-link i.icon:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95)
}

footer.main-footer .links a.social-link.fb i.icon {
    background: url("../img/sprite.svg") no-repeat -88px -8px;
    width: 13px;
    height: 25px
}

footer.main-footer .links a.social-link.tw i.icon {
    background: url("../img/sprite.svg") no-repeat -109px -7px;
    width: 26px;
    height: 21px
}

footer.main-footer .links a.social-link.insta i.icon {
    background: url("../img/sprite.svg") no-repeat -53px -7px;
    width: 25px;
    height: 25px
}

footer.main-footer .links a.social-link.fb:hover {
    border: 2px solid #fff;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

footer.main-footer .links a.social-link.fb:hover i.icon {
    background: url("../img/sprite.svg") no-repeat -252px -9px;
    width: 13px;
    height: 25px
}

footer.main-footer .links a.social-link.tw:hover {
    border: 2px solid #fff;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

footer.main-footer .links a.social-link.tw:hover i.icon {
    background: url("../img/sprite.svg") no-repeat -273px -8px;
    width: 26px;
    height: 21px
}

footer.main-footer .links a.social-link.insta:hover {
    border: 2px solid #fff;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

footer.main-footer .links a.social-link.insta:hover i.icon {
    background: url("../img/sprite.svg") no-repeat -217px -8px;
    width: 25px;
    height: 25px
}

footer.main-footer .copyright {
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

footer.main-footer .logo-area {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center
}

footer.main-footer .logo-area .kt-logo {
    height: 50px;
    background: url("../img/sprite.svg") no-repeat -330px -4px;
    width: 214px;
    display: inline-block;
    margin: 0 10px;
    flex-shrink: 0
}

@media only screen and (max-width:550px) {
    footer.main-footer .logo-area .kt-logo {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        margin: 0 -15px
    }
}

footer.main-footer .hostamedia-logo {
    position: absolute;
    right: 0;
    bottom: -30px;
    background: url("../img/sprite.svg") no-repeat -5px -250px;
    width: 101px;
    height: 14px
}

@media only screen and (max-width:1850px) {
    footer.main-footer .hostamedia-logo {
        right: 20px
    }
}

@media only screen and (max-width:767px) {
    footer.main-footer .hostamedia-logo {
        left: calc(50% - 50.5px);
        left: -moz-calc(50% - 50.5px);
        left: -webkit-calc(50% - 50.5px);
        left: -o-calc(50% - 50.5px);
        right: auto
    }
}

@media only screen and (max-width:1800px) {
    html.ua-ie footer.main-footer .bg {
        height: auto;
        top: -300px
    }
}

@media only screen and (max-width:1025px) {
    footer.main-footer {
        padding: 30px 0
    }
    footer.main-footer nav.bottom-menu ul li {
        margin: 0 10px;
        margin-bottom: 20px
    }
    footer.main-footer .links a {
        margin-bottom: 20px
    }
    footer.main-footer .links a.button-link {
        order: 1;
        padding: 0 10px;
        margin-bottom: 20px;
        margin-right: 10px
    }
    footer.main-footer .links a.button-link span.text {
        font-size: 14px
    }
    footer.main-footer .links .line {
        display: block
    }
    footer.main-footer .copyright {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1025px) {
    footer.main-footer {
        padding-bottom: 60px
    }
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent
    }
}

.gradient-text {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie .gradient-text {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.gradient-bg {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

.gradient-bg-v {
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057)
}

.gradient-button {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

.gradient-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: "function_pro", serif;
    font-size: 16px
}

.form-control-wrapper {
    margin-bottom: 40px
}

.form-control-wrapper:last-child:not(:first-child) {
    margin-bottom: 0
}

@media only screen and (max-width:800px) {
    .form-control-wrapper {
        margin-bottom: 25px
    }
    .form-control-wrapper:last-child:not(:first-child) {
        margin-bottom: 0
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.bordered-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-image-slice: 1;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    position: relative
}

.bordered-button:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10
}

.bordered-button .icon {
    width: 30px;
    height: 38px;
    background: url("../img/sprite.svg") no-repeat -10px -147px;
    background: url("../img/form-sprite.svg") no-repeat -10px -147px;
    display: inline-block;
    position: relative;
    z-index: 11;
    margin-right: 10px
}

.bordered-button .text {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    text-align: left
}

.bordered-button .text .line1 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 2px
}

.bordered-button .text .line2 {
    font-weight: 800;
    font-size: 18px
}

.bordered-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(225, 225, 255, .2);
    -moz-box-shadow: 0 0 0 5px rgba(225, 225, 255, .2);
    box-shadow: 0 0 0 5px rgba(225, 225, 255, .2)
}

.form-control {
    position: relative
}

.form-control:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.form-control.inline-block {
    display: inline-block
}

.form-control .label {
    color: #1c3057;
display: block;
letter-spacing: -0.2px;
cursor: pointer;
font-size: 18px;
white-space: normal;
font-family: "function_pro" !important;
font-weight: 400;
}

.form-control .label2 {
    color: #1c3057;
    display: block;
    cursor: pointer;
    font-size: 16px;
    white-space: normal;
    font-family: "function_pro" !important;
}

.dTarihi {
    color: #1c3057;
    display: block;
    cursor: pointer;
    font-size: 20px;
    line-height: 13px;
    white-space: nowrap;
    font-family: "function_pro" !important;
}

.form-control .label.small {
    font-size: 12px
}

.form-control .border-bottom {
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.form-control .border-bottom:before {
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    top: 0;
    content: "";
    background: #774e4f;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    opacity: 1;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.form-control .input-area {
    position: relative;
    margin-bottom: 10px
}

.form-control .input-area .input-prepend {
    position: absolute;
left: 0;
height: 100%;
line-height: 55px;
color: #364b4d;
width: 55px;
display: inline-block;
z-index: 1;
font-family: "function_pro", serif;
font-size: 18px;
font-weight: 600;
}

.form-control .input-area .input-control {
	font-family: "function_pro", serif !important;
height: 100%;
position: relative;
z-index: 5;
width: 100%;
line-height: 55px;
color: #1B3057;
height: 54px;
font-size: 18px;
padding: 0;
font-weight: 600;
background: none;
}

.form-control .input-area .input-control::-webkit-input-placeholder {
    color: #364b4d
}

.form-control .input-area .input-control:-moz-placeholder {
    color: #364b4d
}

.form-control .input-area .input-control::-moz-placeholder {
    color: #364b4d
}

.form-control .input-area .input-control:-ms-input-placeholder {
    color: #364b4d
}

.form-control .input-area .input-control:placeholder-shown {
    color: #364b4d
}

.form-control .input-area .input-control:disabled {
    cursor: not-allowed
}

.form-control .input-area .input-control:disabled+.border-bottom {
    background: #999
}

.form-control .input-area .input-control.phone-input {
    text-indent: 50px
}

.form-control .input-area .input-control:focus+.border-bottom::before {
    right: 0
}

.form-control .textarea-area {
    position: relative;
    margin-bottom: 10px
}

.form-control .textarea-area .textarea-control {
    height: 100%;
    position: relative;
    z-index: 5;
    width: 100%;
    line-height: 25px;
    resize: none;
    color: #364b4d;
    height: 135px;
    padding: 0;
    padding-top: 10px
}

.form-control .textarea-area .textarea-control::-webkit-input-placeholder {
    color: #364b4d
}

.form-control .textarea-area .textarea-control:-moz-placeholder {
    color: #364b4d
}

.form-control .textarea-area .textarea-control::-moz-placeholder {
    color: #364b4d
}


.form-control .textarea-area .textarea-control:-ms-input-placeholder {
    color: #364b4d
}

.form-control .textarea-area .textarea-control:placeholder-shown {
    color: #364b4d
}

.form-control .textarea-area .textarea-control:disabled {
    cursor: not-allowed
}

.form-control .textarea-area .textarea-control:disabled+.border-bottom {
    background: #999
}

.form-control .textarea-area .border-bottom {
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.form-control .textarea-area .textarea-control:focus+.border-bottom::before {
    right: 0
}

.form-control .error-message {
    font-family: "function_pro", serif;
    color: #f56b6b;
    font-size: 15px;
    line-height: 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    /* float: left; */
}

.form-control .select-control {
    height: 56px;
    padding: 0;
    margin-bottom: 10px;
    position: relative
}

.form-control .select-control .chosen-with-drop~.border-bottom::before {
    right: 0
}

.form-control .select-control .chosen-container {
    width: 100% !important;
    background: none;
    padding: 0
}

.form-control .select-control .chosen-container .chosen-single {
    height: 56px;
	border: none;
	line-height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: none;
	padding: 0;
	font-size: 18px;
}

.form-control .select-control .chosen-container .chosen-single span {
    background: none
}

.form-control .select-control .chosen-container .chosen-single div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: flex-end
}

.form-control .select-control .chosen-container .chosen-single div b {
    background: url("../img/sprite.svg") no-repeat -9px -49px;
    background: url("../img/form-sprite.svg") no-repeat -9px -49px;
    height: 9px;
    width: 15px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    display: inline-block
}

.form-control .select-control .chosen-container.chosen-container-active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important
}

.form-control .select-control .chosen-container.chosen-container-active .chosen-single {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.form-control .select-control .chosen-container.chosen-disabled .chosen-single div b {
    background: url("../img/sprite.svg") no-repeat -50px -49px;
    background: url("../img/form-sprite.svg") no-repeat -50px -49px
}

.form-control .select-control .chosen-container.chosen-disabled~.border-bottom {
    background: #999
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop {
    background: #fff;
    border: none;
    z-index: -1;
    height: 3px;
    padding: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -moz-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop .chosen-search {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 200
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop .chosen-search:after {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    display: inline-block;
    background: url("../img/sprite.svg") no-repeat -87px -109px;
    background: url("../img/form-sprite.svg") no-repeat -87px -109px;
    right: 10px;
    top: 15px
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop .chosen-search .chosen-search-input {
    border: none !important;
    font-size: 20px;
    font-family: "function_pro", serif;
    border-bottom: 2px solid #eff1f1 !important;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    color: #364b4d;
    padding-right: 40px;
    width: 100%
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results {
    padding: 0;
    margin: 0;
    scrollbar-color: #02bfba #fff;
    scrollbar-width: thin
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results::-webkit-scrollbar {
    width: 8px
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results::-webkit-scrollbar-track {
    background: #f1f1f1
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li {
    color: #364b4d;
    padding: 10px 15px;
    font-size: 22px !important;
    margin: 0;
    text-align: left;
    font-family: "function_pro", serif;
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li.highlighted {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    color: #fff
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li.no-results {
    background: #fff
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li[aria-selected=true] {
    background-color: none !important
}

@media only screen and (max-width:1050px) {
    .form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li {
        font-size: 14px;
        padding: 9px 10px
    }
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results.chosen-tel li {
    font-family: "function_pro", serif;
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop {
    z-index: 60;
    height: auto;
    display: block
}

.form-control .select-control .chosen-container.chosen-with-drop .chosen-drop .chosen-search {
    display: block
}

@media only screen and (max-width:1050px) {
    .form-control .select-control .chosen-container .chosen-drop .chosen-search {
        height: 40px !important;
        line-height: 40px !important
    }
    .form-control .select-control .chosen-container .chosen-drop .chosen-search:after {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        top: 6px !important
    }
    .form-control .select-control .chosen-container .chosen-drop .chosen-search .chosen-search-input {
        font-size: 13px;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0 10px !important;
        font-family: "function_pro", serif;
    }
}

.form-control .select-control .chosen-container.chosen-container-single-nosearch .chosen-drop .chosen-search {
    height: 0 !important
}

.form-control .select-control .chosen-container.chosen-container-single-nosearch .chosen-drop .chosen-search:after {
    display: none !important
}

.form-control .select-control .chosen-container.chosen-container-single-nosearch .chosen-drop .chosen-search .chosen-search-input {
    height: 0 !important
}

.form-control .select-control .chosen-container[max-width~="140px"] .chosen-search:after {
    display: none !important
}

.form-control .captcha-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 40px
}

.form-control .captcha-area .image {
    background: #ddd;
    width: 220px;
    margin-right: 20px;
    height: 50px
}

.form-control .captcha-area .image img {
    max-width: 100%;
    max-height: 100%
}

.form-control .captcha-area .refresh {
    margin-right: 20px
}

.form-control .captcha-area .refresh .icon {
    width: 41px;
    height: 41px;
    background: url("../img/sprite.svg") no-repeat -115px -143px;
    background: url("../img/form-sprite.svg") no-repeat -115px -143px;
    display: block;
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s
}

.form-control .captcha-area .refresh .icon:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}

.form-control .captcha-area .input-area {
    width: 100%
}

.form-control .checkbox-control {
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent !important
}

.form-control .checkbox-control span.label-indicator {
	position: relative;
	margin-left: 40px;
	display: inline-block;
	color: #364b4d;
	font-size: 18px;
	line-height: 35px;
	font-family: "function_pro", serif;
	-webkit-tap-highlight-color: transparent !important;
}

.form-control .checkbox-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.form-control .checkbox-control .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 31px;
    background: url("../img/sprite.svg") no-repeat -46px -9px;
    background: url("../img/form-sprite.svg") no-repeat -46px -9px
}

.form-control .checkbox-control input:checked~.checkmark {
    background: url("../img/sprite.svg") no-repeat -6px -9px;
    background: url("../img/form-sprite.svg") no-repeat -6px -9px
}

.form-control .checkbox-control .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-control .checkbox-control input:checked~.checkmark:after {
    display: block
}

.form-control .checkbox-control input:disabled~.checkmark {
    background: url("../img/sprite.svg") no-repeat -159px -9px;
    background: url("../img/form-sprite.svg") no-repeat -159px -9px
}

.form-control .checkbox-control input:disabled:checked~.checkmark {
    background: url("../img/sprite.svg") no-repeat -119px -9px;
    background: url("../img/form-sprite.svg") no-repeat -119px -9px
}

.form-control .checkbox-control.kviam-modal-trigger a {
	cursor: pointer;
	font-weight: 600;
	color: #364b4d !important;
	border-bottom: 2px solid #ccc;
}

.form-control .checkbox-control.kviam-modal-trigger a:hover {
    border-bottom-color: #c5dadb
}

.form-control .radio-control {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 15px;
	margin-top: 13px;
    margin-bottom: 13px;
    -webkit-tap-highlight-color: transparent !important
}

.form-control .radio-control span.label-indicator {
    position: relative;
    margin-left: 34px;
    display: inline-block;
    line-height: 34px;
    color: #364b4d;
    font-size: 18px;
    font-family: "function_pro", serif;
    -webkit-tap-highlight-color: transparent !important
}

.form-control .radio-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.form-control .radio-control .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    width: 31px;
    background: url("../img/sprite.svg") no-repeat -6px -69px;
    background: url("../img/form-sprite.svg") no-repeat -6px -69px
}

.form-control .radio-control input:checked~.checkmark {
    background: url("../img/sprite.svg") no-repeat -43px -69px;
    background: url("../img/form-sprite.svg") no-repeat -43px -69px
}

.form-control .radio-control:after {
    content: "";
    position: absolute;
    display: none
}

.form-control .radio-control input:checked~.checkmark:after {
    display: block
}

.form-control .radio-control input:disabled~.checkmark {
    background: url("../img/sprite.svg") no-repeat -6px -105px;
    background: url("../img/form-sprite.svg") no-repeat -6px -105px
}

.form-control .radio-control input:disabled:checked~.checkmark {
    background: url("../img/sprite.svg") no-repeat -43px -105px;
    background: url("../img/form-sprite.svg") no-repeat -43px -105px
}

.form-control.error-show .label {
    color: #f56b6b
}

.form-control.error-show .border-bottom {
    background-image: -webkit-linear-gradient(90 - (90deg), #f56b6b, #f56b6b) !important;
    background-image: -moz-linear-gradient(90 - (90deg), #f56b6b, #f56b6b) !important;
    background-image: -ms-linear-gradient(90 - (90deg), #f56b6b, #f56b6b) !important;
    background-image: -o-linear-gradient(90 - (90deg), #f56b6b, #f56b6b) !important;
    background-image: linear-gradient(90deg, #f56b6b, #f56b6b) !important
}

.form-control.error-show .border-bottom::before {
    display: none
}

.form-control.error-show .error-message {
    -webkit-transition: all ease-out .7s;
    -moz-transition: all ease-out .7s;
    -ms-transition: all ease-out .7s;
    -o-transition: all ease-out .7s;
    visibility: visible;
    opacity: 1
}

.form-control.error-show .checkbox-control span.label-indicator {
    color: #1B3057
}

.form-control.error-show .checkbox-control .checkmark {
    background: url("../img/sprite.svg") no-repeat -82px -9px;
    background: url("../img/form-sprite.svg") no-repeat -82px -9px
}

.form-control.error-show .checkbox-control input:checked~.checkmark {
    background: url("../img/sprite.svg") no-repeat -161px -45.9px;
    background: url("../img/form-sprite.svg") no-repeat -161px -45.9px
}

.form-control.error-show .checkbox-control.kviam-modal-trigger a {
    color: #1B3057;
    border-bottom-color: #1B3057
}

.form-control.error-show .checkbox-control.kviam-modal-trigger a:hover {
    border-bottom-color: #1B3057
}

.form-control.error-show .select-control .chosen-container .chosen-single div b {
    background: url("../img/sprite.svg") no-repeat -30px -49px !important;
    background: url("../img/form-sprite.svg") no-repeat -30px -49px !important
}

.form-control.error-show .radio-control span.label-indicator {
    color: #1B3057
}

.form-control.error-show .radio-control .checkmark {
    background: url("../img/sprite.svg") no-repeat -80px -69px;
    background: url("../img/form-sprite.svg") no-repeat -80px -69px
}

.form-control.error-show .radio-control input:checked~.checkmark {
    background: url("../img/sprite.svg") no-repeat -117px -69px;
    background: url("../img/form-sprite.svg") no-repeat -117px -69px
}

.form-control.error-show .underline {
    color: #1B3057;
    border-bottom: 2px solid #1B3057 !important
}

.button-control {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 50px;
	font-size: 18px;
	font-family: "function_pro", serif;
	font-weight: 600;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
}

.button-control:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

.button-control.secondary {
    background: #ccc;
    color: #555
}

.button-control.secondary:hover {
    background: silver
}

.button-control.secondary:hover:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1)
}

.button-control:disabled {
    cursor: not-allowed;
    position: relative;
    background: #ccc;
    color: #777
}

.button-control:disabled:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1)
}

.button-control.white-bordered {
    background: none;
    color: #fff;
    border: 3px solid #fff
}

.button-control.white-bordered:hover:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(225, 225, 255, .2);
    -moz-box-shadow: 0 0 0 5px rgba(225, 225, 255, .2);
    box-shadow: 0 0 0 5px rgba(225, 225, 255, .2)
}

.form-control.loading-show .select-control {
    position: relative
}

.form-control.loading-show .select-control .loading-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-control.loading-show .select-control .loading-input .loading-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    top: 5px
}

.form-control.loading-show .select-control .loading-input .loading-icon div {
    position: absolute;
    border: 4px solid #999;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: loading-icon-anim 1s cubic-bezier(0, .2, .8, 1) infinite;
    -moz-animation: loading-icon-anim 1s cubic-bezier(0, .2, .8, 1) infinite;
    animation: loading-icon-anim 1s cubic-bezier(0, .2, .8, 1) infinite
}

.form-control.loading-show .select-control .loading-input .loading-icon div:nth-child(2) {
    animation-delay: -.5s
}

@-moz-keyframes loading-icon-anim {
    0% {
        top: 21px;
        left: 21px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 45px;
        height: 45px;
        opacity: 0
    }
}

@-webkit-keyframes loading-icon-anim {
    0% {
        top: 21px;
        left: 21px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 45px;
        height: 45px;
        opacity: 0
    }
}

@keyframes loading-icon-anim {
    0% {
        top: 21px;
        left: 21px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 45px;
        height: 45px;
        opacity: 0
    }
}

.centered-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.form-detailed-description {
    margin-bottom: 20px;
    font-family: "function_pro", serif;
    color: #222;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent
    }
}

.gradient-text {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie .gradient-text {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.gradient-bg {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

.gradient-bg-v {
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057)
}

.gradient-button {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

.gradient-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearence: none;
    appearance: none
}

body {
    font-family: 'function_pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-synthesis: none;
    font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-kerning: normal
}

a {
    text-decoration: none;
    color: #364b4d
}

*:focus {
    box-shadow: none;
    border-color: transparent;
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

*::-moz-focus-inner {
    border: 0
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    outline: none !important
}

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

::-ms-clear {
    display: none
}

body.scroll-lock {
    height: 100%;
    overflow-y: hidden
}

.wrapper {
    width: 100%;
    overflow-x: hidden
}

.centered-container {
    width: 1800px;
    margin: 0 auto
}

.centered-container.pad {
    padding: 0 200px
}

@media only screen and (max-width:1840px) {
    .centered-container {
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width:1523px) {
    .centered-container.pad {
        padding: 0 80px
    }
}

@media only screen and (max-width:767px) {
    .centered-container.pad {
        padding: 0 20px
    }
}

.main-wrapper {
    padding-top: 50px;
    position: relative;
    z-index: 185
}

@media only screen and (max-width:767px) {
    .main-wrapper {
        padding-top: 90px
    }
}

.cookie-container {
    background-color: #fff;
    position: fixed;
    bottom: 23px;
    z-index: 991;
    font-family: "function_pro", serif;
    font-size: 13px;
    width: 800px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 18px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    -moz-box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    box-shadow: 0 0 15px 5px rgba(5, 125, 132, .1);
    border-radius: 10px;
    padding: 20px 70px 20px 20px
}

.cookie-container a {
    text-decoration: underline;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: unset
}

html.ua-ie .cookie-container a {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .cookie-container a {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.cookie-container .cookie-container__exit {
    width: 27px;
    height: 22px;
    background: url("../img/sprite.svg") no-repeat -203px -147px;
    position: absolute;
    right: 20px;
    top: 23px;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .cookie-container .cookie-container__exit {
        right: 10px;
        top: 42px
    }
}

@media only screen and (max-width:800px) {
    .cookie-container {
        width: 700px
    }
}

@media only screen and (max-width:700px) {
    .cookie-container {
        width: 90%;
        height: 110px;
        padding: 20px 35px 20px 20px
    }
}

@media only screen and (max-width:360px) {
    .cookie-container {
        height: 118px;
        padding: 20px 45px 20px 20px
    }
}

.animation-wrapper {
    position: relative;
    overflow: hidden !important;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity ease-in .1s;
    -moz-transition: opacity ease-in .1s;
    -ms-transition: opacity ease-in .1s;
    -o-transition: opacity ease-in .1s
}

.animation-wrapper .animation_container {
    height: 100% !important;
    width: 100% !important
}

.animation-wrapper .animation_container canvas.animation_canvas {
    object-fit: contain !important;
    max-height: 100%;
    max-width: 100%
}

html.internetexplorer .animation-wrapper .animation_container canvas.animation_canvas {
    width: auto !important
}

.animation-wrapper .animation_container .dom_overlay_container {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100% !important;
    width: 100% !important
}

.animation-wrapper.must-stop .animation_container {
    -webkit-transition: opacity ease-in .1s;
    -moz-transition: opacity ease-in .1s;
    -ms-transition: opacity ease-in .1s;
    -o-transition: opacity ease-in .1s;
    opacity: 0
}

.animation-wrapper.must-play .animation_container {
    -webkit-transition: opacity ease-in .1s;
    -moz-transition: opacity ease-in .1s;
    -ms-transition: opacity ease-in .1s;
    -o-transition: opacity ease-in .1s;
    opacity: 1
}

.styled-text {
    color: #364b4d;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

@media only screen and (max-width:1400px) {
    .styled-text {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (max-width:767px) {
    .styled-text {
        font-size: 15px
    }
}

.styled-text a {
    color: #364b4d;
    border-bottom: 2px solid #b1e8ed
}

.styled-text a:hover {
    border-bottom-color: #c5dadb
}

.styled-text strong,
.styled-text b {
    font-weight: bold
}

.styled-text i,
.styled-text em {
    font-style: italic
}

.styled-text ul {
    position: relative
}

.styled-text ul:before,
.styled-text ul:after {
    content: "";
    display: table
}

.styled-text ul:after {
    clear: both
}

.styled-text ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative
}

.styled-text ul li:after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 11px;
    height: 8px;
    width: 8px;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    content: "";
    display: inline-block
}

.styled-text ul li ul {
    margin-top: 10px
}

.styled-text code {
    background: #ddd;
    padding: 0 4px;
    font-family: 'Courier New', Courier, monospace
}

.styled-text ol {
    list-style-type: decimal;
    margin-left: 20px;
    zoom: 1
}

.styled-text ol:before,
.styled-text ol:after {
    content: "";
    display: table
}

.styled-text ol:after {
    clear: both
}

.styled-text ol li {
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative
}

.styled-text ol li ul {
    margin-top: 10px
}

.styled-text .table-wrap {
    margin: 50px 0;
    width: 100%;
    scrollbar-color: #02bfba #fff;
    scrollbar-width: thin
}

.styled-text .table-wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.styled-text .table-wrap::-webkit-scrollbar-track {
    background: none
}

.styled-text .table-wrap::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057)
}

@media only screen and (max-width:1370px) {
    .styled-text .table-wrap {
        overflow-x: auto
    }
    .styled-text .table-wrap table {
        width: 100%
    }
}

.styled-text table {
    color: #364b4d;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.styled-text table td {
    border: 1px solid #dff5f8;
    padding: 15px
}

.styled-text table tr:first-child td {
    border: none;
    font-weight: bold
}

.styled-text table tr:first-child {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    color: #fff
}

.styled-text table tr:hover {
    background-color: #dff5f8
}

.styled-text table tr:first-child td:first-child {
    border-top-left-radius: 10px
}

.styled-text table tr:first-child td:last-child {
    border-top-right-radius: 10px
}

@media only screen and (max-width:1023px) {
    .styled-text table {
        font-size: 15px
    }
}

.styled-text .table-titles {
    text-align: center;
    color: #057d84;
    margin-top: 50px
}

.styled-text .table-titles .first-title {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px
}

.styled-text .table-titles .second-title {
    font-size: 22px
}

.styled-text p {
    margin-bottom: 10px
}

.styled-text p:last-child {
    margin-bottom: 0
}

.styled-text address {
    font-style: italic
}

.styled-text h1 {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
}

html.ua-ie .styled-text h1 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .styled-text h1 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.styled-text h2 {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px
}

html.ua-ie .styled-text h2 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .styled-text h2 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.styled-text h3 {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px
}

html.ua-ie .styled-text h3 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .styled-text h3 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.styled-text h4 {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px
}

html.ua-ie .styled-text h4 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .styled-text h4 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.styled-text h5 {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px
}

html.ua-ie .styled-text h5 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .styled-text h5 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.styled-text h6 {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline
}

html.ua-ie .styled-text h6 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .styled-text h6 {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.styled-text .gradient-wrap {
    width: 100%
}

.styled-text .gradient-wrap>* {
    display: inline-block
}

.styled-text sup {
    vertical-align: super;
    font-size: smaller
}

.styled-text sub {
    vertical-align: sub;
    font-size: smaller
}

@media only screen and (max-width:1400px),
(max-height:900px) {
    .styled-text h1 {
        font-size: 35px;
        line-height: 60px;
        margin-bottom: 15px
    }
    .styled-text h2 {
        font-size: 28px;
        line-height: 55px;
        margin-bottom: 15px
    }
    .styled-text h3 {
        font-size: 26px;
        line-height: 45px;
        margin-bottom: 15px
    }
    .styled-text h4 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 15px
    }
    .styled-text h5 {
        font-size: 19px;
        line-height: 35px;
        margin-bottom: 15px
    }
    .styled-text h6 {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .styled-text h1 {
        font-size: 33px;
        line-height: 50px;
        margin-bottom: 15px
    }
    .styled-text h2 {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 15px
    }
    .styled-text h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 15px
    }
    .styled-text h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .styled-text h5 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 15px
    }
    .styled-text h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px
    }
}

.styled-text img {
    max-width: 100%
}

.styled-text img[style="float:left"] {
    margin-right: 20px;
    margin-bottom: 20px
}

.styled-text img[style="float:right"] {
    margin-left: 20px;
    margin-bottom: 20px
}

.main-form-section {
    position: relative;
    z-index: 160;
    margin: 50px 0
}

.main-form-section .centered-text {
    text-align: center
}

.main-form-section .primary-title {
	
	font-family: 'Cinzel', serif !important;
    font-size: 40px;
    color: #1B3057 !important;
    display: inline-block;
}

html.ua-ie .main-form-section .primary-title {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .main-form-section .primary-title {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.main-form-section .button-wrapper .inline {
    display: inline-block;
    position: relative
}

.main-form-section .button-wrapper .button-control {
    margin-right: 0
}

.main-form-section .button-wrapper .form-loading {
    position: absolute;
    left: 110%;
    top: 10px;
    height: 40px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s
}

.main-form-section .button-wrapper .form-loading.show {
    visibility: visible;
    opacity: 1
}

.main-form-section .button-wrapper .form-loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform-origin: left top
}

.main-form-section .button-wrapper .form-loading .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 0;
    border: 6px solid #1B3057;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -moz-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #1B3057 transparent transparent transparent
}

.main-form-section .button-wrapper .form-loading .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.main-form-section .button-wrapper .form-loading .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.main-form-section .button-wrapper .form-loading .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.main-form-section .form-bottom {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    align-items: baseline !important;
    position: relative
}

@media only screen and (max-width:991px) {
    .main-form-section .form-bottom .captcha-area-container {
        margin-bottom: 45px
    }
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    padding: 0 15px
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha .input-control.focused .border-bottom:before {
    right: 0
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha p {
    position: relative;
    width: 120px
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha p.error label:after,
.main-form-section .form-bottom .captcha-area-container .RadCaptcha p.error label:before {
    background: #1B3057
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha p input {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha p input:focus+label:before {
    width: 100%
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha p {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 20px
    }
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha p label:after {
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1B3057;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    width: 100%;
    content: "";
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    height: 3px
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha p label:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #222;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    opacity: 1;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 3px;
    z-index: 99;
    width: 0
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha img {
    margin-right: 20px;
    width: 220px !important
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha img {
        margin-right: 27px
    }
}

@media only screen and (max-width:320px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha img {
        width: 155px !important
    }
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha .rcRefreshImage {
    margin-right: 20px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background-image: url("../img/form-sprite.svg");
    background-position: -115px -143px;
    background-repeat: no-repeat;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha .rcRefreshImage:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha div {
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:767px)and (orientation:landscape) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha div {
        align-items: flex-start
    }
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha div {
        flex-direction: column
    }
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha div div:first-child {
    flex-direction: row
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha .input-area div {
        flex-direction: row;
        align-items: center
    }
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha .error-captcha {
    position: absolute
}

.main-form-section .form-bottom .captcha-area-container .RadCaptcha span {
    font-size: 13px;
    line-height: 13px;
    font-family: 'function_pro';
    color: #1B3057;
    left: 0;
    bottom: -25px;
    position: absolute;
    padding: 0 15px;
    display: block
}

@media only screen and (max-width:991px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha span {
        right: 170px
    }
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom .captcha-area-container .RadCaptcha span {
        bottom: -20px;
        right: 0;
        left: 0;
        text-align: left;
        padding: 0 15px
    }
}

.main-form-section .form-bottom .captcha-area-container .button-control {
    margin-bottom: 40px
}

.main-form-section .form-bottom .captcha-area-container .label-captcha {
    color: #808080;
    height: 13px;
    font-size: 12px;
    line-height: 13px;
    white-space: nowrap;
    font-family: "function_pro", serif;
    font-weight: bold;
    text-transform: uppercase;
    top: -30px;
    position: absolute;
    padding: 0 15px;
    display: none
}

.main-form-section .form-bottom .captcha-area-container .label-captcha.error-label {
    color: #1B3057
}

@media only screen and (max-width:991px) {
    .main-form-section .form-bottom {
        flex-direction: column;
        align-items: unset
    }
    .main-form-section .form-bottom .button-control-wrapper {
        width: 50%;
        padding: 0 15px !important
    }
    .main-form-section .form-bottom .button-control-wrapper .button-wrapper {
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom {
        flex-direction: column
    }
    .main-form-section .form-bottom .captcha-area-container {
        width: 100%;
        margin-bottom: 35px;
        margin-top: 25px
    }
    .main-form-section .form-bottom .button-control-wrapper {
        width: 100%;
        padding: 0 !important
    }
    .main-form-section .form-bottom .button-control-wrapper .button-wrapper {
        text-align: center
    }
}

.main-form-section .form-bottom .button-control-wrapper {
    padding: 0 15px;
    position: static
}

.main-form-section .form-bottom .button-control-wrapper .form-control {
    position: static
}

.main-form-section .form-bottom .button-control-wrapper .form-control .application-form-error-message {
    position: absolute;
    left: 0;
    padding: 0 15px;
    text-align: left
}

@media only screen and (max-width:767px) {
    .main-form-section .form-bottom .button-control-wrapper .form-control .application-form-error-message {
        right: 0;
        text-align: center;
        position: relative
    }
}

.main-form-section #greCaptcha {
    margin: 0 0 30px 15px
}

.application-form-error-message {
    font-size: 14px !important;
    display: block !important;
    width: 100%;
    float: none !important
}

@media only screen and (max-width:1300px),
(max-height:900px) {
    .main-form-section {
        margin: 20px 0
    }
    .main-form-section .form-content {
        padding: 0
    }
    .main-form-section .primary-title {
        font-size: 30px;
    position: relative;
    }
}

@media only screen and (max-width:769px) {
    .main-form-section .button-wrapper {
        text-align: center
    }
    .application-form-error-message {
        text-align: center
    }
}

@media only screen and (max-width:321px) {
    .main-form-section .checkbox-control .label-indicator {
        font-size: 15px !important;
        line-height: 24px !important
    }
}

.navigation {
    margin-bottom: 100px;
    width: 50%
}

.navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.navigation ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 25px;
    align-items: center
}

.navigation ul li a {
    font-family: "function_pro", serif;
    font-size: 14px;
    color: #9c9c9c;
    letter-spacing: .5px;
    white-space: nowrap
}

.navigation ul li a:hover {
    color: #364b4d
}

.navigation ul li span.arrow {
    width: 10px;
    height: 15px;
    background: url("../img/sprite.svg") no-repeat -10px -83px;
    display: inline-block;
    margin: 0 20px
}

.navigation ul li:last-child a,
.navigation ul li.active a {
    color: #364b4d;
    border-bottom: 2px solid #b1e8ed;
    text-decoration-line: 2px
}

.navigation ul li:last-child span.arrow,
.navigation ul li.active span.arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    background: url("../img/sprite.svg") no-repeat -29px -83px;
    display: none
}

.navigation ul li:last-child a {
    pointer-events: none
}

@media only screen and (max-width:1550px) {
    .navigation {
        width: 100%;
        margin-bottom: 30px
    }
    .navigation ul li {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1000px) {
    .navigation {
        display: none
    }
}

.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.loading .icon {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.loading .icon div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loading .icon div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    -moz-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.loading .icon div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    -moz-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.loading .icon div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    -moz-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.loading .icon div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    -moz-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

.loading .keyframes lds-ellipsis1 0% {
    transform: scale(0);
}

.loading .keyframes lds-ellipsis1 100% {
    transform: scale(1);
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(19px, 0)
    }
}

.loading.show {
    opacity: 1;
    visibility: visible
}

.common-slider {
    position: relative;
    background: #fff;
    padding-bottom: 50px
}

.common-slider .flickity-viewport {
    position: relative;
    height: 100%;
    width: 100%
}

.common-slider .flickity-slider {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.common-slider .repeated {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 46%
}

.common-slider .repeated img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: contain;
    margin: 0 auto
}

.common-slider .repeated .inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.common-slider button.previous {
    position: absolute;
    right: 90px;
    bottom: 20px;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 50;
    background: none;
    display: none
}

.common-slider button.previous svg {
    display: none
}

.common-slider button.previous:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/sprite.svg") no-repeat -396px -225px;
    width: 20px;
    height: 32px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}

.common-slider button.next {
    position: absolute;
    right: 30px;
    bottom: 20px;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: none;
    display: none
}

.common-slider button.next svg {
    display: none
}

.common-slider button.next:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/sprite.svg") no-repeat -396px -225px;
    width: 20px;
    height: 32px
}
.textareaLabel {
	color: #aaa;
    font-family: 'function_pro';
    font-size: 15px;
    line-height: 18px;
    display: block;
    padding-top: 2px;
}
.common-slider .flickity-page-dots {
    bottom: 30px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 45;
    align-items: center;
    left: auto;
    right: 0;
    width: 100%;
    bottom: 0;
    justify-content: center
}

.common-slider .flickity-page-dots li {
    background: #1B3057
}

.tab-area {
    margin-bottom: 30px
}

.tab-area .tab-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch
}

.tab-area .tab-header ul li {
    color: #808080;
    margin-right: 40px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    cursor: pointer
}

.tab-area .tab-header ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    background: #dff5f8
}

.tab-area .tab-header ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 5;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

.tab-area .tab-header ul li.active {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie .tab-area .tab-header ul li.active {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .tab-area .tab-header ul li.active {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.tab-area .tab-header ul li.active:before {
    width: 100%
}

.tab-area .tab-header ul li:hover {
    color: #a3a9aa
}

.tab-area .tab-content {
    -webkit-transition: all .3s cubic-bezier(0, 1, 0, 1);
    -moz-transition: all .3s cubic-bezier(0, 1, 0, 1);
    -ms-transition: all .3s cubic-bezier(0, 1, 0, 1);
    -o-transition: all .3s cubic-bezier(0, 1, 0, 1);
    position: relative;
    z-index: 5;
    overflow: hidden;
    display: none
}

.tab-area .tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 6
}

.tab-area .tab-content .styled-text {
    width: 100%
}

.tab-area .tab-content .styled-text:before,
.tab-area .tab-content .styled-text:after {
    content: "";
    display: table
}

.tab-area .tab-content .styled-text:after {
    clear: both
}

.tab-area .tab-content .styled-text ul,
.tab-area .tab-content .styled-text ol {
    overflow: auto
}

.tab-area .tab-content .image-area {
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    position: relative;
    display: inline-block
}

.tab-area .tab-content .image-area .image-background {
    background: url("/Elements/InterfaceImages/backgrounds/Bg_List_Item_Bg_1.svg") no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px
}

.tab-area .tab-content .image-area .image-background img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

@media only screen and (max-width:1400px),
(max-height:900px) {
    .tab-area .tab-header ul {
        white-space: nowrap;
        overflow-x: auto
    }
    .tab-area .tab-header ul::-webkit-scrollbar {
        display: none
    }
    .tab-area .tab-header ul li {
        font-size: 20px;
        padding-bottom: 10px
    }
    .tab-area .image-area img {
        width: 300px !important
    }
}

@media only screen and (max-width:900px) {
    .tab-area .image-area img {
        width: 250px !important
    }
}

@media only screen and (max-width:767px) {
    .tab-area .tab-header ul li {
        font-size: 16px;
        padding-bottom: 10px
    }
	
	.form-control .checkbox-control span.label-indicator {
		font-size: 16px;
	}
	.button-control {
		font-size: 16px;
	}
}

@media only screen and (max-width:700px) {
    .tab-area {
        flex-wrap: wrap
    }
    .tab-area .image-area {
        width: 100%;
        text-align: center
    }
    .tab-area .image-area img {
        width: 300px !important
    }
    .tab-area .styled-text {
        width: 100%;
        float: none
    }
    .tab-area .styled-text ul,
    .tab-area .styled-text ol {
        width: 100%
    }
}

.accordion-area .accordion-content .accordion-title {
    color: #057d84;
    font-size: 22px;
    margin-bottom: 30px;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .34, 1.01);
    -moz-transition: all .2s cubic-bezier(.42, 0, .34, 1.01);
    -ms-transition: all .2s cubic-bezier(.42, 0, .34, 1.01);
    -o-transition: all .2s cubic-bezier(.42, 0, .34, 1.01);
    cursor: pointer;
    line-height: 35px;
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

.accordion-area .accordion-content .accordion-title.active {
    font-weight: bold
}

@media only screen and (max-width:1400px),
(max-height:900px) {
    .accordion-area .accordion-content .accordion-title {
        font-size: 20px
    }
}

.accordion-area .accordion-content .accordion-text {
    max-height: 0;
    -webkit-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
    -ms-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .3s cubic-bezier(0, 1, 0, 1);
    padding-left: 30px;
    overflow: hidden
}

.accordion-area .accordion-content .accordion-text.active {
    max-height: 9999px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out
}

@media only screen and (max-width:1400px),
(max-height:900px) {
    .accordion-area .accordion-content .accordion-title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.video-area .plyr {
    -webkit-box-shadow: 0 55px 47px -24px rgba(0, 0, 0, .43);
    -moz-box-shadow: 0 55px 47px -24px rgba(0, 0, 0, .43);
    box-shadow: 0 55px 47px -24px rgba(0, 0, 0, .43)
}

.video-area .plyr--stopped .plyr__controls {
    display: none
}

.video-area .plyr-paused .plyr__controls {
    display: block
}

.video-area button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
    background: url("../img/sprite.svg") no-repeat -351px -100px !important;
    width: 91px;
    height: 91px
}

.video-area button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
    display: none !important
}

@media only screen and (max-width:1400px),
(max-height:900px) {
    .video-area button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        position: absolute;
        left: calc(50% - 45px);
        left: -moz-calc(50% - 45px);
        left: -webkit-calc(50% - 45px);
        left: -o-calc(50% - 45px);
        top: calc(50% - 45px);
        top: -moz-calc(50% - 45px);
        top: -webkit-calc(50% - 45px);
        top: -o-calc(50% - 45px)
    }
}

.video-area button.plyr__control.plyr__control--overlaid[data-plyr="play"]:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

.video-area .plyr__video-wrapper .plyr__poster {
    -webkit-background-size: cover !important !important;
    -moz-background-size: cover !important !important;
    -o-background-size: cover !important !important;
    background-size: cover !important !important
}

@media only screen and (max-width:767px) {
    .video-area .plyr {
        -webkit-box-shadow: 0 25px 27px -14px rgba(0, 0, 0, .43);
        -moz-box-shadow: 0 25px 27px -14px rgba(0, 0, 0, .43);
        box-shadow: 0 25px 27px -14px rgba(0, 0, 0, .43)
    }
}

.centered-text {
    text-align: center
}

html.ua-desktop [data-anim-init] {
    visibility: hidden;
    opacity: 0
}

html.ua-desktop [data-anim-init].animate-start {
    visibility: visible;
    opacity: 1
}

img.lazyload,
img.lazyloading {
    opacity: 0
}

img.lazyloaded {
    opacity: 1
}

img.lazyloaded[data-src=""] {
    display: none !important
}

input.number-input[type='number'] {
    -moz-appearance: textfield
}

input.number-input[type=number]::-webkit-inner-spin-button,
input.number-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.toast-container {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column-reverse;
    font-size: 15px
}

.toast-container span {
    display: block;
    width: 100%;
    background: rgba(5, 125, 132, .5);
    color: #fff;
    border: 2px solid #dff5f8;
    padding: 10px 20px;
    margin-top: 10px;
    max-width: 250px
}

@media only screen and (max-width:1500px) {
    .toast-container {
        padding: 5px
    }
    .toast-container span {
        padding: 3px;
        margin-top: 3px;
        max-width: 200px
    }
}

.kviam-modal-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: none;
    top: 70px
}

.kviam-modal-wrapper .overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #364b4d;
    position: absolute;
    z-index: -1;
    opacity: .3
}

.kviam-modal-wrapper .modal {
    background: #fff;
    width: 1050px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 20px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 40px 22px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 40px 22px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 40px 22px rgba(0, 0, 0, .05);
    z-index: -1
}

.kviam-modal-wrapper .modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.kviam-modal-wrapper .modal .modal-header span.title {
    font-size: 40px;
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 55px
}

html.ua-ie .kviam-modal-wrapper .modal .modal-header span.title {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

html.ua-ie .kviam-modal-wrapper .modal .modal-header span.title {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

@media only screen and (max-width:800px) {
    .kviam-modal-wrapper .modal .modal-header span.title {
        font-size: 25px;
        line-height: 35px
    }
}

@media only screen and (max-width:767px) {
    .kviam-modal-wrapper .modal .modal-header span.title {
        font-size: 20px;
        line-height: 32px
    }
}

.kviam-modal-wrapper .modal .modal-header span.close {
    margin-left: auto;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: -5px
}

.kviam-modal-wrapper .modal .modal-header span.close i.icon {
    display: block;
    width: 22px;
    height: 22px;
    background: url("../img/sprite.svg") no-repeat -205px -148px
}

.kviam-modal-wrapper .modal .modal-inside {
    overflow-y: auto;
    padding-top: 20px;
    padding-right: 20px;
    max-height: 50vh;
    overflow-x: scroll;
    width: 100%;
    scrollbar-color: #02bfba #fff;
    scrollbar-width: thin
}

.kviam-modal-wrapper .modal .modal-inside .styled-text p,
.kviam-modal-wrapper .modal .modal-inside .styled-text span {
    font-family: 'function_pro';
}

.kviam-modal-wrapper .modal .modal-inside::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.kviam-modal-wrapper .modal .modal-inside::-webkit-scrollbar-track {
    background: none
}

.kviam-modal-wrapper .modal .modal-inside::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057)
}

.kviam-modal-wrapper .modal .modal-inside .custom-table {
    overflow: hidden
}

@media only screen and (max-width:800px) {
    .kviam-modal-wrapper .modal .modal-inside .custom-table {
        width: 800px
    }
}

@media only screen and (max-width:800px) {
    .kviam-modal-wrapper .modal .modal-inside {
        padding-top: 0
    }
}

.kviam-modal-wrapper .modal .modal-footer {
    text-align: center;
    padding-top: 10px
}

.kviam-modal-wrapper .modal .modal-footer .button-control {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 0
}

.kviam-modal-wrapper .modal .modal-footer .button-control:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

.kviam-modal-wrapper .modal .modal-footer .button-control:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

@media only screen and (max-width:800px) {
    .kviam-modal-wrapper .modal {
        width: 95%
    }
}

.kviam-modal-wrapper.show {
    visibility: visible;
    opacity: 1;
    z-index: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.kviam-modal-wrapper.show .overlay {
    z-index: 150
}

.kviam-modal-wrapper.show .modal {
    z-index: 160
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em;
    font-weight: bold
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
    font-weight: inherit;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.st-key {
    width: 49%;
    text-align: left;
    padding-right: 1%
}

.st-val {
    width: 49%;
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media(max-width:800px) {
    .stacktable.large-only {
        display: none
    }
    .stacktable.small-only {
        display: table
    }
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: filter .4s;
    -moz-transition: filter .4s;
    -ms-transition: filter .4s;
    -o-transition: filter .4s
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.gradient-text {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ua-ie .gradient-text {
    color: #1B3057 !important;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1B3057;
    background-image: -webkit-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -moz-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -ms-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: -o-linear-gradient(90 - (90deg), transparent, transparent);
    background-image: linear-gradient(90deg, transparent, transparent)
}

.gradient-button {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057);
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

.gradient-button:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 217, 189, .2);
    box-shadow: 0 0 0 5px rgba(0, 217, 189, .2)
}

.gradient-bg {
    background-image: -webkit-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (90deg), #1B3057, #1B3057);
    background-image: linear-gradient(90deg, #1B3057, #1B3057)
}

.gradient-bg-v {
    background-image: -webkit-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -moz-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -ms-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: -o-linear-gradient(90 - (180deg), #1B3057, #1B3057);
    background-image: linear-gradient(180deg, #1B3057, #1B3057)
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {}

.flickity-enabled.is-draggable .flickity-viewport {}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}