:root {
	--white: white;
	--black: black;
}

.w-users-userformpagewrap {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	max-width: 340px;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.w-users-userloginformwrapper {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.w-users-userformheader {
	text-align: center;
}

.w-users-userformbutton {
	text-align: center;
	width: 100%;
}

.w-users-userformfooter {
	justify-content: space-between;
	margin-top: 12px;
	display: flex;
}

.w-users-userformerrorstate {
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	top: 100%;
	left: 0%;
	right: 0%;
}

.w-users-usersignupformwrapper {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.w-users-userformsuccessstate {
	display: none;
}

.w-checkbox {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
}

.w-checkbox:before {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.w-checkbox:after {
	content: " ";
	clear: both;
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.w-checkbox-input {
	float: left;
	margin: 4px 0 0 -20px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 12px;
	height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	background-image: url('/cdnjs/images/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
	display: none;
}

.w-users-userresetpasswordformwrapper,
.w-users-userupdatepasswordformwrapper {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.w-users-useraccountwrapper {
	background-color: #f5f5f5;
	width: 100%;
	min-height: 100vh;
	padding: 20px;
}

.w-users-blockheader {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	justify-content: space-between;
	align-items: baseline;
	padding: 4px 20px;
	display: flex;
}

.w-users-blockcontent {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 20px;
}

.w-users-useraccountformsavebutton {
	text-align: center;
	margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
	text-align: center;
	color: #333;
	background-color: #d3d3d3;
}

.hero-heading-left {
	background-color: #fff;
	border-bottom: 1px #e4ebf3;
	padding: 80px 30px 0;
	position: relative;
}

.container {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.hero-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.hero-split {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-direction: column;
	flex: 0 auto;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: flex-start;
	align-self: center;
	align-items: center;
	max-width: 46%;
	display: flex;
	position: static;
}

.margin-bottom-12px {
	white-space: normal;
	object-fit: none;
	align-self: flex-start;
	width: auto;
	max-width: 400px;
	margin-bottom: 24px;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	position: static;
	inset: 49% auto auto 11%;
}

.button-primary {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #1a1b1f;
	padding: 12px 25px;
	font-size: 12px;
	line-height: 20px;
	transition: all .2s;
}

.button-primary:hover {
	color: #fff;
	background-color: #32343a;
}

.button-primary:active {
	background-color: #43464d;
}

.shadow-two {
	box-shadow: 0 4px 24px #96a3b514;
}

.heading {
	text-align: left;
	letter-spacing: 8px;
	flex: 0 auto;
	justify-content: flex-start;
	align-self: flex-start;
	align-items: center;
	margin-bottom: 0;
	font-family: Exo, sans-serif;
	font-size: 54px;
	font-weight: 900;
	line-height: 58px;
	display: block;
}

.image {
	align-self: flex-start;
	max-width: 230px;
}

.footer-dark {
	background-color: #fff;
	border-bottom: 1px #fff;
	padding: 0 30px 15px;
	position: absolute;
	inset: auto 0% 0%;
}

.footer-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.footer-content {
	grid-column-gap: 70px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: auto auto 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.footer-block {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.title-small {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}

.footer-link {
	color: #1a1b1f;
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.footer-link:hover {
	color: #1a1b1fbf;
}

.footer-social-block {
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
	margin-left: -12px;
	display: flex;
}

.footer-social-link {
	margin-left: 12px;
}

.footer-divider {
	background-color: #fff;
	width: 100%;
	height: 1px;
	margin-top: 70px;
	margin-bottom: 15px;
}

.footer-copyright-center {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.body {
	border-bottom: 1px #fff;
}

.text-block {
	align-self: flex-start;
	margin-bottom: 20px;
	font-family: Lato, sans-serif;
	font-size: 18px;
}

.text-block-2 {
	align-self: flex-start;
	padding-bottom: 40px;
	font-family: Lato, sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.container-2 {
	object-fit: fill;
	display: block;
}

.utility-page-wrap {
	justify-content: center;
	align-items: center;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	display: flex;
}

.utility-page-content {
	text-align: center;
	flex-direction: column;
	width: 260px;
	display: flex;
}

.utility-page-form {
	flex-direction: column;
	align-items: stretch;
	display: flex;
}

.cookie-banner {
	z-index: 1;
	background-color: #fff;
	border: 1px #e0e0e0;
	border-top-style: solid;
	border-radius: 0;
	padding: 30px;
	line-height: 20px;
	position: fixed;
	inset: auto 0% 0%;
}

.paragraph {
	width: 100%;
	margin-bottom: 1px;
}

.button {
	color: #000;
	text-align: center;
	mix-blend-mode: normal;
	object-fit: fill;
	background-color: #0000;
	border: 1px solid #000;
	border-radius: 23px;
	margin-left: 0;
	display: block;
	position: static;
}

.on_btn.button {
	color: #fff;
	background-color: #000;
	margin-bottom: 0;
	margin-right: 15px;
}

.div-block {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	object-fit: fill;
	flex-direction: row;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: stretch;
	width: auto;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.column {
	margin-bottom: 0;
	padding-right: 0;
	display: block;
}

.column-2,
.column-3 {
	display: block;
}

.link {
	color: #a1a1a1;
}

.section.news.new_page_box {
	margin-top: 3.75rem;
}

.html-embed {
	margin-top: 0;
}

.html-embed-2 {
	margin-top: 40px;
}

.dropdown-toggle {
	position: fixed;
	inset: 0% 0% auto auto;
}

.html-embed-3 {
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
}

.link-2 {
	font-style: normal;
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.container {
		max-width: 728px;
	}

	.hero-wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: -40px;
	}

	.hero-split {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.footer-dark {
		position: static;
	}

	.footer-content {
		grid-column-gap: 60px;
	}
}

@media screen and (max-width: 767px) {
	.hero-heading-left {
		padding: 60px 15px;
	}

	.footer-dark {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.footer-content {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.footer-block {
		align-items: center;
	}

	.footer-link:hover {
		color: #1a1b1fbf;
	}

	.footer-social-block {
		margin-top: 20px;
		margin-left: -20px;
	}

	.footer-social-link {
		margin-left: 20px;
	}

	.footer-divider {
		margin-top: 60px;
	}

	.on_btn.button {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.column-2 {
		margin-bottom: 15px;
	}

	.section.news.new_page_box {
		margin-top: 40px;
	}

	.html-embed {
		margin-top: 0;
	}

	.html-embed-2 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 479px) {
	.hero-heading-left {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.container {
		max-width: none;
	}

	.margin-bottom-12px {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 20px;
	}

	.heading {
		font-size: 32px;
		line-height: 36px;
	}

	.image {
		max-width: 160px;
	}

	.footer-dark {
		position: static;
	}

	.text-block {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.text-block-2 {
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
}