.fade-in-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tf-case-card.fade-delay-1 {
	transition-delay: 0.4s;
}

.tf-case-card.fade-delay-2 {
	transition-delay: 0.6s;
}

.tf-case-card.fade-delay-3 {
	transition-delay: 0.8s;
}

.c-footer__list,
.c-social,
.c-usps,
.u-zero {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
	font-family: sans-serif;
	height: 100%;
	line-height: 1.15;
}

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

::selection {
	background: #3273eb;
	color: #fff;
}

@-ms-viewport {
	width: device-width;
}

figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Garet,Gilroy,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 1rem;
	font-weight: 350;
	line-height: 1.6666666667;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: .5em;
	margin-top: 0;
}

p,
ul {
	margin-bottom: calc(1rem + .7vw);
	margin-top: 0;
}

ul ul {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
	color: #3273eb;
	text-decoration: none;
	transition: all .5s cubic-bezier(.22,.61,.36,1);
}

a:hover {
	color: #eb6049;
	text-decoration: none;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

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

a,
button,
input,
label,
select,
textarea {
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

label {
	display: inline-block;
	font-size: .875rem;
	margin-bottom: .5rem;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=submit],
button {
	-webkit-appearance: button;
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}


.alpha,
.beta,
.delta,
.gamma,
.subtitle,
.ultra,
h1,
h2,
h3,
h4,
h5 {
	color: #3273eb;
	display: block;
	font-family: inherit;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.ultra {
	font-size: 2.25rem;
	line-height: 1;
}

.subtitle {
	color: #3273eb;
	font-size: .625rem;
	font-weight: 500;
	letter-spacing: .15em;
	margin-bottom: .625rem;
	text-transform: uppercase;
}

.alpha,
h1 {
	font-size: 1.875rem;
	line-height: 2.1875rem;
}

.beta,
h2 {
	font-size: 1.375rem;
	line-height: 1.875rem;
}

.gamma,
h3 {
	font-size: 1.0625rem;
	line-height: 1.5rem;
}

.delta,
h4 {
	font-size: .875rem;
	line-height: 1.375rem;
}

.c-footer__list,
.c-social,
.c-usps,
.list-unstyled {
	list-style: none;
	padding-left: 0;
}

[class*=u-gap],
[class^=g-] {
	display: grid;
}

.g-container,
.g-container-extra-small,
.g-container-small {
	grid-template-areas: ". container .";
	grid-template-columns: 1.5625rem 1fr 1.5625rem;
}

.o-container {
	grid-area: container;
	position: relative;
}

.o-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.o-background--parallax {
	bottom: -10%;
	top: -10%;
	will-change: transform;
}

.has-parallax {
	overflow: hidden;
	position: relative;
}

.o-band {
	padding-bottom: 4.6875rem;
	padding-top: 4.6875rem;
}

.o-band-small {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.o-band-medium {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.o-band-large {
	padding-bottom: 7.8125rem;
	padding-top: 7.8125rem;
}

.o-loader {
	background-color: #3273eb;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform .5s cubic-bezier(.645,.045,.355,1);
	z-index: 2000;
}

.dom-is-loaded .o-loader,
.dom-is-reloaded .o-loader {
	transform: scaleX(0);
	transform-origin: right;
}

.dom-is-loading .o-loader {
	transform: scaleX(1);
	transform-origin: left;
}

.o-logo,
.o-logo-small {
	display: block;
	height: 2.1875rem;
	width: 7rem;
}

.o-logo__svg {
	height: inherit;
	width: inherit;
}

.o-logo-small {
	height: 1.875rem!important;
	width: 6.25rem!important;
}

.o-label,
.o-label-btn,
.o-label-small {
	align-items: center;
	display: flex;
	height: 8.5rem;
	justify-content: center;
	position: relative;
	width: 8.5rem;
}

.o-label__shape {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.o-label__text {
	color: #fff;
	font-size: .625rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1rem;
	max-width: 10ch;
	text-align: center;
	text-transform: uppercase;
	z-index: 5;
}

.o-label__icon {
	height: 1.5625rem;
	position: relative;
	width: 1.5625rem;
	z-index: 5;
}

.o-label-btn {
	color: #fff;
	cursor: pointer;
	height: 5.3125rem!important;
	width: 5.3125rem!important;
	z-index: 10;
}

.o-label-btn:focus .o-shape-text,
.o-label-btn:hover .o-shape-text {
	color: #eb6049;
}

.o-label-btn .o-shape-text {
	transition: color .5s cubic-bezier(.22,.61,.36,1);
}

.o-label-small {
	height: 5.3125rem!important;
	width: 5.3125rem!important;
}

.o-shape {
	align-items: flex-end;
	display: flex;
	height: 24.6875rem;
	padding: 0 1.75rem 1.5625rem 1.5625rem;
	position: relative;
	width: calc(100% + .1875rem);
}

.o-shape--small {
	align-items: center!important;
	height: 9.6875rem;
	justify-content: center!important;
	margin-right: 3.9375rem;
	padding: 0!important;
	width: 9.6875rem;
}

.o-shape--medium {
	height: 14.0625rem;
	width: 14.0625rem;
}

.o-shape--inbetween {
	height: 12.5rem;
	width: 12.5rem;
}

.o-shape--btn {
	color: #fff;
}

.o-shape--btn:focus,
.o-shape--btn:hover {
	color: #3273eb;
}

.o-shape--btn:focus .o-shape-bg-path,
.o-shape--btn:hover .o-shape-bg-path {
	fill: #fff;
	stroke: #fff;
}

.o-shape--btn .o-shape-text {
	color: inherit;
}

.o-shape._flip-text {
	align-items: flex-end;
	justify-content: flex-start;
}

.o-shape-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.o-shape-bg-path {
	fill: transparent;
	transition: stroke,.5s cubic-bezier(.22,.61,.36,1),fill .5s cubic-bezier(.22,.61,.36,1);
}

.o-shape-text {
	color: #fff;
	font-size: .625rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 2;
	max-width: 18ch;
	position: relative;
	text-transform: uppercase;
	transition: color .5s cubic-bezier(.22,.61,.36,1);
	z-index: 5;
}

.o-shape--small .o-shape-text {
	margin: 0 auto;
	max-width: 10ch;
}

.o-shape-text._fluid {
	max-width: none;
	white-space: nowrap;
}

.o-shape-text._offset {
	margin-bottom: .9375rem;
}

.o-card {
	background: #fff;
	padding: 3.125rem 1.5625rem;
	position: relative;
}

.o-img {
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.o-img,
.o-img-contain {
	height: 100% !important;
	width: 100%;
}

.o-img-contain {
	object-fit: contain;
}

.o-layout {
	grid-row-gap: 1.5625rem;
	display: grid;
	grid-auto-flow: dense;
	grid-template-columns: 1.5625rem 4.6875rem 1fr repeat(2,1.5625rem);
	overflow: hidden;
}

.o-media,
.o-media-small {
	padding-bottom: 65%;
	position: relative;
}

.o-media-small {
	padding-bottom: 55%;
}

.o-c2a {
	align-items: center;
	color: #fff;
	display: flex;
	position: relative;
}

.o-c2a:focus,
.o-c2a:hover {
	color: #3273eb;
}

.o-c2a._inverse {
	color: #fff;
}

.o-c2a._inverse:focus,
.o-c2a._inverse:hover {
	color: #eb6049;
}

.o-c2a-icon {
	height: 100%;
	pointer-events: none;
	width: 100%;
}

.o-c2a-icon-wrap {
	display: block;
	height: 2.3125rem;
	width: 2.3125rem;
}

.o-c2a-text {
	color: inherit;
}

.o-contact {
	line-height: 1;
}

.o-contact-title {
	margin-bottom: .3125rem;
}

.o-contact-text {
	color: #000;
	display: block;
	font-size: .875rem;
	line-height: 1.8888888889;
}

.o-contact-img {
	border-radius: 50%;
	height: 4.6875rem;
	overflow: hidden;
	position: relative;
	width: 4.6875rem;
}

.o-figure {
	height: 100%;
	padding-bottom: 63%;
	position: relative;
	width: 100%;
}

.c-header {
	grid-template-areas: ". container .";
	grid-template-columns: 1.5625rem 1fr 1.5625rem;
	height: 4.6875rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .5s cubic-bezier(.22,.61,.36,1);
	z-index: 1030;
}

.c-header__inner {
	background-color: #3273eb;
	border-bottom-right-radius: 1.875rem;
	padding-right: 1.5625rem;
}

.c-header__sidepod {
	background-color: #3273eb;
	clip-path: url(#headerShapeXs);
	grid-column: 1;
	height: 100%;
	width: 2.25rem;
	z-index: -1;
}

.sticky-header {
	padding-top: 4.6875rem;
}

.c-nav__list {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-nav__link {
	color: #fff;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.c-nav__link--current,
.c-nav__link:focus,
.c-nav__link:hover {
	color: #eb6049;
}

.c-hero {
	position: relative;
}

.c-hero--fs {
	height: calc(var(--vh, 1vh)*100);
}

.c-hero--overlay:after {
	background: rgba(50,115,235,.62);
	background-blend-mode: soft-light;
	bottom: 0;
	right: 0;
}

.c-hero--overlay:after,
.c-hero__shape {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.c-hero__shape {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MDUuMjA5IiBoZWlnaHQ9IjYyNi40MjgiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDEiIGQ9Ik0zMzMuNTI2IDYyNS40MjhoMjQ5LjcwNmEyMC45NzcgMjAuOTc3IDAgMCAwIDIwLjk3Ny0yMC45NzhWMzMzLjUyOGEyMC45ODQgMjAuOTg0IDAgMCAwLTYuMTQ0LTE0LjgzM0wyODYuNTE3IDcuMTQ0QTIwLjk4NyAyMC45ODcgMCAwIDAgMjcxLjY4NCAxSDIxLjk3OEEyMC45NzggMjAuOTc4IDAgMCAwIDEgMjEuOTc4djI3MC45MjRhMjAuOTcyIDIwLjk3MiAwIDAgMCA2LjE0NiAxNC44MzNsMzExLjU0NiAzMTEuNTQ5YTIwLjk3OCAyMC45NzggMCAwIDAgMTQuODM0IDYuMTQ0eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat 100% 100%;
	height: 30rem;
	width: 19.375rem;
	z-index: 6;
}

.c-hero__shape--sized {
	height: 28.75rem;
	width: 20.3125rem;
	z-index: 5;
}

.c-hero__play {
	left: 7.8125rem;
	position: absolute!important;
	top: 17.1875rem;
	z-index: 20;
}

.c-hero__play--top {
	bottom: auto;
	left: auto!important;
	right: 4.6875rem;
	top: 10.625rem;
}

.c-hero__container {
	position: relative;
	z-index: 15;
}

.c-hero__title {
	left: 1.5625rem;
	max-width: 14ch;
	position: absolute;
	top: 20.3125rem;
	z-index: 8;
}

.c-hero__slider {
	background: #3273eb;
	clip-path: url(#shapeXs);
	height: 28.75rem;
	opacity: .7;
	width: 20.3125rem;
	z-index: 5;
}

.form {
	grid-gap: .78125rem;
	display: grid;
}

.form-fieldset,
.form-row {
	grid-gap: 1.5625rem;
	display: grid;
}

.form-text {
	font-size: .75rem;
}

.form div:empty,
.form input[class^=wf-],
.form input[type=submit] {
	display: none;
}

.form--has-error {
	position: relative;
}

.form--has-error:before {
	background-color: rgba(255,255,255,.67);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.form-errors {
	background-color: #eb6049;
	border-radius: .3125rem;
	color: #fff;
	font-size: .875rem;
	margin-top: 2rem;
	padding: 1rem;
}

.form-errors:empty {
	display: none;
}

.form-control {
	background-clip: padding-box;
	background-color: #fff;
	background-image: none;
	border: .0625rem solid #e6e6e6;
	border-radius: .625rem;
	box-shadow: none;
	color: #000;
	display: block;
	font-size: .875rem;
	font-weight: 350;
	height: 3.75rem;
	line-height: 3.625rem;
	padding: .1875rem 2.1875rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	background-color: #fff;
	border-color: #3273eb;
	box-shadow: 0 0 0 .1875rem rgba(50,115,235,.15);
	color: #000;
	outline: none;
}

.form-control::placeholder {
	color: #4d4e55;
	opacity: 1;
}

.form-control:disabled {
	background-color: #f9f9fd;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: 3.75rem;
}

select.form-control:focus::-ms-value {
	background-color: #fff;
	color: #000;
}

textarea.form-control {
	height: auto;
}

.fv-plugins-icon-container,
.fv-plugins-message-container {
	position: relative;
}

.fv-plugins-icon-container .form-control {
	background-position: center right 1.875rem;
	background-repeat: no-repeat;
	background-size: 1.25rem;
}

.form-control-feedback {
	font-size: .6875rem;
	line-height: 1.2;
	margin-top: .5rem;
}

.has-success .form-control-feedback {
	color: #59b428;
}

.has-success .form-control {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS43NjciIGhlaWdodD0iMTUuNzY3Ij48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjAwIiBkPSJNNy44ODQgMGE3Ljg4NCA3Ljg4NCAwIDEgMCA3Ljg4NCA3Ljg4NEE3Ljg4NyA3Ljg4NyAwIDAgMCA3Ljg4NCAwem0wIDE0LjE5MWE2LjMwNyA2LjMwNyAwIDEgMSA2LjMwNy02LjMwNyA2LjMxNSA2LjMxNSAwIDAgMS02LjMwNyA2LjMwN3pNMTEuNSA0LjQgNi4zIDkuNiA0LjI2NSA3LjU2IDMuMTUzIDguNjcybDMuMTUzIDMuMTUzIDYuMzA3LTYuMzA3eiIgZmlsbD0iIzU5YjQyOCIvPjwvc3ZnPg==");
	border-color: #59b428;
}

.has-success .form-control:focus {
	box-shadow: none;
}

.has-danger .form-control-feedback {
	color: #eb6049;
}

.has-danger .form-control {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eb6049' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23eb6049' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
	border-color: #eb6049;
}

.has-danger .form-control:focus {
	box-shadow: none;
}

.custom-select__trigger--has-badge {
	padding-left: 3.125rem;
	padding-right: 2.5rem;
}

.custom-select__option--current {
	color: #000;
}

.c-menu {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1029;
}

.menu-is-open .c-menu {
	pointer-events: auto;
}

.c-menu__inner {
	background: #2c6de5;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 7.8125rem 1.5625rem 3.125rem;
	transform: translateY(-100%);
	transition: transform .5s cubic-bezier(.22,.61,.36,1);
	width: 100%;
}

.menu-is-open .c-menu__inner {
	transform: translateY(0);
}

.c-menu__footer {
	font-size: .875rem;
}

.c-menu__footer-heading {
	max-width: 14ch;
}

.c-menu__footer-link {
	color: #fff;
}

.c-menu__element {
	opacity: 1;
	transform: translateY(0) scaleY(1);
	transition: transform .5s cubic-bezier(.22,.61,.36,1),opacity .5s cubic-bezier(.22,.61,.36,1);
}

.menu-is-loading .c-menu__element {
	opacity: 0;
	transform: translateY(-10%) scaleY(.9);
}

.c-menu-toggle {
	align-items: center;
	color: #fff;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	position: relative;
	width: 1.875rem;
}

.c-menu-toggle__icon {
	opacity: 1;
	transform: scale(1);
	transition: opacity .5s cubic-bezier(.22,.61,.36,1),transform .5s cubic-bezier(.22,.61,.36,1);
}

.menu-is-open .c-menu-toggle__icon {
	opacity: 0;
	transform: scale(.7);
}

.c-menu-toggle__icon--close {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) scale(.7);
}

.menu-is-open .c-menu-toggle__icon--close {
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
}

.c-accordion__item {
	background-color: rgba(0,0,0,.1);
	position: relative;
	transition: background-color .5s cubic-bezier(.22,.61,.36,1);
}

.c-accordion__item+.c-accordion__item {
	border-left: .0625rem solid #3273eb;
}

.c-accordion__item.accordion-is-active {
	background: #fff;
}

.c-accordion__header {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 4.6875rem;
	justify-content: space-between;
	padding: 1.5625rem;
}

.c-accordion__title-wrap {
	color: #fff;
	font-weight: 600;
	transition: color .5s cubic-bezier(.22,.61,.36,1),margin .5s cubic-bezier(.22,.61,.36,1);
}

.accordion-is-active .c-accordion__title-wrap {
	color: #3273eb;
}

.c-accordion__title-icon {
	margin-right: .625rem;
}

.c-accordion__body {
	padding: 1.5625rem 1.5625rem 3.125rem;
}

.c-accordion__body-wrap {
	overflow: hidden;
}

.c-accordion__image {
	padding-bottom: 72%;
	position: relative;
}

.c-btn {
	align-items: center;
	background-color: #eb6049;
	border: none;
	border-radius: .625rem;
	cursor: pointer;
	display: inline-flex;
	font-size: .8125rem;
	font-weight: 500;
	height: 3.75rem;
	justify-self: start;
	letter-spacing: .15em;
	line-height: 3.625rem;
	overflow: hidden;
	padding: 0 2.1875rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .5s cubic-bezier(.22,.61,.36,1),color .5s cubic-bezier(.22,.61,.36,1);
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 1;
}

.c-btn,
.c-btn:focus,
.c-btn:hover {
	color: #fff;
}

.c-btn:focus .c-btn-bg,
.c-btn:hover .c-btn-bg {
	height: 250%;
	width: 250%;
}

.c-btn:focus._inverse,
.c-btn:hover._inverse {
	color: #eb6049;
}

.c-btn:focus {
	box-shadow: 0 0 0 .1875rem rgba(50,115,235,.15);
	outline: 0;
}

.c-btn:disabled {
	box-shadow: none;
	opacity: .5;
}

.c-btn--ghost {
	background-color: transparent;
	border: .0625rem solid #eb6049;
	color: #eb6049;
}

.c-btn--ghost:focus,
.c-btn--ghost:hover {
	background-color: transparent;
	border-color: #3273eb;
	color: #fff;
}

.c-btn--flex {
	justify-self: auto;
}

.c-btn--flex,
.c-btn-play {
	display: flex;
	justify-content: center;
}

.c-btn-play {
	align-items: center;
	color: #fff;
	font-size: .625rem;
	font-weight: 700;
	height: 8.125rem;
	letter-spacing: .15em;
	line-height: 1.4;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: color .5s cubic-bezier(.22,.61,.36,1);
	width: 8.125rem;
}

.c-btn-play:focus,
.c-btn-play:hover {
	color: #3273eb;
}

.c-btn-play:focus .c-btn-play__shape-path,
.c-btn-play:hover .c-btn-play__shape-path {
	fill: #fff;
}

.c-btn-play__shape {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.c-btn-play__shape-path {
	fill: transparent;
	transition: fill .5s cubic-bezier(.22,.61,.36,1);
}

.c-btn-play__text {
	display: block;
	max-width: 6ch;
	position: relative;
	z-index: 5;
}

.c-btn-bg {
	background: #3273eb;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%,-50%);
	transition: width .4s ease-in-out,height .4s ease-in-out;
	width: 0;
	z-index: -1;
}

._inverse .c-btn-bg {
	background-color: #fff;
}

.c-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1050;
}

.c-modal,
.c-modal.modal-is-open {
	overflow-x: hidden;
	overflow-y: auto;
}

.c-modal.modal-is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.c-modal__dialog {
	margin: 10px;
	opacity: 0;
	pointer-events: none;
	position: relative;
	transform: scale(.5);
	transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);
	width: auto;
}

.c-modal.modal-is-open .c-modal__dialog {
	opacity: 1;
	transform: none;
}

.c-modal__dialog--scrollable {
	height: calc(100% - 20px);
}

.c-modal__dialog--scrollable .c-modal__content {
	max-height: 100%;
	overflow: hidden;
}

.c-modal__dialog--scrollable .c-modal__body {
	overflow-y: auto;
}

.c-modal__dialog--centered {
	align-items: center;
	display: flex;
	min-height: calc(100% - 20px);
}

.c-modal__dialog--fullscreen {
	height: 100%;
	margin: 0!important;
	max-width: none!important;
	width: 100vw;
}

.c-modal__dialog--fullscreen .c-modal__content {
	border: 0;
	border-radius: 0;
	height: 100%;
}

.c-modal__dialog--fullscreen .c-modal__body {
	overflow-y: auto;
}

.c-modal__dialog--story .c-modal__body,
.c-modal__dialog--video .c-modal__body {
	padding: 0!important;
}

.c-modal__dialog--story {
	background-color: rgba(0,0,0,.9);
}

.c-modal__dialog--story .c-modal__content {
	align-items: center;
	background-color: transparent;
	flex-direction: row;
}

.c-modal__content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .9375rem;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	display: flex;
	flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	width: 100%;
}

.c-modal-backdrop {
	backdrop-filter: blur(.625rem);
	background-color: rgba(0,0,0,.75);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1040;
}

.c-modal__header {
	align-items: center;
	border-bottom: 1px solid #f9f9fd;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	padding: 1.5625rem;
}

.c-modal__close {
	margin: -.5rem -.5rem -.5rem auto;
}

.c-modal__dialog--story .c-modal__close,
.c-modal__dialog--video .c-modal__close {
	left: 1.5625rem;
	margin: 0;
	position: absolute;
	top: 1.5625rem;
	z-index: 100;
}

.c-modal__title {
	color: #000;
	line-height: 1;
	margin-bottom: 0;
}

.c-modal__body {
	flex: 1 1 auto;
	padding: 1.5625rem;
	position: relative;
}

.c-footer {
	background: #3273eb;
	color: #fff;
}

.c-footer__top {
	font-size: .875rem;
	grid-template-columns: 1fr 1fr;
	padding: 1.5625rem 0;
	position: relative;
}

.c-footer__top:after {
	border-top: .0625rem solid rgba(249,249,253,.2);
	bottom: 0;
	content: "";
	left: -1.5625rem;
	position: absolute;
	right: -1.5625rem;
}

.c-footer__bottom {
	overflow: hidden;
	padding-top: 3.125rem;
	position: relative;
}

.c-footer__menu {
	padding-bottom: 3.125rem;
}

.c-footer__list {
	font-size: .875rem;
}

.c-footer__link {
	color: #fff;
}

.c-footer__link--current,
.c-footer__link:focus,
.c-footer__link:hover {
	color: #eb6049;
}

.c-footer__list--small .c-footer__link {
	font-size: .625rem;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.c-usps {
	font-size: .8125rem;
	line-height: 1;
}

.c-usps__item {
	padding-left: 1.953125rem;
	position: relative;
}

.c-usps__item:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS43NjciIGhlaWdodD0iMTUuNzY3Ij48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTE2IiBkPSJNNy44ODQgMGE3Ljg4NCA3Ljg4NCAwIDEgMCA3Ljg4NCA3Ljg4NEE3Ljg4NyA3Ljg4NyAwIDAgMCA3Ljg4NCAwem0wIDE0LjE5MWE2LjMwNyA2LjMwNyAwIDEgMSA2LjMwNy02LjMwNyA2LjMxNSA2LjMxNSAwIDAgMS02LjMwNyA2LjMwN3pNMTEuNSA0LjQgNi4zIDkuNiA0LjI2NSA3LjU2IDMuMTUzIDguNjcybDMuMTUzIDMuMTUzIDYuMzA3LTYuMzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat 50%/contain;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: -.125rem;
	width: 1rem;
}

.c-usps--primary .c-usps__item:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS43NjciIGhlaWdodD0iMTUuNzY4Ij48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjI2IiBkPSJNNy44ODQgMGE3Ljg4NCA3Ljg4NCAwIDEgMCA3Ljg4NCA3Ljg4NEE3Ljg4NyA3Ljg4NyAwIDAgMCA3Ljg4NCAwem0wIDE0LjE5MWE2LjMwNyA2LjMwNyAwIDEgMSA2LjMwNy02LjMwNyA2LjMxNSA2LjMxNSAwIDAgMS02LjMwNyA2LjMwN3pNMTEuNSA0LjQgNi4zIDkuNiA0LjI2NSA3LjU2IDMuMTUzIDguNjcybDMuMTUzIDMuMTUzIDYuMzA3LTYuMzA3eiIgZmlsbD0iIzMyNzNlYiIvPjwvc3ZnPg==");
}

.c-usps__item+.c-usps__item {
	margin-top: 1.25rem;
}

.c-link {
	color: #eb6049;
	font-size: .8125rem;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1;
	margin-right: .78125rem;
	padding-right: .78125rem;
	position: relative;
	text-transform: uppercase;
	transition: all .5s cubic-bezier(.22,.61,.36,1);
	white-space: nowrap;
}

.c-link:focus,
.c-link:hover {
	color: #eb6049;
	padding-left: 1.5625rem;
}

.c-link:focus:after,
.c-link:hover:after {
	left: 110%;
	opacity: 0;
}

.c-link:focus:before,
.c-link:hover:before {
	left: 0;
	opacity: 1;
}

.c-link:after,
.c-link:before {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjQiIGhlaWdodD0iOS41NTMiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyMDUiIGQ9Im0xMC43NDcgMC0uODQyLjg0MiAzLjMzMiAzLjMzOEgwdjEuMTk0aDEzLjIzN0w5Ljg5OSA4LjcwNmwuODQ4Ljg0OCA0Ljc3Ny00Ljc3N3oiIGZpbGw9IiNlYjYwNDkiLz48L3N2Zz4=") no-repeat 50%/contain;
	content: "";
	height: 1.0625rem;
	left: 100%;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s cubic-bezier(.22,.61,.36,1);
	width: .75rem;
}

.c-link:before {
	left: -10%;
	opacity: 0;
}

.c-link--primary,
.c-link--primary:focus,
.c-link--primary:hover {
	color: #3273eb;
}

.c-link--primary:after,
.c-link--primary:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjQiIGhlaWdodD0iOS41NTMiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxOTMiIGQ9Im0xMC43NDcgMC0uODQyLjg0MiAzLjMzMiAzLjMzOEgwdjEuMTk0aDEzLjIzN0w5Ljg5OSA4LjcwNmwuODQ4Ljg0OCA0Ljc3Ny00Ljc3N3oiIGZpbGw9IiMzMjczZWIiLz48L3N2Zz4=");
}

.c-link--primary.c-link--flip:after,
.c-link--primary.c-link--flip:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41MjQiIGhlaWdodD0iOS41NTMiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxNjAiIGQ9Im00Ljc3NyA5LjU1My44NDItLjg0Mi0zLjMzMi0zLjMzOGgxMy4yMzdWNC4xNzlIMi4yODdMNS42MjUuODQ3bC0uODQ4LS44NDhMMCA0Ljc3NnoiIGZpbGw9IiMzMjczZWIiLz48L3N2Zz4=");
}

.c-link--flip {
	margin-left: .78125rem;
	margin-right: 0;
	padding-left: .78125rem;
	padding-right: 0;
}

.c-link--flip:focus,
.c-link--flip:hover {
	margin-left: 0;
	padding-left: 0;
	padding-right: 1.5625rem;
}

.c-link--flip:focus:after,
.c-link--flip:hover:after {
	right: 110%;
}

.c-link--flip:focus:before,
.c-link--flip:hover:before {
	left: auto;
	right: 0;
}

.c-link--flip:after {
	left: auto;
	right: 100%;
}

.c-link--flip:before {
	left: auto;
	right: -10%;
}

.c-link-trigger:focus .c-link,
.c-link-trigger:hover .c-link {
	color: #eb6049;
	padding-left: 1.5625rem;
}

.c-link-trigger:focus .c-link:after,
.c-link-trigger:hover .c-link:after {
	left: 110%;
	opacity: 0;
}

.c-link-trigger:focus .c-link:before,
.c-link-trigger:hover .c-link:before {
	left: 0;
	opacity: 1;
}

.c-link-trigger:focus .c-link--primary,
.c-link-trigger:hover .c-link--primary {
	color: #3273eb;
}

.c-banner {
	padding-bottom: 60%;
	position: relative;
}

.c-banner--small {
	padding-bottom: 85%;
}

.c-banner:after {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.c-split-content__body {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.c-split-content__img {
	height: 25rem;
	left: 1.5625rem;
	position: absolute;
	top: -7.8125rem;
	width: 100%;
	z-index: 5;
}

.c-split-content__img-wrap {
	background: #3273eb;
	margin-top: 6.25rem;
	padding-left: 1.5625rem;
	position: relative;
}

.c-split-content__img-inner {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-split-content__img-inner.is-active {
	opacity: 1;
}

.c-split-content__btn {
	left: 1.5625rem;
	position: absolute;
	top: 14.375rem;
	z-index: 15;
}

.c-split-content__banner {
	padding-bottom: 80%;
	position: relative;
}

.c-split-content__banner-shape {
	bottom: 1.5625rem;
	left: 1.5625rem;
	position: absolute;
	z-index: 5;
}

.c-split-content__slider {
	overflow: hidden;
	padding-bottom: 80%;
	position: relative;
}

.c-embed-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.c-embed-responsive .c-embed-responsive__item,
.c-embed-responsive embed,
.c-embed-responsive iframe,
.c-embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-embed-responsive--21by9 {
	padding-bottom: 42.8571428571%;
}

.c-embed-responsive--16by9 {
	padding-bottom: 56.25%;
}

.c-embed-responsive--4by3 {
	padding-bottom: 75%;
}

.c-embed-responsive--1by1 {
	padding-bottom: 100%;
}

.c-showcase__img {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(5%) scale(1.05);
}

.c-showcase__img.is-active {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.c-showcase__img-wrap {
	padding-bottom: 80%;
	position: relative;
}

.c-showcase__img:nth-of-type(2n) .c-showcase__label {
	transform: translate(20%,20%);
}

.c-showcase__toggle {
	color: #b9b9b9;
	cursor: pointer;
	display: inline-block;
}

.c-showcase__toggle:focus,
.c-showcase__toggle:hover {
	color: #3273eb;
}

.c-showcase__toggle.is-active {
	color: #3273eb;
}

.c-showcase__toggle-text {
	color: #3273eb;
	display: block;
	font-size: .6875rem;
	line-height: 1.7;
	width: 24ch;
}

.c-showcase__label {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 40%;
	transform: translate(-20%,-20%);
	transition: all .5s cubic-bezier(.22,.61,.36,1);
	z-index: 5;
}

.is-active .c-showcase__label {
	opacity: 1!important;
	transform: translate(0)!important;
}

.c-social {
	display: flex;
}

.c-social__item+.c-social__item {
	margin-left: .625rem;
}

.c-social__link {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #3273eb;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	transition: background-color .5s cubic-bezier(.22,.61,.36,1),color .5s cubic-bezier(.22,.61,.36,1);
	width: 1.875rem;
}

.c-social__link:focus,
.c-social__link:hover {
	background-color: #eb6049;
	color: #fff;
}

.c-node {
	background: #f9f9fd;
	border: .0625rem solid #e6e6e6;
	border-radius: .625rem;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	transition: box-shadow .5s cubic-bezier(.22,.61,.36,1),border-color .5s cubic-bezier(.22,.61,.36,1);
}

.c-node:focus,
.c-node:hover {
	border-color: #f9f9fd;
	box-shadow: -.625rem -.25rem 1.25rem #fff,.625rem .25rem .9375rem #e0e0e5;
}

.c-node__img {
	mix-blend-mode: multiply;
	padding-bottom: 80%;
	position: relative;
}

.c-node__body {
	grid-gap: .78125rem;
	display: grid;
	margin-top: auto;
	padding: 1.5625rem;
}

.c-node__text {
	color: #000;
	line-height: 1.3;
}

.c-intro {
	position: relative;
	z-index: 5;
}

.c-intro:after {
	background: #f9f9fd;
	bottom: 0;
	content: "";
	height: 7.8125rem;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.c-intro__slider {
	background: #fff;
	padding-bottom: 66.66%;
	position: relative;
}

.c-intro__media {
	padding-bottom: 55%;
	position: relative;
}

.c-intro__label {
	left: 20%;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	z-index: 5;
}

.c-intro__label--right {
	left: auto!important;
	right: 0;
	top: 4.6875rem;
	transform: translateX(50%);
}

.c-intro__shape {
	position: absolute;
	right: 4.6875rem;
	top: -9.375rem;
}

.c-steps__btn {
	bottom: 1.25rem;
	position: absolute;
	right: -3.90625rem;
}

.c-timeline {
	background: #3273eb;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.c-timeline__card,
.c-timeline__element {
	margin-top: 4.6875rem;
}

.c-timeline__figure {
	height: inherit;
	position: relative;
	width: inherit;
}

.c-timeline__figure+.c-timeline__figure {
	left: 0;
	position: absolute;
	top: 100%;
}

.c-timeline__figure-wrap {
	height: 2.125rem;
	overflow: hidden;
	position: absolute;
	width: 2.5625rem;
	z-index: -2;
}

.c-timeline__card {
	display: grid;
	margin-right: 3.125rem;
	position: relative;
	will-change: transform;
	z-index: 25;
}

.c-timeline__card--flip {
	margin-left: 3.125rem;
	margin-right: 0;
}

.c-timeline__card--inline {
	grid-template-columns: 1fr 7.8125rem;
	margin-right: 0;
}

.c-timeline__card--inline._flip {
	grid-template-columns: 7.8125rem 1fr;
}

.c-timeline__card-image {
	padding-bottom: 80%;
	position: relative;
}

.c-timeline__card-body {
	background: #fff;
	font-size: .875rem;
	padding: 1.5625rem;
}

.c-timeline__title {
	color: #fff;
	max-width: 14ch;
	transform: translateY(100%);
	transform-origin: bottom center;
}

.c-timeline__title-wrap {
	left: 10%;
	position: absolute;
	top: 10%;
	z-index: -1;
}

.c-timeline__title .js-word {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%) rotate(-10deg);
	transform-origin: top right;
}

.c-timeline__title .js-char {
	display: inline-block;
}

@keyframes scroller {
	0%, to {
		opacity: 1;
		transform: translate(0);
	}

	33.3333% {
		opacity: 0;
		transform: translate(75%,75%);
	}

	66.6666% {
		opacity: 0;
		transform: translate(-75%,-75%);
	}
}

.c-progress--grid {
	grid-gap: .625rem;
	display: grid;
}

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

.c-progress__item+.c-progress__item {
	margin-top: 3.125rem;
}

.c-progress__item+.c-progress__item:before {
	color: #fff;
	content: "+";
	display: inline-block;
	font-size: .8125rem;
	font-weight: 500;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: -1.875rem;
	transform: translate(-50%,-100%);
}

.c-progress__item:last-of-type {
	margin-bottom: 3.125rem;
}

.c-progress__item:last-of-type:after {
	color: #fff;
	content: "=";
	display: inline-block;
	font-size: .8125rem;
	font-weight: 500;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translate(-50%,100%);
}

.c-progress__shape {
	height: 4.6875rem;
	margin-bottom: .9375rem;
	position: relative;
	width: 4.6875rem;
}

.c-progress__shape--large {
	height: 9.375rem!important;
	margin: 0;
	padding: 0!important;
	width: 9.375rem!important;
}

.c-progress__shape--ultra {
	height: 9.375rem!important;
	margin: 0;
	padding: 0!important;
	width: 9.375rem!important;
}

.c-progress__figure {
	height: auto;
	max-width: 100%;
}

#growls {
	left: 50%;
	position: fixed;
	top: .625rem;
	transform: translateX(-50%);
	z-index: 50000;
}

.growl {
	background: #fff;
	border: 1px solid #f9f9fd;
	color: #000;
	opacity: 1;
	overflow-wrap: break-word;
	position: relative;
	transition: all .4s ease-in-out;
}

.growl.growl-incoming,
.growl.growl-outgoing {
	opacity: 0;
}

.growl:before {
	bottom: 0;
	left: 0;
	top: 0;
	width: 2.5rem;
}

.growl:after,
.growl:before {
	content: "";
	position: absolute;
}

.growl:after {
	background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJpbmZvLWNpcmNsZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWluZm8tY2lyY2xlIGZhLXctMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Ii8+PC9zdmc+) no-repeat 50%;
	background-size: contain;
	height: .9375rem;
	left: .75rem;
	top: 50%;
	transform: translateY(-50%);
	width: .9375rem;
}

.growl.growl-small {
	border-left-width: .1875rem;
	margin: 5px;
	max-width: 37.5rem;
	padding: .625rem 20px .625rem 2.5rem;
	width: 95vw;
}

.growl.growl-medium {
	margin: .625rem;
}

.growl.growl-large,
.growl.growl-medium {
	max-width: 37.5rem;
	padding: 20px 2.5rem 20px 60px;
	width: 95vw;
}

.growl.growl-large {
	border-left-width: 8px;
	margin: 15px;
}

.growl.growl-default {
	border-color: #f9f9fd;
}

.growl.growl-default:before {
	background-color: #f9f9fd;
}

.growl.growl-error {
	border-color: #eb6049;
}

.growl.growl-error:before {
	background-color: #eb6049;
}

.growl.growl-error:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOTguODc1IDgxLjk0N2MzLjIwNCA1LjU1NC0uODE4IDEyLjQ5Ny03LjIxOSAxMi40OTdIOC4zNDNjLTYuNDEzIDAtMTAuNDE3LTYuOTU0LTcuMjE4LTEyLjQ5N0w0Mi43ODIgOS43MmMzLjIwNi01LjU1NyAxMS4yMzYtNS41NDcgMTQuNDM3IDBsNDEuNjU2IDcyLjIyN3pNNTAgNjcuMDE0YTcuOTg2IDcuOTg2IDAgMSAwIDAgMTUuOTcyIDcuOTg2IDcuOTg2IDAgMCAwIDAtMTUuOTcyem0tNy41ODItMjguNzA2IDEuMjg4IDIzLjYxMWEyLjA4NSAyLjA4NSAwIDAgMCAyLjA4MSAxLjk3aDguNDI4YTIuMDg0IDIuMDg0IDAgMCAwIDIuMDgxLTEuOTdsMS4yODctMjMuNjExYTIuMDg0IDIuMDg0IDAgMCAwLTIuMDgtMi4xOTdINDQuNDk4YTIuMDg0IDIuMDg0IDAgMCAwLTIuMDggMi4xOTd6Ii8+PC9zdmc+);
}

.growl.growl-notice {
	border-color: #59b428;
}

.growl.growl-notice:before {
	background-color: #59b428;
}

.growl.growl-notice:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTAgMS41NjNDMjMuMjUgMS41NjMgMS41NjMgMjMuMjU4IDEuNTYzIDUwIDEuNTYzIDc2Ljc1OCAyMy4yNSA5OC40MzggNTAgOTguNDM4YzI2Ljc1IDAgNDguNDM4LTIxLjY4IDQ4LjQzOC00OC40MzhDOTguNDM4IDIzLjI1OCA3Ni43NSAxLjU2MyA1MCAxLjU2M3ptMCAyMS40ODRhOC4yMDQgOC4yMDQgMCAxIDEtLjAwMSAxNi40MDdBOC4yMDQgOC4yMDQgMCAwIDEgNTAgMjMuMDQ3em0xMC45MzggNDkuNjA5QTIuMzQzIDIuMzQzIDAgMCAxIDU4LjU5NCA3NUg0MS40MDZhMi4zNDQgMi4zNDQgMCAwIDEtMi4zNDQtMi4zNDR2LTQuNjg4YTIuMzQzIDIuMzQzIDAgMCAxIDIuMzQ0LTIuMzQ0aDIuMzQ0di0xMi41aC0yLjM0NGEyLjM0NCAyLjM0NCAwIDAgMS0yLjM0NC0yLjM0NHYtNC42ODhhMi4zNDQgMi4zNDQgMCAwIDEgMi4zNDQtMi4zNDRoMTIuNWEyLjM0MyAyLjM0MyAwIDAgMSAyLjM0NCAyLjM0NHYxOS41MzFoMi4zNDRhMi4zNDMgMi4zNDMgMCAwIDEgMi4zNDQgMi4zNDR2NC42ODl6Ii8+PC9zdmc+);
}

.growl.growl-warning {
	border-color: #ffb307;
}

.growl.growl-warning:before {
	background-color: #ffb307;
}

.growl.growl-warning:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTAgMS41NjNDMjMuMjUgMS41NjMgMS41NjMgMjMuMjU4IDEuNTYzIDUwIDEuNTYzIDc2Ljc1OCAyMy4yNSA5OC40MzggNTAgOTguNDM4YzI2Ljc1IDAgNDguNDM4LTIxLjY4IDQ4LjQzOC00OC40MzhDOTguNDM4IDIzLjI1OCA3Ni43NSAxLjU2MyA1MCAxLjU2M3ptMCAyMS40ODRhOC4yMDQgOC4yMDQgMCAxIDEtLjAwMSAxNi40MDdBOC4yMDQgOC4yMDQgMCAwIDEgNTAgMjMuMDQ3em0xMC45MzggNDkuNjA5QTIuMzQzIDIuMzQzIDAgMCAxIDU4LjU5NCA3NUg0MS40MDZhMi4zNDQgMi4zNDQgMCAwIDEtMi4zNDQtMi4zNDR2LTQuNjg4YTIuMzQzIDIuMzQzIDAgMCAxIDIuMzQ0LTIuMzQ0aDIuMzQ0di0xMi41aC0yLjM0NGEyLjM0NCAyLjM0NCAwIDAgMS0yLjM0NC0yLjM0NHYtNC42ODhhMi4zNDQgMi4zNDQgMCAwIDEgMi4zNDQtMi4zNDRoMTIuNWEyLjM0MyAyLjM0MyAwIDAgMSAyLjM0NCAyLjM0NHYxOS41MzFoMi4zNDRhMi4zNDMgMi4zNDMgMCAwIDEgMi4zNDQgMi4zNDR2NC42ODl6Ii8+PC9zdmc+);
}

.growl .growl-close {
	cursor: pointer;
	font-family: helvetica,verdana,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: .9375rem;
	position: absolute;
	right: .9375rem;
	top: .9375rem;
}

.growl .growl-title {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.growl .growl-message {
	font-size: .875rem;
	line-height: 1.125rem;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.flickity-slider {
	height: 100%;
	position: absolute;
	width: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	align-items: center;
	background: transparent;
	border: .0625rem solid #fff;
	border-radius: 50%;
	bottom: 1.5625rem;
	color: #fff;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	left: 4.6875rem;
	position: absolute;
	transition: all .5s cubic-bezier(.22,.61,.36,1);
	width: 2.5rem;
}

.flickity-button:focus,
.flickity-button:hover {
	background: #fff;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	outline: none;
}

.flickity--flip .flickity-button {
	left: auto;
	right: 1.5625rem;
}

.flickity--tint .flickity-button {
	border-color: #eb6049;
	color: #eb6049;
}

.flickity--tint .flickity-button:focus,
.flickity--tint .flickity-button:hover {
	background-color: #eb6049;
	color: #fff;
}

.flickity-button:disabled {
	cursor: auto;
	opacity: .6;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button.previous {
	background-color: #fff;
	border-color: #fff;
	color: #eb6049;
	left: 1.5625rem;
}

.flickity-prev-next-button.previous:focus,
.flickity-prev-next-button.previous:hover {
	background-color: #eb6049;
	border-color: #eb6049;
	color: #fff;
}

.flickity--flip .flickity-prev-next-button.previous {
	left: auto;
	right: 4.6875rem;
}

.flickity--tint .flickity-prev-next-button.previous {
	border-color: #b9b9b9;
	color: #b9b9b9;
}

.flickity--tint .flickity-prev-next-button.previous:focus,
.flickity--tint .flickity-prev-next-button.previous:hover {
	border-color: #eb6049;
	color: #fff;
}

.flickity-prev-next-button .flickity-button-icon {
	height: 40%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
}

.flickity-page-dots {
	bottom: 1.5625rem;
	left: 1.5625rem;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	transform: translateY(50%);
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	background-color: #3273eb;
	border-radius: 50%;
	box-shadow: 0 0 0 .1875rem rgba(50,115,235,.6);
	cursor: pointer;
	display: inline-block;
	height: .375rem;
	margin: 0 .625rem;
	opacity: .5;
	width: .375rem;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.flickity-title {
	bottom: 1.5625rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-left: 8.125rem;
	position: absolute;
	right: 1.5625rem;
	z-index: 5;
}

.js-stagger {
	opacity: 0;
	transform: translateY(50%);
}

.js-stagger[data-stagger=bounce] {
	opacity: 1;
	transform: scale(0);
}

.js-stagger[data-stagger=children] {
	opacity: 1;
	transform: none;
}

.js-stagger[data-stagger=children]>* {
	opacity: 0;
	transform: translateY(5%);
}

.js-stagger[data-stagger=timeline] {
	opacity: 0;
	transform: rotateX(-15deg) translateY(50%);
	transform-origin: top center;
}

.js-stagger[data-stagger=splitText] {
	opacity: 1;
	transform: none;
}

.js-stagger[data-stagger=splitText] span:not(.js-word) {
	opacity: 0;
	transform: translateY(150%);
}

[data-stagger=splitText] {
	opacity: 1;
	transform: none;
}

[data-stagger=splitText] span {
	display: inline-block;
}

.o-stagger-parent {
	perspective: 400px;
}

.s-text {
	grid-gap: 1.171875rem;
	display: grid;
}

.s-text * {
	margin-bottom: 0;
}

.s-text img {
	display: block;
	height: auto;
	margin-bottom: calc(1rem + .7vw);
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.s-text ul {
	list-style: none;
	padding-left: 0;
}

.s-text ul li {
	padding-left: 1.875rem;
	position: relative;
}

.s-text ul li:before {
	background: #3273eb;
	content: "";
	height: .5rem;
	left: 0;
	position: absolute;
	top: .5625rem;
	width: .5rem;
}

.s-text--large p,
.s-text--large ul {
	font-size: 1.375rem;
	line-height: 1.875rem;
}

.s-text--inverse a {
	color: #eb6049;
}

.u-bg-primary {
	background-color: #3273eb!important;
}

a.u-bg-primary:focus,
a.u-bg-primary:hover {
	background-color: #1558d5!important;
}

.u-bg-gray-base,
a.u-bg-gray-base:focus,
a.u-bg-gray-base:hover {
	background-color: #000!important;
}

.u-bg-gray-lighter {
	background-color: #f9f9fd!important;
}

a.u-bg-gray-lighter:focus,
a.u-bg-gray-lighter:hover {
	background-color: #d3d3f0!important;
}

.is-negative {
	background-color: #000;
	color: #fff;
}

.has-overlay {
	overflow: hidden;
}

.has-overlay:before {
	background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 20%;
	z-index: 1;
}

.u-d-block {
	display: block!important;
}

.u-d-grid {
	display: grid!important;
}

.u-hide-svg {
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.u-g-autoflow-dense {
	grid-auto-flow: dense;
}

.justify-content-center {
	justify-content: center!important;
}

.justify-self-end {
	justify-self: flex-end!important;
}

.justify-self-center {
	justify-self: center!important;
}

.align-items-center {
	align-items: center!important;
}

.align-self-start {
	align-self: flex-start!important;
}

.align-self-end {
	align-self: flex-end!important;
}

.align-self-center {
	align-self: center!important;
}

.g-cols\:2 {
	grid-template-columns: repeat(2,minmax(0,1fr));
}

.g-cols\:auto\/1 {
	grid-template-columns: auto minmax(0,1fr);
}

.g-cols\:1\/auto {
	grid-template-columns: minmax(0,1fr) auto;
}

.u-col\:1 {
	grid-column-start: 1;
}

.u-row\:1 {
	grid-row-start: 1;
}

.u-col\:2 {
	grid-column-start: 2;
}

.u-col\:span-2 {
	grid-column-end: span 2;
}

.u-row\:2 {
	grid-row-start: 2;
}

.u-row\:span-2 {
	grid-row-end: span 2;
}

.u-col\:3 {
	grid-column-start: 3;
}

.u-col\:span-3 {
	grid-column-end: span 3;
}

.u-col\:span-4 {
	grid-column-end: span 4;
}

.u-gap\:1-xs {
	grid-gap: 1.5625rem;
}

.u-gap\:y-1-xs {
	row-gap: 1.5625rem;
}

.u-gap\:x-1-xs {
	column-gap: 1.5625rem;
}

.u-gap\:1-xs\/2 {
	grid-gap: .78125rem;
}

.u-gap\:2-xs {
	grid-gap: 3.125rem;
}

.u-gap\:y-2-xs {
	row-gap: 3.125rem;
}

.u-gap\:y-3-xs {
	row-gap: 4.6875rem;
}

.u-absolute-center {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.u-fill {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.u-relative {
	position: relative!important;
}

.u-z-5 {
	z-index: 5;
}

.u-sr-only {
	clip: rect(0,0,0,0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

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

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

.u-pb-0 {
	padding-bottom: 0!important;
}

.u-pt-0 {
	padding-top: 0!important;
}

.u-text-center {
	text-align: center!important;
}

.u-text-right {
	text-align: right!important;
}

.u-text-nowrap {
	white-space: nowrap!important;
}

.u-text-uppercase {
	text-transform: uppercase!important;
}

.u-font-weight-book {
	font-weight: 350;
}

.u-font-weight-medium {
	font-weight: 500;
}

.u-font-weight-bold {
	font-weight: 700;
}

.u-font-weight-extra-bold {
	font-weight: 800;
}

.u-text-white {
	color: #fff!important;
}

a.u-text-white:focus,
a.u-text-white:hover {
	color: #e6e6e6!important;
}

.u-text-primary {
	color: #3273eb!important;
}

a.u-text-primary:focus,
a.u-text-primary:hover {
	color: #1558d5!important;
}

.u-overflow-hidden {
	overflow: hidden;
}

@media (min-width:768px) {
	body {
		font-size: 1.125rem;
		line-height: 1.875rem;
	}

	.ultra {
		font-size: 4rem;
		line-height: 4.3125rem;
	}

	.subtitle {
		font-size: .6875rem;
	}

	.alpha,
	h1 {
		font-size: 2.375rem;
		line-height: 2.75rem;
	}

	.beta,
	h2 {
		font-size: 1.5rem;
		line-height: 2.0625rem;
	}

	.gamma,
	h3 {
		font-size: 1.25rem;
		line-height: 1.6875rem;
	}

	.g-container,
	.g-container-extra-small,
	.g-container-small {
		grid-template-columns: 3rem 1fr 3rem;
	}

	.o-band {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}

	.o-band-small {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.o-band-medium {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.o-band-large {
		padding-bottom: 8rem;
		padding-top: 8rem;
	}

	.o-label__text {
		font-size: .6875rem;
	}

	.o-shape {
		height: 26.1875rem;
		padding: 1rem 2rem;
		width: 26.1875rem;
	}

	.o-shape--small {
		height: 10.5rem;
		width: 10.5rem;
	}

	.o-shape--medium {
		height: 15.1875rem;
		width: 15.1875rem;
	}

	.o-shape--inbetween {
		height: 14.0625rem;
		width: 14.0625rem;
	}

	.o-card {
		padding: 3rem;
	}

	.o-layout {
		grid-row-gap: 2rem;
		grid-template-columns: 3rem 4rem 1.15fr 1rem 1.85fr 3rem;
		grid-template-rows: repeat(2,auto) 3rem;
	}

	.o-c2a-icon-wrap {
		height: 3.9375rem;
		width: 3.9375rem;
	}

	.o-contact-text {
		font-size: 1rem;
	}

	.o-contact-img {
		height: 5.625rem;
		margin-left: 7.8125rem;
		width: 5.625rem;
	}

	.c-header {
		height: 4rem;
	}

	.c-header {
		grid-template-columns: 3rem 1fr 1.5rem;
	}

	.c-header__inner {
		padding-right: 2rem;
	}

	.c-header__sidepod {
		clip-path: url(#headerShapeSm);
		width: 3rem;
	}

	.sticky-header {
		padding-top: 4rem;
	}

	.c-hero__shape {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NjYiIGhlaWdodD0iMTAxNS4yNjIiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDUiIGQ9Ik01MzguNDI4IDEwMTMuNzYyaDM5Mi4yQTMzLjg3MSAzMy44NzEgMCAwIDAgOTY0LjUgOTc5Ljg5VjUzOC40MjdhMzMuODgyIDMzLjg4MiAwIDAgMC05LjkyMS0yMy45NTJMNDUxLjUyMyAxMS40MTlhMzMuODg3IDMzLjg4NyAwIDAgMC0yMy45NTEtOS45MjFoLTM5Mi4yQTMzLjg3MyAzMy44NzMgMCAwIDAgMS41IDM1LjM3MnY0NDEuNDYxYTMzLjg2NCAzMy44NjQgMCAwIDAgOS45MjQgMjMuOTUybDUwMy4wNTMgNTAzLjA1NmEzMy44NzMgMzMuODczIDAgMCAwIDIzLjk1MSA5LjkyMXoiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=");
		height: 46.25rem;
		width: 37.5rem;
	}

	.c-hero__shape--sized {
		height: 44.6875rem;
		width: 38.5625rem;
	}

	.c-hero__play {
		bottom: 16.25rem;
		left: 22rem;
	}

	.c-hero__play--top {
		right: 12.5rem;
		top: 15rem;
	}

	.c-hero__container {
		padding-top: 31.25rem!important;
	}

	.c-hero__title {
		left: 6rem;
		top: 23.4375rem;
	}

	.c-hero__slider {
		clip-path: url(#shapeSm);
		height: 44.6875rem;
		width: 38.5625rem;
	}

	.c-menu__inner {
		padding: 11rem 3rem 5rem;
	}

	.c-accordion__header {
		height: 4rem;
		padding: 1rem 2rem;
	}

	.c-accordion__body {
		padding: 1rem 2rem 2rem;
	}

	.c-btn-play {
		font-size: .6875rem;
		height: 9.375rem;
		width: 9.375rem;
	}

	.c-modal__header {
		padding: 1rem;
	}

	.c-modal__dialog--story .c-modal__close,
	.c-modal__dialog--video .c-modal__close {
		left: 2rem;
		top: 2rem;
	}

	.c-modal__body {
		padding: 1rem;
	}

	.c-modal__dialog {
		margin: 30px auto;
		max-width: 75%;
	}

	.c-modal__dialog--scrollable {
		height: calc(100% - 60px);
	}

	.c-modal__dialog--centered {
		min-height: calc(100% - 60px);
	}

	.c-modal__content {
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.c-footer__top {
		grid-template-columns: auto 1fr repeat(2,auto);
		padding: 2rem 0;
	}

	.c-footer__top:after {
		left: -3rem;
		right: -3rem;
	}

	.c-footer__bottom {
		padding-top: 2rem;
	}

	.c-usps {
		font-size: .875rem;
	}

	.c-usps__item+.c-usps__item {
		margin-top: 1.875rem;
	}

	.c-banner--small {
		padding-bottom: 60%;
	}

	.c-split-content__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.c-split-content__img {
		height: 35rem;
		left: calc(100% - 27.5rem);
		top: -15rem;
		width: 27.5rem;
	}

	.c-split-content__img-wrap {
		margin-top: 0;
		padding-left: 14rem;
	}

	.c-split-content__banner {
		padding-bottom: 60%;
	}

	.c-showcase__img-wrap {
		padding-bottom: 140%;
	}

	.c-showcase__toggle {
		font-size: 1.125rem;
	}

	.c-node__body {
		padding: 2rem;
	}

	.c-node__text {
		font-size: 1rem;
	}

	.c-intro__shape {
		right: 7rem;
		top: -10rem;
	}

	.c-timeline__card,
	.c-timeline__element {
		margin-top: 16rem;
	}

	.c-timeline__card {
		width: 20rem;
	}

	.c-timeline__card--flip {
		margin-left: 0;
	}

	.c-timeline__card--inline {
		grid-template-columns: 1fr 9rem;
		width: calc(100% - 7rem);
	}

	.c-timeline__card--inline._flip {
		grid-template-columns: 9rem 1fr;
	}

	.c-timeline__card--align-right {
		margin-left: auto;
		margin-right: 5rem;
	}

	.c-timeline__card-body {
		padding: 3rem;
	}

	.c-timeline__title-wrap {
		left: 15%;
		top: 18.75rem;
	}

	.c-progress__item+.c-progress__item {
		margin: 0;
	}

	.c-progress__item+.c-progress__item:before {
		left: -1rem;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	.c-progress__item:last-of-type {
		margin: 0;
	}

	.c-progress__item:last-of-type:after {
		bottom: 50%;
		left: auto;
		right: -1rem;
		transform: translate(50%,50%);
	}

	.c-progress__shape {
		height: auto;
		padding-bottom: 100%;
		width: 100%;
	}

	.c-progress__shape--ultra {
		height: 12.5rem!important;
		width: 12.5rem!important;
	}

	.flickity-button {
		bottom: 2rem;
		left: 5.3125rem;
	}

	.flickity--flip .flickity-button {
		right: 2rem;
	}

	.flickity-prev-next-button.previous {
		left: 2rem;
	}

	.flickity--flip .flickity-prev-next-button.previous {
		right: 5.3125rem;
	}

	.flickity-title {
		bottom: 2.1875rem;
		font-size: 1.25rem;
		right: 3rem;
	}

	.s-text--large p,
	.s-text--large ul {
		font-size: 1.5rem;
		line-height: 2.0625rem;
	}

	.justify-self-sm-start {
		justify-self: flex-start!important;
	}

	.justify-self-sm-end {
		justify-self: flex-end!important;
	}

	.align-self-sm-center {
		align-self: center!important;
	}

	.g-cols\:1\>sm {
		grid-template-columns: minmax(0,1fr);
	}

	.g-cols\:2\>sm {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.g-cols\:2\/auto\>sm {
		grid-template-columns: repeat(2,auto);
	}

	.g-cols\:3\>sm {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.g-cols\:4\>sm {
		grid-template-columns: repeat(4,minmax(0,1fr));
	}

	.g-cols\:6\>sm {
		grid-template-columns: repeat(6,minmax(0,1fr));
	}

	.g-cols\:7\>sm {
		grid-template-columns: repeat(7,minmax(0,1fr));
	}

	.g-cols\:12\>sm {
		grid-template-columns: repeat(12,minmax(0,1fr));
	}

	.g-cols\:auto\/1\>sm {
		grid-template-columns: auto minmax(0,1fr);
	}

	.u-col\:1\>sm {
		grid-column-start: 1;
	}

	.u-col\:span-1\>sm {
		grid-column-end: span 1;
	}

	.u-row\:1\>sm {
		grid-row-start: 1;
	}

	.u-col\:2\>sm {
		grid-column-start: 2;
	}

	.u-col\:span-2\>sm {
		grid-column-end: span 2;
	}

	.u-row\:2\>sm {
		grid-row-start: 2;
	}

	.u-row\:span-2\>sm {
		grid-row-end: span 2;
	}

	.u-col\:3\>sm {
		grid-column-start: 3;
	}

	.u-col\:span-3\>sm {
		grid-column-end: span 3;
	}

	.u-row\:3\>sm {
		grid-row-start: 3;
	}

	.u-col\:4\>sm {
		grid-column-start: 4;
	}

	.u-col\:span-4\>sm {
		grid-column-end: span 4;
	}

	.u-row\:4\>sm {
		grid-row-start: 4;
	}

	.u-col\:5\>sm {
		grid-column-start: 5;
	}

	.u-row\:5\>sm {
		grid-row-start: 5;
	}

	.u-col\:6\>sm {
		grid-column-start: 6;
	}

	.u-col\:span-6\>sm {
		grid-column-end: span 6;
	}

	.u-col\:span-7\>sm {
		grid-column-end: span 7;
	}

	.u-col\:span-8\>sm {
		grid-column-end: span 8;
	}

	.u-col\:span-9\>sm {
		grid-column-end: span 9;
	}

	.u-col\:10\>sm {
		grid-column-start: 10;
	}

	.u-col\:span-10\>sm {
		grid-column-end: span 10;
	}

	.u-col\:span-12\>sm {
		grid-column-end: span 12;
	}

	.u-gap\:1-xs\>sm {
		grid-gap: 1.5625rem;
	}

	.u-gap\:x-1-xs\>sm {
		column-gap: 1.5625rem;
	}

	.u-gap\:1-sm\>sm {
		grid-gap: 1rem;
	}

	.u-gap\:2-sm\>sm {
		grid-gap: 2rem;
	}

	.u-gap\:y-2-sm\>sm {
		row-gap: 2rem;
	}

	.u-gap\:3-sm\>sm {
		grid-gap: 3rem;
	}

	.u-gap\:4-sm\>sm {
		grid-gap: 4rem;
	}

	.u-gap\:y-7-sm\>sm {
		row-gap: 7rem;
	}

	.u-gap\:y-9-sm\>sm {
		row-gap: 9rem;
	}

	.u-gap\:0\>sm {
		grid-gap: 0;
	}

	.u-hidden-sm-up {
		display: none!important;
	}
}

@media (min-width:992px) {
	.g-container,
	.g-container-extra-small,
	.g-container-small {
		grid-template-columns: 4rem 1fr 4rem;
	}

	.o-band {
		padding-bottom: 8rem;
		padding-top: 8rem;
	}

	.o-band-medium {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}

	.o-band-large {
		padding-bottom: 12rem;
		padding-top: 12rem;
	}

	.o-logo,
	.o-logo-small {
		height: 2.5rem;
		width: 8.125rem;
	}

	.o-label,
	.o-label-btn,
	.o-label-small {
		height: 9.5rem;
		width: 9.5rem;
	}

	.o-shape {
		align-items: flex-start;
		justify-content: flex-end;
		padding: 2.5rem;
	}

	.o-shape--medium {
		height: 24.0625rem;
		width: 24.0625rem;
	}

	.o-shape--inbetween {
		height: 18.75rem;
		width: 18.75rem;
	}

	.o-shape-text {
		font-size: .6875rem;
	}

	.o-card {
		padding: 6rem;
	}

	.o-layout {
		grid-row-gap: 4rem;
		grid-template-columns: 4rem 8rem 14rem 2rem 1fr 4rem;
		grid-template-rows: repeat(2,auto) 3rem;
	}

	.o-contact-wrap {
		max-width: 20rem;
	}

	.c-header {
		height: 6rem;
	}

	.c-header__sidepod {
		clip-path: url(#headerShapeMd);
		width: 4.875rem;
	}

	.sticky-header {
		padding-top: 6rem;
	}

	.c-nav__list {
		align-items: center;
		display: flex;
	}

	.c-nav__item+.c-nav__item {
		margin-left: 1.5rem;
	}

	.c-nav__link {
		font-size: .75rem;
	}

	.c-hero__shape {
		height: 40rem;
		width: 35.625rem;
	}

	.c-hero__shape--sized {
		height: 38rem;
		width: 38rem;
	}

	.c-hero__play {
		left: 6rem;
		top: 26rem;
	}

	.c-hero__play--top {
		right: 8rem;
		top: 12.5rem;
	}

	.c-hero__container {
		padding-top: 18rem!important;
	}

	.c-hero__title {
		left: 16rem;
	}

	.c-hero__slider {
		clip-path: url(#shapeMd);
		height: 38rem;
		width: 38rem;
	}

	.c-accordion {
		display: flex;
	}

	.c-accordion__item {
		display: flex;
	}

	.c-accordion__header:focus .c-accordion__title-wrap,
	.c-accordion__header:hover .c-accordion__title-wrap {
		margin-bottom: 1.5625rem;
	}

	.c-accordion__header {
		align-items: flex-end;
		height: auto;
		width: 3rem;
	}

	.c-accordion__title-wrap {
		margin-bottom: 0;
		transform: rotate(-90deg);
		white-space: nowrap;
		width: 100%;
	}

	.c-accordion__body {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		padding: 2rem 2rem 2rem 1rem;
	}

	.c-accordion__body-wrap {
		display: flex;
		flex-direction: column;
		max-width: 0;
		width: 0;
	}

	.c-modal__dialog--story .c-modal__close,
	.c-modal__dialog--video .c-modal__close {
		top: 1rem;
	}

	.c-footer__top:after {
		left: -4rem;
		right: -4rem;
	}

	.c-footer__list--small .c-footer__link {
		font-size: .6875rem;
	}

	.c-split-content {
		display: grid;
		grid-auto-flow: dense;
		grid-template-columns: repeat(2,50%);
	}

	.c-split-content--fluid {
		min-height: calc(100vh - 6rem);
	}

	.c-split-content__body {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.c-split-content__img {
		height: 30.625rem;
		left: 1.5625rem;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 22.5rem;
	}

	.c-split-content__img-wrap {
		padding-left: 2rem;
	}

	.c-split-content__btn {
		bottom: 4rem;
		left: auto;
		right: 0;
		top: auto;
	}

	.c-split-content__banner {
		height: 100%;
		padding: 0;
	}

	.c-split-content__banner-shape {
		bottom: 4rem;
		left: -12rem;
	}

	.c-intro:after {
		height: 18rem;
	}

	.c-intro__label--right {
		top: 6.25rem;
	}

	.c-intro__shape {
		right: 8rem;
		top: -12rem;
	}

	.c-timeline__card {
		width: 24rem;
	}

	.c-timeline__card--inline {
		grid-template-columns: 1fr 11rem;
		width: calc(100% - 14rem);
	}

	.c-timeline__card--inline._flip {
		grid-template-columns: 11rem 1fr;
	}

	.c-timeline__card-body {
		padding: 4rem;
	}

	.c-timeline__title-wrap {
		left: 25%;
		top: 12.5rem;
	}

	.c-progress__item+.c-progress__item:before {
		left: -2rem;
	}

	.c-progress__item:last-of-type:after {
		right: -2rem;
	}

	.c-progress__shape--ultra {
		height: 15.625rem!important;
		width: 15.625rem!important;
	}

	.flickity-title {
		right: 2rem;
	}

	.justify-self-md-start {
		justify-self: flex-start!important;
	}

	.justify-self-md-end {
		justify-self: flex-end!important;
	}

	.align-self-md-center {
		align-self: center!important;
	}

	.g-cols\:1\>md {
		grid-template-columns: minmax(0,1fr);
	}

	.g-cols\:3\>md {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.g-cols\:12\>md {
		grid-template-columns: repeat(12,minmax(0,1fr));
	}

	.u-col\:1\>md {
		grid-column-start: 1;
	}

	.u-row\:1\>md {
		grid-row-start: 1;
	}

	.u-row\:span-1\>md {
		grid-row-end: span 1;
	}

	.u-col\:2\>md {
		grid-column-start: 2;
	}

	.u-col\:span-2\>md {
		grid-column-end: span 2;
	}

	.u-row\:2\>md {
		grid-row-start: 2;
	}

	.u-row\:span-2\>md {
		grid-row-end: span 2;
	}

	.u-col\:span-3\>md {
		grid-column-end: span 3;
	}

	.u-col\:span-4\>md {
		grid-column-end: span 4;
	}

	.u-col\:5\>md {
		grid-column-start: 5;
	}

	.u-col\:span-5\>md {
		grid-column-end: span 5;
	}

	.u-col\:span-7\>md {
		grid-column-end: span 7;
	}

	.u-col\:span-8\>md {
		grid-column-end: span 8;
	}

	.u-col\:9\>md {
		grid-column-start: 9;
	}

	.u-col\:10\>md {
		grid-column-start: 10;
	}

	.u-gap\:1-md\>md {
		grid-gap: 2rem;
	}

	.u-gap\:y-1-md\>md {
		row-gap: 2rem;
	}

	.u-gap\:x-1-md\>md {
		column-gap: 2rem;
	}

	.u-gap\:2-md\>md {
		grid-gap: 4rem;
	}

	.u-gap\:y-2-md\>md {
		row-gap: 4rem;
	}

	.u-gap\:3-md\>md {
		grid-gap: 6rem;
	}

	.u-gap\:y-4-md\>md {
		row-gap: 8rem;
	}

	.u-text-md-left {
		text-align: left!important;
	}

	.u-hidden-md-up {
		display: none!important;
	}
}

@media (min-width:1200px) {
	body {
		font-size: 1.25rem;
		line-height: 2.25rem;
	}

	::-webkit-scrollbar {
		background-color: #f4f4f9;
		width: .5rem;
	}

	::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
	}

	::-webkit-scrollbar-thumb {
		background-color: #3273eb;
		outline: .0625rem solid #134fbe;
	}

	.ultra {
		font-size: 4.75rem;
		line-height: 5.125rem;
	}

	.subtitle {
		font-size: .8125rem;
		margin-bottom: .9375rem;
	}

	.alpha,
	h1 {
		font-size: 3.125rem;
		line-height: 3.625rem;
	}

	.beta,
	h2 {
		font-size: 1.875rem;
		line-height: 2.6875rem;
	}

	.gamma,
	h3 {
		font-size: 1.5rem;
		line-height: 2.0625rem;
	}

	.delta,
	h4 {
		font-size: .9375rem;
		line-height: 1.4375rem;
	}

	.g-container,
	.g-container-extra-small,
	.g-container-small {
		grid-template-columns: 6rem 1fr 6rem;
	}

	.o-band {
		padding-bottom: 10rem;
		padding-top: 10rem;
	}

	.o-band-medium {
		padding-bottom: 8rem;
		padding-top: 8rem;
	}

	.o-band-large {
		padding-bottom: 14rem;
		padding-top: 14rem;
	}

	.o-label,
	.o-label-btn,
	.o-label-small {
		height: 11.5rem;
		width: 11.5rem;
	}

	.o-shape--inbetween {
		height: 21.25rem;
		width: 21.25rem;
	}

	.o-layout {
		grid-template-columns: 6rem 14rem 18rem 2rem 1fr 6rem;
		grid-template-rows: repeat(2,auto) 3rem;
	}

	.o-c2a {
		display: inline-flex;
	}

	.o-c2a-icon-wrap {
		height: 5.625rem;
		left: 55%;
		position: absolute;
		top: 40%;
		width: 5.625rem;
	}

	.o-contact-img {
		height: 6.25rem;
		width: 6.25rem;
	}

	.c-header:before {
		background-color: #3273eb;
		content: "";
		height: 100%;
		left: var(--offset);
		position: absolute;
		top: 0;
		width: var(--width);
	}

	.c-header__sidepod {
		clip-path: url(#headerShapeLg);
		width: 3.375rem;
	}

	.c-nav__item+.c-nav__item {
		margin-left: 2rem;
	}

	.c-hero--fs {
		height: 100vh;
	}

	.c-hero__shape {
		height: 37.5rem;
		width: 41.25rem;
	}

	.c-hero__shape--sized {
		height: 36rem;
		width: 44rem;
	}

	.c-hero__play {
		left: 12rem;
		top: 24rem;
	}

	.c-hero__container {
		padding-top: 14rem!important;
	}

	.c-hero__slider {
		clip-path: url(#shapeLg);
		height: 36rem;
		width: 44rem;
	}

	.c-accordion__header {
		padding: 2rem;
		width: 6rem;
	}

	.c-accordion__body {
		padding: 4rem 4rem 4rem 2rem;
	}

	.c-footer__top {
		font-size: .9375rem;
		padding: 2rem 0;
	}

	.c-footer__top:after {
		left: -6rem;
		right: -6rem;
	}

	.c-footer__bottom {
		margin-left: -6rem;
		padding-bottom: 10rem;
		padding-left: 6rem;
		padding-top: 6rem;
	}

	.c-footer__list {
		font-size: .9375rem;
	}

	.c-footer__list--small .c-footer__link {
		font-size: .75rem;
	}

	.c-usps {
		font-size: .9375rem;
	}

	.c-link {
		font-size: .8125rem;
	}

	.c-banner {
		padding-bottom: 47%;
	}

	.c-banner--small {
		padding-bottom: 35%;
	}

	.c-split-content__body {
		padding-left: 6rem;
	}

	.c-split-content__body--large-right\>lg {
		padding-right: 10rem;
	}

	.c-split-content__img {
		height: 35.625rem;
		width: 28.125rem;
	}

	.c-split-content__img-wrap {
		padding-left: 6rem;
	}

	.c-split-content__banner-shape {
		left: -16rem;
	}

	.c-showcase__toggle {
		font-size: 1.25rem;
	}

	.c-showcase__toggle-text {
		font-size: .8125rem;
	}

	.c-intro:after {
		height: 20rem;
	}

	.c-intro__label--right {
		top: 9.0625rem;
	}

	.c-timeline__card--inline {
		grid-template-columns: 1fr 14rem;
		width: calc(100% - 18rem);
	}

	.c-timeline__card--inline._flip {
		grid-template-columns: 14rem 1fr;
	}

	.c-timeline__card-body {
		font-size: .9375rem;
	}

	.c-timeline__title-wrap {
		left: 27.5%;
	}

	.c-progress__item+.c-progress__item:before {
		left: -4rem;
	}

	.c-progress__item:last-of-type:after {
		right: -4rem;
	}

	.c-progress__shape--large {
		height: 12.5rem!important;
		width: 12.5rem!important;
	}

	.c-progress__shape--ultra {
		height: 18.75rem!important;
		width: 18.75rem!important;
	}

	.flickity-button {
		height: 3.125rem;
		left: 5.75rem;
		width: 3.125rem;
	}

	.flickity--flip .flickity-button {
		right: 2rem;
	}

	.flickity--flip .flickity-prev-next-button.previous {
		right: 5.75rem;
	}

	.flickity-title {
		bottom: 2.5rem;
		font-size: 1.375rem;
		right: 4rem;
	}

	.s-text--large p,
	.s-text--large ul {
		font-size: 1.875rem;
		line-height: 2.6875rem;
	}

	.justify-self-lg-center {
		justify-self: center!important;
	}

	.align-self-lg-end {
		align-self: flex-end!important;
	}

	.g-cols\:4\>lg {
		grid-template-columns: repeat(4,minmax(0,1fr));
	}

	.g-cols\:12\>lg {
		grid-template-columns: repeat(12,minmax(0,1fr));
	}

	.u-col\:1\>lg {
		grid-column-start: 1;
	}

	.u-row\:1\>lg {
		grid-row-start: 1;
	}

	.u-col\:span-5\>lg {
		grid-column-end: span 5;
	}

	.u-col\:6\>lg {
		grid-column-start: 6;
	}

	.u-col\:span-6\>lg {
		grid-column-end: span 6;
	}

	.u-col\:span-7\>lg {
		grid-column-end: span 7;
	}

	.u-col\:span-8\>lg {
		grid-column-end: span 8;
	}

	.u-gap\:x-2-md\>lg {
		column-gap: 4rem;
	}

	.u-gap\:4-md\>lg {
		grid-gap: 8rem;
	}

	.u-gap\:y-0\>lg {
		row-gap: 0;
	}
}

@media (min-width:1550px) {
	body {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.ultra {
		font-size: 6.25rem;
		line-height: 6.75rem;
	}

	.alpha,
	h1 {
		font-size: 4.125rem;
		line-height: 4.1875rem;
	}

	.beta,
	h2 {
		font-size: 2.375rem;
		line-height: 3.375rem;
	}

	.gamma,
	h3 {
		font-size: 1.875rem;
		line-height: 2.625rem;
	}

	.delta,
	h4 {
		font-size: 1.125rem;
		line-height: 1.6875rem;
	}

	.g-container,
	.g-container-extra-small,
	.g-container-small {
		grid-template-columns: 10rem 1fr 10rem;
	}

	.g-container-small {
		grid-template-columns: 12.5rem 1fr 12.5rem;
	}

	.g-container-extra-small {
		grid-template-columns: 17.5rem 1fr 17.5rem;
	}

	.o-band {
		padding-bottom: 12.5rem;
		padding-top: 12.5rem;
	}

	.o-band-small {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.o-band-medium {
		padding-bottom: 7.5rem;
		padding-top: 7.5rem;
	}

	.o-band-large {
		padding-bottom: 17.5rem;
		padding-top: 17.5rem;
	}

	.o-logo,
	.o-logo-small {
		height: 3.125rem;
		width: 10.125rem;
	}

	.o-label__text {
		font-size: .8125rem;
		max-width: 14ch;
	}

	.o-shape {
		height: 31.9375rem;
		padding: 3.125rem;
		width: 31.9375rem;
	}

	.o-shape--small {
		height: 12.5625rem;
		width: 12.5625rem;
	}

	.o-shape--inbetween {
		height: 23.5rem;
		width: 23.5rem;
	}

	.o-card {
		padding: 7.5rem;
	}

	.o-layout {
		grid-template-columns: 10rem 15rem 30rem 5rem 1fr 10rem;
		grid-template-rows: repeat(2,auto) 10rem;
	}

	.o-c2a-icon-wrap {
		height: 7.375rem;
		width: 7.375rem;
	}

	.o-contact-text {
		font-size: 1.125rem;
	}

	.o-contact-img {
		margin-left: 10rem;
	}

	.o-contact-wrap {
		max-width: 22.5rem;
	}

	.c-header {
		height: 7.5rem;
	}

	.c-header {
		grid-template-columns: 10rem 1fr 2.5rem;
	}

	.c-header__inner {
		padding-right: 5rem;
	}

	.c-header__sidepod {
		clip-path: url(#headerShapeXl);
		width: 7.1875rem;
	}

	.sticky-header {
		padding-top: 7.5rem;
	}

	.c-nav__item+.c-nav__item {
		margin-left: 3.125rem;
	}

	.c-nav__link {
		font-size: .8125rem;
	}

	.c-hero__shape {
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjgwLjAzNiIgaGVpZ2h0PSIxNzM5LjAzIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTU5IiBkPSJNOTI1Ljk4NCAxNzM3LjUzaDY5NC4yMzFhNTguMzE5IDU4LjMxOSAwIDAgMCA1OC4zMjEtNTguMzIyVjkyNS45ODRhNTguMzM5IDU4LjMzOSAwIDAgMC0xNy4wODItNDEuMjRMNzk1LjI5MSAxOC41ODFhNTguMzQ4IDU4LjM0OCAwIDAgMC00MS4yNC0xNy4wODJINTkuODIxQTU4LjMyMyA1OC4zMjMgMCAwIDAgMS40OTkgNTkuODIxdjc1My4yMjJhNTguMzA3IDU4LjMwNyAwIDAgMCAxNy4wODggNDEuMjRsODY2LjE1NyA4NjYuMTY1YTU4LjMyMiA1OC4zMjIgMCAwIDAgNDEuMjQgMTcuMDgyeiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
		height: 47.5rem;
		width: 56.25rem;
	}

	.c-hero__shape--sized {
		height: 44.5rem;
		width: 60rem;
	}

	.c-hero__play {
		left: 7.5rem;
		top: 30rem;
	}

	.c-hero__play--top {
		right: 12.5rem;
	}

	.c-hero__slider {
		clip-path: url(#shapeXl);
		height: 44.5rem;
		width: 60rem;
	}

	.c-accordion__header {
		padding: 2.5rem;
		width: 7.5rem;
	}

	.c-accordion__body {
		padding: 5rem;
	}

	.c-btn-play {
		font-size: .75rem;
		height: 10.9375rem;
		width: 10.9375rem;
	}

	.c-modal__header {
		padding: 2.5rem;
	}

	.c-modal__dialog--story .c-modal__close,
	.c-modal__dialog--video .c-modal__close {
		left: 5rem;
		top: 2.5rem;
	}

	.c-modal__body {
		padding: 2.5rem;
	}

	.c-modal__dialog {
		max-width: 50%;
	}

	.c-footer__top {
		font-size: 1.125rem;
		padding: 2.5rem 0;
	}

	.c-footer__top:after {
		left: -10rem;
		right: -10rem;
	}

	.c-footer__bottom {
		margin-left: -10rem;
		padding-left: 10rem;
		padding-top: 7.5rem;
	}

	.c-footer__list--small .c-footer__link {
		font-size: .8125rem;
	}

	.c-usps {
		font-size: 1.125rem;
	}

	.c-split-content--fluid {
		min-height: calc(100vh - 7.5rem);
	}

	.c-split-content__body {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.c-split-content__body--large-right\>lg {
		padding-right: 12.5rem;
	}

	.c-split-content__img {
		height: 42.5rem;
		left: 3.125rem;
		width: 33.125rem;
	}

	.c-split-content__img-wrap {
		padding-left: 5rem;
	}

	.c-split-content__btn {
		bottom: 0;
		right: -2.5rem;
	}

	.c-split-content__banner-shape {
		bottom: 7.5rem;
		left: -20rem;
	}

	.c-showcase__toggle {
		font-size: 1.5rem;
	}

	.c-showcase__label {
		left: 60%;
		top: 50%;
	}

	.c-node__body {
		padding: 2.5rem;
	}

	.c-node__text {
		font-size: 1.125rem;
	}

	.c-intro {
		grid-template-rows: repeat(2,auto);
	}

	.c-intro:after {
		height: 22.5rem;
	}

	.c-intro__shape {
		right: 10rem;
	}

	.c-timeline__card {
		width: 27.5rem;
	}

	.c-timeline__card--inline {
		grid-template-columns: 1fr 15rem;
		width: 50rem;
	}

	.c-timeline__card--inline._flip {
		grid-template-columns: 15rem 1fr;
	}

	.c-timeline__card-body {
		font-size: 1.0625rem;
	}

	.c-timeline__title-wrap {
		left: 30%;
		top: 5%;
	}

	.c-progress__item+.c-progress__item:before {
		left: -3.75rem;
	}

	.c-progress__item:last-of-type:after {
		right: -3.75rem;
	}

	.c-progress__shape--large {
		height: 15.625rem!important;
		width: 15.625rem!important;
	}

	.c-progress__shape--ultra {
		height: 20rem!important;
		width: 20rem!important;
	}

	.flickity-button {
		bottom: 2.5rem;
		height: 3.875rem;
		left: 7rem;
		width: 3.875rem;
	}

	.flickity--flip .flickity-button {
		right: 2.5rem;
	}

	.flickity-prev-next-button.previous {
		left: 2.5rem;
	}

	.flickity--flip .flickity-prev-next-button.previous {
		right: 7rem;
	}

	.flickity-page-dots .dot {
		box-shadow: 0 0 0 .25rem rgba(50,115,235,.6);
		height: .5rem;
		margin: 0 1.25rem;
		width: .5rem;
	}

	.flickity-title {
		bottom: 3.375rem;
		font-size: 1.5rem;
		right: 5rem;
	}

	.s-text {
		grid-gap: 1.953125rem;
	}

	.s-text--large p,
	.s-text--large ul {
		font-size: 2.375rem;
		line-height: 3.375rem;
	}

	.u-col\:span-4\>xl {
		grid-column-end: span 4;
	}

	.u-col\:span-7\>xl {
		grid-column-end: span 7;
	}

	.u-col\:span-8\>xl {
		grid-column-end: span 8;
	}

	.u-col\:9\>xl {
		grid-column-start: 9;
	}

	.u-col\:span-9\>xl {
		grid-column-end: span 9;
	}

	.u-gap\:1-xl\>xl {
		grid-gap: 2.5rem;
	}

	.u-gap\:y-1-xl\>xl {
		row-gap: 2.5rem;
	}

	.u-gap\:2-xl\>xl {
		grid-gap: 5rem;
	}

	.u-gap\:3-xl\>xl {
		grid-gap: 7.5rem;
	}

	.u-gap\:y-4-xl\>xl {
		row-gap: 10rem;
	}
}

@media (min-width:1800px) {
	.g-container-small {
		grid-template-columns: 20rem 1fr 20rem;
	}

	.g-container-extra-small {
		grid-template-columns: 25rem 1fr 25rem;
	}

	.o-label,
	.o-label-btn,
	.o-label-small {
		height: 12.5rem;
		width: 12.5rem;
	}

	.c-hero__shape {
		height: 53.75rem;
		width: 65.625rem;
	}

	.c-hero__shape--sized {
		height: 53.75rem;
		width: 69.375rem;
	}

	.c-hero__play {
		bottom: 10rem;
		left: 15rem;
	}

	.c-hero__play--top {
		right: 17.5rem;
		top: 15.625rem;
	}

	.c-hero__container {
		padding-top: 17.5rem!important;
	}

	.c-hero__title {
		left: 25rem;
		top: 31.25rem;
	}

	.c-hero__slider {
		clip-path: url(#shapeXxl);
		height: 53.75rem;
		width: 69.375rem;
	}

	.c-btn-play {
		font-size: .8125rem;
		height: 12.5rem;
		width: 12.5rem;
	}

	.c-split-content__body {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.c-split-content__body--large-right\>lg {
		padding-right: 20rem;
	}

	.c-split-content__btn {
		right: -12.5rem;
	}

	.c-intro__shape {
		right: 15rem;
	}

	.c-timeline__card-body {
		font-size: 1.125rem;
	}

	.c-progress__item+.c-progress__item:before {
		left: -5rem;
	}

	.c-progress__item:last-of-type:after {
		right: -5rem;
	}

	.c-progress__shape--large {
		height: 20.375rem!important;
		width: 20.375rem!important;
	}

	.c-progress__shape--ultra {
		height: 27.125rem!important;
		width: 27.125rem!important;
	}

	.flickity-title {
		right: 10rem;
	}

	.u-col\:span-4\>xxl {
		grid-column-end: span 4;
	}

	.u-col\:span-6\>xxl {
		grid-column-end: span 6;
	}

	.u-gap\:2-xl\>xxl {
		grid-gap: 5rem;
	}

	.u-gap\:y-2-xl\>xxl {
		row-gap: 5rem;
	}

	.u-gap\:4-xl\>xxl {
		grid-gap: 10rem;
	}

	.u-gap\:y-8-xl\>xxl {
		row-gap: 20rem;
	}
}

@media (min-width:2000px) {
	html {
		font-size: 18px;
	}

	.c-header__sidepod {
		clip-path: url(#headerShapeXxl);
		width: 8.125rem;
	}

	.c-hero__shape {
		height: 50rem;
		width: 56.25rem;
	}
}

@media (min-width:3000px) {
	html {
		font-size: 20px;
	}
}

@media (max-width:1199px) {
	.c-link--small {
		font-size: .6875rem;
	}
}

@media (max-width:991px) {
	.o-c2a {
		justify-content: space-between;
	}

	.c-nav {
		margin-top: auto;
	}

	.c-nav__item+.c-nav__item {
		margin-top: 1.25rem;
	}

	.c-nav__link {
		font-size: .875rem;
	}

	.c-hero--bg {
		grid-template-rows: calc(var(--vh, 1vh)*70) auto;
	}

	.c-accordion__body-wrap {
		height: 0;
	}

	.c-split-content__img-wrap {
		padding-top: 0;
	}

	.c-split-content__slider {
		padding-bottom: 60%;
	}

	.u-pt-0\<sm {
		padding-top: 0!important;
	}

	.u-hidden-sm-down {
		display: none!important;
	}
}

@media (max-width:767px) {
	.o-shape {
		justify-content: space-between;
	}

	.o-figure {
		padding-bottom: 113%;
	}

	.c-footer__top .c-footer__link {
		display: block;
	}

	.c-split-content__btn {
		font-size: .75rem;
		height: 2.8125rem;
		padding: 0 1.5625rem;
	}

	.c-intro__slider {
		margin-top: 4.6875rem;
	}

	.c-intro__label {
		left: 1.5625rem;
	}

	.c-timeline__card--offset-large\@xs,
	.c-timeline__element--offset-large\@xs {
		margin-top: 9.375rem;
	}

	.c-progress__item {
		justify-self: center;
	}

	.u-hidden-xsl-down {
		display: none!important;
	}
}

@media (max-width:543px) {
	.u-pb-0\@xs {
		padding-bottom: 0!important;
	}
}

@media (min-width:544px)and (max-width:767px) {
	body:before {
		align-items: center;
		background-color: #4d4e55;
		bottom: 0;
		color: #fff;
		content: "Please rotate your device";
		display: flex;
		justify-content: center;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 5000;
	}
}

@media (min-width:768px)and (max-width:991px) {
	.o-shape--medium {
		padding: 1.5625rem;
	}

	.c-split-content__banner-shape {
		bottom: auto;
		left: auto;
		right: -3rem;
		top: -3rem;
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.o-c2a-icon-wrap {
		margin-left: 4rem;
	}
}

@media (min-width:992px)and (max-width:1549px) {
	.c-header {
		grid-template-columns: 4rem 1fr 2rem;
	}

	.c-header__inner {
		padding-right: 4rem;
	}
}

@media (min-width:1200px)and (max-width:1549px) {
	.c-hero__title {
		top: 18.75rem;
	}
}