.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.content.content-gray {
	background-color: #f2f2f2;
}

.content.content-blue {
	width: 100%;
	background-color: #007fe7;
}

.content.content-blue.content-namechange {
	height: auto;
	padding-top: 160px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: none;
}

.content.content-white {
	width: 100%;
	background-color: #0083db;
}

.content.content-white.content-namechange {
	height: auto;
	padding-top: 160px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	background-image: none;
}

.hero_paragraph {
	max-width: 884px;
	margin-right: 40px;
	margin-left: 40px;
	font-family: Gothamrounded, sans-serif;
	color: #0083db;
	font-size: 56px;
	line-height: 72px;
	font-weight: 400;
	text-align: center;
}

.hero_paragraph.hero--white {
	color: #f2f2f2;
}

.hero_centered-container {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	padding-right: 16px;
	padding-left: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero_centered-container.hero_footer {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hero_logo {
	width: 360px;
	margin-top: 56px;
	margin-bottom: 56px;
	margin-left: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.hero_logo.button.button-blue {
	padding: 0px;
	border-radius: 600px;
	-webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
	transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.hero_logo.button.button-blue:hover {
	box-shadow: 0 26px 70px -35px #000;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.hero_logo.logo--small {
	width: 56px;
	margin-top: 24px;
	margin-right: 16px;
	margin-bottom: 24px;
}

.hero_logo.logo--alt {
	margin-top: 24px;
	margin-bottom: 104px;
}

.nav-link {
	padding: 25px;
	-webkit-transition: color 200ms cubic-bezier(.645, .045, .355, 1), box-shadow 200ms ease;
	transition: color 200ms cubic-bezier(.645, .045, .355, 1), box-shadow 200ms ease;
	font-family: Nunito, sans-serif;
	color: #acacac;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.nav-link:hover {
	box-shadow: inset 0 4px 0 0 #0083db;
	color: #0083db;
}

.nav-link:focus {
	color: #0083db;
}

.nav-link.w--current {
	color: #0083db;
}

.nav-link.nav-link--button {
	margin-top: 14px;
	margin-left: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: color 500ms cubic-bezier(.25, .46, .45, .94), box-shadow 200ms ease, background-color 500ms ease;
	transition: color 500ms cubic-bezier(.25, .46, .45, .94), box-shadow 200ms ease, background-color 500ms ease;
	color: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.nav-link.nav-link--button:hover {
	background-color: #0083db;
	box-shadow: 0 16px 40px -17px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.nav-link.nav-link--blue {
	color: #f2f2f2;
}

.navbar {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 400;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
}

.navbar.navbar--transparent {
	padding-top: 0px;
	padding-bottom: 22px;
	background-color: #1ea9df;
}

.navbar.navbar--transparent {
	background-color: rgba(31, 169, 223, 0);
}

.navbar.navbar--white {
	background-color: #fff;
}

.nav-container {
	display: block;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.button-blue {
	border-radius: 110%;
	background-color: #009ddb;
	box-shadow: 0 21px 60px -24px rgba(0, 0, 0, 0.5);
}

.nav-logo {
	height: 30px;
	margin-top: 20px;
	margin-left: 20px;
}

.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.container.container-narrow {
	max-width: 1000px;
}

.container.container-centered {
	padding-bottom: 48px;
}

.container.container-x-narrow {
	max-width: 600px;
}

.section.section--fullscreen {
	min-height: initial;
}

.section.section--light-blue {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 131, 219, 0.1);
}

.section.section--first {
	padding-top: 100px;
}

/* .section {
  padding-top: 40px;
  padding-bottom: 40px;
} */

.section.section--large-pading {
	padding-top: 80px;
	padding-bottom: 80px;
}

.h1-blue {
	margin-bottom: 96px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 40px;
}

.h1-blue.h1-margin-bot-0 {
	margin-bottom: 0px;
}

.features-icon.features-icon--small {
	width: 40px;
}

.team-portrait.team-portrait_test {
	width: 100%;
}

.row__3-col {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.row__3-col.text-col {
	-webkit-column-count: 3;
	column-count: 3;
}

.text_3-col {
	margin-bottom: 80px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.3px;
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 6em;
	column-gap: 6em;
}

.success-message {
	padding: 24px;
	border-radius: 8px;
	background-color: #90ff8b;
}
.checkbox {
	margin-right: 16px;
}

.left-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.header-image.header-image--smaller {
	max-width: 140%;
}

.main-section {
	margin-top: 0px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__fullwidth--header {
	margin-top: 70px;
}

.right-column {
	padding-bottom: 40px;
}

.paragraph.text--dark-80.t-left {
	margin-top: 10px;
}

.quotes {
	margin-bottom: 100px;
}

.bg-red_100 {
	background-color: #ff8483;
}

.bg-purple_100 {
	background-color: #938edf;
}

.bg-teal_100 {
	background-color: #dc87c4;
}

.bg-turquoise_100 {
	background-color: #65cfce;
}

.product__text {
	color: rgba(0, 0, 0, 0.6);
	line-height: 28px;
	font-weight: 400;
	text-align: left;
}

.product__button {
	margin-top: 24px;
	margin-right: 16px;
	padding: 13px 16px 12px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(hsla(0, 0%, 100%, 0.01)),
		to(hsla(0, 0%, 100%, 0.01))
	);
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.01), hsla(0, 0%, 100%, 0.01));
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
	transition: box-shadow 300ms ease, background-color 300ms ease;
}

.product__button:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(hsla(0, 0%, 100%, 0.1)),
		to(hsla(0, 0%, 100%, 0.1))
	);
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1));
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.product__button.product__button--red {
	background-color: #ff8483;
}

.product__button.product__button--purple {
	background-color: #938edf;
}

.product__button.product__button--teal {
	background-color: #dc87c4;
}

.product__button.product__button--turquoise {
	background-color: #65cfce;
}

.product__button.pruduct__button--blue {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background-color: #007fe7;
}

.div-block-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.modal-background {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1000;
	display: none;
	overflow: scroll;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1fbff;
}

.modal-background.modal--contact {
	display: none;
}

.modal__right {
	width: 50%;
	height: 100%;
	background-color: #007fe7;
}

.modal-close {
	position: fixed;
	left: auto;
	top: 40px;
	right: 40px;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.modal {
	padding-top: 160px;
	padding-right: 121px;
	padding-left: 121px;
}

.modal-close__1 {
	position: absolute;
	width: 70px;
	height: 7px;
	border-radius: 10px;
	background-color: #007fe7;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-close__1.modal-close--2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.news-ticker {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 32px;
	padding: 6px 12px 5px 6px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 20px;
	background-color: rgba(255, 132, 131, 0.15);
	text-decoration: none;
}

.news-ticker__text {
	margin-top: auto;
	margin-bottom: auto;
	color: #ff8483;
	font-weight: 600;
}

.news-ticker__text.news-ticker__text--white {
	color: #fff;
	letter-spacing: 1px;
}

.pill.pill-small {
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.link-block-2 {
	display: none;
	width: 100%;
	height: 56px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff8483;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	text-decoration: none;
}

.link-block-2:hover {
	background-color: #fc9e9d;
}

.heading-3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
}

.news-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 12px 10px 10px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 8px;
	background-color: rgba(255, 132, 131, 0.15);
	text-decoration: none;
}

.news-field__text {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 4px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.news-field__text.news-ticker__text--white {
	color: #fff;
	letter-spacing: 1px;
}

.header-teaser {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-teaser__logo {
	width: 110px;
}

.header-teaser__text {
	display: block;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
}

.packages-container {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: center;
}

.package-item {
	flex-grow: 0;
 	flex-shrink: 0;
	flex-basis: 100%;
	align-items: center;
}

@media (min-width: 768px) {
  	.package-item {
		flex-basis: 50%;
	}
}

@media (min-width: 992px) {
  	.package-item {
		flex-basis: 30%;
	}
}

@media (max-width: 767px) {
  	.section-mobile {
		margin-top: 50px;
	}
}

.row__4-col {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.row__4-col.text-col {
	-webkit-column-count: 3;
	column-count: 3;
}

.feature-small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.feature-small__title {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 700;
}

.feature-small__text {
	font-size: 16px;
	line-height: 22px;
}

.quote-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 24px;
	margin-left: 24px;
	padding: 48px 64px 47px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 4px;
	background-color: #fff;
}

.div-block-6 {
	margin-bottom: 20px;
}

.quote-video--main {
	border-radius: 4px;
}

.grid {
	grid-auto-flow: row;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.quote--x-small {
	display: block;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
	text-align: left;
	text-indent: -11px;
}

.h4-centered {
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.small-list {
	max-width: 600px;
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 22px;
	line-height: 26px;
	text-align: left;
}

.small-list__item {
	margin-bottom: 16px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
}

.x-small-list {
	max-width: 600px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.x-small-list__item {
	margin-bottom: 5px;
}

.text-span-2 {
	color: #ff8483;
	text-decoration: underline;
}

.small-list__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.small-list__container > img {
	width: 25px;
	flex: none;
}

.quote-video {
	margin-right: 60px;
	margin-left: 60px;
}

.video-quote--author {
	margin-top: 0px;
	margin-bottom: 0px;
}

.h4-author-copy-copy {
	margin-top: 8px;
	margin-bottom: 0px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: rgba(0, 0, 0, 0.8);
	font-size: 21px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.3px;
}

.heading-5 {
	margin-top: 0px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-weight: 400;
}

.video-quote-portrait {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 100%;
	object-fit: cover;
}

.div-block-7 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.features-containe--small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 80px;
	margin-left: 10px;
	padding: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 4px;
}

.features-containe--small.features-container_footer {
	padding-right: 0px;
	padding-left: 0px;
}

.features-containe--small.features-container--narrow {
	width: 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.features__title--small {
	margin-top: 9px;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 22px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
}

.features__title--small.h2--left {
	text-align: left;
}

.features__title--small.h2-green {
	color: #367540;
}

.features__title--small.h2-red {
	color: #992424;
}

.notification {
	position: fixed;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff8483;
	z-index: 999;
}

.notification__text {
	max-width: 60%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.link-2 {
	color: #f5faff;
}

.image {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	margin-top: 29px;
	margin-right: 20px;
	cursor: pointer;
}

.link-3 {
	color: #f5faff;
}

@media screen and (max-width: 991px) {
	.text_3-col {
		padding-right: 24px;
		padding-left: 24px;
		-webkit-column-count: 2;
		column-count: 2;
	}

	.quotes {
		margin-top: 75px;
	}

	.video-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.news-field {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.quote-container {
		margin-bottom: 96px;
	}
	.quote-container.quote-container--small {
		padding: 36px 40px;
	}
	.quote-video {
		margin-right: 0px;
		margin-bottom: 40px;
		margin-left: 0px;
	}
	.features-containe--small {
		padding-right: 24px;
		padding-left: 24px;
	}
	.notification {
		z-index: 100;
	}
}

@media screen and (max-width: 767px) {
	.section {
		padding-top: 0px;
	}
	.features-container {
		max-width: 100%;
	}
	.features-container.features-container--narrow {
		width: 100%;
	}
	.container--small {
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	.product-screenshot {
		margin-bottom: 40px;
	}
	.product-group {
		margin-bottom: 50px;
	}
	.header-image {
		position: static;
		max-width: 100%;
		margin-top: 0px;
	}
	.main-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.heading-fullwidth {
		width: 90vw;
		margin-left: 0px;
	}
	.section__fullwidth--header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 90px;
		margin-bottom: 50px;
		padding-right: 24px;
		padding-left: 24px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
		background-image: linear-gradient(180deg, transparent, transparent);
	}
	.paragraph.text--dark-80 {
		margin-bottom: 20px;
	}
	.div-block-3 {
		padding-right: 40px;
		padding-left: 40px;
	}
	.quote--small {
		font-size: 20px;
		line-height: 33px;
	}
	.pill.pill-small {
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}
	.feature-small {
		margin-bottom: 14px;
	}
	.quote-container {
		padding-right: 40px;
		padding-left: 40px;
	}
	.quote-container.quote-container--small {
		margin-bottom: 20px;
	}
	.quote--x-small {
		font-size: 20px;
		line-height: 33px;
	}
	.heading-4 {
		margin-bottom: 34px;
	}
	.features-containe--small {
		max-width: 100%;
	}
	.features-containe--small.features-container--narrow {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size: 32px;
		line-height: 38px;
	}
	.hero_paragraph {
		font-size: 32px;
		line-height: 48px;
	}
	.hero_centered-container {
		max-width: 100%;
		margin-top: 39px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hero_logo {
		width: auto;
		max-width: 220px;
	}
	.hero_logo.logo--small {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.hero_logo.logo--alt {
		width: 240px;
		margin-bottom: 48px;
	}
	/* .nav-menu {
    background-color: #f2f2f2;
  } */
	.nav-link {
		padding-top: 24px;
		padding-bottom: 24px;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
	.nav-link:hover {
		box-shadow: none;
	}
	.nav-link.w--current {
		line-height: 40px;
	}
	.nav-link.nav-link--button {
		padding-top: 24px;
		padding-bottom: 24px;
		line-height: 40px;
	}
	.navbar {
		background-color: transparent;
	}
	/* .nav-container {
    background-color: #f2f2f2;
  } */
	.nav-container.nav-container--blue {
		background-color: #0083db;
	}
	.container.container-narrow.container-extra-schulen {
		display: block;
	}
	.container.container-flex {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.container.container-x-narrow.container-extra-schulen {
		display: block;
	}
	.section {
		padding-bottom: 20px;
	}
	.section.section--fullscreen {
		min-height: auto;
	}
	.section.section--light-blue {
		padding-top: 32px;
		padding-bottom: 16px;
	}
	.section.section--first {
		padding-bottom: 20px;
	}
	.section.section--large-pading {
		padding-top: 80px;
	}
	.h1-blue {
		margin-bottom: 48px;
	}
	.features-container {
		margin-right: 0px;
		margin-bottom: 80px;
		margin-left: 0px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.row__2-col {
		margin-bottom: 0px;
	}
	.row__1col {
		padding-right: 0px;
		padding-left: 0px;
	}
	.quote {
		width: 100%;
		font-size: 24px;
		line-height: 32px;
	}
	.quote-school {
		font-size: 12px;
		line-height: 16px;
	}
	.quote-icon1 {
		display: block;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: translate(0px, -32px);
		-ms-transform: translate(0px, -32px);
		transform: translate(0px, -32px);
	}
	.slider-arrow {
		color: transparent;
	}
	.team-portrait:hover {
		background-image: none;
		opacity: 1;
	}
	.text_3-col {
		-webkit-column-count: 1;
		column-count: 1;
	}
	.hamburger-icon {
		font-size: 30px;
	}
	.menu-button.w--open {
		background-color: transparent;
	}
	.pricing-table__title {
		margin-bottom: 0px;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	.pricing-table__header {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.features__title {
		margin-bottom: 24px;
		font-size: 26px;
		line-height: 32px;
	}
	.features__title.h2--left {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.h4.h4--pricing {
		margin-bottom: 0px;
	}
	.column.column--pricing {
		padding-top: 8px;
		padding-left: 24px;
	}
	.form-wrapper {
		width: auto;
		padding-right: 24px;
		padding-left: 24px;
	}
	.form-wrapper.form-wrapper--centered {
		width: auto;
	}
	.text-field.text-field--large {
		font-size: 40px;
	}
	.card.card--small {
		margin: 16px;
	}
	.h2-small {
		padding-left: 3px;
		text-align: left;
	}
	.h2-small.center-mobile {
		text-align: center;
	}
	.checkbox--text.text-field--large {
		font-size: 40px;
	}
	.text-field--blue.text-field--large {
		font-size: 40px;
	}
	.checkbox--text--default.text-field--large {
		font-size: 40px;
	}
	.text-field--gray.text-field--large {
		font-size: 40px;
	}
	.hero-title__title.h2--left {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.product-subtitle {
		margin-top: 24px;
	}
	.product-subtitle__subtitle {
		padding-left: 3px;
	}
	.container--small.container-narrow.container-extra-schulen {
		display: block;
	}
	.container--small.container-flex {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.product-screenshot {
		padding-right: 0px;
		padding-left: 0px;
	}
	.tag {
		min-width: 50px;
		margin-left: 0px;
	}
	.header-image {
		position: static;
		display: block;
		width: 200%;
		height: 90%;
		max-width: 200%;
		margin-top: 40px;
		margin-right: auto;
		margin-left: -50%;
	}
	.header-image.header-image--smaller {
		width: auto;
		margin-left: auto;
	}
	.main-section {
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.heading-fullwidth {
		width: auto;
		margin-top: 20px;
		margin-left: 0px;
		padding-right: 0px;
	}
	.link-arrow {
		display: none;
	}
	.section__fullwidth--header {
		height: auto;
		margin-top: 80px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-right: 16px;
		padding-left: 16px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
		background-image: linear-gradient(180deg, transparent, transparent);
	}
	.heading-01.t-left {
		font-size: 28px;
		line-height: 38px;
	}
	.heading--button {
		max-width: 500px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.paragraph-container {
		margin-top: 0px;
	}
	.paragraph.text--dark-80 {
		margin-bottom: 20px;
	}
	.paragraph.text--dark-80.t-left {
		margin-top: 0px;
	}
	.div-block-3 {
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 24px;
		padding-bottom: 7px;
		padding-left: 24px;
	}
	.quote--small {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
	}
	.div-block-4 {
		margin-bottom: 24px;
	}
	.h4-author-copy {
		font-size: 16px;
		line-height: 19px;
	}
	.features__column {
		padding-right: 0px;
		padding-left: 0px;
	}
	.modal {
		padding-right: 0px;
		padding-left: 0px;
	}
	.news-ticker {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.heading-2 {
		margin-top: 20px;
	}
	.news-field {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.news-field__text {
		font-size: 16px;
		line-height: 20px;
	}
	.header-teaser {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.feature-small {
		padding-right: 0px;
		padding-left: 0px;
	}
	.quote-container {
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 24px;
		padding-bottom: 7px;
		padding-left: 24px;
	}
	.grid {
		width: 100%;
		margin-bottom: 40px;
	}
	.quote--x-small {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
	}
	.small-list__item {
		font-size: 16px;
		line-height: 23px;
	}
	.h4-author-copy-copy {
		font-size: 16px;
		line-height: 19px;
	}
	.features-containe--small {
		margin-right: 0px;
		margin-bottom: 80px;
		margin-left: 0px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.features__title--small {
		margin-bottom: 24px;
		font-size: 26px;
		line-height: 32px;
	}
	.features__title--small.h2--left {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.notification__text {
		max-width: 70%;
	}
}

#w-node-6d009a0dc853-56b022bb {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 4;
	grid-column-start: span 4;
	-ms-grid-column-span: 4;
	grid-column-end: span 4;
}

#w-node-7cfc20e1356d-56b022bb {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 4;
	grid-column-start: span 4;
	-ms-grid-column-span: 4;
	grid-column-end: span 4;
}

#w-node-24592adc95cc-56b022bb {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 4;
	grid-column-start: span 4;
	-ms-grid-column-span: 4;
	grid-column-end: span 4;
}
