/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
a.button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.footer-row .nav {
	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;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 12px/1.2 "dejavu_sansbook", "Verdana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 300px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

.wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	padding-top: 25px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 10px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mt-5 {
	margin-top: 50px !important;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 4px solid #f6f5f2;
	padding: 11px 16px;
	line-height: 24px;
	background-color: #f6f5f2;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #f6f5f2;
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

a.button,
.form-container a.button,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: #333;
	border: 1px solid #333;
	color: #fff;
	padding: .5rem;
	font-size: 17px;
	width: 100%;
	white-space: normal;
	text-align: center;
}

a.button:hover,
a.button:focus,
.form-container a.button:hover,
.form-container a.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

a.button:focus-visible,
.form-container a.button:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="file"]:focus-visible,
input[type="submit"]:focus-visible {
	outline: none;
}

input[type="submit"]:disabled {
	background-color: #808080;
	border: 1px solid #808080;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 19, 2020 */

@font-face {
	font-family: "cpprop_v07";
	src: url("../fonts/cpprop_v07_light02-webfont.woff2") format("woff2"), url("../fonts/cpprop_v07_light02-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "cpprop_v07";
	src: url("../fonts/cpprop_v07_plain02-webfont.woff2") format("woff2"), url("../fonts/cpprop_v07_plain02-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cpprop_v07";
	src: url("../fonts/cpprop_v07_black02-webfont.woff2") format("woff2"), url("../fonts/cpprop_v07_black02-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "cpprop_v07";
	src: url("../fonts/cpprop_v07_bold08-webfont.woff2") format("woff2"), url("../fonts/cpprop_v07_bold08-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "cpprop_v07";
	src: url("../fonts/cpprop_v07_extralight02-webfont.woff2") format("woff2"), url("../fonts/cpprop_v07_extralight02-webfont.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "dejavu_sansbook";
	src: url("../fonts/dejavusans-webfont.woff2") format("woff2"), url("../fonts/dejavusans-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "dejavu_sansbook";
	src: url("../fonts/dejavusans-bold-webfont.woff2") format("woff2"), url("../fonts/dejavusans-bold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "dejavu_sanscondensed";
	src: url("../fonts/dejavusanscondensed-bold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

.topbar {
	height: 25px;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #595959;
}

.topbar a {
	text-decoration: none;
}

.topbar-navigation {
	display: none;
}

.topbar-navigation-item {
	font-size: 13px;
	line-height: 24px;
	padding: 1px 15px 0px;
	flex: 0 0 auto;
	color: #fff;
}

.topbar-login {
	border: none;
	background-color: #E30045;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	height: 25px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 1px 6px;
}

.topbar-login-icon {
	vertical-align: middle;
	margin-right: 8px;
	font-size: 19px;
}

.header {
	padding-bottom: 2px;
}

.header-content {
	width: 100%;
	min-height: 106px;
	text-align: center;
	position: relative;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.header-image {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	align-items: center;
}

.header-image .header-image-text {
	text-align: left;
	padding-left: 13px;
	font-weight: bold;
	font-family: "dejavu_sanscondensed", "dejavu_sansbook", "Verdana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
}

.svg-wrapper {
	vertical-align: bottom;
}

.header-separator {
	display: none;
}

.header .placeholder {
	display: block;
	margin: 0 auto;
}

.headline-symbol {
	vertical-align: text-top;
	margin: -5px 10px;
	position: absolute;
	left: -88px;
}

#kc-info-message,
#kc-error-message,
.instruction {
	text-align: center;
	font-size: 20px;
}
#kc-info-message a,
#kc-error-message a,
.instruction a {
	font-family: "cpprop_v07", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #E30045;
}

.alert {
	max-width: 1366px;
	margin: 30px auto;
	font-size: 24px;
	line-height: 32px;
	padding: 0 7.9%;
	text-align: center;
}

.info-text {
	max-width: 500px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 32px;
}

.workflow-info {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}

.form-container {
	max-width: 700px;
	margin: 15px auto;
	padding: 0 20px 30px;
	font-size: 12px;
	/* min-height: calc(100vh - 123px - 345px); */
}

.form-container h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 30px;
	text-align: center;
}

.form-container h1 span {
	display: inline-block;
	padding: 0 0 7px;
	border-bottom: 10px solid #E30045;
	position: relative;
}

.form-container a {
	text-decoration: none;
	color: currentColor;
}

.form-container a:hover {
	color: #E30045;
	text-decoration: none;
}

.form-container a.button:hover {
	color: #fff;
}

.align-center {
	text-align: center;
}

.form-holder {
	max-width: 500px;
	margin: 0 auto;
}

.decoration {
	display: inline-block;
	border-bottom: 4px solid #E30045;
	font-weight: 600;
	font-family: "cpprop_v07", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
}

.decoration:hover {
	border-color: transparent;
}

.row {
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}

.row.row-info {
	padding-right: 67px;
}

.row.row-check {
	margin: 20px 0 30px;
}

.row.text-center {
	text-align: center;
}

.row.area-filled label {
	color: #bebcb9;
}

.row a.button,
.row.btns-group input[type="submit"] {
	margin: 0 0 20px;
    padding: .95rem 1rem;
    display: block;
}

.row h2 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 25px;
}

.row label {
	display: block;
	font-weight: 600;
	padding: 0 0 6px;
}

.row a.button,
.row input[type="text"],
.row input[type="tel"],
.row input[type="email"],
.row input[type="password"],
.row input[type="submit"] {
	width: 100%;
	position: relative;
}

.row input[type="text"]:after,
.row input[type="tel"]:after,
.row input[type="email"]:after,
.row input[type="password"]:after,
.row input[type="submit"]:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 10px;
}

.row .inactive.inactive {
	background: #bebcb9;
	border-color: #bebcb9;
}

.row.is-invalid .popup,
.row.is-invalid-email .popup,
.row.is-have-email .popup {
	display: block;
}

.row.is-invalid-email .have-email {
	display: none;
}

.row.is-invalid-email .invalid-email {
	display: block;
}

.row.is-have-email .have-email {
	display: block;
}

.row.is-have-email .invalid-email {
	display: none;
}

.row .inpt-decor {
	border-bottom: 10px solid transparent;
}

.row.safety-high .inpt-decor {
	border-bottom-color: #3368b7;
}

.row.safety-moderate .inpt-decor {
	border-bottom-color: #ffa326;
}

.row.safety-low .inpt-decor {
	border-bottom-color: #E30045;
}

.row[class*="safety"] {
	padding-top: 10px;
}

.is-invalid label,
.is-invalid-email label,
.is-have-email label {
	color: #E30045;
}

.is-invalid input[type="text"],
.is-invalid input[type="tel"],
.is-invalid input[type="email"],
.is-invalid input[type="password"],
.is-invalid-email input[type="text"],
.is-invalid-email input[type="tel"],
.is-invalid-email input[type="email"],
.is-invalid-email input[type="password"],
.is-have-email input[type="text"],
.is-have-email input[type="tel"],
.is-have-email input[type="email"],
.is-have-email input[type="password"] {
	border-color: #E30045;
}

.validation-group {
	position: relative;
}

.validation-group.is-invalid > .popup {
	display: block;
}

.info-input {
	position: absolute;
	top: -5px;
	right: 65px;
	font-size: 8px;
	text-transform: uppercase;
	display: none;
	text-align: center;
}

.safety-high .info-input {
	display: block;
}

.safety-high .info-input .info-high {
	display: inline-block;
}

.safety-moderate .info-input {
	display: block;
}

.safety-moderate .info-input .info-moderate {
	display: inline-block;
}

.safety-low .info-input {
	display: block;
}

.safety-low .info-input .info-low {
	display: inline-block;
}

.info-input .info {
	font-weight: 600;
	color: white;
	padding: 2px 5px;
	display: none;
	min-width: 74px;
	margin: 0 0 0 5px;
}

.info-input .info.info-high {
	background: #3368b7;
}

.info-input .info.info-moderate {
	background: #ffa326;
}

.info-input .info.info-low {
	background: #E30045;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 40px;
	height: 40px;
}

.custom-checkbox + label {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 0 0 50px;
}

.custom-checkbox + label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background: #f6f5f2;
	border: 1px solid #f6f5f2;
	margin-right: 6px;
}

.custom-checkbox + label::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 25px;
	width: 12px;
	height: 38px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border: solid #333;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.custom-checkbox:checked + label::before {
	border-color: #f6f5f2;
}

.custom-checkbox:checked + label::after {
	opacity: 1;
}

.custom-checkbox:not(:disabled):active + label::before {
	background-color: #c4c4c4;
	border-color: #c4c4c4;
}

.popup-holder {
	position: absolute;
	bottom: 18px;
	right: 0;
}

.popup-holder.popup-click {
	bottom: 13px;
}

.popup-holder.popup-click .popup {
	min-width: 280px;
	transform: translateX(0) translateY(-27px);
	left: auto;
	right: 0;
}

.popup-holder.popup-click .popup:after {
	right: 35px;
}

.popup-holder .open {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 50%;
	background: #333;
	font-family: "cpprop_v07", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin: 0 20px 0 0;
}

.popup-container {
	position: relative;
}

.popup-holder .open:hover {
	color: #fff;
}

.popup {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #333;
	color: #fff;
	z-index: 100;
}

.popup:after {
	content: "";
	position: absolute;
	bottom: -18px;
	right: 50%;
	-webkit-transform: translateY(-50%) translateX(14px) rotate(45deg);
	-ms-transform: translateY(-50%) translateX(14px) rotate(45deg);
	transform: translateY(-50%) translateX(14px) rotate(45deg);
	width: 20px;
	height: 20px;
	background: #333;
	z-index: -1;
}

.link-arrow {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	font-family: "cpprop_v07", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

.link-arrow:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #E30045;
	border-width: 3px 3px 0 0;
}

.confirm-holder {
	text-align: center;
	min-height: 40vh;
}

.confirm-holder .holder {
	padding: 0 20%;
}

.confirm-holder h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px;
}

.confirm-holder h2:first-child {
	margin: 0 0 25px;
}

.confirm-holder img {
	margin: 0 0 28px;
}

.popup-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .95);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup-loader:after {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	min-height: 100vh;
}

.popup-loader .animation-block img {
	-webkit-animation: rotate 1.5s linear infinite;
	animation: rotate 1.5s linear infinite;
}

.popup-loader .holder {
	max-width: 700px;
	padding: 0 15px;
	margin: auto;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}

.footer {
	text-align: right;
	padding: 138px 0 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer .footer-box {
	position: relative;
	z-index: 1;
}
.footer .footer-box:before {
	content: "";
	position: absolute;
	z-index: 1;
	right: -29px;
	top: -62px;
	width: 1185px;
	height: 400px;
	background-color: #E30045;
	-ms-transform: rotate(-7.5deg);
	-webkit-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg);
}

.footer .footer-content {
	position: relative;
	z-index: 2;
}

.header .container {
	margin: 0 auto;
}

.footer .container {
	max-width: 1150px;
	margin: 0 auto;
}

.footer .copy {
	font-family: "cpprop_v07", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: 600;
	margin: 0;
}

.footer-menu {
	text-align: center;
	padding: 35px 0;
	background: #fff;
	border-bottom: 12px solid #d8d8d8;
	margin: 0;
}

.footer-menu li {
	display: inline-block;
	padding: 0 28px;
}
.footer-menu li a {
	color: #333;
	font-size: 15px;
	line-height: 20px;
	font-family: "dejavu_sansbook", "Verdana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
}

.footer-menu li a:visited {
	text-decoration: none;
}

.footer-menu li a:active,
.footer-menu li a:hover {
	text-decoration: underline;
}
@media(max-width: 1190px) {
	.footer .copy {
		padding-right: 20px
	}
}
@media(max-width: 1024px) and (min-width: 641px) {
	.wrapper {
		padding-bottom: 211px;
	}
	.footer {
		padding-top: 85px;
	}
	.footer .footer-box:before {
    right: -15px;
		top: -7px;
	}
	.footer .copy {
    font-size: 20px;
		padding: 0 20px 20px 20px;
	}
	.footer-menu {
    padding: 25px 0;
	}
	.footer-menu li a {
		padding: 0 0 0 23px;
	}
}
@media(max-width: 640px) {
	.wrapper {
		padding-bottom: 337px;
	}

	.workflow-info {
		font-size: 13px;
		line-height: 24px;
	}

	.footer {
		text-align: center;
		padding-top: 90px;
	}
	.footer .footer-box:before {
    top: -14px;
    right: -50px;
	}
	.footer .copy {
		font-size: 16px;
	}
	.footer-menu {
		padding: 15px 0;
	}
	.footer-menu li {
		display: block;
		padding: 0;
	}
	.footer-menu li a {
		text-align: center;
		display: block;
		padding: 12px 0;
	}
}
@media (min-width: 414px) {
	.row[class*="safety"] {
		padding-top: 0;
	}

	.info-input {
		top: 5px;
	}
@media (min-width: 800px) {
	.popup-holder.popup-click .popup {
		transform: translateX(-50%) translateY(-27px);
		left: 9px;
	}
	.popup-holder.popup-click .popup:after {
		right: 50%;
	}
}

@media (min-width: 1024px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 15px;
		font-size: 22px;
	}

	a.button,
	.form-container a.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 24px;
		padding: .95rem 1rem;
        text-align: center;
	}

	.topbar-navigation {
		display: flex;
		width: 100%;
		max-width: 1203px;
		margin: 0px auto;
		padding-right: 27px;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.header .container {
		max-width: 1204px;
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.header-image {
		left: 27px;
	}

	.header-separator {
		display: block;
		width: 100%;
		background-color: #979797;
	}
	.form-container {
		font-size: 16px;
	}

	.form-container h1 {
		margin: 0 0 58px;
	}

	.decoration {
		font-size: 20px;
	}

	.row {
		padding: 0 67px 0 0;
		margin: 0 0 26px 67px;
	}

	.row.row-check {
		margin: 50px 0 60px 67px;
	}

	.row.btns-group {
		padding-top: 25px;
		margin-bottom: 61px;
	}

	.validation-group.is-invalid > .popup {
		left: 90%;
	}

	.info-input {
		font-size: 10px;
		right: 70px;
	}

	.custom-checkbox {
		width: 60px;
		height: 60px;
	}

	.custom-checkbox + label {
		padding: 5px 0 0 79px;
	}

	.custom-checkbox + label::before {
		width: 60px;
		height: 60px;
	}

	.custom-checkbox + label::after {
		top: -6px;
		left: 27px;
		width: 27px;
		height: 58px;
		border-width: 0 8px 8px 0;
	}

	.popup-holder {
		bottom: 21px;
	}

	.popup-holder.popup-click {
    bottom: 10px;
	}

	.popup-holder.popup-click .popup {
		bottom: auto;
		-webkit-transform: translateY(-50%) translateX(10px);
		-ms-transform: translateY(-50%) translateX(10px);
		transform: translateY(-50%) translateX(10px);
    left: 100%;
    min-width: inherit;
	}

	.popup-holder .open {
		width: 40px;
		height: 40px;
		font-size: 28px;
		line-height: 40px;
		margin: 0;
	}

	.popup {
		top: 50%;
		bottom: auto;
		left: 100%;
		right: auto;
		margin-left: 10px;
		width: 240px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.popup:after {
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		bottom: auto;
		right: auto;
		top: 50%;
		left: -8px;
		width: 30px;
		height: 30px;
	}

	.link-arrow {
		font-size: 20px;
		margin: 0 0 0 20px;
	}

	.confirm-holder {
		padding: 20px 0 0;
		font-size: 14px;
	}

	.confirm-holder h2 {
		font-size: 19px;
	}

	.popup-loader .holder {
		font-size: 32px;
	}
	
	.wrapper {
		padding-bottom: 273px;
	}
}

@media (min-width: 1200px) {
	.popup {
		margin-left: 30px;
		padding: 14px 30px;
		width: 360px;
		font-size: 20px;
		line-height: 1.35;
		font-weight: 600;
		min-height: 85px;
	}

	.popup:after {
		width: 60px;
		height: 60px;
	}

	.footer-row .nav li {
		padding: 0 44px;
	}
}

@media (max-width: 1023px) {
	.validation-group.is-invalid > .popup {
		top: -40px;
		bottom: auto;
		padding: 15px;
	}

	.validation-group.is-invalid > .popup:after {
		display: none;
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes flyout {
	from {
		right: 0;
	}

	to {
		right: -100%;
	}
}

@keyframes flyout {
	from {
		right: 0;
	}

	to {
		right: -100%;
	}
}

