.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	background-color: #fff
}

body.disable-scroll {
	overflow-y: hidden
}

input[type=button],
input[type=email],
input[type=number],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.h-bg-c-0 {
	background-color: #6f58c4
}

.h-bg-c-1 {
	background-color: #2363ae
}

.h-bg-c-2 {
	background-color: #fff
}

.h-bg-c-3 {
	background-color: #000
}

.h-bg-c-4 {
	background-color: #bfbfbf
}

.h-bg-c-5 {
	background-color: #efefef
}

.h-bg-c-6 {
	background-color: #9aa0a9
}

.h-bg-c-7 {
	background-color: #616773
}

.h-bg-c-8 {
	background-color: #f5f6f6
}

.h-bg-c-9 {
	background-color: #483b90
}

.h-bg-c-10 {
	background-color: #222651
}

@supports ((-webkit-animation-name:slideInUp) or (animation-name:slideInUp)) {
	.h-animate-in-slide-up.js-animate-in {
		will-change: opacity;
		opacity: 0
	}
	.no-js .h-animate-in-slide-up.js-animate-in {
		opacity: 1
	}
}

.h-animate-in-slide-up.js-animate-in.js-animate-in--is-active {
	-webkit-animation: slideInUp .75s cubic-bezier(.25, .46, .45, .94) forwards;
	animation: slideInUp .75s cubic-bezier(.25, .46, .45, .94) forwards
}

@supports ((-webkit-animation-name:slideInLeft) or (animation-name:slideInLeft)) {
	.h-animate-in-slide-left.js-animate-in {
		will-change: opacity;
		opacity: 0
	}
	.no-js .h-animate-in-slide-left.js-animate-in {
		opacity: 1
	}
}

.h-animate-in-slide-left.js-animate-in.js-animate-in--is-active {
	-webkit-animation: slideInLeft 1s cubic-bezier(.18, .89, .32, 1.25) forwards;
	animation: slideInLeft 1s cubic-bezier(.18, .89, .32, 1.25) forwards
}

@supports ((-webkit-animation-name:slideInRight) or (animation-name:slideInRight)) {
	.h-animate-in-slide-right.js-animate-in {
		will-change: opacity;
		opacity: 0
	}
	.no-js .h-animate-in-slide-right.js-animate-in {
		opacity: 1
	}
}

.h-animate-in-slide-right.js-animate-in.js-animate-in--is-active {
	-webkit-animation: slideInRight 1s cubic-bezier(.18, .89, .32, 1.25) forwards;
	animation: slideInRight 1s cubic-bezier(.18, .89, .32, 1.25) forwards
}

@supports ((-webkit-animation-name:fadeIn) or (animation-name:fadeIn)) {
	.h-animate-in-fade.js-animate-in {
		will-change: opacity;
		opacity: 0
	}
	.no-js .h-animate-in-fade.js-animate-in {
		opacity: 1
	}
}

.h-animate-in-fade.js-animate-in.js-animate-in--is-active {
	-webkit-animation: fadeIn .75s ease-in-out forwards;
	animation: fadeIn .75s ease-in-out forwards
}

@supports ((-webkit-animation-name:scaleIn) or (animation-name:scaleIn)) {
	.h-animate-in-scale.js-animate-in {
		will-change: opacity;
		opacity: 0
	}
	.no-js .h-animate-in-scale.js-animate-in {
		opacity: 1
	}
}

.h-animate-in-scale.js-animate-in.js-animate-in--is-active {
	-webkit-animation: scaleIn .75s ease-in-out forwards;
	animation: scaleIn .75s ease-in-out forwards
}

.h-animate-in-floating.js-animate-in.js-animate-in--is-active {
	-webkit-animation: floating 3s ease-in-out infinite;
	animation: floating 3s ease-in-out infinite
}

.h-animate-in-fill-text.js-animate-in.js-animate-in--is-active {
	-webkit-animation: fillText 2s ease-in-out forwards;
	animation: fillText 2s ease-in-out forwards
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	50% {
		opacity: 1
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	50% {
		opacity: 1
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	65% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	65% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes fillText {
	0% {
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

@keyframes fillText {
	0% {
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
	}
	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

.l-blog-content-container {
	max-width: 760px;
	margin: 0 auto
}

.l-blog-content-container img {
	max-width: 100%;
	width: 100%;
	height: auto
}

.l-blog-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1488px;
	padding: 120px 30px
}

@media only screen and (max-width:75rem) {
	.l-blog-container {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-blog-container {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.l-blog-container--no-pad-top {
	padding-top: 0
}

.l-blog-container a {
	color: #6f58c4
}

.l-small-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
	padding: 120px 30px
}

@media only screen and (max-width:75rem) {
	.l-small-container {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-small-container {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.l-small-container--no-pad {
	padding: 0
}

.l-small-container--no-pad-top {
	padding-top: 0
}

.l-small-container--no-pad-left {
	padding-left: 0
}

.l-small-container--no-pad-right {
	padding-right: 0
}

.l-small-container--no-pad-bottom {
	padding-bottom: 0
}

.l-standard-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
	padding: 120px 30px
}

@media only screen and (max-width:75rem) {
	.l-standard-container {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-standard-container {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.l-standard-container--no-pad {
	padding: 0
}

.l-standard-container--no-pad-top {
	padding-top: 0
}

.l-standard-container--no-pad-left {
	padding-left: 0
}

.l-standard-container--no-pad-right {
	padding-right: 0
}

.l-standard-container--no-pad-bottom {
	padding-bottom: 0
}

@media (max-width:767px) {
	.l-standard-container--no-pad-right-mobile {
		padding-right: 0
	}
	.l-standard-container--no-pad-left-mobile {
		padding-left: 0
	}
}

.l-large-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
	padding: 120px 30px;
	position: relative
}

@media only screen and (max-width:75rem) {
	.l-large-container {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-large-container {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.l-large-container--no-pad {
	padding: 0
}

.l-large-container--no-pad-top {
	padding-top: 0
}

.l-large-container--no-pad-left {
	padding-left: 0
}

.l-large-container--no-pad-right {
	padding-right: 0
}

.l-large-container--no-pad-bottom {
	padding-bottom: 0
}

.l-container-absolute {
	position: absolute;
	top: 0;
	left: 0
}

.l-container-relative {
	position: relative;
	top: 0;
	left: 0
}

.l-container-relative--index-2 {
	z-index: 2
}

.l-container-relative--index-fix {
	z-index: -1!important
}

.l-container-two-col-sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.l-container-two-col-sidebar__sidebar {
	width: 30%;
	padding: 120px 80px
}

@media (max-width:1860px) {
	.l-container-two-col-sidebar__sidebar {
		width: 25%
	}
}

@media (max-width:1700px) {
	.l-container-two-col-sidebar__sidebar {
		padding: 120px 60px
	}
}

@media (max-width:1650px) {
	.l-container-two-col-sidebar__sidebar {
		padding: 80px 40px
	}
}

@media (max-width:1259px) {
	.l-container-two-col-sidebar__sidebar {
		width: 35%
	}
}

@media (max-width:1023px) {
	.l-container-two-col-sidebar__sidebar {
		width: 40%
	}
}

@media (max-width:767px) {
	.l-container-two-col-sidebar__sidebar {
		width: 100%;
		padding: 40px
	}
}

.l-container-two-col-sidebar__master-content {
	width: 70%;
	padding: 120px 80px
}

@media (max-width:1860px) {
	.l-container-two-col-sidebar__master-content {
		width: 75%
	}
}

@media (max-width:1700px) {
	.l-container-two-col-sidebar__master-content {
		padding: 120px 60px
	}
}

@media (max-width:1650px) {
	.l-container-two-col-sidebar__master-content {
		padding: 80px 40px
	}
}

@media (max-width:1259px) {
	.l-container-two-col-sidebar__master-content {
		width: 65%
	}
}

@media (max-width:1023px) {
	.l-container-two-col-sidebar__master-content {
		width: 60%
	}
}

@media (max-width:767px) {
	.l-container-two-col-sidebar__master-content {
		width: 100%;
		padding: 40px
	}
}

.l-block-space-top {
	margin-top: 60px
}

@media only screen and (max-width:75rem) {
	.l-block-space-top {
		margin-top: 30px
	}
}

.l-block-space-bottom {
	margin-bottom: 60px
}

@media only screen and (max-width:75rem) {
	.l-block-space-bottom {
		margin-bottom: 30px
	}
}

.l-block-large-space-top {
	margin-top: 85px
}

@media only screen and (max-width:75rem) {
	.l-block-large-space-top {
		margin-top: 60px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-block-large-space-top {
		margin-top: 30px
	}
}

.l-block-large-space-bottom {
	margin-bottom: 85px
}

@media only screen and (max-width:75rem) {
	.l-block-large-space-bottom {
		margin-bottom: 60px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-block-large-space-bottom {
		margin-bottom: 30px
	}
}

.l-block-xtralarge-space-top {
	margin-top: 120px
}

@media only screen and (max-width:75rem) {
	.l-block-xtralarge-space-top {
		margin-top: 85px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-block-xtralarge-space-top {
		margin-top: 60px
	}
}

@media only screen and (max-width:39rem) {
	.l-block-xtralarge-space-top {
		margin-top: 30px
	}
}

.l-block-xtralarge-space-bottom {
	margin-bottom: 120px
}

@media only screen and (max-width:75rem) {
	.l-block-xtralarge-space-bottom {
		margin-bottom: 85px
	}
}

@media only screen and (max-width:47.9375rem) {
	.l-block-xtralarge-space-bottom {
		margin-bottom: 60px
	}
}

@media only screen and (max-width:39rem) {
	.l-block-xtralarge-space-bottom {
		margin-bottom: 30px
	}
}

.e-grey-bg {
	background: #f5f6f6
}

body {
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem
}

.e-bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.e-bg-image--bottom {
	background-position: bottom;
	background-size: cover
}

.e-bg-image--single {
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto
}

.cli-plugin-button,
.e-btn {
	display: inline-block;
	font-size: 1rem;
	padding: 8px 24px;
	outline: 0;
	text-align: center;
	-webkit-transition: background-color .3s linear, color .3s linear;
	transition: background-color .3s linear, color .3s linear;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal
}

.cli-plugin-button:hover,
.e-btn:hover {
	cursor: pointer
}

.cli-plugin-button:focus,
.e-btn:focus {
	outline: 0
}

@media (max-width:767px) {
	.cli-plugin-button,
	.e-btn {
		font-size: 1.125rem
	}
}

.cli-plugin-button--large,
.e-btn--large {
	font-size: 1.25rem;
	padding: 16px 32px;
	line-height: .95
}

.cli-plugin-button--solid-white,
.e-btn--solid-white {
	background: #fff;
	color: #000
}

.cli-plugin-button--solid-purple,
.e-btn--solid-purple {
	background: #6f58c4
}

.cli-plugin-button--solid-purple:hover,
.e-btn--solid-purple:hover {
	color: #fff;
	background-color: #483b90
}

.cli-plugin-button--solid-purple-2,
.e-btn--solid-purple-2 {
	background: #8d5acc
}

.cli-plugin-button--solid-purple-2:hover,
.e-btn--solid-purple-2:hover {
	color: #fff;
	background-color: #6f58c4
}

.cli-plugin-button--solid-purple-3,
.e-btn--solid-purple-3 {
	background: #483b90
}

.cli-plugin-button--solid-purple-3:hover,
.e-btn--solid-purple-3:hover {
	color: #fff;
	background-color: #6f58c4
}

body .cli-plugin-button {
	font-size: 1.25rem!important;
	padding: 16px 32px;
	font-weight: 700
}

body {
	font-family: open-sans, sans-serif
}

body,
h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5 {
	font-family: neuzeit-grotesk, sans-serif
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 20px
}

p:last-child {
	margin-bottom: 0
}

a {
	text-decoration: none
}

a,
a:focus {
	outline: 0
}

strong {
	font-weight: 700
}

ul {
	list-style: none
}

ul li {
	font-size: 1.3125rem;
	margin-bottom: 20px
}

ul li:last-child {
	margin-bottom: 0
}

.e-heading-1,
.h-typography-standard h1 {
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.768rem;
	line-height: 1;
	color: #fff
}

@media (max-width:624px) {
	.e-heading-1,
	.h-typography-standard h1 {
		font-size: 4.5rem
	}
}

@media (max-width:480px) {
	.e-heading-1,
	.h-typography-standard h1 {
		font-size: 3.5rem
	}
}

@media (max-width:390px) {
	.e-heading-1,
	.h-typography-standard h1 {
		font-size: 2.875rem
	}
}

.e-heading-2,
.h-typography-standard h2 {
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.815rem;
	line-height: 1
}

@media (max-width:1259px) {
	.e-heading-2,
	.h-typography-standard h2 {
		font-size: 3rem
	}
}

@media (max-width:624px) {
	.e-heading-2,
	.h-typography-standard h2 {
		font-size: 2.625rem
	}
}

@media (max-width:480px) {
	.e-heading-2,
	.h-typography-standard h2 {
		font-size: 2.375rem
	}
}

@media (max-width:390px) {
	.e-heading-2,
	.h-typography-standard h2 {
		font-size: 2.125rem
	}
}

.e-heading-3,
.h-typography-standard h3 {
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.441rem;
	line-height: 1.1
}

@media (max-width:1259px) {
	.e-heading-3,
	.h-typography-standard h3 {
		font-size: 1.75rem
	}
}

@media (max-width:624px) {
	.e-heading-3,
	.h-typography-standard h3 {
		font-size: 1.5rem
	}
}

.e-heading-4 {
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.953rem;
	line-height: 1.25
}

@media (max-width:624px) {
	.e-heading-4 {
		font-size: 1.375rem
	}
}

.e-heading-5 {
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.563rem;
	line-height: 1.25
}

@media (max-width:624px) {
	.e-heading-5 {
		font-size: 1.3125rem
	}
}

.e-heading-6 {
	font-weight: 400;
	font-size: 1.25rem
}

.e-heading-6,
.e-heading-7 {
	font-family: neuzeit-grotesk, sans-serif;
	font-style: normal;
	line-height: 1.25
}

.e-heading-7 {
	font-weight: 700;
	font-size: 1rem;
	color: #6f58c4
}

.e-404-heading {
	color: #000;
	text-align: center
}

.e-word-highlighter-gradient {
	background-size: 0 0;
	position: relative;
	transition: -webkit-text-stroke .5s ease-in-out
}

@supports (-webkit-text-stroke:2px rgba(35, 99, 174, 0.8)) {
	.e-word-highlighter-gradient {
		color: transparent;
		-webkit-text-stroke: 2px rgba(35, 99, 174, .8)
	}
}

.e-word-highlighter-gradient:hover {
	-webkit-text-stroke: 2px rgba(111, 88, 196, 0)
}

.e-word-highlighter-gradient__overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	will-change: clip-path;
	-webkit-transition: -webkit-clip-path .5s ease-in-out;
	transition: -webkit-clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out
}

@supports (-webkit-background-clip:text) {
	.e-word-highlighter-gradient__overlay {
		background: #9653d4;
		background: -webkit-gradient(linear, left top, right top, from(#9653d4), color-stop(60%, #2363ae), to(#2363ae));
		background: linear-gradient(90deg, #9653d4, #2363ae 60%, #2363ae);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text
	}
}

.e-word-highlighter-gradient:hover .e-word-highlighter-gradient__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.e-word-highlighter-black {
	line-height: 1.25;
	background-size: 0 0;
	position: relative;
	transition: -webkit-text-stroke .5s ease-in-out
}

@supports (-webkit-text-stroke:2px rgba(0, 0, 0, 0.8)) {
	.e-word-highlighter-black {
		color: transparent;
		-webkit-text-stroke: 2px rgba(72, 59, 144, .8)
	}
}

.e-word-highlighter-black .e-word-highlighter-black__overlay.js-animate-in--is-active,
.e-word-highlighter-black:hover {
	-webkit-text-stroke: 2px transparent
}

.e-word-highlighter-black__overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	will-change: clip-path;
	-webkit-transition: -webkit-clip-path .5s ease-in-out;
	transition: -webkit-clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out
}

@supports (-webkit-background-clip:text) {
	.e-word-highlighter-black__overlay {
		background: #000;
		-webkit-text-fill-color: #000;
		-webkit-background-clip: text
	}
}

.e-word-highlighter-black:hover .e-word-highlighter-black__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.e-word-highlighter-purple {
	background-size: 0 0;
	position: relative;
	transition: -webkit-text-stroke .5s ease-in-out
}

@supports (-webkit-text-stroke:2px rgba(111, 88, 196, 0.8)) {
	.e-word-highlighter-purple {
		color: transparent;
		-webkit-text-stroke: 2px rgba(111, 88, 196, .8)
	}
}

.e-word-highlighter-purple__overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	will-change: clip-path;
	-webkit-transition: -webkit-clip-path .5s ease-in-out;
	transition: -webkit-clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out
}

@supports (-webkit-background-clip:text) {
	.e-word-highlighter-purple__overlay {
		background: #6f58c4;
		-webkit-text-fill-color: #6f58c4;
		-webkit-background-clip: text
	}
}

.e-word-highlighter-purple:hover .e-word-highlighter-purple__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.e-word-highlighter-white {
	line-height: 1.25;
	background-size: 0 0;
	position: relative;
	transition: -webkit-text-stroke .5s ease-in-out
}

@supports (-webkit-text-stroke:2px rgba(255, 255, 255, 0.8)) {
	.e-word-highlighter-white {
		color: transparent;
		-webkit-text-stroke: 2px #fff
	}
}

.e-word-highlighter-white__overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	will-change: clip-path;
	-webkit-transition: -webkit-clip-path .5s ease-in-out;
	transition: -webkit-clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out;
	transition: clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out
}

@supports (-webkit-background-clip:text) {
	.e-word-highlighter-white__overlay {
		background: #000;
		-webkit-text-fill-color: #fff;
		-webkit-background-clip: text
	}
}

.e-word-highlighter-white:hover .e-word-highlighter-white__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.e-paragraph,
.h-typography-standard p {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9375rem;
	line-height: 1.75;
	color: #fff
}

.e-link,
.h-typography-standard a {
	color: #2363ae;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out
}

.e-link:focus,
.e-link:hover,
.h-typography-standard a:focus,
.h-typography-standard a:hover {
	color: #6f58c4
}

.h-typography-standard>* {
	margin-top: 24px
}

.h-typography-standard>:first-child {
	margin-top: 0
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
	background: #fff;
	color: #000;
	border-radius: 5px;
	border: 1px solid #9aa0a9;
	width: 100%;
	font-size: 1rem;
	padding: 24px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #6f58c4
}

input[type=email].input--small,
input[type=search].input--small,
input[type=tel].input--small,
input[type=text].input--small,
select.input--small,
textarea.input--small {
	font-size: 1rem;
	padding: 18px 16px 19px
}

input[type=search] {
	background: url(/resources/images/icons/search-icon.svg) 96% no-repeat #fff;
	background-size: 28px
}

input[type=search]:focus {
	background: none;
	background-color: #fff
}

.video-wrapper {
	z-index: 1;
	overflow: hidden
}

.video-wrapper,
.video-wrapper__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%
}

.video-wrapper__video {
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}

.b-banner-master {
	padding: 150px 0
}

.b-banner-master__cols {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.b-banner-master__col-left,
.b-banner-master__cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.b-banner-master__col-left {
	width: 55%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1023px) {
	.b-banner-master__col-left {
		width: 100%
	}
}

.b-banner-master__col-right {
	width: 45%
}

@media (max-width:1023px) {
	.b-banner-master__col-right {
		width: 100%
	}
}

.b-banner-master__col-text {
	width: 100%;
	max-width: 665px;
	padding-right: 30px
}

.b-banner-master__col-text p {
	margin-bottom: 40px
}

@media (max-width:1023px) {
	.b-banner-master__col-text {
		margin: 0 auto;
		text-align: center;
		padding-right: 0
	}
}

.b-banner-master__caption {
	margin-bottom: 5px!important;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff
}

.b-banner-master__col-graphic {
	width: 100%;
	max-width: 780px
}

.b-banner-master__col-graphic img {
	max-width: 100%
}

@media (max-width:1023px) {
	.b-banner-master__col-graphic {
		max-width: 620px;
		margin: 40px auto -200px
	}
}

.b-banner-master h1 {
	margin-bottom: 40px
}

.b-banner-simple {
	text-align: center
}

.b-banner-simple h1 {
	margin-top: 40px
}

.b-banner-simple p {
	max-width: 600px;
	width: 100%;
	margin: 10px auto 0
}

@media (max-width:767px) {
	.b-banner-simple .l-standard-container {
		padding-top: 60px
	}
}

.b-benefits {
	color: #000;
	text-align: center
}

.b-benefits .e-heading-1 {
	color: #000
}

.b-benefits p {
	max-width: 640px;
	width: 100%;
	margin: 20px auto 0;
	color: #616773
}

.b-benefits img {
	max-width: 170px;
	width: 170px
}

.b-benefits--white-text {
	color: #fff
}

.b-benefits__list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px
}

.b-benefits__list,
.b-benefits__list__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.b-benefits__list__col {
	width: 25%;
	padding: 0 3%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

.b-benefits__list__col:after {
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	top: 20%;
	right: 0;
	border-right: 1px solid #efefef
}

.b-benefits__list__col:last-child:after {
	border: none
}

@media (max-width:1150px) {
	.b-benefits__list__col {
		width: 50%;
		margin-bottom: 60px
	}
	.b-benefits__list__col:nth-child(2):after {
		border: none
	}
}

@media (max-width:767px) {
	.b-benefits__list__col {
		width: 100%
	}
	.b-benefits__list__col:after {
		border: none
	}
}

.b-benefits__list--three-col,
.b-benefits__list--three-col__col {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.b-benefits__list--three-col__col {
	width: 33%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0
}

.b-benefits__list--three-col__col:after {
	border: none
}

.b-benefits__list--three-col__col p {
	max-width: 360px
}

@media (max-width:767px) {
	.b-benefits__list--three-col__col {
		width: 100%;
		margin-bottom: 40px
	}
}

.b-benefits__list h3 {
	margin: 40px 0 10px
}

.b-benefits__list p {
	margin-bottom: 40px
}

.b-benefits-basic {
	color: #000;
	text-align: center
}

.b-benefits-basic__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px
}

@media (max-width:480px) {
	.b-benefits-basic__list {
		margin-top: 40px
	}
}

.b-benefits-basic__list__col {
	width: 30%;
	padding: 0 3%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.b-benefits-basic__list__col img {
	max-width: 80px;
	width: 100%
}

@media (max-width:767px) {
	.b-benefits-basic__list__col {
		width: 100%;
		margin-bottom: 40px
	}
}

.b-benefits-basic__list h3 {
	margin: 30px 0 20px
}

.b-benefits-basic__list p {
	color: #616773
}

.b-article-bnr {
	margin-bottom: 62px
}

@media (max-width:1200px) {
	.b-article-bnr {
		margin: 60px 0
	}
}

@media (max-width:1023px) {
	.b-article-bnr {
		margin-bottom: 32px
	}
}

.b-article-bnr__img {
	display: block;
	width: 100%;
	height: auto
}

.b-blog-content {
	color: #000
}

@media (max-width:460px) {
	.b-blog-content {
		padding-bottom: 60px
	}
}

.b-blog-content__blockquote,
.b-blog-content__image,
.b-blog-content__plain_text {
	margin-bottom: 30px
}

.b-blog-content__plain_text {
	color: #616773
}

.b-blog-content__image h4 {
	margin-bottom: 20px
}

.b-blog-content__blockquote {
	font-size: 2.25rem;
	line-height: 1.25;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 20px 0 20px 60px;
	border-left: 4px solid #6f58c4
}

@media (max-width:767px) {
	.b-blog-content__blockquote {
		font-size: 1.625rem;
		padding-left: 20px
	}
}

@media (max-width:500px) {
	.b-blog-content__blockquote {
		font-size: 1.25rem
	}
}

@media (max-width:400px) {
	.b-blog-content__blockquote {
		font-size: 1.125rem
	}
}

.b-blog-next-prev-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #bfbfbf;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto
}

@media (max-width:1440px) {
	.b-blog-next-prev-nav {
		padding: 0 20px
	}
}

.b-blog-next-prev-nav a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000
}

.b-blog-next-prev-nav a.disabled {
	opacity: .3
}

.b-blog-next-prev-nav a.disabled:hover {
	cursor: default
}

.b-blog-next-prev-nav svg {
	width: 22px
}

.b-blog-next-prev-nav__next {
	display: inline-block
}

.b-blog-next-prev-nav__next__arrow-text {
	position: relative;
	top: -3px;
	padding-right: 20px
}

.b-blog-next-prev-nav__prev {
	display: inline-block
}

.b-blog-next-prev-nav__prev__arrow-text {
	position: relative;
	top: -3px;
	padding-left: 20px
}

.b-blog-next-prev-nav__arrow {
	fill: #d4cded;
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-transition: fill .25s ease-in-out;
	transition: fill .25s ease-in-out
}

.b-blog-next-prev-nav__arrow:focus,
.b-blog-next-prev-nav__arrow:hover {
	fill: #6f58c4
}

.b-blog-share {
	border: 1px solid #bfbfbf;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 20px
}

.b-blog-share__icon {
	border-right: 1px solid #bfbfbf;
	width: 33.33%;
	text-align: center;
	margin: 0;
	cursor: pointer;
	-webkit-transition: fill .25s ease-in-out;
	transition: fill .25s ease-in-out;
	position: relative
}

.b-blog-share__icon a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0
}

.b-blog-share__icon:last-child {
	border-right: none
}

.b-blog-share__icon:focus,
.b-blog-share__icon:hover {
	fill: #6f58c4
}

.b-blog-share__icon-facebook svg {
	width: 11px;
	height: 21px
}

.b-blog-share__icon-twitter svg {
	width: 21px;
	height: 17px
}

.b-blog-share__icon-linkedin svg {
	width: 21px;
	height: 20px
}

.b-blog-share__icon-mail svg {
	width: 16px;
	height: 20px
}

.b-author-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f6f6;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 40px
}

@media only screen and (max-width:36.25rem) {
	.b-author-card {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 20px
	}
}

.b-author-card__thumb {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 90px;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	width: 90px;
	height: 90px;
	margin-right: 20px;
	border-radius: 50%
}

@media (max-width:500px) {
	.b-author-card__thumb {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50px;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		max-width: 50px;
		max-height: 50px
	}
}

.b-author-card__heading {
	font-size: 1.125rem;
	line-height: 1.5;
	color: #000
}

.b-author-card__bio {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.35;
	color: #616773
}

@media only screen and (max-width:36.25rem) {
	.b-author-card__bio {
		display: none
	}
}

.b-packages-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.b-packages-card__card {
	width: 480px;
	max-width: 480px;
	-webkit-box-shadow: 0 0 15px 2px rgba(37, 25, 25, .1);
	box-shadow: 0 0 15px 2px rgba(37, 25, 25, .1);
	border-radius: 4px
}

@media (max-width:1630px) {
	.b-packages-card__card {
		width: 30%
	}
}

@media (max-width:992px) {
	.b-packages-card__card {
		width: 100%;
		margin: 0 auto 60px
	}
}

.b-packages-card__card img {
	display: block;
	max-width: 100%
}

.b-packages-card__card h3 {
	color: #000
}

.b-packages-card__card ul {
	margin: 40px 0
}

.b-packages-card__card ul li {
	color: #616773;
	font-size: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:767px) {
	.b-packages-card__card ul li {
		font-size: 1rem
	}
}

.b-packages-card__card ul li span {
	display: inline-block
}

.b-packages-card__card ul li img {
	width: 16px;
	margin-right: 10px
}

.b-packages-card__card-image {
	border-bottom: 2px solid #efefef;
	overflow: hidden;
	margin: 0 auto;
	max-width: 200px;
	padding: 15px 0
}

.b-packages-card__card-image img {
	margin: 0 auto
}

.b-packages-card__card-content {
	background: #fff;
	padding: 40px 60px 60px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center
}

@media (max-width:1259px) {
	.b-packages-card__card-content {
		padding: 20px 20px 40px 30px
	}
}

.b-packages-card__card-content .e-btn {
	font-size: 1.1875rem
}

.b-contact-sections {
	width: 100%
}

.b-contact-sections__tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 740px;
	width: 100%;
	margin: 80px auto 0
}

@media (max-width:767px) {
	.b-contact-sections__tabs {
		margin: 40px auto 0
	}
}

.b-contact-sections__tabs li {
	margin-right: 10px;
	font-size: 1.25rem;
	margin-bottom: 19px;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media (max-width:624px) {
	.b-contact-sections__tabs li {
		font-size: 1.125rem
	}
}

@media (max-width:460px) {
	.b-contact-sections__tabs li {
		font-size: 1rem
	}
}

.b-contact-sections__tabs li:last-child {
	margin-right: 0
}

.b-contact-sections__tabs li a {
	color: #fff;
	padding: 15px 5px;
	border-bottom: 5px solid transparent;
	-webkit-transition: font-weight .4s ease-in;
	transition: font-weight .4s ease-in;
	-webkit-transition: border .4s ease-in-out;
	transition: border .4s ease-in-out
}

.b-contact-sections__tabs li a.active,
.b-contact-sections__tabs li a:hover {
	border-color: #fff
}

.b-contact-sections__tabs li a.active {
	font-weight: 700
}

.b-contact-sections__pane {
	display: none;
	width: 100%;
	-webkit-animation: fadeIn .75s ease-in-out forwards;
	animation: fadeIn .75s ease-in-out forwards
}

.b-contact-sections__tab-pane {
	color: #000
}

.b-contact-sections__tab-pane .e-heading-3,
.b-contact-sections__tab-pane .e-heading-4 {
	text-align: center;
	margin-bottom: 60px
}

@media (max-width:767px) {
	.b-contact-sections__tab-pane .e-heading-3,
	.b-contact-sections__tab-pane .e-heading-4 {
		margin-bottom: 30px
	}
}

.b-contact-sections__tab-pane .active {
	display: block
}

.b-default {
	color: #616773;
	padding: 0 60px 150px
}

@media (max-width:1259px) {
	.b-default {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width:767px) {
	.b-default {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:460px) {
	.b-default {
		padding-bottom: 220px
	}
}

.b-default h2,
.b-default h3 {
	color: #000;
	margin-bottom: 20px
}

.b-default__section {
	margin-bottom: 40px
}

.b-main-footer {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 0 40px
}

@media (max-width:1200px) {
	.b-main-footer {
		padding: 3% 0 30px
	}
}

@media (max-width:767px) {
	.b-main-footer {
		padding: 10% 0 30px
	}
}

@media (max-width:460px) {
	.b-main-footer {
		padding: 20% 0 30px
	}
}

.b-main-footer.e-bg-image {
	background-position: top
}

@media (max-width:980px) {
	.b-main-footer__nav {
		text-align: center;
		width: 100%
	}
}

.b-main-footer__nav nav ul li {
	display: inline-block;
	font-size: 1rem;
	margin: 0 20px 0 0
}

.b-main-footer__nav nav ul li:last-child {
	margin: 0
}

.b-main-footer__nav-link {
	color: #fff
}

.b-main-footer__two-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-main-footer__two-col__col {
	width: 50%
}

.b-main-footer__two-col__col-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width:1160px) {
	.b-main-footer__two-col__col-left {
		width: 40%
	}
}

@media (max-width:980px) {
	.b-main-footer__two-col__col-left,
	.b-main-footer__two-col__inner {
		width: 100%;
		text-align: center
	}
}

.b-main-footer__two-col__col-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:1160px) {
	.b-main-footer__two-col__col-right {
		width: 60%
	}
}

@media (max-width:980px) {
	.b-main-footer__two-col__col-right {
		width: 100%
	}
	.b-main-footer__two-col__col-right .b-newsletter-form {
		margin: 40px auto 0
	}
}

@media (max-width:460px) {
	.b-main-footer--centered__ctas a {
		display: block
	}
	.b-main-footer--centered__ctas a,
	.b-main-footer .b-main-header__nav-item {
		width: 100%;
		clear: both;
		margin-bottom: 20px
	}
}

.b-main-footer__two-col--bottom {
	background: #222651;
	padding: 15px 20px
}

.b-main-footer__two-col--bottom img {
	height: 30px
}

.b-main-footer__two-col--bottom__col--social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.b-main-footer__two-col--bottom__col--social img {
	height: 26px
}

.b-main-footer--centered {
	text-align: center
}

.b-main-footer--centered .input-fl__terms {
	text-align: left
}

.b-main-footer--centered__logo {
	margin: 0 auto 20px;
	display: block;
	text-align: center;
	width: 100%
}

.b-main-footer--centered__logo img {
	height: 72px
}

@media (max-width:767px) {
	.b-main-footer--centered__logo img {
		height: 50px
	}
}

.b-main-footer--centered h4 {
	margin-bottom: 50px
}

.b-main-footer--centered a.e-btn--solid-white {
	margin-right: 20px
}

.b-main-footer--left .b-main-footer__two-col {
	padding: 40px 0
}

@media (max-width:767px) {
	.b-main-footer--left .b-main-footer__two-col {
		padding-top: 0
	}
}

.b-main-footer--left__logo {
	max-width: 255px;
	width: 100%;
	margin: 0 0 6px;
	display: block
}

@media (max-width:980px) {
	.b-main-footer--left__logo {
		margin: 0 auto
	}
}

.b-main-footer--left__logo img {
	max-width: 100%;
	width: 100%
}

.b-main-footer--left h4 {
	margin-bottom: 30px
}

.b-main-footer--left .b-main-footer__two-col__col-right .b-main-footer__two-col__inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.b-main-footer--left .b-main-footer__two-col__col-right .b-main-footer__two-col__inner,
.b-main-footer--left__ctas {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.b-main-footer--left__ctas {
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 550px
}

@media (max-width:980px) {
	.b-main-footer--left__ctas {
		margin: 40px auto 0
	}
}

.b-main-footer--left__ctas .e-btn {
	width: 47%
}

@media (max-width:500px) {
	.b-main-footer--left__ctas .e-btn {
		width: 100%;
		margin-bottom: 20px
	}
}

.b-main-footer--left__nav nav ul li {
	font-size: 1.125rem;
	margin: 0 20px 0 0
}

.b-newsletter-form {
	width: 100%
}

.b-newsletter-form .e-btn {
	padding: 18px 24px 19px
}

@media (max-width:767px) {
	.b-newsletter-form .e-btn {
		padding: 17px 24px
	}
}

.b-newsletter-form a {
	color: #fff
}

.b-newsletter-form--restrict-width {
	max-width: 550px
}

.b-newsletter-form__notice {
	width: 100%;
	color: #fff;
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-newsletter-form__notice img {
	height: 14px;
	margin-left: 5px
}

.b-newsletter-form__input {
	width: 65%
}

.b-newsletter-form__btn {
	width: 35%
}

.b-newsletter-form__btn,
.b-newsletter-form__input {
	margin-top: 20px
}

.b-newsletter-form__btn--no-margin,
.b-newsletter-form__input--no-margin {
	margin-top: 0
}

@media (max-width:624px) {
	.b-newsletter-form__input {
		width: 60%
	}
	.b-newsletter-form__btn {
		width: 40%
	}
}

@media (max-width:550px) {
	.b-newsletter-form__btn,
	.b-newsletter-form__input {
		width: 100%;
		display: block
	}
}

.b-newsletter-form form ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

.b-newsletter-form form ul li {
	margin-bottom: 0
}

.b-newsletter-form form ul li.input-fl__terms {
	width: 100%;
	font-size: .875rem
}

.b-newsletter-form form ul li.input-fl__terms span.wpcf7-list-item {
	margin: 0
}

.b-newsletter-form form ul li.input-fl__terms label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.b-newsletter-form form ul li.input-fl__terms label input {
	width: auto;
	margin-right: 10px;
	height: 22px
}

.b-newsletter-form form ul li input {
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #fff
}

.b-newsletter-form form ul li input[type=submit] {
	background: transparent;
	border: 1px solid #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

#subscribeForm form ul li.input-fl__terms {
	color: #000
}

#subscribeForm .wpcf7 div.wpcf7-aborted,
#subscribeForm .wpcf7 div.wpcf7-acceptance-missing,
#subscribeForm .wpcf7 div.wpcf7-mail-sent-ng,
#subscribeForm .wpcf7 div.wpcf7-mail-sent-ok,
#subscribeForm .wpcf7 div.wpcf7-validation-errors {
	color: #000;
	border-color: #6f58c4
}

#subscribeForm h3,
#subscribeForm h4 {
	color: #000
}

#subscribeForm h4 {
	margin-bottom: 30px
}

#subscribeForm form ul li input {
	border: 1px solid #9aa0a9;
	border-right: none
}

@media (max-width:550px) {
	#subscribeForm form ul li input {
		border: 1px solid #9aa0a9
	}
}

#subscribeForm form ul li input[type=submit] {
	background: #6f58c4
}

.b-hover-keypoint-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.b-hover-keypoint-text__col {
	width: 50%
}

@media (max-width:1023px) {
	.b-hover-keypoint-text__col {
		width: 100%
	}
}

.b-hover-keypoint-text__col--graphic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-hover-keypoint-text__col--graphic img {
	width: 70%;
	max-width: 70%;
}

@media (max-width:1023px) {
	.b-hover-keypoint-text ul {
		text-align: center;
		margin-top: 60px
	}
}

@media (max-width:767px) {
	.b-hover-keypoint-text ul {
		margin-top: 100px
	}
}

.b-hover-keypoint-text ul li {
	color: #bfbfbf;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
	outline: 0
}

.b-hover-keypoint-text ul li:focus {
	outline: 0
}

.b-hover-keypoint-text ul li p {
	margin-top: 10px
}

.b-hover-keypoint-text ul li:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
	height: 100%;
	width: 15px;
	background: transparent
}

@media (max-width:1620px) {
	.b-hover-keypoint-text ul li:before {
		left: 0
	}
}

@media (max-width:624px) {
	.b-hover-keypoint-text ul li:before {
		left: -26px
	}
}

@media (max-width:1023px) {
	.b-hover-keypoint-text ul li {
		padding-left: 0
	}
	.b-hover-keypoint-text ul li:last-child {
		margin-bottom: 60px
	}
	.b-hover-keypoint-text ul li .e-word-highlighter-black__overlay {
		position: relative;
		top: -100px;
		margin: 0 auto -100px
	}
}

@media (max-width:624px) {
	.b-hover-keypoint-text ul li .e-word-highlighter-black__overlay {
		top: -90px;
		margin-bottom: -90px
	}
}

@media (max-width:480px) {
	.b-hover-keypoint-text ul li .e-word-highlighter-black__overlay {
		top: -70px;
		margin-bottom: -70px
	}
}

@media (max-width:390px) {
	.b-hover-keypoint-text ul li .e-word-highlighter-black__overlay {
		top: -57px;
		margin-bottom: -57px
	}
}

.b-hover-keypoint-text ul li a {
	color: #bfbfbf
}

.b-hover-keypoint-text ul li:hover,
.b-hover-keypoint-text ul li a:hover {
	color: #000
}

.b-hover-keypoint-text ul li:hover .e-word-highlighter-black__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.b-hover-keypoint-text ul a.active li {
	color: #000;
	cursor: pointer
}

.b-hover-keypoint-text ul a.active li .e-word-highlighter-black {
	-webkit-text-stroke: 2px transparent
}

.b-hover-keypoint-text ul a.active li:before {
	background: #6f58c4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #9653d4), color-stop(70%, #2363ae), to(#2363ae));
	background: linear-gradient(180deg, #9653d4 18%, #2363ae 70%, #2363ae)
}

.b-hover-keypoint-text ul a.active li .e-word-highlighter-black__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.b-hover-keypoint-text__pane {
	display: none;
	width: 100%
}

.b-hover-keypoint-text__pane.active {
	display: block
}

.b-main-header {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 40px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

@media (max-width:1460px) {
	.b-main-header {
		padding: 20px
	}
}

.b-main-header__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-main-header__col--nav {
	width: 75%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.b-main-header__col--logo {
	width: 25%
}

.b-main-header__logo img {
	height: 48px
}

@media (max-width:480px) {
	.b-main-header__logo img {
		height: 40px
	}
}

.b-main-header__nav {
	margin-left: 30px
}

@media (max-width:1259px) {
	.b-main-header__nav {
		display: none
	}
}

.b-main-header__nav nav ul li {
	display: inline-block;
	font-size: 1rem;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 10;
	padding-bottom: 20px
}

.b-main-header__nav nav ul li a.b-main-header__nav-link {
	-webkit-transition: border-color .3s ease-in;
	transition: border-color .3s ease-in;
	padding-bottom: 10px
}

.b-main-header__nav nav ul li.b-main-header__nav-item--text {
	margin: 0 40px 0 0;
	border-bottom: 3px solid transparent
}

@media (max-width:1420px) {
	.b-main-header__nav nav ul li.b-main-header__nav-item--text {
		margin: 0 20px 0 0
	}
}

.b-main-header__nav nav ul li.b-main-header__nav-item--text:hover a,
.b-main-header__nav nav ul li.b-main-header__nav-item--text a.active {
	border-bottom: 3px solid #fff
}

.b-main-header__nav nav ul li.b-main-header__nav-item--text a.active {
	font-weight: 700
}

.b-main-header__nav nav ul li:hover .b-main-header__sub-menu {
	opacity: 1;
	visibility: visible
}

.b-main-header__nav nav ul li:hover .b-main-header__sub-menu__nav-link {
	border-bottom: none!important
}

.b-main-header__nav nav ul li:last-child {
	margin: 0
}

.b-main-header__sub-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: #fff;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 264px;
	padding: 30px;
	z-index: 1;
	border-radius: 5px
}

.b-main-header__sub-menu__nav-link {
	border-bottom: none!important
}

.b-main-header__sub-menu__col--text {
	padding-left: 15px
}

.b-main-header__sub-menu__col-title {
	font-size: 1rem;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal
}

.b-main-header__sub-menu__col-description {
	font-size: .875rem;
	line-height: 1.3
}

.b-main-header__sub-menu__nav-item {
	width: 100%;
	clear: both;
	font-weight: 400
}

.b-main-header__sub-menu__nav-item:last-child {
	padding: 0
}

.b-main-header__sub-menu__nav-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out
}

.b-main-header__sub-menu__nav-item a:hover .b-main-header__sub-menu__col-title {
	color: #6f58c4
}

.b-main-header__sub-menu__nav-item a .col {
	width: 100%
}

.b-main-header__sub-menu__nav-item a img {
	width: 28px
}

.b-main-header__sub-menu__nav-item a {
	color: #000
}

.b-main-header__sub-menu--large {
	width: 750px;
	left: -335px;
	padding: 0
}

.b-main-header__sub-menu--large li {
	width: 50%;
	padding: 30px!important;
	border-right: 1px solid #efefef;
	margin-right: 0!important
}

.b-main-header__sub-menu--large li .b-main-header__sub-menu__col-title {
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out
}

.b-main-header__sub-menu--large li:last-child {
	border-right: 0
}

.b-main-header__sub-menu--large li a {
	padding: 0!important
}

.b-main-header__sub-menu--large li a img {
	width: 116px
}

.b-main-header__nav-link {
	color: #fff
}

.b-main-header__col--responsive-nav {
	display: none
}

.b-main-header__col--responsive-nav img {
	width: 40px;
	height: auto
}

@media (max-width:600px) {
	.b-main-header__col--responsive-nav img {
		width: 35px
	}
}

.b-main-header__col--responsive-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-main-header__col--responsive-nav ul li {
	margin-right: 20px;
	margin-bottom: 0
}

.b-main-header__col--responsive-nav ul li.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:600px) {
	.b-main-header__col--responsive-nav ul li.menu {
		position: relative;
		top: -4px
	}
}

.b-main-header__col--responsive-nav ul li:last-child {
	margin-right: 0
}

@media (max-width:600px) {
	.b-main-header__col--responsive-nav ul li .e-btn {
		display: none
	}
}

.b-main-header__col--responsive-nav:hover {
	cursor: pointer
}

@media (max-width:1259px) {
	.b-main-header__col--responsive-nav {
		display: block
	}
}

.b-blog-header {
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:75rem) {
	.b-blog-header {
		position: static
	}
}

.b-blog-header__heading-wrapper {
	max-width: 760px;
	margin: 0 auto 48px
}

.b-blog-header__heading-wrapper h1 {
	font-size: 2.625rem;
	color: #000
}

@media (max-width:1023px) {
	.b-blog-header__heading-wrapper h1 {
		font-size: 2.25rem
	}
}

@media (max-width:767px) {
	.b-blog-header__heading-wrapper h1 {
		font-size: 1.75rem
	}
}

@media only screen and (max-width:28.75rem) {
	.b-blog-header__heading-wrapper {
		margin-bottom: 34px
	}
}

.b-blog-header__meta {
	position: absolute;
	top: 0;
	right: 0
}

@media only screen and (max-width:75rem) {
	.b-blog-header__meta {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:28.75rem) {
	.b-blog-header__meta {
		display: block
	}
}

.b-blog-header__meta-item {
	max-width: 150px;
	margin-top: 12px;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #000
}

.b-blog-header__meta-item:first-child {
	margin-top: 0
}

@media only screen and (max-width:75rem) {
	.b-blog-header__meta-item {
		margin: 0 0 0 30px
	}
	.b-blog-header__meta-item:first-child {
		margin-left: 0
	}
}

.b-blog-header__meta-item span {
	font-weight: 500
}

@media only screen and (max-width:28.75rem) {
	.b-blog-header__meta-item {
		margin: 0
	}
	.b-blog-header__meta-item--author {
		display: none
	}
}

.b-blog-header__category {
	display: inline-block;
	position: absolute;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	top: 0;
	left: 0;
	max-width: 150px;
	margin-bottom: 14px;
	padding: 0 2px;
	color: #000
}

.b-blog-header__category,
.b-blog-header__category p {
	font-size: 1.125rem;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:75rem) {
	.b-blog-header__category {
		position: static
	}
}

@media only screen and (max-width:28.75rem) {
	.b-blog-header__category {
		display: none
	}
}

.b-blog-header__category a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out
}

.b-blog-header__category a:focus,
.b-blog-header__category a:hover {
	color: #000
}

.b-blog-header__category--tag {
	top: 60px
}

@media only screen and (max-width:75rem) {
	.b-blog-header__info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px
	}
}

.b-input-fl {
	position: relative;
	z-index: 1;
	margin-bottom: 40px
}

.no-js .b-input-fl {
	padding-top: 32px
}

.b-input-fl__input {
	position: relative;
	z-index: 1;
	width: 100%
}

.b-input-fl__input:focus,
.b-input-fl__input:invalid,
.b-input-fl__input:valid {
	padding: 32px 20px 16px
}

@media (max-width:767px) {
	.b-input-fl__input {
		font-size: 1.0625rem
	}
}

.b-input-fl__label {
	position: absolute;
	z-index: 100;
	top: calc(50% - 8px);
	left: 20px;
	font-size: 1rem;
	line-height: 1;
	color: #000;
	will-change: transform;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: color .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: color .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out, color .25s ease-in-out;
	transition: transform .25s ease-in-out, color .25s ease-in-out, -webkit-transform .25s ease-in-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.no-js .b-input-fl__label {
	top: 0;
	left: 0
}

.b-input-fl--submit {
	text-align: center;
	margin: 0 auto
}

.b-input-fl--textarea .b-input-fl__label {
	top: 30px
}

.b-input-fl--is-focused .b-input-fl__label,
.b-input-fl--is-populated .b-input-fl__label,
.b-input-fl__input:focus+.b-input-fl__label {
	-webkit-transform: scale(.7) translateY(-14px);
	transform: scale(.7) translateY(-14px);
	color: #000
}

.no-js .b-input-fl--is-focused .b-input-fl__label,
.no-js .b-input-fl--is-populated .b-input-fl__label,
.no-js .b-input-fl__input:focus+.b-input-fl__label {
	-webkit-transform: none;
	transform: none
}

.b-faqs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #000
}

.b-faqs__col {
	width: 48%;
	margin-bottom: 60px;
	border-left: 5px solid #6f58c4;
	padding-left: 60px
}

@media (max-width:624px) {
	.b-faqs__col {
		padding-left: 30px
	}
}

.b-faqs__col h5 {
	margin-bottom: 10px
}

.b-faqs__col p {
	color: #616773
}

@media (max-width:992px) {
	.b-faqs__col {
		width: 100%
	}
}

.b-faqs__col--opening {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-left: none
}

@media (max-width:624px) {
	.b-faqs__col--opening {
		padding-left: 0
	}
}

.b-faqs__col--opening .title {
	width: 70%;
	padding-right: 10px
}

.b-faqs__col--opening .image {
	width: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-faqs__col--opening .image img {
	max-width: 80px;
	width: 100%;
	height: auto
}

.b-latest-resources {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.b-latest-resources--grey-bg {
	background: #f5f6f6
}

.b-latest-resources--grey-bg h2 {
	text-align: center;
	color: #000;
	padding: 120px 0 60px
}

@media (max-width:767px) {
	.b-latest-resources--grey-bg h2 {
		padding: 60px 0
	}
}

.b-latest-resources__card {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 15px 2px rgba(37, 25, 25, .1);
	box-shadow: 0 0 15px 2px rgba(37, 25, 25, .1);
	border-radius: 4px;
	background: #fff
}

@media (max-width:1650px) {
	.b-latest-resources__card {
		width: 30%
	}
}

@media (max-width:1259px) {
	.b-latest-resources__card {
		width: 48%
	}
}

@media (max-width:1023px) {
	.b-latest-resources__card {
		width: 100%;
		margin: 0 auto 40px
	}
}

@media (max-width:767px) {
	.b-latest-resources__card {
		width: 48%
	}
}

@media (max-width:624px) {
	.b-latest-resources__card {
		width: 100%
	}
}

.b-latest-resources__card img {
	display: block;
	max-width: 100%;
	width: 100%
}

.b-latest-resources__card h4 {
	color: #000
}

.b-latest-resources__card h5 {
	color: #483b90
}

.b-latest-resources__card P {
	color: #616773;
	margin: 20px 0
}

@media (max-width:1259px) {
	.b-latest-resources__card--footer {
		width: 31%
	}
}

@media (max-width:960px) {
	.b-latest-resources__card--footer {
		width: 46%
	}
}

@media (max-width:650px) {
	.b-latest-resources__card--footer {
		width: 100%
	}
}

@media (max-width:960px) {
	.b-latest-resources__card--last {
		display: none
	}
}

.b-latest-resources__card-image {
	border-bottom: 2px solid #efefef;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.b-latest-resources__card-image img {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.b-latest-resources__card-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.b-latest-resources__card-content {
	background: #fff;
	padding: 40px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.b-latest-resources__date {
	color: #483b90;
	font-weight: 700
}

.b-latest-resources__category {
	color: #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #efefef
}

.b-latest-resources__author {
	color: #000;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-latest-resources__author-pic {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px
}

.b-responsive-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	will-change: transform;
	-webkit-transform: translateY(-101%);
	transform: translateY(-101%);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.39, .575, .565, 1);
	transition: -webkit-transform .6s cubic-bezier(.39, .575, .565, 1);
	transition: transform .6s cubic-bezier(.39, .575, .565, 1);
	transition: transform .6s cubic-bezier(.39, .575, .565, 1), -webkit-transform .6s cubic-bezier(.39, .575, .565, 1);
	background: #2363ae
}

.b-responsive-nav--is-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.b-responsive-nav--is-active .b-responsive-nav__close,
.b-responsive-nav--is-active .b-responsive-nav__logo,
.b-responsive-nav--is-active .b-responsive-nav__nav-item {
	-webkit-animation: fadeIn .65s ease-in-out forwards;
	animation: fadeIn .65s ease-in-out forwards
}

.b-responsive-nav--is-active .b-responsive-nav__cta-btn,
.b-responsive-nav--is-active .b-responsive-nav__social {
	-webkit-animation: fadeIn 1.2s ease-in-out forwards;
	animation: fadeIn 1.2s ease-in-out forwards
}

.b-responsive-nav__nav-item:first-child {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms
}

.b-responsive-nav__nav-item:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.b-responsive-nav__nav-item:nth-child(3) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s
}

.b-responsive-nav__nav-item:nth-child(4) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.b-responsive-nav__nav-item:nth-child(5) {
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.b-responsive-nav__nav-item:nth-child(6) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.b-responsive-nav__nav-item:nth-child(7) {
	-webkit-animation-delay: .35s;
	animation-delay: .35s
}

.b-responsive-nav__nav-item:nth-child(8) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.b-responsive-nav__wrapper {
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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
}

.b-responsive-nav__close {
	width: 40px;
	height: 40px;
	margin: 40px auto 0;
	cursor: pointer
}

.b-responsive-nav__close img {
	width: 100%
}

.b-responsive-nav__logo {
	max-width: 300px;
	width: 100%;
	margin: 40px auto
}

.b-responsive-nav__logo img {
	width: 100%
}

@media (max-width:767px) {
	.b-responsive-nav__logo {
		max-width: 250px;
		margin: 20px auto
	}
}

.b-responsive-nav__nav {
	text-align: center;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden
}

.b-responsive-nav__nav ul {
	list-style: none
}

.b-responsive-nav__nav-item {
	font-size: 1rem;
	margin-bottom: 15px;
	opacity: 0
}

.b-responsive-nav__nav-item a {
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
	color: #fff
}

.b-responsive-nav__nav-item:hover {
	cursor: pointer
}

.b-responsive-nav__cta-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px
}

.b-responsive-nav__cta-btn ul li {
	list-style: none;
	margin-right: 10px
}

.b-responsive-nav__cta-btn ul li:last-child {
	margin-right: 0
}

.b-responsive-nav__cta-btn ul li button.e-btn {
	font-size: 1.375rem
}

@media (max-width:767px) {
	.b-responsive-nav__cta-btn ul li button.e-btn {
		font-size: 1.125rem
	}
}

.b-responsive-nav__social {
	margin-top: 30px
}

.b-responsive-nav__social ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.b-responsive-nav__social ul li {
	margin-right: 30px
}

.b-responsive-nav__social ul li:last-child {
	margin-right: 0
}

.b-responsive-nav__social ul li a {
	font-size: .875rem
}

.b-bnr-slider {
	position: relative
}

.b-bnr-slider .e-heading-1,
.b-bnr-slider .e-heading-2 {
	color: #000;
	text-align: center;
	margin-bottom: 40px
}

.b-bnr-slider .e-heading-1--white,
.b-bnr-slider .e-heading-2--white {
	color: #fff
}

.b-bnr-slider__slide_col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media (max-width:1100px) {
	.b-bnr-slider__slide_col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.b-bnr-slider__col {
	width: 50%;
	color: #000
}

@media (max-width:1100px) {
	.b-bnr-slider__col {
		width: 100%
	}
}

.b-bnr-slider__col--image {
	padding-right: 60px
}

@media (max-width:1100px) {
	.b-bnr-slider__col--image {
		padding: 0
	}
}

.b-bnr-slider__col-inner {
	padding-left: 60px;
	position: relative
}

@media (max-width:1100px) {
	.b-bnr-slider__col-inner {
		padding-left: 0;
		width: 100%;
		max-width: 620px;
		margin: 0 auto 60px
	}
}

.b-bnr-slider__col--text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-bnr-slider__col--text p.content {
	margin: 30px 0;
	color: #616773;
	max-width: 92%
}

@media (max-width:1100px) {
	.b-bnr-slider__col--text p.content {
		min-height: 80px
	}
}

.b-bnr-slider__col--text-dark,
.b-bnr-slider__col--text-dark p.content {
	color: #fff
}

.b-bnr-slider__slide-cta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.b-bnr-slider__slide-cta h2 {
	max-width: 400px
}

@media (max-width:1249px) {
	.b-bnr-slider__slide-cta h2 {
		max-width: 300px
	}
}

@media (max-width:1100px) {
	.b-bnr-slider__slide-cta h2 {
		min-height: 120px
	}
}

@media (max-width:624px) {
	.b-bnr-slider__slide-cta h2 {
		max-width: 100%;
		width: 100%;
		min-height: auto;
		margin-bottom: 40px
	}
}

.b-bnr-slider__progress {
	position: absolute;
	z-index: 400;
	bottom: -20px;
	right: 0;
	left: 0;
	height: 6px;
	background: #efefef
}

.b-bnr-slider__progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#6f58c4), to(#2363ae));
	background: linear-gradient(90deg, #6f58c4 0, #2363ae);
	will-change: width;
	-webkit-transition: width .5s linear;
	transition: width .5s linear;
	max-width: 100%
}

.b-bnr-slider__progress--white {
	background: #9aa0a9
}

.b-bnr-slider__progress-bar--white {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
	background: linear-gradient(90deg, #fff 0, #fff)
}

.b-bnr-slider__img {
	display: block;
	width: 100%;
	height: auto
}

.b-bnr-slider__counter {
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.75rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #9aa0a9;
	-webkit-text-stroke: 1px #9aa0a9
}

@supports (-webkit-text-stroke:1px #9aa0a9) {
	.b-bnr-slider__counter {
		color: transparent
	}
}

@media only screen and (max-width:60rem) {
	.b-bnr-slider__counter {
		font-size: 3.25rem
	}
}

@media only screen and (max-width:28.75rem) {
	.b-bnr-slider__counter {
		font-size: 2.5rem
	}
}

.b-bnr-slider__counter-line {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal
}

.b-bnr-slider__current-slide {
	color: #000;
	-webkit-text-stroke: 0
}

.b-bnr-slider__counter--white {
	color: #fff;
	-webkit-text-stroke: 1px #fff
}

@supports (-webkit-text-stroke:1px #fff) {
	.b-bnr-slider__counter--white {
		color: transparent
	}
}

.b-bnr-slider__current-slide--white {
	color: #fff;
	-webkit-text-stroke: 0
}

.b-bnr-slider__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	position: relative
}

.b-bnr-slider__arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1
}

.b-bnr-slider__arrow-btn {
	width: 36px;
	height: 36px;
	fill: #d4cded;
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-transition: fill .25s ease-in-out;
	transition: fill .25s ease-in-out;
	position: relative;
	z-index: 2
}

.b-bnr-slider__arrow-btn:focus,
.b-bnr-slider__arrow-btn:hover {
	fill: #6f58c4;
	cursor: pointer
}

.b-bnr-slider__arrow-btn--next {
	margin-left: 20px
}

.b-bnr-slider__arrows--white .b-bnr-slider__arrow-btn {
	fill: #9aa0a9
}

.b-bnr-slider__arrows--white .b-bnr-slider__arrow-btn:focus,
.b-bnr-slider__arrows--white .b-bnr-slider__arrow-btn:hover {
	fill: #fff
}

.b-bnr-slider__arrow-icon {
	width: 100%;
	height: 100%
}

.b-sidebar__categories {
	color: #000
}

.b-sidebar ul li {
	border-bottom: 1px solid #9aa0a9
}

.b-sidebar ul li:last-child {
	border-bottom: none
}

.b-sidebar__categories-title {
	font-weight: 700;
	font-size: 1rem;
	border-bottom: 1px solid #9aa0a9;
	padding-bottom: 20px;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.b-sidebar__categories-title {
		font-size: 1.25rem
	}
}

.b-sidebar__categories-title a {
	color: #000;
	font-weight: 700;
	-webkit-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out
}

.b-sidebar__categories-title a:hover {
	color: #6f58c4
}

.b-statistic-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.b-statistic-text__quote-quotation {
	color: #616773;
	width: 100%;
	clear: both;
	font-style: italic;
	font-size: 1.25rem;
	margin-top: 20px
}

.b-statistic-text__quote-quotation--responsive {
	display: none
}

@media (max-width:1023px) {
	.b-statistic-text__quote-quotation--right {
		display: none
	}
	.b-statistic-text__quote-quotation--responsive {
		display: block;
		text-align: center
	}
}

.b-statistic-text__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	width: 74%;
	padding-right: 30px
}

.b-statistic-text__text .e-heading-2,
.b-statistic-text__text .e-heading-3 {
	color: #6f58c4;
	width: 100%
}

.b-statistic-text__text--left {
	padding-right: 0
}

.b-statistic-text__stat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #6f58c4;
	width: 26%;
	font-size: 9.375rem;
	line-height: 1;
	font-family: neuzeit-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal
}

.b-statistic-text__stat--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width:1480px) {
	.b-statistic-text__stat {
		width: 30%
	}
	.b-statistic-text__text {
		width: 70%
	}
}

@media (max-width:1259px) {
	.b-statistic-text__stat {
		width: 40%
	}
	.b-statistic-text__text {
		width: 60%
	}
}

@media (max-width:1023px) {
	.b-statistic-text__stat {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px
	}
	.b-statistic-text__stat--left {
		margin-top: 40px
	}
	.b-statistic-text__text {
		width: 100%;
		text-align: center;
		margin-top: 60px
	}
	.b-statistic-text__text--left {
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.b-statistic-text__stat {
		font-size: 8.125rem
	}
}

@media (max-width:624px) {
	.b-statistic-text__stat {
		font-size: 7.5rem
	}
}

.b-statistic-text:hover {
	cursor: default
}

.b-statistic-text:hover .e-word-highlighter-purple__overlay {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.b-pricing-table {
	width: 100%
}

.b-pricing-table h2 {
	color: #000;
	text-align: center
}

@media (max-width:767px) {
	.b-pricing-table h2 {
		padding-left: 30px;
		padding-right: 30px
	}
}

.b-pricing-table table {
	color: #000;
	width: 100%;
	border-bottom: none;
	border-radius: 5px
}

@media (max-width:767px) {
	.b-pricing-table table.package-1-table .package-2-content,
	.b-pricing-table table.package-1-table .package-3-content {
		display: none
	}
}

.b-pricing-table table.package-2-table,
.b-pricing-table table.package-3-table {
	display: none;
	width: 100%;
	margin-top: 40px
}

.b-pricing-table table.package-2-table thead,
.b-pricing-table table.package-2-table tr,
.b-pricing-table table.package-3-table thead,
.b-pricing-table table.package-3-table tr {
	width: 100%;
	min-width: 100%
}

@media (max-width:767px) {
	.b-pricing-table table.package-2-table,
	.b-pricing-table table.package-3-table {
		display: table
	}
}

.b-pricing-table table thead th {
	color: #fff;
	font-weight: 700;
	padding: 40px 80px
}

.b-pricing-table table thead th.package1 {
	background-color: #6f58c4;
	color: #fff
}

.b-pricing-table table thead th.package2 {
	background-color: #483b90;
	color: #fff
}

.b-pricing-table table thead th.package3 {
	background-color: #8d5acc;
	color: #fff
}

@media (max-width:1360px) {
	.b-pricing-table table thead th {
		padding: 20px 40px;
		font-size: 1.375rem
	}
}

@media (max-width:1023px) {
	.b-pricing-table table thead th {
		font-size: 1rem;
		padding: 20px
	}
}

.b-pricing-table table tbody,
.b-pricing-table table thead {
	width: 100%;
	text-align: center
}

.b-pricing-table table tbody .grey-bg,
.b-pricing-table table thead .grey-bg {
	background: #f5f6f6
}

.b-pricing-table table tbody .left-aligned,
.b-pricing-table table thead .left-aligned {
	text-align: left
}

.b-pricing-table table tbody tr,
.b-pricing-table table thead tr {
	width: 100%
}

.b-pricing-table table tbody td,
.b-pricing-table table thead td {
	border-bottom: 1px solid #efefef
}

@media (max-width:767px) {
	.b-pricing-table table tbody td.text,
	.b-pricing-table table thead td.text {
		font-size: .875rem
	}
}

.b-pricing-table table tbody td,
.b-pricing-table table tbody th,
.b-pricing-table table thead td,
.b-pricing-table table thead th {
	padding: 30px;
	color: #616773
}

@media (max-width:1023px) {
	.b-pricing-table table tbody td,
	.b-pricing-table table tbody th,
	.b-pricing-table table thead td,
	.b-pricing-table table thead th {
		padding: 20px
	}
}

.b-pricing-table table tbody td.title,
.b-pricing-table table tbody th.title,
.b-pricing-table table thead td.title,
.b-pricing-table table thead th.title {
	color: #000
}

@media (max-width:1360px) {
	.b-pricing-table table tbody td.title,
	.b-pricing-table table tbody th.title,
	.b-pricing-table table thead td.title,
	.b-pricing-table table thead th.title {
		font-size: 1.125rem
	}
}

@media (max-width:1023px) {
	.b-pricing-table table tbody td.title,
	.b-pricing-table table tbody th.title,
	.b-pricing-table table thead td.title,
	.b-pricing-table table thead th.title {
		font-size: 1rem
	}
}

.b-pricing-table table tbody td.subtitle,
.b-pricing-table table tbody th.subtitle,
.b-pricing-table table thead td.subtitle,
.b-pricing-table table thead th.subtitle {
	color: #616773
}

@media (max-width:1360px) {
	.b-pricing-table table tbody td.subtitle,
	.b-pricing-table table tbody th.subtitle,
	.b-pricing-table table thead td.subtitle,
	.b-pricing-table table thead th.subtitle {
		font-size: 1.125rem
	}
}

@media (max-width:1023px) {
	.b-pricing-table table tbody td.subtitle,
	.b-pricing-table table tbody th.subtitle,
	.b-pricing-table table thead td.subtitle,
	.b-pricing-table table thead th.subtitle {
		font-size: 1rem
	}
}

.b-pricing-table table tbody td img,
.b-pricing-table table tbody th img,
.b-pricing-table table thead td img,
.b-pricing-table table thead th img {
	width: 24px
}

@media (max-width:767px) {
	.b-pricing-table table tbody td img,
	.b-pricing-table table tbody th img,
	.b-pricing-table table thead td img,
	.b-pricing-table table thead th img {
		width: 16px
	}
}

.b-pricing-table table tbody .bottom-ctas .title,
.b-pricing-table table thead .bottom-ctas .title {
	color: #000;
	margin-bottom: 20px
}

@media (max-width:1360px) {
	.b-pricing-table table tbody .bottom-ctas .title,
	.b-pricing-table table thead .bottom-ctas .title {
		font-size: 1.125rem
	}
}

@media (max-width:1023px) {
	.b-pricing-table table tbody .bottom-ctas .title,
	.b-pricing-table table thead .bottom-ctas .title {
		font-size: 1rem
	}
}

.b-pricing-table table tbody .bottom-ctas .text,
.b-pricing-table table thead .bottom-ctas .text {
	max-width: 210px;
	width: 100%
}

.b-pricing-table table tbody .bottom-ctas .e-btn,
.b-pricing-table table thead .bottom-ctas .e-btn {
	width: 200px
}

@media (max-width:1100px) {
	.b-pricing-table table tbody .bottom-ctas .e-btn,
	.b-pricing-table table thead .bottom-ctas .e-btn {
		width: 100%;
		font-size: 1.125rem
	}
}

@media (max-width:1023px) {
	.b-pricing-table table tbody .bottom-ctas .e-btn,
	.b-pricing-table table thead .bottom-ctas .e-btn {
		font-size: 1rem;
		padding: 15px 10px
	}
}

.b-two-col-standard {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: relative
}

@media (max-width:1100px) {
	.b-two-col-standard {
		margin-bottom: 0
	}
}

.b-two-col-standard--dark-text,
.b-two-col-standard--dark-text .e-heading-1,
.b-two-col-standard--dark-text .e-heading-2 {
	color: #000
}

.b-two-col-standard:last-child {
	margin-bottom: 0
}

.b-two-col-standard .e-heading-2 {
	margin-bottom: 10px
}

.b-two-col-standard__lozenge {
	margin-bottom: 10px;
	width: 56px;
	height: auto
}

.b-two-col-standard__lozenge img {
	width: 100%
}

@media (max-width:1100px) {
	.b-two-col-standard__lozenge {
		margin: 60px auto 30px
	}
}

.b-two-col-standard__content {
	margin: 20px 0;
	max-width: 450px;
	width: 100%
}

.b-two-col-standard__content--central-content {
	margin: 0 auto
}

.b-two-col-standard__content--full-width {
	max-width: 100%
}

@media (max-width:1100px) {
	.b-two-col-standard__content {
		margin: 0 auto 30px
	}
}

.b-two-col-standard__content .e-btn {
	margin-top: 20px
}

.b-two-col-standard__content--dark-text .e-heading-2 {
	margin-bottom: 20px;
	color: #000
}

.b-two-col-standard__content--dark-text .e-heading-3 {
	color: #000;
	margin-bottom: 10px
}

.b-two-col-standard__content--dark-text .e-heading-4 {
	margin-bottom: 30px;
	color: #483b90
}

.b-two-col-standard__content--dark-text p {
	color: #616773
}

.b-two-col-standard__col {
	width: 50%
}

@media (max-width:1100px) {
	.b-two-col-standard__col {
		width: 100%
	}
}

.b-two-col-standard__col-text {
	padding: 40px 0 40px 40px
}

@media (max-width:1100px) {
	.b-two-col-standard__col-text {
		padding: 40px 0 70px
	}
}

.b-two-col-standard__col-text-inner {
	max-width: 675px;
	width: 100%
}

.b-two-col-standard__col-text-inner--full-width {
	max-width: 100%;
	width: 100%;
	padding: 120px
}

@media (max-width:1460px) {
	.b-two-col-standard__col-text-inner--full-width {
		padding: 60px
	}
}

@media (max-width:767px) {
	.b-two-col-standard__col-text-inner--full-width {
		padding: 20px
	}
}

@media (max-width:1100px) {
	.b-two-col-standard__col-text-inner {
		text-align: center;
		max-width: 700px;
		margin: 0 auto
	}
}

.b-two-col-standard__col-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.b-two-col-standard__col-image img {
	width: 100%;
	max-width: 100%;
	height: auto
}

@media (max-width:1100px) {
	.b-two-col-standard__col-image {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.b-two-col-standard__dialogue-box {
	background: #efefef;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	max-width: 625px;
	width: 100%;
	margin-top: 30px
}

@media (max-width:1259px) {
	.b-two-col-standard__dialogue-box {
		padding: 20px
	}
}

@media (max-width:1100px) {
	.b-two-col-standard__dialogue-box {
		margin: 30px auto
	}
}

@media (max-width:600px) {
	.b-two-col-standard__dialogue-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.b-two-col-standard__dialogue-box-logo img {
	width: 105px
}

@media (max-width:600px) {
	.b-two-col-standard__dialogue-box-logo {
		text-align: center;
		width: 100%;
		margin-bottom: 20px
	}
}

.b-two-col-standard__dialogue-box-content {
	padding: 0 40px
}

@media (max-width:500px) {
	.b-two-col-standard__dialogue-box-content {
		padding: 0
	}
}

.b-two-col-standard__dialogue-box-content strong {
	color: #000;
	font-size: 1.125rem
}

.b-two-col-standard__dialogue-box-content p {
	font-size: 1rem
}

.b-two-col-standard__col-image-inner {
	max-width: 550px;
	width: 100%;
	float: right
}

@media (max-width:1100px) {
	.b-two-col-standard__col-image-inner {
		float: none;
		margin: 0 auto
	}
}

.b-two-col-standard__bottom-graphic {
	position: relative;
	bottom: 0;
	left: 3%;
	width: 63%;
	margin-top: -4%;
	margin-bottom: -4%
}

@media (max-width:1100px) {
	.b-two-col-standard__bottom-graphic {
		max-width: 650px;
		width: 100%;
		left: 0;
		margin: 0 auto
	}
}

@media (max-width:500px) {
	.b-two-col-standard__bottom-graphic {
		margin: 30px auto 0
	}
}

.b-two-col-standard--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.b-two-col-standard--reverse .b-two-col-standard__col-image {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width:900px) {
	.b-two-col-standard--reverse .b-two-col-standard__col-image {
		padding: 0
	}
}

.b-two-col-standard--reverse .b-two-col-standard__col-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.b-two-col-standard--reverse .b-two-col-standard__col-text .b-two-col-standard__col-text-inner {
	padding-left: 60px
}

@media (max-width:1100px) {
	.b-two-col-standard--reverse .b-two-col-standard__col-text .b-two-col-standard__col-text-inner {
		padding-left: 0
	}
}

.b-two-col-standard--reverse .b-two-col-standard__bottom-graphic {
	left: auto;
	right: 36%;
	margin-top: -4%;
	margin-bottom: -4%
}

@media (max-width:1100px) {
	.b-two-col-standard--reverse .b-two-col-standard__bottom-graphic {
		left: 0;
		right: 0;
		margin-top: 0;
		margin-bottom: 0
	}
}

.b-two-col-standard--central-align {
	margin-bottom: 60px
}

@media (max-width:1100px) {
	.b-two-col-standard--central-align {
		margin-bottom: 30px
	}
}

.b-two-col-standard--central-align .b-two-col-standard__col-image,
.b-two-col-standard--central-align .b-two-col-standard__col-text {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.b-two-col-standard--central-align .b-two-col-standard__col-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.b-two-col-standard--central-align .b-two-col-standard__col-text-inner {
	width: auto
}

.b-video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:900px) {
	.b-video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center
	}
}

.b-video__col {
	width: 46%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:900px) {
	.b-video__col {
		width: 100%
	}
}

.b-video h2 {
	color: #000
}

.b-video p {
	color: #000;
	max-width: 400px;
	width: 100%;
	margin-top: 20px
}

@media (max-width:900px) {
	.b-video p {
		margin: 20px auto
	}
}

.b-video iframe {
	max-width: 100%;
	width: 100%
}

@media (max-width:900px) {
	.b-video iframe {
		height: auto
	}
}

@media (max-width:1150px) {
	.b-video__col-inner {
		padding: 0 50px
	}
}

@media (max-width:900px) {
	.b-video__col-inner {
		padding: 0
	}
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #fff;
	padding: 10px 0 0;
	font-weight: 700;
	text-align: left;
	font-size: .875rem
}

.wpcf7 div.wpcf7-aborted,
.wpcf7 div.wpcf7-acceptance-missing,
.wpcf7 div.wpcf7-mail-sent-ng,
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-validation-errors {
	border-color: #6f58c4;
	font-weight: 700;
	padding: 10px;
	margin: 20px 0 0;
	font-size: .875rem
}

.wpcf7 .wpcf7-form.invalid .b-input-fl__label {
	top: calc(50% - 36px)
}

.wpcf7 .wpcf7-form.invalid .b-input-fl--is-populated .b-input-fl__label {
	-webkit-transform: scale(.8) translate(0);
	transform: scale(.8) translate(0)
}

.wpcf7 .wpcf7-form.invalid .b-input-fl--textarea .b-input-fl__label {
	top: 34px
}

.page-template-page-contact .wpcf7 span.wpcf7-not-valid-tip {
	color: #6f58c4
}

.page-template-page-contact .wpcf7 div.wpcf7-aborted,
.page-template-page-contact .wpcf7 div.wpcf7-acceptance-missing,
.page-template-page-contact .wpcf7 div.wpcf7-mail-sent-ng,
.page-template-page-contact .wpcf7 div.wpcf7-validation-errors {
	border-color: #6f58c4
}

.error404 .b-banner-simple .l-standard-container,
.page-template-default .b-banner-simple .l-standard-container {
	padding-bottom: 0
}

.error404 .b-contact-sections__tabs,
.page-template-default .b-contact-sections__tabs {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.error404 .b-contact-sections__tabs li,
.page-template-default .b-contact-sections__tabs li {
	margin-right: 40px
}

.error404 .b-contact-sections__tabs li:last-child,
.page-template-default .b-contact-sections__tabs li:last-child {
	margin-right: 0
}

.page-template-page-company .b-banner-master__col-text {
	max-width: 100%
}

.page-template-page-contact .b-banner-simple .l-standard-container {
	padding-bottom: 0
}

.page-template-page-contact .b-main-footer {
	display: none
}

@media (max-width:2000px) {
	.page-template-page-contact .b-main-footer {
		padding: 7% 0 60px
	}
}

@media (max-width:1200px) {
	.page-template-page-contact .b-main-footer {
		padding: 12% 0 60px
	}
}

@media (max-width:830px) {
	.page-template-page-contact .b-main-footer {
		padding: 150px 0 60px
	}
}

.page-template-page-home .b-banner-master__col-graphic img {
	max-width: 100%;
	position: relative;
	top: 30px
}

.page-template-page-pricing .b-banner-simple p {
	margin-top: 20px
}

.blog .b-main-footer {
	background-image: url(/resources/images/backgrounds/wave-pattern-2-white.svg)!important
}

.page-template-page-solutions .b-banner-master__col-text {
	max-width: 100%
}

.page-template-page-solutions .b-banner-master__col-graphic {
	padding-left: 60px
}

@media (max-width:1200px) {
	.page-template-page-solutions .b-banner-master__col-graphic {
		padding-left: 30px
	}
}

@media (max-width:1023px) {
	.page-template-page-solutions .b-banner-master__col-graphic {
		padding-left: 0
	}
}

body.compensate-for-scrollbar {
	overflow: hidden;
	margin-right: auto
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: rgba(0, 0, 0, .85);
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

@media (max-width:600px) {
	.fancybox-slide--html {
		padding: 20px
	}
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	text-align: left;
	vertical-align: middle;
	border-radius: 10px;
	max-width: 800px;
	padding: 60px
}

@media (max-width:767px) {
	.fancybox-content {
		padding: 30px
	}
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: #000;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 60px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	opacity: 1;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #000;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: #000;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid;
	border-color: #888 #888 #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}