/* Iframemanager */
div[data-service] *, div[data-service] :after, div[data-service] :before {
}

div[data-service] .c-ld {
	bottom: 2em;
	right: 2.5em;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

div[data-service] .c-ld, div[data-service] .c-ld:after {
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	width: 20px;
	height: 20px
}

div[data-service] .c-ld::after {
	content: '';
	border: 4px solid #fff;
	border-top: 4px solid transparent;
	animation: spin 1s linear infinite
}

div[data-service].c-h-n .c-ld {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

div[data-service] {
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	position: relative;
	background-color: #2F2F2F;
}

div[data-service] button, div[data-service] h1, div[data-service] h2, div[data-service] h3, div[data-service] input, div[data-service] label {
	transition: none;
	animation: none
}

div[data-service]::before {
	/* padding-top: 56.25%;
	display: block; */
	content: ""
}

div[data-autoscale] {
	height: auto;
	width: 100%
}

div[data-service] .c-nt {
	color: #fff;
	max-width: 100%;
	height: 100%;
	width: 100%;
	transition: opacity .3s ease, visibility .3s ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2
}

div[data-service] .c-bg {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 100%;
	opacity: .5;
	z-index: 1;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

div[data-service] .c-bg::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
	transition: opacity .3s ease, visibility .3s ease;
	background: #1e3861;
	background: linear-gradient(14deg, rgb(12 15 23 / 95%) 10%, rgb(0 0 0 / 51%) 100%, rgba(68, 77, 125, .1082983535210959) 0);
	background: -moz-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .1181022750897234) 100%);
	background: -webkit-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .1181022750897234) 100%);
	background: linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, .1181022750897234) 100%)
}

div[data-service] .c-bg-i {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease
}

div[data-service] .c-bg-i.loaded {
	opacity: 1
}

div[data-service] .c-tl {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center
}

div[data-service].c-h-n .c-bg {
	opacity: 1;
	transform: scale(1)
}

div[data-service].c-h-n .c-nt {
	opacity: 0;
	visibility: hidden
}

div[data-service] .c-n-c {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
	transition: background-color .3s ease, opacity .3s ease
}

div[data-service] .c-n-t {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 24px
}

div[data-service] .c-n-a, div[data-service] .c-n-t {
	text-align: center
}

div[data-service] .c-t-cn {
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease
}

div[data-service] .c-n-c .c-l-b, 
div[data-service] .c-n-c .c-la-b {
	display: inline-block;
	position: relative;
	padding: 1em;
	vertical-align: middle;
	background: #ff7500;
	border: none;
	font-size: .875em;
	font-family: 'Roboto Condensed', 'Helvetica Neue Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-left: 2.25em;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
	transition: opacity .3s ease, transform .3s cubic-bezier(.25, 1, .5, 1), visibility .3s ease, box-shadow .3s ease, background-color .3s ease;
	box-shadow: rgba(0, 0, 0, .19) 0 4px 12px
}

div[data-service] .c-n-c .c-l-b::before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0.75em;
	z-index: 2;
	height: 0;
	border-left: 12px solid #fff;
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent
}

div[data-service] .c-n-c .c-la-b {
	margin-left: 1em;
	padding: 1em;
	background: #f3f3f3;
	color: #707070;
}

div[data-service] .c-n-c .c-la-b:hover {
	background: #EBEBEB;
}

div[data-service] .c-n-c .c-l-b:hover {
	background: #b35200;
}

div[data-service] .c-n-c .c-la-b:active {
	transition: none;
	background: #EBEBEB;
}

div[data-service] .c-n-c .c-l-b:active {
	transition: none;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, .25)
}

div[data-service].c-h-n .c-t-cn {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px)
}

div[data-service] iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	border: none;
	max-width: 100%;
	width: 100%;
	background: #000;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease
}

div[data-service].c-h-b iframe {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: .1s
}

div[data-service] .c-n-t a {
	color: ##ff7500;
	text-decoration: underline;
	font-weight: 600;
}