.code-block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.position-static {
	position: static !important;
}

.position-fixed {
	position: fixed !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	height: 670px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

a:hover {
	opacity: .8;
}

a:focus {
	outline: none;
	box-shadow: none;
}

button:focus {
	outline: none;
	box-shadow: none;
}

.line-height-reset {
	line-height: 1;
}

.text-weight-light {
	font-weight: 300 !important;
}

.text-weight-normal {
	font-weight: 400 !important;
}

.text-weight-medium {
	font-weight: 500 !important;
}

.text-weight-semibold {
	font-weight: 600 !important;
}

.text-weight-bold {
	font-weight: 700 !important;
}

.text-size-lg {
	font-size: 1.6rem !important;
}

.text-size-base {
	font-size: 1.4rem !important;
}

.text-size-sm {
	font-size: 1.3rem !important;
}

.text-gray-100 {
	color: #f8f9fa !important;
}

a.text-gray-100:hover,
a.text-gray-100:focus {
	color: #dae0e5 !important;
}

.text-gray-100[href]:hover,
.text-gray-100[href]:focus {
	color: #392d8e !important;
}

.text-gray-200 {
	color: #e9ecef !important;
}

a.text-gray-200:hover,
a.text-gray-200:focus {
	color: #cbd3da !important;
}

.text-gray-200[href]:hover,
.text-gray-200[href]:focus {
	color: #392d8e !important;
}

.text-gray-300 {
	color: #dee2e6 !important;
}

a.text-gray-300:hover,
a.text-gray-300:focus {
	color: #c1c9d0 !important;
}

.text-gray-300[href]:hover,
.text-gray-300[href]:focus {
	color: #392d8e !important;
}

.text-gray-400 {
	color: #ced4da !important;
}

a.text-gray-400:hover,
a.text-gray-400:focus {
	color: #b1bbc4 !important;
}

.text-gray-400[href]:hover,
.text-gray-400[href]:focus {
	color: #392d8e !important;
}

.text-gray-500 {
	color: #adb5bd !important;
}

a.text-gray-500:hover,
a.text-gray-500:focus {
	color: #919ca6 !important;
}

.text-gray-500[href]:hover,
.text-gray-500[href]:focus {
	color: #392d8e !important;
}

.text-gray-600 {
	color: #6c757d !important;
}

a.text-gray-600:hover,
a.text-gray-600:focus {
	color: #545b62 !important;
}

.text-gray-600[href]:hover,
.text-gray-600[href]:focus {
	color: #392d8e !important;
}

.text-gray-700 {
	color: #495057 !important;
}

a.text-gray-700:hover,
a.text-gray-700:focus {
	color: #32373b !important;
}

.text-gray-700[href]:hover,
.text-gray-700[href]:focus {
	color: #392d8e !important;
}

.text-gray-800 {
	color: #343a40 !important;
}

a.text-gray-800:hover,
a.text-gray-800:focus {
	color: #1d2124 !important;
}

.text-gray-800[href]:hover,
.text-gray-800[href]:focus {
	color: #392d8e !important;
}

.text-gray-900 {
	color: #212529 !important;
}

a.text-gray-900:hover,
a.text-gray-900:focus {
	color: #0a0c0d !important;
}

.text-gray-900[href]:hover,
.text-gray-900[href]:focus {
	color: #392d8e !important;
}

.text-blue {
	color: #4939b5 !important;
}

a.text-blue:hover,
a.text-blue:focus {
	color: #392d8e !important;
}

.text-indigo {
	color: #6610f2 !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
	color: #510bc4 !important;
}

.text-purple {
	color: #6f42c1 !important;
}

a.text-purple:hover,
a.text-purple:focus {
	color: #59339d !important;
}

.text-pink {
	color: #e83e8c !important;
}

a.text-pink:hover,
a.text-pink:focus {
	color: #d91a72 !important;
}

.text-red {
	color: #dc3545 !important;
}

a.text-red:hover,
a.text-red:focus {
	color: #bd2130 !important;
}

.text-orange {
	color: #fd7e14 !important;
}

a.text-orange:hover,
a.text-orange:focus {
	color: #dc6502 !important;
}

.text-yellow {
	color: #ffc107 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
	color: #d39e00 !important;
}

.text-green {
	color: #28a745 !important;
}

a.text-green:hover,
a.text-green:focus {
	color: #1e7e34 !important;
}

.text-light-green {
	color: #01878f !important;
}

a.text-light-green:hover,
a.text-light-green:focus {
	color: #01575c !important;
}

.text-teal {
	color: #20c997 !important;
}

a.text-teal:hover,
a.text-teal:focus {
	color: #199d76 !important;
}

.text-cyan {
	color: #17a2b8 !important;
}

a.text-cyan:hover,
a.text-cyan:focus {
	color: #117a8b !important;
}

.text-white {
	color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
	color: #e6e5e5 !important;
}

.text-gray {
	color: #868e96 !important;
}

a.text-gray:hover,
a.text-gray:focus {
	color: #6c757d !important;
}

.text-gray-dark {
	color: #343a40 !important;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
	color: #1d2124 !important;
}

.text-black {
	color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
	color: black !important;
}

.text-blue-lighter {
	color: #9c66ff !important;
}

a.text-blue-lighter:hover,
a.text-blue-lighter:focus {
	color: #7b33ff !important;
}

.text-light-blue {
	color: #b8f3f6 !important;
}

a.text-light-blue:hover,
a.text-light-blue:focus {
	color: #8bebf0 !important;
}

.text-persian-blue {
	color: #3423ad !important;
}

a.text-persian-blue:hover,
a.text-persian-blue:focus {
	color: #271a83 !important;
}

html {
	font-size: 10px;
	background: #1c1d31;
}

body {
	min-width: 320px;
}

h1 {
	font-size: 2.8rem;
}

.btn {
	min-width: 11.1rem;
	border-radius: .4rem;
}

.btn.radius-lg {
	border-radius: 2rem;
}

.btn.text-size-sm {
	line-height: 1.92;
}

.btn.btn-outline-warning {
	border-color: #d1d0da;
}

.btn.btn-outline-warning:hover {
	background: #d1d0da;
}

.btn.btn-small {
	font-size: 1.2rem;
	line-height: 1.08;
	padding: .9rem 1.5rem;
}

.form-control {
	border-width: 0 0 2px;
}

.theme-white .form-control {
	color: #fff;
	border-color: #fff;
}

.theme-white .form-control::-webkit-input-placeholder {
	color: #fff;
}

.theme-white .form-control::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.theme-white .form-control:-moz-placeholder {
	color: #fff;
}

.theme-white .form-control:-ms-input-placeholder {
	color: #fff;
}

.theme-white .form-control.placeholder {
	color: #fff;
}

textarea.form-control {
	height: 4.4rem;
	resize: none;
}

.header {
	position: relative;
	z-index: 99;
}

.nav-drop {
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
}

.navbar-toggler {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navbar-toggler[aria-expanded="true"]:before,
.navbar-toggler[aria-expanded="true"]:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 2px;
	left: 25%;
	right: 25%;
	background: #4939b5;
	opacity: 1;
}

.navbar-toggler[aria-expanded="true"]:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] span {
	opacity: 0;
	position: relative;
}

.form-row {
	border-radius: 2.3rem;
}

.form-row input {
	border-radius: 2.3rem 0 0 2.3rem;
	background: #f3f4f6;
	color: #000;
	height: 4.8rem;
	border: 0;
	font-size: 1.4rem;
	line-height: 1.29;
	max-width: calc(100% - 12rem);
	box-shadow: none;
	outline: none;
}

.form-row input::-webkit-input-placeholder {
	color: #b1b1b1;
}

.form-row input::-moz-placeholder {
	opacity: 1;
	color: #b1b1b1;
}

.form-row input:-moz-placeholder {
	color: #b1b1b1;
}

.form-row input:-ms-input-placeholder {
	color: #b1b1b1;
}

.form-row input.placeholder {
	color: #b1b1b1;
}

.form-row .btn {
	border-radius: 0 2.3rem 2.3rem 0;
	width: 11.1rem;
}

.section .img-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.with-decor {
	position: relative;
	margin-top: 15.8rem;
}

.with-decor:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 15.8rem;
	background: url(../images/decor-01.png);
	background-position: 50% 0;
}

.with-decor.alt:before {
	background: url(../images/decor-02.png);
	background-position: 50% 0;
}

.with-decor.n-top {
	margin-top: -15.8rem;
}

.two-cols .img-holder {
	border: 5px solid #4939b5;
	max-width: 100%;
}

.two-cols .img-holder img {
	max-width: 100%;
	height: auto;
}

.two-cols .img-block img {
	width: 100%;
	height: auto;
}

.featured-block {
	background: #f2eff5;
}

.featured-block.a-padding {
	padding-bottom: 35.1rem !important;
}

.feature-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin: 0 -2px;
	padding-bottom: 10rem;
}

.feature-slider .slick-list {
	height: 100%;
}

.feature-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.feature-slider .slick-track:before,
.feature-slider .slick-track:after {
	content: none;
}

.feature-slider .slick-slide {
	padding: 0 4px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feature-slider .slick-arrow {
	position: absolute;
	bottom: 1.9rem;
	right: .7rem;
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1.1rem;
	height: 1.8rem;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.feature-slider .slick-arrow:hover {
	text-decoration: none;
	opacity: .5;
}

.feature-slider .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1.1rem;
	height: 1.8rem;
}

.feature-slider .slick-arrow.slick-prev {
	right: 3.8rem;
}

.feature-slider .slick-arrow.slick-prev:before {
	background: url(../images/arrow-left.svg);
}

.feature-slider .slick-arrow.slick-next:before {
	background: url(../images/arrow-right.svg);
}

.feature-slider .slide-holder {
	color: #908ea2;
	border-radius: 4px;
	-webkit-transition: padding 1s cubic-bezier(.39, .575, .565, 1);
	transition: padding 1s cubic-bezier(.39, .575, .565, 1);
	height: 100%;
}

.feature-slider .title {
	-webkit-transition: font 1s cubic-bezier(.39, .575, .565, 1);
	transition: font 1s cubic-bezier(.39, .575, .565, 1);
}

.feature-slider .slide {
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 1.46;
}

.feature-slider .img-holder {
	width: 100%;
	height: 8.5rem;
	box-shadow: 0 0 0;
	-webkit-transition: padding 1s cubic-bezier(.39, .575, .565, 1), margin-bottom 1s cubic-bezier(.39, .575, .565, 1), -webkit-transform 1s cubic-bezier(.39, .575, .565, 1);
	transition: padding 1s cubic-bezier(.39, .575, .565, 1), margin-bottom 1s cubic-bezier(.39, .575, .565, 1), -webkit-transform 1s cubic-bezier(.39, .575, .565, 1);
	transition: transform 1s cubic-bezier(.39, .575, .565, 1), padding 1s cubic-bezier(.39, .575, .565, 1), margin-bottom 1s cubic-bezier(.39, .575, .565, 1);
	transition: transform 1s cubic-bezier(.39, .575, .565, 1), padding 1s cubic-bezier(.39, .575, .565, 1), margin-bottom 1s cubic-bezier(.39, .575, .565, 1), -webkit-transform 1s cubic-bezier(.39, .575, .565, 1);
}

.form-block {
	background: #9c66ff;
}

.form-block .heading-block {
	line-height: 33px;
}

.form-block .btn-submit {
	color: #fff;
	background: #542e89;
	letter-spacing: 3.64px;
	min-width: 21.6rem;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.form-block .btn-submit:hover {
	background: #4939b5;
}

.code-block {
	background: #1c1d31;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.73;
	border-radius: .6rem;
	overflow-x: auto;
	min-height: 37.3rem;
}

.code-block ol {
	min-width: 50rem;
	counter-reset: listing;
}

.code-block ol li {
	counter-increment: listing;
	position: relative;
	padding-left: 4.2rem;
}

.code-block ol li:before {
	content: counter(listing);
	position: absolute;
	top: 0;
	left: 0;
	color: #9c66ff;
}

.code-block .value {
	color: #9c66ff;
}

.mobile-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	/*background: -webkit-linear-gradient(bottom, #fff 0%, #00d2de 100%);
	background: linear-gradient(to top, #fff 0%, #00d2de 100%);*/
	background-color: #f6f7fb;
	height: 670px;
}

.step {
	width: 100vw !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	position: relative;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.step.step01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.step.in-viewport h1.animate {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.step.in-viewport .btn-continue.animate {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.step.in-viewport .terms {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.step .step-holder {
	width: 100%;
}

.step .btn-back {
	position: absolute;
	top: 2rem;
	left: 1.3rem;
	z-index: 9;
}

.step h1 {
	font-size: 2.2rem;
	line-height: 1.18;
	color: #015a72;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.step .bank-selected .btn-holder {
	display: block;
	opacity: 1;
	visibility: visible;
}

.step .btn-holder {
	position: relative;
	z-index: 1;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 2rem;
}

.step .btn-holder:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 210, 222, .5) 50%, #00d2de 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 210, 222, .5) 50%, #00d2de 100%);*/
	z-index: -1;
	pointer-events: none;
}

.step .btn-continue {
	color: #fff;
	background: #9c66ff;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.14;
	letter-spacing: 2.47px;
	min-width: 18.5rem;
	-webkit-transition: background .3s linear, opacity .3s linear, visibility .3s linear;
	transition: background .3s linear, opacity .3s linear, visibility .3s linear;
}

.step .btn-continue:hover {
	opacity: 1;
	background: #6e4e9a;
}

.step .btn-continue.animate {
	opacity: 0;
	visibility: hidden;
}

.step .terms {
	font-size: 1rem;
	line-height: 1.4;
	color: rgba(1, 90, 114, .6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.step .terms a {
	color: rgba(1, 90, 114, .6);
}

.step .terms a:hover {
	text-decoration: underline;
}

.animation-block {
	position: relative;
	width: 231px;
	height: 258px;
}

.animation-block .overlay-position {
	opacity: 0;
}

.animation-block .layer {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.in-viewport .animation-block .layer {
	opacity: 1;
	visibility: visible;
}

.animation-block .layer01 {
	bottom: 3px;
	left: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.animation-block .layer02 {
	left: 2px;
	bottom: 0;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.animation-block .layer03 {
	bottom: 52px;
	left: 52px;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.animation-block .layer04 {
	bottom: 97px;
	left: 110px;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.features {
	padding-bottom: 8rem;
}

.features .item {
	position: relative;
	padding-left: 2.8rem;
	font-size: 1.3rem;
	line-height: 1.23;
	color: #015a72;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.in-viewport .features .item {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.in-viewport .features .item + .item {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.features .item .icon-holder {
	position: absolute;
	left: 2px;
	top: -2px;
}

.features .title {
	font-size: 1.6rem;
	line-height: 1.25;
	color: #015a72;
}

.heading-block {
	text-align: center;
	width: 100%;
	height: 12rem;
}

.heading-block h2 {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.8rem;
}

.search-form {
	background: rgba(255, 255, 255, .33);
	position: relative;
	padding-left: 3rem;
}

.search-form button[type="submit"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5px;
	background: transparent;
	border: 0;
	padding: 0;
}

.search-form input[type="search"] {
	width: 100%;
	background: transparent;
	border: 0;
	height: 3.2rem;
	font-size: 11px;
	line-height: 1.82;
	padding: 6px 0;
	color: #248fa8;
	outline: none !important;
	box-shadow: none !important;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #248fa8;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #248fa8;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #248fa8;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #248fa8;
}

.search-form input[type="search"].placeholder {
	color: #248fa8;
}

.bank-select-form {
	width: 100%;
}

.bank-select {
	width: 100%;
	height: calc(100vh - 120px);
	overflow-y: auto;
	overflow-x: hidden;
}

.bank-select-radio li {
	width: 50%;
	padding: 0 12px;
}

.bank-select-radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: -100vw;
	left: -100vw;
}

.bank-select-radio input[type="radio"]:checked ~ .fake-label:before {
	box-shadow: 0 25px 45px #9c66ff;
}

.bank-select-radio label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 13.1rem;
	border-radius: 12px;
	background: #fff;
	position: relative;
	cursor: pointer;
}

.bank-select-radio .fake-label:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 12px;
	overflow: hidden;
	background: transparent;
}

.credentials-header {
	width: 100%;
	height: 8.8rem;
}

.credentials-header h2 {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.8rem;
}

.bank-login .bank-logo img {
	display: inline-block;
	vertical-align: top;
}

.bank-login .form-grouped {
	margin-bottom: 11.4rem;
}

.bank-login .form-row-bank {
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .33) 0%, rgba(255, 255, 255, .33) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, .33) 0%, rgba(255, 255, 255, .33) 100%);
}

.bank-login .form-row-bank .icon {
	position: absolute;
	top: 50%;
	left: 1.2rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.bank-login .form-row-bank .icon.password {
	left: 1.5rem;
}

.bank-login .form-row-bank input {
	background: transparent;
	width: 100%;
	display: block;
	height: 3.8rem;
	border: 0;
	font-size: 1.2rem;
	line-height: 1.67;
	padding: 9px 10px 9px 42px;
	color: #000;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.bank-login .form-row-bank input::-webkit-input-placeholder {
	color: #248fa8;
}

.bank-login .form-row-bank input::-moz-placeholder {
	opacity: 1;
	color: #248fa8;
}

.bank-login .form-row-bank input:-moz-placeholder {
	color: #248fa8;
}

.bank-login .form-row-bank input:-ms-input-placeholder {
	color: #248fa8;
}

.bank-login .form-row-bank input.placeholder {
	color: #248fa8;
}

.bank-login .form-row-bank input:focus {
	background: #fff;
}

.bank-login .forgot-password {
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #3424ae;
}

.success .bank-login .before-validate {
	display: none;
}

.bank-login .after-validate {
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.success .bank-login .after-validate {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.success .bank-login .after-validate div.btn-continue:before {
	right: -2px;
}

.bank-login .after-validate div.btn-continue {
	display: inline-block;
	vertical-align: top;
	max-width: 184px;
	letter-spacing: 2px;
	text-transform: none;
	z-index: 1;
	margin-bottom: 11.4rem;
}

.bank-login .after-validate div.btn-continue:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	background: #3424ae;
	right: 100%;
	border-radius: 3px;
	z-index: -1;
	-webkit-transition: right 2s linear;
	transition: right 2s linear;
}

.bank-login .after-validate .authorize {
	font-size: 1.6rem;
	line-height: 1.25;
	color: #015a72;
}

.success-overlay {
	/*background: -webkit-linear-gradient(bottom, #fff 0%, #00d2de 100%);
	background: linear-gradient(to top, #fff 0%, #00d2de 100%);*/
	background-color: #f6f7fb;
	min-height: 100vh;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.success .success-overlay {
	opacity: 1;
	visibility: visible;
}

.success-overlay .success-message {
	font-size: 1.6rem;
	line-height: 1.19;
	color: #015a72;
}

.success-overlay .success-icon {
	vertical-align: top;
	width: 10.7rem;
	height: 10.7rem;
	background: #9c66ff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 1s linear, visibility 1s linear, -webkit-transform 1s linear;
	transition: opacity 1s linear, visibility 1s linear, -webkit-transform 1s linear;
	transition: opacity 1s linear, visibility 1s linear, transform 1s linear;
	transition: opacity 1s linear, visibility 1s linear, transform 1s linear, -webkit-transform 1s linear;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.success .success-overlay .success-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.success-overlay .success-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 375px) {
	.position-ph-static {
		position: static !important;
	}

	.position-ph-fixed {
		position: fixed !important;
	}

	.position-ph-relative {
		position: relative !important;
	}

	.position-ph-absolute {
		position: absolute !important;
	}
}

@media (min-width: 576px) {
	.position-sm-static {
		position: static !important;
	}

	.position-sm-fixed {
		position: fixed !important;
	}

	.position-sm-relative {
		position: relative !important;
	}

	.position-sm-absolute {
		position: absolute !important;
	}
}

@media screen and (min-width: 576px) {
	.step .step-holder {
		max-width: 50rem;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.position-md-static {
		position: static !important;
	}

	.position-md-fixed {
		position: fixed !important;
	}

	.position-md-relative {
		position: relative !important;
	}

	.position-md-absolute {
		position: absolute !important;
	}
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 3.6rem;
	}

	.feature-slider .slick-slide:hover .slide {
		max-height: 40rem;
	}

	.feature-slider .slick-slide:hover .img-holder {
		-webkit-transform: scale(1.45);
		-ms-transform: scale(1.45);
		transform: scale(1.45);
		padding: 1.5rem 0 0;
		margin-bottom: 7.2rem !important;
	}

	.feature-slider .slick-slide:hover .title {
		font-size: 2.2rem !important;
		line-height: 1.2;
	}

	.feature-slider .slide {
		max-height: 0;
		-webkit-transition: max-height 1s cubic-bezier(.39, .575, .565, 1);
		transition: max-height 1s cubic-bezier(.39, .575, .565, 1);
	}
}

@media (min-width: 992px) {
	.position-lg-static {
		position: static !important;
	}

	.position-lg-fixed {
		position: fixed !important;
	}

	.position-lg-relative {
		position: relative !important;
	}

	.position-lg-absolute {
		position: absolute !important;
	}
}

@media screen and (min-width: 992px) {
	.header .logo {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.nav-drop {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.code-block {
		max-width: 59.7rem;
	}
}

@media (min-width: 1240px) {
	.position-xl-static {
		position: static !important;
	}

	.position-xl-fixed {
		position: fixed !important;
	}

	.position-xl-relative {
		position: relative !important;
	}

	.position-xl-absolute {
		position: absolute !important;
	}
}

@media screen and (min-width: 1240px) {
	.section .img-holder img {
		width: auto;
	}

	.with-decor:before {
		background-size: 100% 100%;
	}

	.with-decor.alt:before {
		background-size: 100% 100%;
	}

	.two-cols .img-block img {
		width: auto;
	}
}

@-webkit-keyframes scale-easeOutElastic {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	16% {
		-webkit-transform: scale(-.323);
		transform: scale(-.323);
	}

	28% {
		-webkit-transform: scale(.131);
		transform: scale(.131);
	}

	44% {
		-webkit-transform: scale(-.046);
		transform: scale(-.046);
	}

	59% {
		-webkit-transform: scale(.017);
		transform: scale(.017);
	}

	73% {
		-webkit-transform: scale(-.007);
		transform: scale(-.007);
	}

	88% {
		-webkit-transform: scale(.002);
		transform: scale(.002);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes scale-easeOutElastic {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	16% {
		-webkit-transform: scale(-.323);
		transform: scale(-.323);
	}

	28% {
		-webkit-transform: scale(.131);
		transform: scale(.131);
	}

	44% {
		-webkit-transform: scale(-.046);
		transform: scale(-.046);
	}

	59% {
		-webkit-transform: scale(.017);
		transform: scale(.017);
	}

	73% {
		-webkit-transform: scale(-.007);
		transform: scale(-.007);
	}

	88% {
		-webkit-transform: scale(.002);
		transform: scale(.002);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

