body{
	position: relative;
	overflow-y: scroll;
}
a, button, input{
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.form-control:active,
.form-control:focus,
a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	border: 0
}
img {
	max-width: 100%;
	height: auto
}
input:not([type=radio]):not([type=checkbox]),
textarea,
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	resize: vertical
}
a[href^=tel] {
	color: inherit;
	text-decoration: none
}

#primary{
	max-width: 100%;
	overflow: hidden;
}

.navbar-expand>.container, .navbar-expand>.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto{
	padding-left: 10px;
	padding-right: 10px;
}

.btn{
	min-width: 265px;
	line-height: 80px;
	padding: 0 30px;
	border: none;
	border-radius: 12px;
	font-weight: bold;
	font-size: 36px;
}
.btn:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.screen-reader-text{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

#colophon{
	padding: 60px 0;
	font-size: 14px;
	color: #000;
}

#languages .dropdown-toggle{
	height: 46px;
	padding: 0 38px;
	background: #003c8d;
	border: none;
	font-size: 20px;
	color: #fff;
}
#languages .dropdown-toggle:after{
	content: url(images/arrow.svg);
	border: none;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 0;
	line-height: 1;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
#languages.show .dropdown-toggle:after{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#languages .dropdown-menu{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 60, 141, 0.5);
}
#languages .dropdown-item{
	padding: 8px 38px;
	font-size: 20px;
	color: #fff;
}
#languages .dropdown-item:hover{
	background: none;
}

#welcome{
	height: 100vh;
	max-height: 938px;
	padding: 0 0 70px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

#step1,
#step2,
#step3,
#step4{
	padding: 100px 0;
	background: #f5f5f5;
}
#step2{
	background: #e1e1e1;
}
#step3{
	background: #cdcdcd;
}
#step4{
	background: #b9b9b9;
}

#products hr{
	margin: 40px 0;
	border-color: #e1e1e1;
}
#products > hr:first-child{
	display: none;
}

.number{
	margin-right: 20px;
}
.number span{
	display: block;
	width: 75px;
	height: 75px;
	background: #003c8d;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	line-height: 75px;
	color: #fff;
}

#products > .row{
	gap: 30px 0;
	margin-left: -20px;
	margin-right: -20px;
}
#products > .row > [class*=col]{
	padding-left: 20px;
	padding-right: 20px;
}
#products > .row + .row{
	margin-top: 48px;
}
#products .image{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 40px 20px 20px;
	background: #fff;
	text-align: center;
}
#products label{
	display: block;
	margin: 0 0 32px;
}
#products :is( input, select ){
	display: block;
	width: 100%;
	height: 80px;
	margin: 7px 0 0;
	padding: 0 20px;
	background: #fff;
	border: 0;
	font-size: 28px;
	font-weight: 400;
	color: #000;
}
#products input::-moz-placeholder{
	color: #bebebe;
	opacity: 1;
}
#products input::placeholder{
	color: #bebebe;
	opacity: 1;
}

#content label div{
	position: relative;
	padding: 75px 30px 58px;
	background: #fff;
	border: 4px solid #fff;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #000;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-property: opacity, border;
	transition-property: opacity, border;
}
#content label div:after{
	content: url(images/check-off.svg);
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
}
#content label input:checked ~ div{
	border-color: #003c8d;
}
#content label input:checked ~ div:after{
	content: url(images/check-on.svg);
}

#products label div{
	padding: 15px 0;
}

.form-control{
	height: 80px;
	margin: 20px 0 0;
	padding: 0 20px;
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 28px;
	color: #000;
}
.form-control::-webkit-input-placeholder {
	color: #bebebe;
}

.form-control::-moz-placeholder {
	color: #bebebe;
}

.form-control:-ms-input-placeholder {
	color: #bebebe;
}

.form-control::-ms-input-placeholder {
	color: #bebebe;
}

.form-control::placeholder {
	color: #bebebe;
}

.team{
	margin: 10px 0 32px;
}
.product-info {
	margin-bottom: 20px;
	display: block;
}
.prefix{
	height: 100%;
	text-align: center;
	padding: 8px;
	background: #486fa3;
	font-size: 28px;
	color: #fff;
}

.sizes input{
	margin: 0 !important;
	height: 60px !important;
}
.mb-20{
	margin-bottom: 20px;
}

@-webkit-keyframes short-press {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes short-press {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.submit-button,
.submit-button:not(:disabled):not(.disabled):active,
.submit-button:hover{
	position: relative;
	overflow: hidden;
	background: #003c8d;
	color: #fff;
}
.submit-button.animated{
	-webkit-animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
	animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.submit-button > span{
	display: block;
	-webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.submit-button .done-state-msg,
.submit-button .current-state-msg{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.submit-button .done-state-msg{
	top: 200%;
}
.submit-button.state-1 > span{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.submit-button.state-2 > span{
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
}

.thanks{
	display: none;
	margin-left: 20px;
	font-size: 36px;
	color: #000000;
}

.custom-control{
	padding-left: 60px;
	line-height: 40px;
}
.custom-control-label::before{
	top: 0;
	left: -60px;
	width: 40px;
	height: 40px;
	border: none;
}
.custom-control-input:checked~.custom-control-label::before{
	background: #fff;
}
.custom-checkbox .custom-control-label::before{
	border-radius: 0;
}
.custom-control-label::after {
	position: absolute;
	top: 0;
	left: -60px;
	width: 40px;
	height: 40px;
	background: url(images/checkmark.svg) center center no-repeat;
	opacity: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background: url(images/checkmark.svg) center center no-repeat;
	opacity: 1;
}

.page-template-default #welcome{
	position: relative;
}
.page-template-default #welcome:after{
	content: '';
	display: block;
	width: 100%;
	height: 48%;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 72%);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 72%);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.5) 72%);
	pointer-events: none;
}
.page-template-default #welcome > div{
	position: relative;
	z-index: 15;
}

@media (min-width: 1200px){
	.container {
		max-width: 1150px;
	}
}

@media (max-width: 991px){
	.thanks,
	label div{
		font-size: 30px;
	}
}

@media (max-width: 767px){
	body{
		text-align: center;
	}
	h2, h3 {
		margin: 20px 0 15px;
		font-size: 30px;
	}
	p br{
		display: none;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn{
		width: 100%;
	}
	.number{
		width: 75px;
		margin: 0 auto;
	}
	.thanks, label div {
		font-size: 24px;
	}
	.thanks{
		margin-top: 20px;
	}
}
