@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
    font-family: 'hk_nova';
    src: url(../../../../fonts/HKNova-Medium.woff2) format('woff2'),
        url(../../../../fonts/HKNova-Medium.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url(../../../../fonts/FuturaPT-Demi.woff2) format('woff2'),
        url(../../../../fonts/FuturaPT-Demi.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url(../../../../fonts/FuturaPT-Book.woff2) format('woff2'),
        url(../../../../fonts/FuturaPT-Book.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Pressura-Mono-Bold';
    src: url(../../../../fonts/GT-Pressura-Mono-Bold.woff2) format('woff2'),
         url(../../../../fonts/GT-Pressura-Mono-Bold.woff) format('woff'),
		 url(../../../../fonts/GT-Pressura-Mono-Bold.otf) format('otf');
    font-weight: normal;
    font-style: normal;

}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
	margin: 0
}

img,
svg {
	vertical-align: middle
}

address,
legend {
	line-height: inherit
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

.btn:not(:disabled):not(.disabled),
.close:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled),
summary {
	cursor: pointer
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	border-style: none
}

svg {
	overflow: hidden
}

button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	color: inherit;
	white-space: normal
}

.container,
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%
}

.btn,
.btn-link,
.dropdown-item {
	font-weight: 400
}

.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
}

.collapsing,
.modal-open,
.progress {
	overflow: hidden
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem+2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
	letter-spacing: 0.5px;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto
}

.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.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
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.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
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.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.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.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.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.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.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.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.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

body {
	background: #fff;
	color: #212529;
	font: .875rem/1.42857 'Open Sans' , Arial, "Helvetica Neue", sans-serif
}

a {
	color: #0E6DB7
}

a:hover,
a:focus {
	color: #0A5997;
	text-decoration: none;
	outline: dotted 1px;
	outline-offset: 1px
}

a.disabled {
	cursor: not-allowed
}

::selection {
	background-color: #0E6DB7;
	color: #fff
}

.section-loader svg circle {
	fill: #0E6DB7 !important
}

body.loading .lds-spinner {
	display: block
}

.lds-spinner {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -15px 0 0 -35px
}

.lds-spinner div {
	transform-origin: 40px 15px;
	animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 37px;
	width: 3px;
	height: 7px;
	border-radius: 20%;
	background: #FFFFFF;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0
}

@keyframes lds-spinner {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

body.loading .lds-spinner~[type="submit"] {
	color: transparent !important
}

p {
	font-size: .928572em;
	line-height: 1.38462em;
	margin: 0 0 51px;
	color: #2F2F2F
}

p:empty {
	display: none
}

#wrapper {
	display: table;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	background-color: #ffff
}

#wrapper.setup-pin-page {
	overflow: visible
}

#header {
	display: table-header-group;
	height: 1%;
	width: 100%
}

#main {
	position: relative;
	display: table-cell;
	vertical-align: top
}

#footer {
	display: table-footer-group;
	height: 1%;
	width: 100%
}

#header .container-fluid {
	padding: 50px 15px;
}


.max-100 {
	max-width: 110px
}

.d-table>:not(script) {
	display: table-cell;
	vertical-align: top
}

.l-fixed {
	table-layout: fixed
}

main#main {
	background-color: #fff
}

* {
	max-height: 1000000px
}

input {
	filter: none !important
}

::-ms-clear,
input::-ms-clear,
input[type=password]::-ms-clear,
input[type=password]::-ms-reveal {
	display: none
}

:focus,
a:focus,
button:focus {
	outline: 0
}

body,
html {
	height: 100%
}

[type],
a,
a .ico,
button {
	transition: all .25s ease
}

button {
	cursor: pointer
}

.error-text {
	color: #ca4a4a;
	display: block;
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 1.3;
	clear: both
}

#header h1~.logo-wrapper {
	margin: 42px 0 0
}

#header .logo-wrapper {
	margin: 0 0 42px
}

.card-wrapper {
	margin: 0 0 40px ;
}

.card-wrapper img,
.logo-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.card-wrapper img {
	border-radius: 10px;
	box-shadow: 0 4px 8px 2px rgba(0,0,0,0.05)
}

h1 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	position: relative;
	font-weight: 600;
	padding: 0 40px;
	color: #1A191E;
}

.gotobackpage {
	position: absolute;
	left: -12px;
	top: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: -11px 0 0
}

.gotobackpage:hover,
.gotobackpage:focus {
	color: #0A5997
}

.gotobackpage svg path,
.gotobackpage svg rect {
	fill: #292929
}

.gotobackpage:hover svg path,
.gotobackpage:focus svg path,
.gotobackpage:hover svg rect,
.gotobackpage:focus svg rect {
	fill: #0A5997
}

.field-holder {
	min-height: 79px;
	margin-bottom: 10px;
    position: relative;
}

.field {
	letter-spacing: .03125rem;
	position: relative;
    background: none;
    border-radius: 4px;
    padding-left: 0;
    padding-top: 0;
    padding-right:0;
}

.hintInfo {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #aaa;
	margin: 6px 0 20px; 
}

.form-control,
.field-static {
	background: #F3F3F3;
	color: #292929;
	height: 40px;
	font-size: 13px;
	line-height: 18px;
	padding: 11px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative
}

.form-control {
	color: #292929;
	border-color: #F3F3F3;
	background: #F3F3F3
}

.form-control:focus {
	color: #292929;
	border-color: #0E6DB7;
	background: #EFEFEF;
}

.form-control::placeholder {
	color: rgba(41,41,41,0.6);
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: rgba(41,41,41,0.6)
}

.form-control::-ms-input-placeholder {
	color: rgba(41,41,41,0.6)
}

.rebtel-main-wrapper input[type="number"] {
	-moz-appearance: textfield
}

.rebtel-button {
	margin: 8px 0 0;
	position: relative
}

.has-icon-right {
	position: relative
}

.field-static.has-icon-right {
	padding-right: 60px
}

.has-icon-right .form-control {
	padding-right: 60px
}

.has-icon-right .ico {
	position: absolute;
	top: 50%;
	right: 18px;
	font-size: 10px;
	line-height: 14px;
	margin-top: -7px;
	color: #292929
}

.field-static.has-icon-right .ico.copy {
	margin: -7px 0 0;
    font-size: 10px;
}

.has-icon-right .calendar-icon {
	width: 16px;
	font-size: 16px;
	margin: -8px 0 0;
	opacity: .6
}

.ico svg {
	display: block;
	max-width: 100%;
	height: auto
}

.ico svg path {
	fill: #0E6DB7
}

.has-icon-right .ico.copy:hover,
.has-icon-right .ico.copy:focus {
	text-decoration: underline;
	color: #0A5997
}

form label,
.label-txt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 12px;
    color: #1D1D1D;
    position: none;
    top: none;
    left: none;
    z-index: none;

}

.btn-default,
.otp-container .btn.btn-orange {
	background: #0E6DB7;
	border-color: #0E6DB7;
	color: #fff
}

.btn-default[disabled],
.otp-container .btn.btn-orange[disabled] {
	background: rgba(14,109,183,0.5);
	border-color: transparent;
	color: #fff
}

.btn-link {
	padding: 0;
	border-width: 0;
	background: none
}

.btn[type="submit"] {
	font-size: 16px;
	line-height: 20px;
	padding: 12px 15px;
	font-weight: 600
}

.card-steps-holder {
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: table;
	position: relative
}

.card-steps-holder .step-holder {
	width: 100%;
	display: table;
	position: relative
}

.card-steps-holder.ac-steps-holder {
	position: relative;
	display: -ms-flexbox !important;
	display: flex;
	-ms-flex-direction: row !important;
	flex-direction: row
}

.card-steps-holder.ac-steps-holder .step-holder {
	display: -ms-flexbox !important;
	display: flex;
	-ms-flex-direction: row !important;
	flex-direction: row;
	position: relative;
	width: 100%
}

.form .card-steps-holder .step-holder>*,
.card-steps-holder .step-holder>* {
	font-size: .875rem
}

.card-steps-holder.ac-steps-holder .input-step {
	display: -ms-flexbox !important;
	display: flex;
	-ms-flex-direction: row !important;
	flex-direction: row;
	position: relative;
	width: auto
}

.card-steps-holder .input-step {
	padding: 0 3px;
	position: relative;
	white-space: nowrap;
	display: table-cell;
	vertical-align: top
}

.card-steps-holder .input-step .form-control,
.card-steps-holder .input-step .input-divider {
	text-align: center;
	vertical-align: middle
}

.card-steps-holder .input-step .form-control.field-masking {
	pointer-events: none
}

.card-steps-holder.ac-steps-holder .input-step .input-divider {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex
}

.card-steps-holder .input-step .input-divider {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	font-size: 24px;
	line-height: 1
}

.card-steps-holder .input-step .form-control {
	padding-left: 0;
	padding-right: 0;
    border-bottom: none;
}

.card-steps-holder .input-step .form-control::-webkit-input-placeholder {
	color: #757575
}

.card-steps-holder .input-step .form-control::-moz-placeholder {
	opacity: 1;
	color: #757575
}

.card-steps-holder .input-step .form-control:-moz-placeholder {
	color: #757575
}

.card-steps-holder .input-step .form-control:-ms-input-placeholder {
	color: #757575
}

.card-steps-holder .input-step .form-control.placeholder {
	color: #757575
}

.card-steps-holder .field-focused .form-control,
.card-steps-holder .form-control {
	box-shadow: none !important
}

.card-steps-holder .input-step {
	position: relative
}

.card-steps-holder .input-step:only-child {
	width: 100%
}

.card-steps-holder .field-masking {
	text-align: center
}

.card-steps-holder .input-step input.form-control:focus~.field-masking {
	display: none
}

.field-masking.form-control:empty {
	background: none
}

.gen_msg {
	border: 1px solid transparent;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem
}

.gen_msg.error-msg {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.gen_msg.success-msg {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.gen_msg.info-msg {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.next-arrow-svg,
.prev-arrow-svg {
	width: 16px;
	height: 16px;
	display: block;
	margin: -8px auto 0;
	position: relative;
	top: 50%
}

.next-arrow-svg path,
.prev-arrow-svg path {
	fill: #444
}

a:hover .next-arrow-svg path,
a:hover .prev-arrow-svg path,
a:focus .next-arrow-svg path,
a:focus .prev-arrow-svg path {
	fill: #fff
}

body .ui-datepicker {
	z-index: 100 !important
}

.ui-datepicker {
	width: 230px
}

.datepicker-show .ui-datepicker {
	display: block !important;
	top: 100% !important;
	left: 0 !important
}

.datepicker-show .ui-datepicker.to-top {
	top: auto !important;
	bottom: 100% !important
}

.ui-datepicker {
	width: 280px;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	border: solid 1px #10432e
}

.ui-datepicker:empty {
	display: none
}

.ui-datepicker .ui-datepicker-header {
	padding: 0 0 10px
}

.ui-datepicker .ui-datepicker-header::after {
	display: block;
	clear: both;
	content: ""
}

.ui-datepicker .ui-datepicker-header a {
	cursor: pointer;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	background: #f1f1f1
}

.ui-datepicker .ui-datepicker-header a:focus,
.ui-datepicker .ui-datepicker-header a:hover {
	color: #fff !important;
	background: #10432e
}

.ui-datepicker .ui-datepicker-header a.ui-state-disabled span {
	color: #e6e6e6
}

.ui-datepicker .ui-datepicker-prev {
	float: left
}

.ui-datepicker .ui-datepicker-prev .ui-icon:before {
	content: "\e940"
}

.ui-datepicker .ui-datepicker-next {
	float: right
}

.ui-datepicker .ui-datepicker-next .ui-icon:before {
	content: "\e93f"
}

.ui-datepicker .ui-datepicker-title {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	line-height: 1.84615
}

.ui-datepicker .ui-icon {
	font-size: 0;
	line-height: 0
}

.ui-datepicker .ui-icon:before {
	font: 14px/24px cholder4
}

.ui-datepicker select {
	border-width: 0;
	float: left;
	width: 44%;
	height: auto;
	margin: 0 3%;
	border-bottom: solid 2px #f3f3f4;
	padding: 0 20px 2px 0
}

.ui-datepicker-calendar {
	width: 100%;
	height: 193px;
	text-align: center
}

.ui-datepicker-calendar th {
	padding: 0 0 5px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.38462;
	border-bottom: solid 1px #f3f3f5;
	color: #10432e
}

.ui-datepicker-calendar td a {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 2;
	color: #10432e
}

.ui-datepicker-calendar td a.ui-state-highlight,
.ui-datepicker-calendar td a:focus,
.ui-datepicker-calendar td a:hover {
	background: #0A5997;
	color: #fff !important
}

.ui-datepicker-calendar tbody>tr:first-child td {
	padding-top: 8px
}

.ui-datepicker-calendar tbody>tr:last-child td {
	padding-bottom: 8px
}

.ui-datepicker-calendar .ui-datepicker-week-end {
	color: #10432e
}

.ui-datepicker-calendar .ui-datepicker-week-end a {
	color: #10432e
}

.fixed-notification {
	position: fixed;
	z-index: 50;
	padding: 5px 15px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 160%);
	transition: all .25s ease
}

.fixed-notification.active {
	transform: translate(-50%, -30px);
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.keypad-popup {
	z-index: 50
}

.keypad-popup .btn.keypad-back:before,
.keypad-popup .btn.keypad-close:before {
	display: none
}

.keypad-popup .svg-ico.cross {
	margin: 0 8px 0 0
}

.keypad-popup .btn:not(.keypad-close):hover,
.keypad-popup .btn:not(.keypad-close):focus {
	color: #fff;
	background: #0A5997
}

.keypad-popup .btn:not(.keypad-close):hover path,
.keypad-popup .btn:not(.keypad-close):focus path {
	fill: #fff
}

.keypad-popup .btn.keypad-close:hover,
.keypad-popup .btn.keypad-close:focus {
	color: #0A5997 !important
}

.keypad-popup .btn.keypad-close:hover,
.keypad-popup .btn.keypad-close:focus path {
	fill: #0A5997
}

#newPin.form-control,
#confirmPin.form-control,
#currentPin.form-control {
	-webkit-text-security: disc
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.radios-holder .checked:first-child~.radio label:first-child,
.radios-holder .checked:nth-child(2)~.radio label:nth-child(2),
.radios-holder .checked:nth-child(3)~.radio label:nth-child(3),
.manage-profile #privacy-tab .radios-holder label.checkbox-checked .text,
.radios-holder .bg {
	background: #0E6DB7
}

.radios-holder label.checkbox-checked {
	color: #fff
}

.radios-holder label.checkbox-checked span:before {
	color: #fff
}

.pagecontent .manage-pin .countDiv.countDiv2,
.pagecontent .manage-pin .counter.time-inside .mins,
.pagecontent .manage-pin .counter.time-inside .seconds,
.pagecontent .session-timeout .minutes,
.pagecontent .session-timeout .seconds,
.pagecontent .otp-container .source .ico,
.pagecontent .otp-container .send-again a {
	color: #0E6DB7;
}

.pagecontent .otp-container .counter svg circle:last-child,
.pagecontent .counter svg circle:last-child {
	stroke: #0E6DB7;
}


em {
    color: none;
}


  #newPinLabel {
    top: none;
    left: none;
  }

  #confirmPinLabel {
    left: none;
  }

  #currentPinLabel {
    left: none;
  }
  .btn.btn-orange{
    color: #fff;
    border-color: #d7282e;
    background: #d7282e;
  }
  #activateCaptcha{
      background-color: transparent;
      color: #222222;
  }
  .rebtel-button .btn[type="submit"]{
      border-radius: 4px;
  }

  .verification-area .card-steps-holder .form-control{
	  background: #FFF;
      border-radius: 0px;
  }
  .verification-area .card-steps-holder .form-control:focus {
    border:none;
    border-bottom: #056CF2;
}
.hintInfoCvv {
    font-style: italic;
}

/* btn styles */
body.loading #checkdeposit .lds-spinner ~ .btn.btn-default:where(:hover, :focus, :active:focus),
body.loading #checkdeposit .lds-spinner ~ .btn.btn-default { color: #0E6DB7 !important; }
#checkdeposit 
.btn.btn-link {
    color: #0E6DB7;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
    color: #292929;
}
.btn.btn-light {
    color: #222;
    background: transparent;
    border-color: #808080;
}
.btn.btn-light:hover,
.btn.btn-light:focus {
    color: #fff;
    background: #0E6DB7;
    border-color: #0E6DB7;
}