html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-overflow-style: scrollbar;
}
*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
@-ms-viewport {
	width: device-width;
}
blockquote,
body,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
ol,
ol ol,
p,
pre,
ul,
ul ol,
ul ul {
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 700;
}
button {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	-webkit-font-smoothing: inherit;
	letter-spacing: inherit;
}
button::focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
[role='button'] {
	cursor: pointer;
}
button,
input,
select,
textarea {
	font: inherit;
}
button,
input,
select {
	overflow: visible;
	margin: 0;
}
textarea {
	resize: vertical;
	overflow: auto;
}
[role='button'],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
a,
button {
	color: #0d2545;
}
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
iframe {
	border: 0;
}
[tabindex='-1']:focus {
	outline: none !important;
}
table {
	border-collapse: collapse;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
::-moz-focus-inner {
	padding: 0;
	border: 0;
}
:focus:not(.focus-visible) {
	outline: 0;
}
.focus-visible,
.no-js :focus {
	-webkit-box-shadow: 0 0 0 2px #90ee90;
	box-shadow: 0 0 0 2px #90ee90;
}
[hidden] {
	display: none !important;
}
.global-nav-button {
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.global-nav-button:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
@media (max-width: 575px) {
	.hidden {
		display: none !important;
		visibility: hidden;
	}
}
@media (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		visibility: hidden;
	}
}
@media (max-width: 1119px) {
	.hidden-md {
		display: none !important;
		visibility: hidden;
	}
}
@media (max-width: 1639px) {
	.hidden-lg {
		display: none !important;
		visibility: hidden;
	}
}
.hidden-xl {
	display: none !important;
}
.hidden-xl,
.invisible {
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.coverlink {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
	margin: 0 !important;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px;
	padding: 1.5rem;
	z-index: 6;
}
html.is-changing .loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.icon-spinner {
	-webkit-animation: a 1s infinite linear;
	animation: a 1s infinite linear;
}
.icon-spinner path {
	fill: #ff4000;
}
.a-hero {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.a-hero:after,
.a-hero:before {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
html.is-animating .a-hero:after,
html.is-animating .a-hero:before {
	opacity: 0;
}
html.is-animating .a-hero {
	height: 25vw;
	background-color: #fff;
}
html.is-rendering .a-hero {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
.a-hero-background {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
html.is-animating .a-hero-background {
	opacity: 0;
}
html.is-rendering .a-hero-background {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
.a-hero-title {
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
html.is-animating .a-hero-title {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
html.is-rendering .a-hero-title {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
.a-hero-button,
.a-hero-subtitle {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
html.is-animating .a-hero-button,
html.is-animating .a-hero-subtitle {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
html.is-rendering .a-hero-button,
html.is-rendering .a-hero-subtitle {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
.a-post-hero {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
html.is-animating .a-post-hero {
	opacity: 0;
}
html.is-rendering .a-post-hero {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.a-breaker-quote .breaker-content blockquote:before {
	opacity: 0 !important;
	-webkit-transform: translateY(3rem);
	transform: translateY(3rem);
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.no-js .a-breaker-quote .breaker-content blockquote:before {
	opacity: 0.2 !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: none;
	transition: none;
}
.a-breaker-quote .breaker-quote-title {
	opacity: 0;
	-webkit-transform: translateX(3rem);
	transform: translateX(3rem);
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-js .a-breaker-quote .breaker-quote-title {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: none;
	transition: none;
}
.a-breaker-quote--show .breaker-content blockquote:before {
	opacity: 0.2 !important;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.a-breaker-quote--show .breaker-quote-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#breakpoint-sync {
	font-weight: 100;
}
@media (min-width: 576px) {
	#breakpoint-sync {
		font-weight: 200;
	}
}
@media (min-width: 768px) {
	#breakpoint-sync {
		font-weight: 300;
	}
}
@media (min-width: 1120px) {
	#breakpoint-sync {
		font-weight: 400;
	}
}
@media (min-width: 1640px) {
	#breakpoint-sync {
		font-weight: 500;
	}
}
body {
	font-family: Raleway, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	font--webkit-font-smoothing: antialiased;
	src: url(../fonts/icomoon/icomoon.eot);
	src: url(../fonts/icomoon/icomoon.eot#iefix) format('embedded-opentype'), url(../fonts/icomoon/icomoon.woff) format('woff'),
		url(../fonts/icomoon/icomoon.woff2) format('woff2'), url(../fonts/icomoon/icomoon.ttf) format('truetype'),
		url(../fonts/icomoon/icomoon.svg#icomoon) format('svg');
	font-display: swap;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hero-subtitle,
.subheader,
h1,
h2,
h3,
h4,
h5,
h6 {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
}
.h1[id]:not(:first-child),
.h2[id]:not(:first-child),
.h3[id]:not(:first-child),
.h4[id]:not(:first-child),
.h5[id]:not(:first-child),
.h6[id]:not(:first-child),
.hero-subtitle[id]:not(:first-child),
.subheader[id]:not(:first-child),
h1[id]:not(:first-child),
h2[id]:not(:first-child),
h3[id]:not(:first-child),
h4[id]:not(:first-child),
h5[id]:not(:first-child),
h6[id]:not(:first-child) {
	margin-top: 48px;
	margin-top: 3rem;
}
.h1,
h1 {
	font-size: 90px;
	font-size: 5.625rem;
}
@media (max-width: 1639px) {
	.h1,
	h1 {
		font-size: 5rem;
	}
}
@media (max-width: 1119px) {
	.h1,
	h1 {
		font-size: 3.75rem;
	}
}
@media (max-width: 767px) {
	.h1,
	h1 {
		font-size: 2.5rem;
	}
}
.h2,
h2 {
	font-size: 60px;
	font-size: 3.75rem;
}
@media (max-width: 1639px) {
	.h2,
	h2 {
		font-size: 3rem;
	}
}
@media (max-width: 1119px) {
	.h2,
	h2 {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.h2,
	h2 {
		font-size: 1.875rem;
	}
}
.h3,
.hero-subtitle,
h3 {
	font-size: 29.6px;
	font-size: 1.85rem;
}
@media (max-width: 1119px) {
	.h3,
	.hero-subtitle,
	h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	.h3,
	.hero-subtitle,
	h3 {
		font-size: 1.375rem;
	}
}
.h4,
.subheader,
h4 {
	font-size: 24px;
	font-size: 1.5rem;
}
@media (max-width: 1119px) {
	.h4,
	.subheader,
	h4 {
		font-size: 1.25rem;
	}
}
.h5,
h5 {
	font-size: 20px;
	font-size: 1.25rem;
}
@media (max-width: 1119px) {
	.h5,
	h5 {
		font-size: 1.125rem;
	}
}
.h6,
h6 {
	font-size: 16px;
	font-size: 1rem;
}
.subheader {
	margin: 0;
}
ol,
p,
ul {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.8;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
@media (max-width: 1639px) {
	ol,
	p,
	ul {
		font-size: 1.125rem;
	}
}
@media (max-width: 1119px) {
	ol,
	p,
	ul {
		font-size: 1rem;
	}
}
ol:last-child,
p:last-child,
ul:last-child {
	margin-bottom: 0;
}
ol:empty,
p:empty,
ul:empty {
	display: none;
}
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
	padding-left: 24px;
	padding-left: 1.5rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
blockquote {
	width: 100%;
	padding: 66px 72px;
	padding: 4.125rem 4.5rem;
	position: relative;
}
@media (max-width: 1639px) {
	blockquote {
		font-size: 2.5rem;
	}
}
@media (max-width: 1119px) {
	blockquote {
		font-size: 2rem;
		padding: 3rem 3.125rem;
	}
}
@media (max-width: 767px) {
	blockquote {
		font-size: 1.5rem;
		padding: 2rem 2.5rem;
	}
}
blockquote:before {
	content: '\e901';
	font-family: icomoon;
	color: #edebe6;
	font-size: 192px;
	font-size: 12rem;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 20px;
	left: 1.25rem;
	z-index: 1;
	opacity: 0.2;
}
@media (max-width: 1639px) {
	blockquote:before {
		font-size: 10rem;
	}
}
@media (max-width: 1119px) {
	blockquote:before {
		top: -1rem;
		left: 0;
	}
}
blockquote p {
	position: relative;
	font-size: 50px;
	font-size: 3.125rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2;
	z-index: 4;
}
@media (max-width: 1639px) {
	blockquote p {
		font-size: 2.875rem;
	}
}
@media (max-width: 1119px) {
	blockquote p {
		font-size: 2.5rem;
	}
}
blockquote cite {
	display: block;
	width: 100%;
	font-size: 30px;
	font-size: 1.875rem;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	text-align: right;
	font-style: normal;
}
@media (max-width: 767px) {
	blockquote cite {
		font-size: 1rem;
	}
}
address {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
hr {
	border: 0;
	border-top: 1px solid #0d2545;
	margin: 24px 0;
	margin: 1.5rem 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
abbr[title] {
	text-decoration: none;
	border-bottom: 2px dashed #fff;
}
del {
	color: #f44336;
}
ins {
	color: #4caf50;
}
mark {
	background-color: #ffeb3b;
}
.error404 .main {
	min-height: auto;
	height: 45vw;
}
@media (max-width: 1639px) {
	.error404 .main {
		height: 60vw;
	}
}
@media (max-width: 1119px) {
	.error404 .main {
		height: auto;
	}
}
.page-404-background {
	width: 100%;
	height: 0;
	padding-top: 45vw;
	position: absolute;
	overflow: hidden;
	background: #0d2545;
}
@media (max-width: 1639px) {
	.page-404-background {
		padding-top: 60vw;
	}
}
@media (max-width: 1119px) {
	.page-404-background {
		padding-top: 60vh;
	}
}
@media (max-width: 767px) {
	.page-404-background {
		padding-top: 0;
		height: 50vw;
		position: relative;
	}
}
.page-404-content {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 128px 0;
	padding: 8rem 0;
}
@media (max-width: 1119px) {
	.page-404-content {
		padding: 10rem 0 6rem;
	}
}
@media (max-width: 767px) {
	.page-404-content {
		padding: 0;
	}
}
.page-404-container {
	background: rgba(13, 37, 69, 0.9);
	padding: 48px;
	padding: 3rem;
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.page-404-container {
		padding: 1.5rem;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #0d2545;
	}
}
.page-404-container h1 {
	font-size: 48px;
	font-size: 3rem;
}
.awards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.award {
	position: relative;
	width: 20%;
	max-width: 240px;
	max-width: 15rem;
	margin: 0 30px 30px;
	margin: 0 1.875rem 1.875rem;
}
.university-logo {
	position: relative;
	width: 20%;
	max-width: 240px;
	max-width: 15rem;
}
.university-logo:not(:last-child) {
	border-right: 1px solid rgba(86, 118, 144, 0.2);
	padding: 0 2rem 0 0;
}
@media (max-width: 1639px) {
	.award {
		width: 25%;
	}
	.university-logo {
		width: 30%;
	}
}
@media (max-width: 767px) {
	.award {
		width: 33.33333%;
		width: 50%;
	}
	.university-logo {
		width: 40%;
	}
}
.award-image {
	display: block;
	position: relative;
	height: 192px;
	height: 12rem;
}
.university-logo-image {
	display: block;
	position: relative;
	height: 80px;
	height: 5rem;
}
@media (min-width: 767px) {
	.university-logo-image {
		display: block;
		position: relative;
		height: 112px;
		height: 7rem;
	}
}
.award-text {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 16px;
	margin-top: 1rem;
	font-size: 16px;
	font-size: 1rem;
}
.breaker {
	grid-column: 1/-1;
	overflow: hidden;
	position: relative;
	height: 704px;
	height: 44rem;
}
@media (max-width: 1639px) {
	.breaker {
		height: 35rem;
	}
}
@media (max-width: 1119px) {
	.breaker {
		height: auto;
	}
}
@media (max-width: 1119px) {
	.breaker-last {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		order: 20;
	}
}
.breaker-background {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 6;
}
@media (max-width: 1119px) {
	.breaker-background {
		height: 50vw;
	}
}
.breaker-image {
	position: absolute;
	top: 0;
	height: 100%;
	width: 65%;
}
@media (max-width: 1639px) {
	.breaker-image {
		width: 60%;
	}
}
@media (max-width: 1119px) {
	.breaker-image {
		position: relative;
		width: 100%;
		height: 30rem;
	}
}
.breaker-image.breaker-image--pos-left {
	left: -6vw;
}
@media (max-width: 767px) {
	.breaker-image.breaker-image--pos-left {
		height: 18rem;
	}
}
.breaker-image.breaker-image--pos-left img {
	-o-object-position: bottom left;
	object-position: bottom left;
}
.breaker-image.breaker-image--pos-right {
	right: -6vw;
}
@media (max-width: 767px) {
	.breaker-image.breaker-image--pos-right {
		height: 18rem;
	}
}
.breaker-image.breaker-image--pos-right img {
	-o-object-position: bottom right;
	object-position: bottom right;
}
.breaker-image.breaker-image--pos-center-left {
	width: 35%;
	left: -3%;
}
@media (max-width: 1639px) {
	.breaker-image.breaker-image--pos-center-left {
		width: 30%;
	}
}
@media (max-width: 1119px) {
	.breaker-image.breaker-image--pos-center-left {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.breaker-image.breaker-image--pos-center-left {
		height: 15rem;
	}
}
.breaker-image.breaker-image--pos-center-left img {
	-o-object-position: bottom left;
	object-position: bottom left;
}
.breaker-image.breaker-image--pos-center-right {
	width: 35%;
	right: -3%;
}
@media (max-width: 1639px) {
	.breaker-image.breaker-image--pos-center-right {
		width: 30%;
	}
}
@media (max-width: 1119px) {
	.breaker-image.breaker-image--pos-center-right {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.breaker-image.breaker-image--pos-center-right {
		height: 15rem;
	}
}
.breaker-image.breaker-image--pos-center-right img {
	-o-object-position: bottom right;
	object-position: bottom right;
}
.breaker-image img {
	-o-object-position: bottom;
	object-position: bottom;
}
.breaker-content {
	position: relative;
	height: 100%;
	z-index: 7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1119px) {
	.breaker-content {
		text-align: center;
	}
}
.breaker--center .breaker-content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.breaker-text-container {
	max-width: 880px;
	max-width: 50rem;
	padding: 72px;
	padding: 3.5rem;
}
.no-openings-text-container {
	max-width: 656px;
	max-width: 41rem;
	padding: 72px;
	padding: 4.5rem;
}
.breaker-no-image {
	height: auto;
}
.breaker-no-image .breaker-text-container {
	padding-top: 0;
	padding-bottom: 0;
}
select optgroup {
	color: #000;
	text-decoration: none;
	font-style: normal;
	background-color: #fff;
	font-weight: normal;
}
select option {
	background-color: #fff;
	color: black;
}
@media (max-width: 1639px) {
	.breaker-text-container {
		max-width: 45rem;
	}
	.no-openings-text-container {
		max-width: 40rem;
	}
}
@media (max-width: 1119px) {
	.breaker-text-container {
		padding: 3rem;
		padding: 1.5rem;
	}
	.no-openings-text-container {
		padding: 3rem;
		padding: 1.5rem;
		max-width: 20rem;
	}
}
@media (max-width: 1639px) {
	.breaker--center .breaker-text-container {
		max-width: 45rem;
	}
	.faq-text-container {
		padding: 0.5rem;
	}
}
.breaker-title {
	color: #0d2545;
}
.breaker-no-image-title {
	color: #0d2545;
}
@media (max-width: 1119px) {
	.breaker-title {
		font-size: 1.75rem;
	}
	.breaker-no-image-title {
		font-size: 2.5rem;
	}
}
@media (max-width: 1119px) {
	.breaker-text {
		font-size: 1rem;
	}
}
.faq-container {
	padding-top: 40px;
	padding-top: 2.5rem;
	text-align: start;
	flex-direction: column;
}
.faq-text-container {
	border-bottom: 1px solid #567690;
	margin: 0;
	width: 100%;
	padding: 1rem;
	text-align: start;
	cursor: pointer;
}
details > summary {
	list-style: none;
}
summary::-webkit-details-marker {
	display: none;
}
summary::after {
	content: url(../images/expand.svg);
}
details[open] summary:after {
	content: url(../images/collapse.svg);
	margin-right: -0.4rem;
	margin-top: -0.3rem;
}
.question-text {
	display: inline-flex;
	width: 100%;
	margin-top: 0;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	font-size: 1.5rem;
	justify-content: space-between;
}
.breaker-overlay {
	background-color: #0d2545;
}
.breaker-overlay .breaker-content {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(86, 118, 144, 0.6);
	color: #fff;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 1119px) {
	.breaker-overlay .breaker-content {
		background-color: #567690;
		position: relative;
		top: auto;
		bottom: 0;
		height: auto;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.breaker-overlay .breaker-title {
	color: #fff;
}
.breaker-plain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 72px;
	margin-top: 4.5rem;
}
@media (max-width: 1119px) {
	.breaker-plain {
		margin-top: 3rem;
	}
}
.breaker-plain .breaker-content {
	width: 100%;
}
@media (max-width: 1119px) {
	.breaker-plain .breaker-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 1119px) {
	.breaker-plain .breaker-image {
		position: relative;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.breaker-quote {
	position: relative;
	height: auto;
	min-height: 704px;
	min-height: 44rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1639px) {
	.breaker-quote {
		min-height: 35rem;
	}
}
@media (max-width: 767px) {
	.breaker-quote {
		min-height: auto;
	}
}
.breaker-quote .breaker-background {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
	filter: url('data:image/svgxml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feComponentTransfercolor-interpolation-filters="sRGB"><feFuncRtype="linear"slope="0.9"/><feFuncGtype="linear"slope="0.9"/><feFuncBtype="linear"slope="0.9"/></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.breaker-quote .breaker-content {
	width: 100%;
	background-color: transparent;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 144px 224px;
	padding: 9rem 14rem;
}
@media (max-width: 1639px) {
	.breaker-quote .breaker-content {
		padding: 6rem 8vw;
	}
}
@media (max-width: 1119px) {
	.breaker-quote .breaker-content {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.breaker-quote .breaker-content {
		padding: 3rem;
	}
}
.breaker-quote .breaker-content blockquote {
	padding: 0;
}
.breaker-quote .breaker-content blockquote:before {
	top: -48px;
	top: -3rem;
	left: -48px;
	left: -3rem;
	opacity: 1;
}
.breaker-quote-title {
	font-size: 80px;
	font-size: 5rem;
	line-height: 1.2;
	font-style: italic;
	color: #fff;
}
@media (max-width: 1639px) {
	.breaker-quote-title {
		font-size: 4rem;
	}
}
@media (max-width: 1119px) {
	.breaker-quote-title {
		font-size: 3rem;
	}
}
@media (max-width: 767px) {
	.breaker-quote-title {
		font-size: 1.5rem;
	}
}
.breaker-quote-title span {
	font-weight: 800;
}
.button-container {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	margin: 0;
	padding: 10.8px 24px;
	padding: 0.675rem 1.5rem;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
	.button {
		width: 100%;
		padding: 0.675rem;
	}
}
@media (max-width: 575px) {
	.button {
		font-size: 1rem;
	}
}
.button,
.button:focus,
.button:hover {
	text-decoration: none;
	outline: 0;
}
.button:after,
.button:focus:after,
.button:hover:after {
	opacity: 1;
}
.button:after,
.button:focus:after,
.button:focus span,
.button:hover:after,
.button:hover span,
.button span {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.button:active {
	top: 1px;
}
.button.is-disabled,
.button[disabled] {
	cursor: not-allowed;
	opacity: 0.45;
	pointer-events: none;
}
.button:after {
	content: '\edde';
	font-family: icomoon;
	display: inline-block;
	margin-left: 16px;
	margin-left: 1rem;
	vertical-align: bottom;
	opacity: 0;
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
	.button:after {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.button span {
	display: inline-block;
	-webkit-transform: translateX(1rem);
	transform: translateX(1rem);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
	.button span {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.button .button {
	margin-top: 0;
}
@media (max-width: 767px) {
	.button .button {
		margin-top: 1rem;
	}
}
.button--main {
	background-color: #0d2545;
	color: #fff;
}
.button--main:hover:not([disabled]):not(.is-disabled) {
	background-color: #567690;
}
.button--accent {
	background-color: #ff4000;
	color: #fff;
}
.button--accent:hover:not([disabled]):not(.is-disabled) {
	background-color: #e95f42;
	color: #fff;
}
.carousel {
	position: relative;
	display: block;
	width: 100%;
}
.carousel,
.carousel * {
	height: 100%;
}
.carousel-pane {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.content {
	width: 100%;
}
.word-break {
	word-break: break-word;
}
.flex-anchor-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.flex-anchor-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
object,
svg,
use {
	pointer-events: none;
}
.banner {
	position: relative;
	z-index: 9;
	margin-top: -208px;
	margin-top: -13rem;
}
@media (max-width: 767px) {
	.banner {
		margin-top: 0;
	}
}
.banner-image {
	width: 100%;
	height: 560px;
	height: 35rem;
	position: relative;
}
@media (max-width: 1639px) {
	.banner-image {
		height: 30rem;
	}
}
@media (max-width: 1119px) {
	.banner-image {
		height: 25rem;
	}
}
.content-actions[class] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 48px;
	margin-top: 3rem;
}
@media (max-width: 767px) {
	.content-actions[class] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.content-share {
		margin-bottom: 1.5rem;
	}
}
.content-share-title {
	display: block;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	color: #0d2545;
	font-weight: 900;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
	.content-share-title {
		font-size: 1rem;
		text-align: center;
	}
}
.content-share-social-icons[class] a {
	margin: 0;
	padding: 4px;
	padding: 0.25rem;
}
.content-share-social-icons[class] .social-icon {
	font-size: 32px;
	font-size: 2rem;
}
@media (max-width: 767px) {
	.content-share-social-icons[class] .social-icon {
		font-size: 1.5rem;
	}
}
.content-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.content-grid {
		display: block;
	}
}
.content-grid-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1119px) {
	.content-grid-row .content-grid-tile--quote,
	.content-grid-row .content-grid-tile--text {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
}
@media (max-width: 1119px) {
	.content-grid-row .content-grid-tile--image {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
}
@media (max-width: 1119px) {
	.content-grid-row .content-grid-tile--image.content-grid-tile--double {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
}
.content-grid-row--t-i .content-grid-tile--quote,
.content-grid-row--t-i .content-grid-tile--text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.content-grid-row--i-t .content-grid-tile--quote,
.content-grid-row--i-t .content-grid-tile--text,
.content-grid-row--t-i .content-grid-tile--image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.content-grid-row--i-t .content-grid-tile--image,
.content-grid-row--t-i-i .content-grid-tile--quote,
.content-grid-row--t-i-i .content-grid-tile--text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.content-grid-row--t-i-i .content-grid-tile--image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.content-grid-row--i-i-t .content-grid-tile--quote,
.content-grid-row--i-i-t .content-grid-tile--text,
.content-grid-row--t-i-i .content-grid-tile--image2 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.content-grid-row--i-i-t .content-grid-tile--image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.content-grid-row--i-i-t .content-grid-tile--image2,
.content-grid-row--i-t-i .content-grid-tile--quote,
.content-grid-row--i-t-i .content-grid-tile--text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.content-grid-row--i-t-i .content-grid-tile--image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.content-grid-row--i-t-i .content-grid-tile--image2 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.content-grid-tile {
	width: 25%;
	position: relative;
	background-color: #0d2545;
}
.content-grid-tile:before {
	content: '';
	display: block;
	padding-top: 100%;
}
@media (max-width: 767px) {
	.content-grid-tile:before {
		display: none;
	}
}
@media (max-width: 1119px) {
	.content-grid-tile {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.content-grid-tile {
		width: 100%;
		min-height: 18.75rem;
	}
}
.content-grid-tile--double {
	width: 50%;
}
.content-grid-tile--double:before {
	content: '';
	display: block;
	padding-top: 50%;
}
@media (max-width: 767px) {
	.content-grid-tile--double:before {
		display: none;
	}
}
@media (max-width: 1119px) {
	.content-grid-tile--double {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.content-grid-tile--double {
		min-height: 18.75rem;
	}
}
.content-grid-tile--quote,
.content-grid-tile--text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1119px) {
	.content-grid-tile--quote,
	.content-grid-tile--text {
		min-height: auto;
	}
}
@media (max-width: 1119px) {
	.content-grid-tile--quote:before,
	.content-grid-tile--text:before {
		display: none;
	}
}
.cgt-text-container {
	width: 100%;
	max-width: 896px;
	max-width: 56rem;
	padding: 72px;
	padding: 4.5rem;
}
@media (max-width: 1119px) {
	.cgt-text-container {
		padding: 3rem;
	}
}
@media (max-width: 767px) {
	.cgt-text-container {
		padding: 1.5rem;
		max-width: 100%;
	}
}
.content-grid-tile--quote:not(.background--white) blockquote:before {
	opacity: 1;
	color: #ff4000;
}
@media (max-width: 1639px) {
	.content-grid-tile--quote:not(.content-grid-tile--double) blockquote {
		padding: 3rem;
	}
}
.cgt-quote-container {
	width: 100%;
}
.cgt-quote-container blockquote p {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.cgt-quote-container blockquote p {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
.flex-anchor-start > .cgt-quote-container,
.flex-anchor-start > .cgt-social-links,
.flex-anchor-start > .cgt-text-container {
	max-width: calc(56rem 5vw);
	padding-right: 5vw;
}
@media (max-width: 1119px) {
	.flex-anchor-start > .cgt-quote-container,
	.flex-anchor-start > .cgt-social-links,
	.flex-anchor-start > .cgt-text-container {
		max-width: 100%;
		padding: 3rem;
	}
}
@media (max-width: 767px) {
	.flex-anchor-start > .cgt-quote-container,
	.flex-anchor-start > .cgt-social-links,
	.flex-anchor-start > .cgt-text-container {
		padding: 1.5rem;
	}
}
.flex-anchor-start > .cgt-quote-container blockquote,
.flex-anchor-start > .cgt-social-links blockquote,
.flex-anchor-start > .cgt-text-container blockquote {
	padding-right: 0;
}
@media (max-width: 1119px) {
	.flex-anchor-start > .cgt-quote-container blockquote,
	.flex-anchor-start > .cgt-social-links blockquote,
	.flex-anchor-start > .cgt-text-container blockquote {
		padding-left: 0;
	}
}
.flex-anchor-start > .cgt-quote-container blockquote:before,
.flex-anchor-start > .cgt-social-links blockquote:before,
.flex-anchor-start > .cgt-text-container blockquote:before {
	left: 32px;
	left: 2rem;
}
@media (max-width: 1119px) {
	.flex-anchor-start > .cgt-quote-container blockquote:before,
	.flex-anchor-start > .cgt-social-links blockquote:before,
	.flex-anchor-start > .cgt-text-container blockquote:before {
		left: -1rem;
	}
}
.flex-anchor-end > .cgt-quote-container,
.flex-anchor-end > .cgt-social-links,
.flex-anchor-end > .cgt-text-container {
	max-width: calc(56rem 5vw);
	padding-left: 5vw;
}
@media (max-width: 1119px) {
	.flex-anchor-end > .cgt-quote-container,
	.flex-anchor-end > .cgt-social-links,
	.flex-anchor-end > .cgt-text-container {
		max-width: 100%;
		padding: 3rem;
	}
}
@media (max-width: 767px) {
	.flex-anchor-end > .cgt-quote-container,
	.flex-anchor-end > .cgt-social-links,
	.flex-anchor-end > .cgt-text-container {
		padding: 1.5rem;
	}
}
.flex-anchor-end > .cgt-quote-container blockquote,
.flex-anchor-end > .cgt-social-links blockquote,
.flex-anchor-end > .cgt-text-container blockquote {
	padding-left: 0;
}
@media (max-width: 1119px) {
	.flex-anchor-end > .cgt-quote-container blockquote,
	.flex-anchor-end > .cgt-social-links blockquote,
	.flex-anchor-end > .cgt-text-container blockquote {
		padding-right: 0;
	}
}
.flex-anchor-end > .cgt-quote-container blockquote:before,
.flex-anchor-end > .cgt-social-links blockquote:before,
.flex-anchor-end > .cgt-text-container blockquote:before {
	left: -48px;
	left: -3rem;
}
@media (max-width: 1119px) {
	.flex-anchor-end > .cgt-quote-container blockquote:before,
	.flex-anchor-end > .cgt-social-links blockquote:before,
	.flex-anchor-end > .cgt-text-container blockquote:before {
		left: -1rem;
	}
}
.content-grid-tile--tile {
	overflow: hidden;
}
.content-grid-tile--tile:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content-grid-tile--tile:hover .button {
	text-decoration: none;
	outline: 0;
}
.content-grid-tile--tile:hover .button:after {
	opacity: 1;
}
.content-grid-tile--tile:hover .button:after,
.content-grid-tile--tile:hover .button span {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.content-grid-tile--tile h2 {
	color: #fff;
}
.content-grid-tile--tile img {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.cgt-tile-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 72px;
	padding: 4.5rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 6;
}
.content-grid-tile--image-overlay {
	position: absolute;
	top: -32px;
	top: -2rem;
	right: 32px;
	right: 2rem;
	height: calc(100% 4rem);
	width: 50%;
	z-index: 9;
}
@media (max-width: 1119px) {
	.content-grid-tile--image-overlay {
		top: 0;
		height: 100%;
	}
}
@media (max-width: 767px) {
	.content-grid-tile--image-overlay {
		display: none;
	}
}
.content-grid-tile--image-overlay .image-contain {
	background-position: 100% 100%;
}
.content-grid-tile--image-overlay img {
	-o-object-position: bottom right;
	object-position: bottom right;
}
.cgt-social-links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.cgt-social-links-title {
	display: inline-block;
	color: #0d2545;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	text-align: center;
	margin-right: 32px;
	margin-right: 2rem;
}
@media (max-width: 1639px) {
	.cgt-social-links-title {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	.cgt-social-links-title {
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
	}
}
.content-window {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media (max-width: 1119px) {
	.content-window {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.content-window:before {
	content: '';
	display: block;
	padding-top: 50%;
}
@media (max-width: 1119px) {
	.content-window:before {
		display: none;
	}
}
.content-window-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	z-index: 7;
}
@media (max-width: 1119px) {
	.content-window-content {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.content-window-content:before {
	content: '';
	display: block;
	padding-top: 50%;
}
@media (max-width: 1119px) {
	.content-window-content:before {
		display: none;
	}
}
.content-window-text-container {
	width: 100%;
	max-width: 896px;
	max-width: 56rem;
	padding: 72px;
	padding: 4.5rem;
	padding-right: 5vw;
}
@media (max-width: 1639px) {
	.content-window-text-container {
		padding: 3rem;
	}
}
@media (max-width: 1119px) {
	.content-window-background {
		position: relative;
		width: 100%;
		height: 25rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.current-vacancies {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
}
@media (max-width: 1639px) {
	.current-vacancies {
		font-size: 1rem;
	}
}
.current-vacancies-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #567690;
	padding: 16px;
	padding: 1rem;
}
.current-vacancies-cell,
.current-vacancies-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.current-vacancies-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
}
@media (max-width: 1119px) {
	.current-vacancies-cell {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 0.75rem;
	}
}
.current-vacancies-cell:first-child {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	min-width: 0;
}
@media (max-width: 1639px) {
	.current-vacancies-cell:first-child {
		font-size: 1.25rem;
		-webkit-box-flex: 5;
		-ms-flex: 5;
		flex: 5;
	}
}
@media (max-width: 1119px) {
	.current-vacancies-cell:first-child {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
@media (max-width: 767px) {
	.current-vacancies-cell:first-child {
		font-size: 1.125rem;
	}
}
.current-vacancies-cell:last-child {
	margin-bottom: 0;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 1119px) {
	.current-vacancies-cell:last-child {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.current-vacancies-cell a {
	color: #0d2545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 24px;
	padding-right: 1.5rem;
}
.current-vancancy-title {
	color: #0d2545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 24px;
	padding-right: 1.5rem;
	text-align: start;
}
.current-vancancy-title:hover {
	cursor: pointer;
	text-decoration: underline;
}
.btn-loc-container {
	display: flex;
}
.demo-loc-filter {
	display: grid;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.current-vacancies-cell a {
		white-space: normal;
		overflow: visible;
		overflow: initial;
		text-overflow: clip;
	}
	.current-vancancy-title {
		white-space: normal;
		overflow: visible;
		overflow: initial;
		text-overflow: clip;
		text-align: start;
	}
	.btn-loc-container {
		flex-direction: column;
	}
	.demo-loc-filter {
		margin-left: 0;
	}
}
.current-vacancies-header {
	color: #567690;
	text-transform: uppercase;
}
.current-vacancies-header .current-vacancies-cell {
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
}
@media (max-width: 1119px) {
	.current-vacancies-header .current-vacancies-cell {
		display: none;
	}
}
.current-vacancies-header .current-vacancies-cell-title {
	font-weight: 800;
}
@media (max-width: 1119px) {
	.current-vacancies-header .current-vacancies-cell-title {
		display: block;
		margin: 0;
	}
}
.current-vacancies-box {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	background-color: rgba(196, 217, 226, 0.25);
	color: #0d2545;
}
.current-vacancies-thead {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	background-color: #0d2545;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: left;
}
.deck {
	width: calc(100% 1.875rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: -15px;
	margin-right: -0.9375rem;
	margin-left: -15px;
	margin-left: -0.9375rem;
}
.deck-item {
	text-align: center;
	max-width: 400px;
	max-width: 25rem;
	margin-bottom: 90px;
	margin-bottom: 5.625rem;
	padding: 0 90px;
	padding: 0 5.625rem;
}
.culture-section .deck-item {
	display: flex;
	width: 100%;
	justify-content: space-between;
	max-width: 100% !important;
	padding: 2rem 0;
	flex-direction: column;
}
.culture-section .deck-content-wrapper {
	margin-left: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
@media (min-width: 767px) {
	.culture-section .deck-item {
		flex-direction: row;
	}
	.deck-content-wrapper {
		text-align: start;
	}
	.culture-section .deck-content-wrapper {
		text-align: start;
	}
}
.culture-section .deck-item-title {
	margin-bottom: 0.5rem;
}
.culture-section .deck-item:not(:last-child) {
	border-bottom: 1px solid rgba(86, 118, 144, 0.2);
}
.culture-section .deck-items {
	max-width: 1150px;
	margin: auto;
}
@media (max-width: 1639px) {
	.deck-item {
		margin-bottom: 3.75rem;
	}
}
.deck-item-image {
	width: 160px;
	width: 10rem;
	height: 160px;
	height: 10rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.deck-item-image svg {
	stroke: red;
}
.deck-item-title {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	display: block;
	font-weight: 800;
}
@media (max-width: 767px) {
	.deck-item-title {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}
}
@supports (display: grid) {
	.deck {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1.875rem;
		margin-right: 0;
		margin-left: 0;
	}
	.culture-section .deck {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		grid-gap: 0 !important;
	}
	.deck--four {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.deck-items {
		padding: 0;
		grid-gap: 5.625rem;
	}
	@media (max-width: 1639px) {
		.deck-items {
			grid-gap: 3.75rem;
		}
	}
	@media (max-width: 1119px) {
		.deck-items {
			grid-template-columns: 1fr 1fr;
		}
	}
	@media (max-width: 767px) {
		.deck-items {
			grid-template-columns: 1fr;
		}
	}
	.deck-item {
		margin-bottom: 0;
		padding: 0;
	}
}
.employee-spotlight {
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media (max-width: 1119px) {
	.employee-spotlight .container {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}
}
.es-slider {
	position: relative;
	width: 100%;
	height: 720px;
	height: 45rem;
}
@media (max-width: 1639px) {
	.es-slider {
		height: 40rem;
	}
}
@media (max-width: 1119px) {
	.es-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 44rem;
	}
}
@media (max-width: 767px) {
	.es-slider {
		height: auto;
	}
}
.es-thumbnails {
	position: absolute;
	z-index: 12;
	bottom: 48px;
	bottom: 3rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1119px) {
	.es-thumbnails {
		display: none;
	}
}
.no-js .es-thumbnails {
	display: none;
}
.es-thumbnail {
	position: relative;
	display: block;
	border: 2px solid #fff;
	height: 92px;
	height: 5.75rem;
	width: 140px;
	width: 8.75rem;
	background-color: #0d2545;
	margin: 0 4px;
	margin: 0 0.25rem;
	cursor: pointer;
	-webkit-transition: border-color 0.1s ease-out;
	transition: border-color 0.1s ease-out;
}
@media (max-width: 1639px) {
	.es-thumbnail {
		height: 5rem;
		width: 7.5rem;
	}
}
@media (max-width: 1119px) {
	.es-thumbnail {
		height: 4rem;
		width: 6rem;
	}
}
@media (max-width: 767px) {
	.es-thumbnail {
		height: 2.5rem;
		width: 3.75rem;
		margin: 0 0.125rem;
	}
}
.es-thumbnail:hover {
	border-color: #ff4000;
}
.es-thumbnail.active {
	border-color: #fff;
}
.es-thumbnail.active:before {
	content: '';
	position: absolute;
	bottom: -20px;
	bottom: -1.25rem;
	left: 0;
	width: 100%;
	height: 16px;
	height: 1rem;
	background-color: #ff4000;
}
@media (max-width: 1119px) {
	.es-thumbnail.active:before {
		bottom: -0.75rem;
		height: 0.5rem;
	}
}
@media (max-width: 767px) {
	.es-thumbnail.active:before {
		bottom: -0.5rem;
		height: 0.25rem;
	}
}
.es-dots {
	display: none;
	text-align: center;
	position: absolute;
	top: 400px;
	top: 25rem;
	width: 100%;
	z-index: 11;
	padding: 16px;
	padding: 1rem;
}
@media (max-width: 1119px) {
	.es-dots {
		display: block;
	}
}
@media (max-width: 767px) {
	.es-dots {
		top: 17.5rem;
	}
}
.es-dot {
	display: inline-block;
	width: 8px;
	width: 0.5rem;
	height: 8px;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid #0d2545;
}
.es-dot.active {
	background: #0d2545;
}
.es-panels {
	position: relative;
	width: 100%;
	height: 100%;
}
@media (max-width: 1119px) {
	.es-panels {
		position: relative;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (max-width: 767px) {
	.es-panels {
		height: auto;
	}
}
.es-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
@media (max-width: 767px) {
	.es-panel {
		position: relative;
		height: auto;
	}
}
.es-panel.in-transition {
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
}
.es-panel.in-transition.active {
	-webkit-transform: translateX(1rem);
	transform: translateX(1rem);
}
.es-panel.active {
	display: block;
}
.es-panel.active .es-panel-content {
	opacity: 1;
}
.es-panel.active .image-contain {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.no-js .es-panel.onload {
	display: block;
}
.no-js .es-panel.onload .es-panel-content {
	opacity: 1;
}
.no-js .es-panel.onload .image-contain {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.es-panel-content {
	margin-top: 48px;
	margin-top: 3rem;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
	position: relative;
	z-index: 10;
}
@media (max-width: 1119px) {
	.es-panel-content {
		background-color: #fff;
		width: 100%;
		padding: 3.5rem 1.5rem 1.5rem;
		opacity: 1;
		margin-top: 0;
	}
}
.es-panel-header {
	margin-bottom: 72px;
	margin-bottom: 4.5rem;
}
@media (max-width: 1119px) {
	.es-panel-header {
		margin-bottom: 1.5rem;
	}
}
.es-panel-job {
	display: block;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	color: #567690;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}
@media (max-width: 1639px) {
	.es-panel-job {
		font-size: 1.375rem;
	}
}
@media (max-width: 1119px) {
	.es-panel-job {
		font-size: 1.125rem;
		text-align: center;
	}
}
.es-panel-name {
	display: block;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	color: #0d2545;
	font-size: 46px;
	font-size: 2.875rem;
	font-weight: 700;
}
@media (max-width: 1639px) {
	.es-panel-name {
		font-size: 2.5rem;
	}
}
@media (max-width: 1119px) {
	.es-panel-name {
		font-size: 1.875rem;
		text-align: center;
	}
}
.es-panel-quote {
	position: relative;
	display: block;
	color: #0d2545;
	font-size: 28px;
	font-size: 1.75rem;
	max-width: 528px;
	max-width: 33rem;
}
@media (max-width: 1639px) {
	.es-panel-quote {
		font-size: 1.375rem;
		max-width: 26rem;
	}
}
@media (max-width: 1119px) {
	.es-panel-quote {
		font-size: 1.125rem;
		text-align: center;
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.es-panel-quote {
		font-size: 1rem;
		max-width: 100%;
	}
}
.es-panel-quote:before {
	content: '\e901';
	font-family: icomoon;
	color: #edebe6;
	font-size: 192px;
	font-size: 12rem;
	font-style: normal;
	line-height: 1;
	opacity: 0.15;
	position: absolute;
	top: -64px;
	top: -4rem;
	left: -40px;
	left: -2.5rem;
	z-index: 3;
}
@media (max-width: 1119px) {
	.es-panel-quote:before {
		top: -4rem;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		opacity: 0.05;
	}
}
.es-panel-quote span {
	position: relative;
	z-index: 4;
}
.es-panel-images {
	position: absolute;
	bottom: 0;
	right: -5vw;
	height: 100%;
	width: 80%;
}
@media (max-width: 1119px) {
	.es-panel-images {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		height: 25rem;
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.es-panel-images {
		height: 17.5rem;
	}
}
.es-panel-images:before {
	content: '';
	display: none;
	width: 100%;
	height: 40%;
	background-color: #ff4000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
@media (max-width: 1119px) {
	.es-panel-images:before {
		display: block;
	}
}
.es-panel-image {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	height: 100%;
}
@media (max-width: 1119px) {
	.es-panel-image {
		height: 25rem;
	}
}
@media (max-width: 767px) {
	.es-panel-image {
		height: 17.5rem;
	}
}
.es-panel-image .image-contain {
	-webkit-transition: -webkit-transform 0.5scubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.es-panel-photo {
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	z-index: 7;
	width: 50%;
}
@media (max-width: 767px) {
	.es-panel-photo {
		width: 60%;
	}
}
.es-panel-photo img {
	-o-object-position: bottom;
	object-position: bottom;
}
.es-panel-image-left {
	left: 0;
	width: 50%;
	z-index: 6;
}
@media (max-width: 767px) {
	.es-panel-image-left {
		width: 70%;
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
	}
}
.es-panel-image-left .image-contain {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.es-panel-image-left img {
	-o-object-position: bottom right;
	object-position: bottom right;
}
.es-panel-image-right {
	right: 0;
	width: 50%;
	z-index: 6;
}
@media (max-width: 767px) {
	.es-panel-image-right {
		width: 70%;
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
	}
}
.es-panel-image-right .image-contain {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.es-panel-image-right img {
	-o-object-position: bottom left;
	object-position: bottom left;
}
.footer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #0d2545;
}
.footer-content {
	width: 100%;
	padding-top: 72px;
	padding-left: 82px;
	padding-right: 82px;
	padding-top: 4.5rem;
	padding-bottom: 0 !important;
	padding-left: 5.125rem;
	padding-right: 5.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1119px) {
	.footer-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}
}
@media (max-width: 767px) {
	.footer-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
@media (max-width: 575px) {
	.footer-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 3rem;
		padding-top: 3rem;
	}
}
.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1119px) {
	.footer-logo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
@media (max-width: 767px) {
	.footer-logo {
		margin-top: 3rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.footer-logo a {
	display: block;
}
.footer-logo svg {
	display: block;
	width: 100%;
}
@media (max-width: 575px) {
	.footer-logo svg {
		margin: 0 auto;
	}
}
.footer-logo-item {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
	.footer-logo-item {
		max-width: 165px;
	}
}
.footer-logo-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1119px) {
	.footer-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 1.5rem;
	}
}
.footer-nav {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1119px) {
	.footer-nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.footer-nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1119px) {
	.footer-nav ul {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.footer-nav-link {
	color: #fff;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.footer-nav-link.active a {
	background-color: rgba(255, 64, 0, 0.6);
	color: #fff;
}
.footer-nav-link:hover a {
	background-color: #ff4000;
	color: #fff;
	text-decoration: none;
}
.footer-nav-link a {
	display: block;
	color: #fff;
	padding: 6px 14px;
	padding: 0.375rem 0.875rem;
}
.footer-nav-link a:hover {
	text-decoration: none;
}
@media (min-width: 1119px) {
	.footer-social {
		display: flex;
		align-items: center;
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 1119px) {
	.footer-social {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 3rem;
	}
}
.footer-social-title {
	display: block;
	color: #c4d9e2;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}
@media (max-width: 1639px) {
	.footer-social-title {
		font-size: 1.5rem;
	}
}
.footer-social-icons {
	text-align: center;
}
.footer-social-icons a {
	margin: 0 16px;
	margin: 0 1rem;
}
@media (max-width: 767px) {
	.footer-social-icons a {
		margin: 0 0.75rem;
	}
}
.footer-social-icons .social-icon {
	color: #fff;
}
.footer-other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}
@media (max-width: 1119px) {
	.footer-other {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.footer-other {
		margin-top: 3rem;
	}
}
@media (max-width: 575px) {
	.footer-other {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.footer-backtotop {
	color: #fff;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
	.footer-backtotop {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.footer-backtotop:hover {
	text-decoration: none;
}
.footer-backtotop:hover span:not(.footer-backtotop-arrow) {
	text-decoration: underline;
}
.footer-backtotop-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
	border: 2px solid #ff4000;
	margin-left: 16px;
	margin-left: 1rem;
}
.footer-backtotop-arrow:before {
	content: '\eddc';
	font-family: icomoon;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}
.footer-copyright-container-desktop {
	width: 100%;
}
.footer-copyright {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	margin-top: 2rem;
	padding: 1.5rem 2.5rem;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	color: #fff;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 100;
	text-align: right;
}
@media (min-width: 1035px) {
	.footer-copyright {
		padding: 1.5rem 0;
	}
}
.footer-copyright-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.copyright-col:not(:last-child) {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.footer-copyright {
		flex-direction: row;
	}
	.copyright-col {
		justify-content: flex-end;
	}
	.copyright-col:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	.copyright-col:not(:last-child) {
		margin-bottom: 0;
	}
	.footer-copyright-col {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		margin-right: 0;
	}
	.nm-legal-footer {
		margin-right: 4rem;
	}
	.star-wars-legal-footer {
		margin-left: 4rem;
	}
}
@media (min-width: 1035px) {
	.nm-legal-footer {
		margin-right: 8rem;
	}
	.star-wars-legal-footer {
		margin-left: 8rem;
	}
}
.copyright-col {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	border: none;
}
@media (max-width: 767px) {
	.footer-copyright {
		margin-top: 4.5rem;
		text-align: center;
	}
}
.gallery--grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 1119px) {
	.gallery--grid {
		display: none;
	}
}
.gallery--grid.hasSelectedItem .gallery-item {
	opacity: 0.6;
}
.gallery--grid .gallery-item {
	margin-right: 16px;
	margin-right: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	position: relative;
	cursor: pointer;
	width: calc(25% - 0.75rem);
	text-align: center;
}
@media (max-width: 1119px) {
	.gallery--grid .gallery-item {
		width: 100%;
	}
}
.gallery--grid .gallery-item:before {
	content: '\ed5d';
	font-family: icomoon;
	background-color: #fff;
	color: #ff4000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	font-size: 1.5rem;
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
	line-height: 1.75;
}
.gallery--grid .gallery-item:nth-of-type(4n) {
	margin-right: 0;
}
.gallery--grid .gallery-item.selectedItem {
	opacity: 1;
}
.gallery--grid .gallery-item img {
	width: 100%;
	margin-bottom: 0;
}
.gallery-item-caption {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(50% - 0.5rem);
	background-color: #0d2545;
	color: #fff;
	padding: 24px;
	padding: 1.5rem;
}
@media (max-width: 1639px) {
	.gallery-item-caption {
		font-size: 1rem;
	}
}
@media (max-width: 1119px) {
	.gallery-item-caption {
		display: block;
		position: relative;
		width: 100%;
	}
}
.gridder-show {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.gridder-show .gallery-item-caption {
	display: block;
}
.gridder-show .gallery-item-caption:empty {
	display: none;
}
.gridder-navigation {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	padding: 0;
	text-align: center;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gridder-navigation a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 56px;
	width: 3.5rem;
	height: 56px;
	height: 3.5rem;
	background-color: #fff;
	color: #ff4000;
	text-decoration: none;
	margin: 0;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.gridder-navigation a:hover {
	background-color: #ff4000;
	color: #fff;
}
.gridder-navigation a:before {
	font-family: icomoon;
	font-size: 28px;
	font-size: 1.75rem;
}
.gridder-navigation a.gridder-close:before {
	content: '\ed6d';
}
.gridder-navigation a.gridder-nav.prev:before {
	content: '\ede2';
}
.gridder-navigation a.gridder-nav.next:before {
	content: '\edde';
}
.gridder-navigation a.disabled {
	pointer-events: none;
	filter: url('data:image/svgxml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feColorMatrixtype="matrix"color-interpolation-filters="sRGB"values="0.21260.71520.0722000.21260.71520.0722000.21260.71520.07220000010"/></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.gridder-navigation a.disabled:hover {
	background-color: #fff;
	color: #ff4000;
}
.gridder-navigation a span {
	display: inline-block;
	text-indent: -9999px;
}
.gridder-expanded-content {
	position: relative;
	text-align: center;
	background: #c4d9e2;
}
.gridder-expanded-content img {
	margin-bottom: 0;
}
@media (max-width: 1119px) {
	.gridder-content {
		position: relative;
		display: block !important;
		margin-bottom: 1rem;
	}
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	margin: 0;
	padding: 48px 5vw;
	padding: 3rem 5vw;
	z-index: 12;
	width: 100%;
}
@media (max-width: 1639px) {
	.header {
		padding: 2.25rem;
	}
}
@media (max-width: 767px) {
	.header {
		padding: 1.5rem;
	}
}
.header-logo {
	width: 124px;
	height: 105px;
}
@media (max-width: 1119px) {
	.header-logo {
		width: 90px;
		height: 76px;
	}
}
@media (max-width: 767px) {
	.header-logo {
		width: 78px;
		height: 66px;
	}
}
.header-logo a {
	display: block;
}
.header-logo svg {
	width: 100%;
	height: 100%;
}
.header-logo.ba {
	width: 305px;
}
@media (max-width: 1119px) {
	.header-logo.ba {
		width: 200px;
	}
}
@media (max-width: 767px) {
	.header-logo.ba {
		width: 150px;
	}
}
.logo-svg path {
	fill: #fff;
}
.hero {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #0d2545;
	overflow: hidden;
}
.hero:after,
.hero:before {
	content: '';
	position: absolute;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 40%;
	opacity: 0.6;
}
.hero:before {
	top: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#03070e));
	background: linear-gradient(0deg, transparent 0, #03070e);
}
.hero:after {
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#03070e));
	background: linear-gradient(180deg, transparent 0, #03070e);
}
.hero--home {
	height: 100vh;
	min-height: 720px;
	min-height: 45rem;
	max-height: 960px;
	max-height: 60rem;
	background: #000;
}
@media (max-width: 767px) {
	.hero--home {
		min-height: 20rem;
		height: 90vh;
	}
}
.hero--medium {
	height: 40vw;
	min-height: 560px;
	min-height: 35rem;
	max-height: 656px;
	max-height: 41rem;
}
@media (max-width: 767px) {
	.hero--medium {
		min-height: 20rem;
	}
}
.hero--small {
	height: 25vw;
	min-height: 480px;
	min-height: 30rem;
}
@media (max-width: 767px) {
	.hero--small {
		min-height: 18rem;
	}
}
.hero--full {
	height: 98vh;
	min-height: 720px;
	min-height: 45rem;
	max-height: 960px;
	max-height: 60rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1119px) {
	.hero--full {
		height: auto;
	}
}
.hero--full:after {
	display: none;
}
.hero--single {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 25vw;
	min-height: 512px;
	min-height: 32rem;
	padding-bottom: 48px;
	padding-bottom: 3rem;
}
@media (max-width: 767px) {
	.hero--single {
		padding-top: 8rem;
		min-height: 18rem;
		height: auto;
		padding-bottom: 0;
	}
}
.hero--single.has-banner {
	padding-bottom: 224px;
	padding-bottom: 14rem;
	height: 40vw;
	max-height: 640px;
	max-height: 40rem;
}
@media (max-width: 767px) {
	.hero--single.has-banner {
		height: auto;
		padding-bottom: 0;
	}
}
.hero-content-pull[class] {
	position: relative;
	z-index: 9;
	margin-top: -128px;
	margin-top: -8rem;
	padding: 72px;
	padding: 4.5rem;
}
@media (max-width: 1119px) {
	.hero-content-pull[class] {
		padding: 1.5rem;
	}
}
@media (max-width: 767px) {
	.hero-content-pull[class] {
		margin-top: 0;
		padding: 0;
	}
}
.hero-content {
	position: relative;
	z-index: 9;
	text-align: center;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	padding: 0 5vw;
}
@media (max-width: 1119px) {
	.hero-content {
		margin-bottom: 1.5rem;
	}
}
.hero--full .hero-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	background-color: #fff;
	color: #0d2545;
	text-align: left;
	padding: 3vw 5vw 24px;
	padding: 3vw 5vw 1.5rem;
	margin: 0;
}
@media (max-width: 1639px) {
	.hero--full .hero-content {
		padding: 3rem;
	}
}
@media (max-width: 1119px) {
	.hero--full .hero-content {
		width: 100%;
		position: relative;
	}
}
@media (max-width: 767px) {
	.hero--full .hero-content {
		padding: 2rem;
	}
}
@media (max-width: 575px) {
	.hero--full .hero-content {
		margin-bottom: 0;
	}
}
.hero--single .hero-content {
	width: 100%;
	padding: 0;
	text-align: left;
}
.hero-title {
	color: #fff;
	line-height: 1;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-weight: 700;
}
@media (max-width: 1119px) {
	.hero-title {
		margin-bottom: 1.5rem;
	}
}
.hero-title:last-child {
	margin-bottom: 0;
}
.hero--home .hero-title {
	font-weight: 300;
}
.hero--full .hero-title {
	color: #ff4000;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.hero--single .hero-title {
	font-size: 60px;
	font-size: 3.75rem;
	text-align: left;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
@media (max-width: 1119px) {
	.hero--single .hero-title {
		font-size: 3rem;
	}
}
@media (max-width: 767px) {
	.hero--single .hero-title {
		font-size: 2rem;
	}
}
.hero-date,
.hero-title span,
.single-game .hero-title {
	font-weight: 700;
}
.hero-date {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}
@media (max-width: 1119px) {
	.hero-date {
		font-size: 1rem;
	}
}
.hero-subtitle {
	font-weight: 800;
}
.hero-button {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.hero-scroll {
	display: block;
	-webkit-animation: b 2s infinite;
	animation: b 2s infinite;
}
.hero-scroll:before {
	content: '\edc0';
	font-family: icomoon;
	color: #fff;
}
@-webkit-keyframes b {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem);
	}
	10% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}
}
@keyframes b {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem);
	}
	10% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}
}
.buy-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 48px;
	margin-top: 3rem;
}
@media (max-width: 767px) {
	.buy-buttons {
		margin-top: 1.5rem;
	}
}
.buy-buttons img {
	max-height: 80px;
	max-height: 5rem;
	margin-right: 24px;
	margin-right: 1.5rem;
}
@media (max-width: 1639px) {
	.buy-buttons img {
		max-height: 4rem;
	}
}
.hero-background-container {
	position: relative;
	width: 100%;
	height: 100%;
}
@media (max-width: 1119px) {
	.hero-background-container {
		height: 30rem;
	}
}
.hero-game-logo {
	position: absolute;
	z-index: 9;
	top: 144px;
	top: 9rem;
	right: 5vw;
	width: 320px;
	width: 20rem;
	height: 80px;
	height: 5rem;
}
@media (max-width: 1119px) {
	.hero-game-logo {
		top: auto;
		bottom: 3rem;
	}
}
.hero-game-logo img {
	-o-object-position: right;
	object-position: right;
}
.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
}
.hero-background video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	opacity: 0.7;
}
.hero-background--horizontal {
	display: block;
}
/* @media (max-width: 1119px) {
	.hero-background--horizontal {
		display: none;
	}
} */
.hero-background--vertical {
	display: none;
}
/* @media (max-width: 1119px) {
	.hero-background--vertical {
		display: block;
	}
} */
.parallax-image .image-background {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
img.aligncenter {
	clear: both;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
img.alignleft {
	margin-right: 24px;
	margin-right: 1.5rem;
}
img.alignright {
	margin-left: 24px;
	margin-left: 1.5rem;
}
.figure {
	display: inline-block;
}
.figure img {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	line-height: 1;
	width: 100% !important;
	height: auto !important;
}
.figure figcaption {
	font-size: 14px;
	font-size: 0.875rem;
}
.image-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-background.compat-object-fit {
	background-position: 50%;
	background-size: cover;
}
.image-background.compat-object-fit img {
	display: none;
}
.image-background img {
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 768px) {
	.image-background img {
		object-position: center;
	}
}
.image-contain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-contained {
	text-align: right;
}
.image-contain.compat-object-fit {
	background-size: contain;
	background-repeat: no-repeat;
}
.image-contain.compat-object-fit img {
	display: none;
}
.image-contain img {
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.global-nav-container {
	margin-left: auto;
}
.global-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1119px) {
	.global-nav {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #0d2545;
		padding: 7.5rem 2.5rem;
		text-align: center;
		-webkit-transition: -webkit-transform 0.4scubic-bezier(0.215, 0.61, 0.355, 1);
		transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}
@media (max-width: 767px) {
	.global-nav {
		padding: 10vh 0;
	}
}
.global-nav.is-open {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
@media (max-width: 1119px) {
	.global-nav.is-open .global-nav-link,
	.global-nav.is-open .global-nav-overlay-only {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.global-nav.is-open .global-nav-link:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.global-nav.is-open .global-nav-link:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.global-nav.is-open .global-nav-link:nth-child(3) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.global-nav.is-open .global-nav-link:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.global-nav.is-open .global-nav-link:nth-child(5) {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.global-nav.is-open .global-nav-link:nth-child(6) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.global-nav-links,
.global-nav-links .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 0;
}
@media (max-width: 1119px) {
	.global-nav-links,
	.global-nav-links .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.noscroll {
	overflow: hidden;
	height: 100%;
	position: fixed;
}
.global-nav-link {
	display: inline-block;
	height: fit-content;
	color: #fff;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 4px;
	margin: 0 0.25rem;
	padding: 0;
	position: relative;
}
@media (max-width: 1119px) {
	.global-nav-link {
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
		opacity: 0;
		-webkit-transform: translate3d(2rem, 0, 0);
		transform: translate3d(2rem, 0, 0);
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
			-webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transition-delay: 0;
		transition-delay: 0;
	}
}
@media (max-width: 767px) {
	.global-nav-link {
		font-size: 1.5rem;
		margin: 0;
	}
}
@media (max-width: 575px) {
	.global-nav-link {
		font-size: 1.25rem;
	}
}
.global-nav-link.active {
	background-color: rgba(255, 64, 0, 0.6);
}
.global-nav-link.active a {
	color: #fff;
}
@media (min-width: 1119px) {
	.global-nav-link:hover {
		background-color: #ff4000;
	}
}
.global-nav-link:hover a {
	color: #fff;
}
.global-nav-link a {
	display: inline-block;
	color: #fff;
	padding: 14px 26px;
	padding: 0.875rem 1.625rem;
}
@media (max-width: 1119px) {
	.global-nav-link a {
		padding: 1rem 1.75rem;
	}
	.global-nav-link a {
		padding: 0.5rem 1.25rem;
	}
	.global-nav-link.is-open {
		background-color: #ff4000;
	}
	.sub-menu {
		display: none;
	}
	.global-nav-link.is-open .sub-menu {
		display: flex;
		padding-left: 0;
		flex-direction: column;
		min-width: 14rem;
		background-color: #ff4000;
		display: flex;
		align-items: center;
		padding: 0.3rem 0;
	}
}
.global-nav-link a:hover {
	text-decoration: none;
}
.global-nav-link-home {
	display: none;
	padding: 14px 26px;
	padding: 0.875rem 1.625rem;
}
@media (min-width: 1119px) {
	.sub-menu {
		position: absolute;
	}
	.global-nav-link:hover .sub-menu {
		display: flex;
		padding-left: 0;
		flex-direction: column;
		min-width: 14rem;
		background-color: #ff4000;
		display: flex;
		align-items: center;
		padding: 0.3rem 0;
	}
}
@media (min-width: 1119px) {
	.global-nav-link {
		max-width: 11rem;
	}
}
@media (max-width: 1119px) {
	.global-nav-link-home {
		display: inline-block;
	}
}
.sub-menu {
	display: none;
}
@media (max-width: 1119px) {
	.global-nav-link:hover .sub-menu {
		min-width: 11rem;
	}
	.menu {
		width: 100%;
	}
	.global-nav-link {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.global-nav-link .sub-menu .menu-item {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.global-nav-link .sub-menu .menu-item a {
		max-width: 25rem;
	}
	.global-nav-link:not(is-open) a:first-child:nth-last-child(2):after {
		content: url(../images/arrow-down.svg);
		margin-left: 1rem;
	}
	.global-nav-links .menu .global-nav-link.is-open a:after {
		content: url(../images/arrow-up.svg);
	}
}
.global-nav-link .sub-menu .menu-item {
	padding-left: 0;
	min-width: 15rem;
}
.global-nav-link .sub-menu .menu-item a {
	padding-left: 1.2rem;
}
.global-nav-link .sub-menu .menu-item:hover {
	background-color: #fff;
}
.global-nav-link .sub-menu .menu-item:hover a {
	color: #ff4000;
	display: flex;
	justify-content: space-between;
}
.global-nav-link .sub-menu .menu-item:not(:hover) a:after {
	content: '';
}
.global-nav-link .sub-menu .menu-item:hover a:after {
	content: '\edde';
	color: #ff4000;
	font-family: icomoon;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 1rem;
}
.global-nav-link .sub-menu .menu-item:hover a:after {
	content: '\edde';
	color: #ff4000;
	font-family: icomoon;
	display: inline-block;
	vertical-align: bottom;
}
.global-nav-button {
	display: none;
	height: 60px;
	height: 3.75rem;
	width: 60px;
	width: 3.75rem;
	position: absolute;
	top: 24px;
	top: 1.5rem;
	right: 24px;
	right: 1.5rem;
	z-index: 5;
	cursor: pointer;
}
@media (max-width: 1119px) {
	.global-nav-button {
		display: block;
	}
}
@media (max-width: 767px) {
	.global-nav-button {
		top: 0.75rem;
		right: 0.75rem;
	}
}
.global-nav-button:after,
.global-nav-button:before {
	content: '';
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
}
.global-nav-button:before {
	background-color: #fff;
	height: 4px;
	height: 0.25rem;
	margin-top: -2px;
	margin-top: -0.125rem;
}
.global-nav-button:after {
	border: solid #fff;
	border-width: 4px 0;
	border-width: 0.25rem 0;
	height: 24px;
	height: 1.5rem;
	margin-top: -12px;
	margin-top: -0.75rem;
}
.global-nav-button.is-open {
	position: fixed;
}
.global-nav-button.is-open:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-nav-button.is-open:after {
	background-color: #fff;
	border: 0;
	height: 4px;
	height: 0.25rem;
	margin-top: -2px;
	margin-top: -0.125rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.global-nav-overlay-only {
	display: none;
	margin-top: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 2rem, 0);
	transform: translate3d(0, 2rem, 0);
	-webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
@media (max-width: 1119px) {
	.global-nav-overlay-only {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.global-nav-logo {
	width: 138px;
	height: 116px;
}
.global-nav-logo svg {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.global-nav-logo {
		width: 106px;
		height: 89px;
	}
}
@media (max-width: 575px) {
	.global-nav-logo {
		width: 90px;
		height: 76px;
	}
}
.global-nav-hashtag {
	display: block;
	margin-top: 48px;
	margin-top: 3rem;
	color: #ff4000;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 800;
}
@media (max-width: 767px) {
	.global-nav-hashtag {
		font-size: 1.25rem;
		margin-top: 1.5rem;
	}
}
@media (max-width: 575px) {
	.global-nav-hashtag {
		font-size: 1rem;
	}
}
.fallback-nav {
	display: none;
	background-color: #0d2545;
}
.fallback-nav a {
	color: #fff;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.no-js .fallback-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map {
	position: relative;
}
.map-details {
	font-size: 16px;
	font-size: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	padding: 24px;
	padding: 1.5rem;
}
.map-details span {
	display: block;
}

.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin: 0;
	padding: 0;
}
.section {
	padding-top: 72px;
	padding-top: 4.5rem;
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
}
.university-section {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
@media (max-width: 1119px) {
	.section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.university-section {
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
	}
}
@media (max-width: 767px) {
	.section {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.university-section {
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
	}
}
.section--padding {
	padding: 48px 0;
	padding: 3rem 0;
}
.background--main {
	background-color: #0d2545;
	color: #fff;
}
.background--main .background--main {
	padding-top: 0;
	margin-top: 0;
}
.background--main-light {
	background-color: #567690;
	color: #fff;
}
.background--main-light .background--main-light {
	padding-top: 0;
	margin-top: 0;
}
.background--accent {
	background-color: #ff4000;
	color: #fff;
}
.background--accent .background--accent {
	padding-top: 0;
	margin-top: 0;
}
.background--accent-light {
	background-color: #e95f42;
	color: #fff;
}
.background--accent-light .background--accent-light {
	padding-top: 0;
	margin-top: 0;
}
.background--white {
	background-color: #fff;
	color: #0d2545;
}
.background--white .background--white {
	padding-top: 0;
	margin-top: 0;
}
.background--sand {
	background-color: #edebe6;
	color: #0d2545;
}
.background--sand .background--sand {
	padding-top: 0;
	margin-top: 0;
}
.section-actions,
.section-title {
	text-align: center;
}
.section-actions {
	padding-top: 72px;
	padding-top: 4.5rem;
}
.section-actions.section-actions--top {
	padding-top: 24px;
	padding-top: 1.5rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.section-actions .button {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.section-actions .button:last-child {
	margin-bottom: 0;
}
.section-actions p {
	line-height: 1.2;
}
.section-employee-spotlight {
	padding-bottom: 0;
}
.section-employee-spotlight h2 {
	color: #567690;
}
.section-employee-spotlight h2 a {
	color: #0d2545;
}
.section-map {
	padding-bottom: 0;
	font-size: 0;
}
.section-deck {
	min-height: 70vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-buy-now {
	text-align: center;
}
.section-buy-now .buy-buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social-icons a {
	display: inline-block;
	margin: 0 12px;
	margin: 0 0.75rem;
}
@media (max-width: 575px) {
	.social-icons a {
		margin: 0 0.5rem;
	}
}
.social-icons a:hover {
	text-decoration: none;
}
.social-icon {
	color: #567690;
	font-size: 40px;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
}
.social-instagram {
	font-size: 1.5rem !important;
}
.social-icon-name {
	align-items: center;
	font-weight: 500;
	color: #000;
	margin-left: 1rem;
}
.university-page-social-icons {
	justify-content: space-around;
	border-bottom: 1px solid rgba(86, 118, 144, 0.2);
}
.university-social-icon {
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	.social-icon {
		font-size: 2rem;
		margin: 0 0.75rem;
	}
	.social-icon-name {
		display: none;
		font-size: 1rem;
	}
	.university-page-social-icons {
		margin-bottom: 3rem;
	}
	.university-social-icon {
		font-size: 1.5rem;
	}
}
@media (max-width: 575px) {
	.social-icon {
		margin: 0 0.25rem;
	}
}
@media (min-width: 767px) {
	.social-icon-name {
		display: flex;
		font-size: 1rem;
	}
	.university-page-social-icons {
		margin-bottom: 4rem;
	}
}
@media (min-width: 1119px) {
	.social-icon-name {
		font-size: 1.25rem;
	}
	.university-page-social-icons {
		margin-bottom: 5rem;
	}
	.university-social-icon {
		font-size: 2.5rem;
	}
}
.social-icon:before {
	content: '';
	font-family: icomoon;
}
.social-icon:hover {
	text-decoration: none;
	color: #ff4000;
}
.social-icon:hover .social-icon-name {
	text-decoration: none;
	color: #ff4000;
}
.social-twitter:before {
	content: '\ec62';
}
.social-facebook:before {
	content: '\ec5c';
}
.social-instagram:before {
	content: '\e900';
}
.social-youtube:before {
	content: '\ec69';
}
.social-linkedin:before {
	content: '\ec96';
}
.social-glassdoor:before {
	content: '\ea92';
}
.table,
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.table td,
.table th,
table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #edebe6;
}
.timeline {
	overflow: hidden;
	margin: 32px auto;
	margin: 2rem auto;
}
.timeline-container {
	position: relative;
	width: calc(100% - 2rem);
	max-width: 1170px;
	margin: 0 auto;
	padding: 24px 48px 48px;
	padding: 1.5rem 3rem 3rem;
}
@media (max-width: 767px) {
	.timeline-container {
		width: 100%;
		padding: 0 0 3rem;
	}
}
.timeline-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	height: calc(100% - 2rem);
	width: 2px;
	background: #0d2545;
}
@media (max-width: 1119px) {
	.timeline-container:before {
		left: 0;
	}
}
@media (max-width: 767px) {
	.timeline-container:before {
		display: none;
	}
}
.timeline-block {
	position: relative;
	margin: 32px 0;
	margin: 2rem 0;
}
.timeline-block.has-image {
	margin-bottom: 64px;
	margin-bottom: 4rem;
}
.timeline-block:after {
	content: '';
	display: table;
	clear: both;
}
.timeline-block:first-child {
	margin-top: 0;
}
.timeline-block:last-child {
	margin-bottom: 0;
}
.timeline-block:nth-child(odd) .timeline-content {
	float: right;
}
@media (max-width: 1119px) {
	.timeline-block:nth-child(odd) .timeline-content {
		float: none;
	}
}
.timeline-block:nth-child(odd) .timeline-content:before {
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: #edebe6;
}
.timeline-block:nth-child(odd) .timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: d 0.6s;
	animation: d 0.6s;
}
.timeline-block:nth-child(odd) .timeline-date {
	left: auto;
	right: 122%;
	text-align: right;
}
@media (max-width: 1119px) {
	.timeline-block:nth-child(odd) .timeline-date {
		right: auto;
		text-align: left;
	}
}
.timeline-block:nth-child(odd) .timeline-image {
	margin-left: 0;
	margin-right: -32px;
	margin-right: -2rem;
}
@media (max-width: 1119px) {
	.timeline-block:nth-child(odd) .timeline-image {
		margin-right: 0;
		margin-left: -4rem;
	}
}
.timeline-block:last-child:before {
	content: '';
	position: absolute;
	top: 32px;
	top: 2rem;
	left: 50%;
	margin-left: -1px;
	height: 100%;
	width: 2px;
	background: #fff;
}
.timeline-dot {
	position: absolute;
	top: 16px;
	top: 1rem;
	left: 50%;
	margin-left: -16px;
	margin-left: -1rem;
	height: 32px;
	height: 2rem;
	width: 32px;
	width: 2rem;
	background: #ff4000;
	border-radius: 50%;
}
@media (max-width: 1119px) {
	.timeline-dot {
		left: 0;
	}
}
@media (max-width: 767px) {
	.timeline-dot {
		display: none;
	}
}
.timeline-content {
	position: relative;
	background: #edebe6;
	padding: 32px;
	padding: 2rem;
	width: 45%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
@media (max-width: 1119px) {
	.timeline-content {
		width: calc(100% - 3rem);
		margin-left: 3rem;
		padding: 1rem 2rem;
	}
}
@media (max-width: 767px) {
	.timeline-content {
		width: 100%;
		margin-left: 0;
		padding: 1rem;
	}
}
.timeline-content:before {
	content: '';
	position: absolute;
	top: 16px;
	top: 1rem;
	left: 100%;
	height: 0;
	width: 0;
	border: 16px solid transparent;
	border: 1rem solid transparent;
	border-left-color: #edebe6;
}
@media (max-width: 1119px) {
	.timeline-content:before {
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #edebe6;
	}
}
@media (max-width: 767px) {
	.timeline-content:before {
		display: none;
	}
}
.timeline-content:after {
	content: '';
	display: table;
	clear: both;
}
.timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: c 0.6s;
	animation: c 0.6s;
}
.timeline-title {
	display: block;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 800;
	line-height: 1;
	color: #0d2545;
}
@media (max-width: 1119px) {
	.timeline-title {
		font-size: 1.5rem;
	}
}
.timeline-summary {
	display: block;
	margin-top: 8px;
	margin-top: 0.5rem;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
}
@media (max-width: 1119px) {
	.timeline-summary {
		font-size: 1rem;
	}
}
.timeline-image {
	position: relative;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: calc(100% 4rem);
	height: 256px;
	height: 16rem;
	margin-left: -32px;
	margin-left: -2rem;
	margin-bottom: -64px;
	margin-bottom: -4rem;
}
@media (max-width: 1119px) {
	.timeline-image {
		margin-left: -4rem;
	}
}
.timeline-image img {
	width: 100%;
}
.timeline-date {
	display: block;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	position: absolute;
	width: 100%;
	left: 122%;
	top: 16px;
	top: 1rem;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
@media (max-width: 1119px) {
	.timeline-date {
		font-size: 1rem;
		position: relative;
		left: auto;
		top: auto;
	}
}
@-webkit-keyframes c {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes c {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes d {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes d {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.content-video-featured {
	position: relative;
}
.content-video-featured [class*='col-'] {
	z-index: 4;
}
.content-video-featured:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	z-index: 1;
}
@media (max-width: 1119px) {
	.content-video-featured:after {
		height: 10rem;
	}
}
@media (max-width: 767px) {
	.content-video-featured:after {
		height: 6rem;
	}
}
.content-video-featured .section-title {
	text-align: left;
}
.content-video-featured .video-controls {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.content-video-featured .university-video-controls {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-start;
}
.content-video-featured .video-controls:hover .video-play-icon {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content-video-featured.university-video-controls:hover.university-video-play-icon {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content-video-featured .video-play-icon:after,
.university-video-play-icon:after {
	margin-left: 0;
}
.video-container {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0d2545;
	overflow: hidden;
	cursor: pointer;
	z-index: 7;
}
.video-controls {
	position: absolute;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9;
	padding: 72px;
	padding: 4.5rem;
	background: rgba(0, 0, 0, 0.2);
}
.university-video-controls {
	position: absolute;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: center;
	align-items: end;
	z-index: 9;
	background: rgba(0, 0, 0, 0.2);
	padding-left: 2.5rem;
	padding-left: 40px;
	padding-bottom: 1.7rem;
	padding-bottom: 28px;
}
@media (max-width: 767px) {
	.video-controls {
		padding: 1.5rem;
	}
	.university-video-controls {
		padding-left: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
.video-controls:hover .video-play-icon {
	-webkit-transform: translateX(-15%);
	transform: translateX(-15%);
}
.university-video-controls:hover .university-video-play-icon {
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
}
.video-play-icon,
.university-video-play-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	color: #fff;
	font-size: 90px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.university-video-play-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	color: #fff;
	font-size: 90px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1639px) {
	.video-play-icon {
		font-size: 5rem;
	}
	.university-video-play-icon {
		font-size: 1.875rem;
	}
}
@media (max-width: 1119px) {
	.video-play-icon {
		font-size: 4rem;
	}
	.university-video-play-icon {
		font-size: 1.25rem;
	}
}
@media (max-width: 767px) {
	.video-play-icon {
		font-size: 2rem;
	}
	.university-video-play-icon {
		font-size: 1rem;
	}
}
.video-play-icon:after {
	content: url(../images/play-icon.svg);
	display: inline-block;
	width: 112px;
	width: 7rem;
	height: 112px;
	height: 7rem;
	margin-left: 48px;
	margin-left: 3rem;
}
.university-video-play-icon:before {
	content: url(../images/play-icon.svg);
	display: inline-block;
	width: 96px;
	width: 6rem;
	height: 96px;
	height: 6rem;
	margin-right: 16px;
	margin-right: 1rem;
}
@media (max-width: 1119px) {
	.video-play-icon:after {
		width: 6rem;
		height: 6rem;
	}
	.university-video-play-icon:before {
		width: 6rem;
		height: 6rem;
	}
}
@media (max-width: 767px) {
	.video-play-icon:after {
		width: 4rem;
		height: 4rem;
	}
	.university-video-play-icon:before {
		width: 2rem;
		height: 2rem;
		margin-right: 0.5rem;
	}
}
.blog-listing {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	gap: 1.875rem;
	margin: 0 30px;
	margin: 0 1.875rem;
}
@media (max-width: 1119px) {
	.blog-listing {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px) {
	.blog-listing {
		grid-template-columns: 1fr;
	}
}
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	position: relative;
}
.card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.card:hover:before {
	opacity: 1;
}
.card-image {
	position: relative;
	width: 100%;
	height: 15vw;
	min-height: 240px;
	min-height: 15rem;
}
.card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px;
	padding: 2rem;
}
.card-date {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
}
@media (max-width: 1119px) {
	.card-date {
		font-size: 1rem;
	}
}
.card-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	font-weight: 900;
}
@media (max-width: 1119px) {
	.card-title {
		font-size: 1.25rem;
	}
}
.card-actions {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.card-button {
	width: auto;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}
.card-button:after,
.card-button span {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.card-button:after {
	opacity: 1;
}
.pagination {
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 0;
	padding: 3rem 0;
	grid-column-start: 1;
	grid-column-end: -1;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.pagination:last-child {
	padding-bottom: 0;
}
.pagination a,
.pagination span {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 4px;
	margin: 0 0.25rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 900;
}
@media (max-width: 767px) {
	.pagination a,
	.pagination span {
		margin: 0 0.5rem;
		padding: 0.5rem 1.125rem;
	}
}
.pagination a [class^='icon-'],
.pagination span [class^='icon-'] {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0;
}
.pagination a.disabled,
.pagination span.disabled {
	cursor: default;
}
.pagination a.disabled:hover,
.pagination span.disabled:hover {
	text-decoration: none;
}
.pagination a.current,
.pagination a:hover,
.pagination span.current {
	background-color: #0d2545;
	color: #fff;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination .next,
.pagination .previous {
	background: #ff4000;
	color: #fff;
}
.pagination .previous:before {
	content: '\ede2';
	margin-right: 16px;
	margin-right: 1rem;
}
.pagination .next:after,
.pagination .previous:before {
	font-family: icomoon;
	display: inline-block;
	vertical-align: bottom;
}
.pagination .next:after {
	content: '\edde';
	margin-left: 16px;
	margin-left: 1rem;
}
.pagination-details {
	display: none;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #0d2545;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.pagination-details span {
	width: auto;
}
@media (max-width: 767px) {
	.pagination-details {
		display: block;
	}
}
.pagination-actions {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
@media (max-width: 767px) {
	.pagination-actions {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}
.pagination-actions a:first-of-type {
	margin-left: 0;
}
.pagination-actions a:last-of-type {
	margin-right: 0;
}
.pagination-numbers {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.pagination-numbers {
		margin-top: 1.5rem;
	}
}
.pagination-numbers .next,
.pagination-numbers .previous {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
}
@media (max-width: 767px) {
	.pagination-numbers .next,
	.pagination-numbers .previous {
		display: none;
	}
}
.filter-select-container {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.search-filter-input,
.search-filter-select {
	max-width: 320px;
	max-width: 20rem;
	background: #fff;
	border: 2px solid #c4d9e2;
	padding: 14px;
	padding: 0.875rem;
	padding: 12px;
	padding: 0.75rem;
}
.container,
.university-video-container,
.container-fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.university-video-container {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}
.container {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
	.university-video-container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
	.university-video-container {
		max-width: 720px;
	}
}
@media (min-width: 1120px) {
	.container {
		max-width: 1080px;
	}
	.university-video-container {
		max-width: 1080px;
	}
}
@media (min-width: 1640px) {
	.container {
		max-width: 1520px;
	}
	.university-video-container {
		max-width: 1520px;
	}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-left: -0.9375rem;
	margin-right: -15px;
	margin-right: -0.9375rem;
}
.no-gutters {
	margin-left: 0;
	margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.col,
[class*='col-'] {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1,
.col-auto {
	-webkit-box-flex: 0;
}
.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-2,
.col-3 {
	-webkit-box-flex: 0;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-4,
.col-5 {
	-webkit-box-flex: 0;
}
.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-6,
.col-7 {
	-webkit-box-flex: 0;
}
.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-8,
.col-9 {
	-webkit-box-flex: 0;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-10,
.col-11 {
	-webkit-box-flex: 0;
}
.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}
.offset-12 {
	margin-left: 100%;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
	.offset-sm-12 {
		margin-left: 100%;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
	.offset-md-12 {
		margin-left: 100%;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
}
@media (min-width: 1120px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.offset-lg-12 {
		margin-left: 100%;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
}
@media (min-width: 1640px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
	.offset-xl-12 {
		margin-left: 100%;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
}
@media (max-width: 767px) {
	.container-fluid-sm {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
body,
html {
	overflow-x: hidden;
}
.main,
.site-container,
body,
html {
	min-height: 100vh;
}
.gridder {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.gridder-list,
.gridder-show {
	font-size: 16px;
}
.gridder-list {
	display: inline-block;
	vertical-align: top;
}
.gridder-show {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.gridder-content {
	display: none;
}
@media print {
	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
@media (min-width: 1119px) {
	.content-grid-studio-tile {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
.tab-carosuel-container {
	padding-top: 2rem;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 768px) {
	.tab-carosuel-container {
		max-width: 768px;
	}
}
.tabs-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.tabs-item-wrapper {
	background: #fff;
	padding: 4px;
	filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.03));
}
.tab-button {
	background: #fff;
	padding: 18px;
	min-width: 10rem;
}
.tab-button.button--accent {
	background-color: #ff4000;
	color: #fff;
	font-weight: 800;
}
.tab-button.button:after {
	content: none;
}
.tab-item {
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.tab-item::-webkit-scrollbar {
	display: none;
}
@media (max-width: 639px) {
	.tab-item {
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}
}
@media (min-width: 640px) {
	.tab-item {
		padding-left: 7rem;
		padding-right: 7rem;
	}
}
@media (min-width: 920px) {
	.tab-item {
		padding-left: 8.5rem;
		padding-right: 8.5rem;
	}
}
@media (min-width: 990px) {
	.tab-item {
		padding-left: 10.5rem;
		padding-right: 10.5rem;
	}
}
@media (min-width: 1121px) {
	.tab-item {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (min-width: 1210px) {
	.tab-item {
		padding-left: 5.5rem;
		padding-right: 5.5rem;
	}
}
@media (min-width: 1280px) {
	.tab-item {
		padding-left: 8.6rem;
		padding-right: 8.6rem;
	}
}
@media (min-width: 1390px) {
	.tab-item {
		padding-left: 11.6rem;
		padding-right: 11.6rem;
	}
}
@media (min-width: 1500px) {
	.tab-item {
		padding-left: 15.6rem;
		padding-right: 15.6rem;
	}
}
@media (min-width: 1640px) {
	.tab-item {
		padding-left: 11.6rem;
		padding-right: 11.6rem;
	}
}
.community-row {
	background: #ecebe6;
}
.carousel-items-wrapper {
	padding-top: 4rem;
	overflow: auto;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.carousel-items-wrapper::-webkit-scrollbar {
	display: none;
}
.carousel-title-text {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	color: #0d2545;
	margin-top: 2rem;
}
.carousel-item-wrapper {
	background: rgba(215, 215, 215, 0.15);
	margin-right: 2rem;
	min-width: 21rem;
	border: 1px solid #d4d7db;
	padding: 1rem;
}
@media (min-width: 1251px) {
	.carousel-item-wrapper {
		max-width: 24rem;
	}
}
.carousel-item-summary {
	text-align: center;
	margin-top: 1rem;
	font-size: 14px;
	line-height: 24px;
}
@media (min-width: 769px) {
	.carousel-item-wrapper {
		padding: 2rem;
	}
	.carousel-title-text {
		font-size: 22px;
		line-height: 33px;
	}
	.carousel-item-summary {
		font-size: 16px;
		line-height: 26px;
	}
}
.carousel-image {
	display: block;
	position: relative;
	height: 80px;
	height: 6rem;
}
.carousel-buttons-wrapper {
	display: inline-flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4rem;
}
@media (min-width: 1022px) {
	.carousel-buttons-wrapper {
		right: 11rem;
	}
}
@media (max-width: 768px) {
	.carousel-buttons-wrapper {
		display: none;
	}
}
.arrow-button {
	height: 50px;
	width: 50px;
	border: 1px solid #ff4000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.arrow-button span {
	position: absolute;
	pointer-events: none;
}
.arrow-left:before {
	content: '\ede2';
	font-family: icomoon;
	color: #ff4000;
	font-size: 20px;
	font-size: 1.25rem;
}
.arrow-button.active {
	background: #ff4000;
}
.arrow-button.active span {
	pointer-events: inherit;
}
.arrow-button:hover {
	cursor: not-allowed;
}
.arrow-button.active:hover {
	cursor: pointer;
}
.arrow-left.active:before {
	content: '\ede2';
	font-family: icomoon;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}
.arrow-right:before {
	content: '\edde';
	font-family: icomoon;
	color: #ff4000;
	font-size: 20px;
	font-size: 1.25rem;
}
.arrow-right.active:before {
	content: '\edde';
	font-family: icomoon;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}
.grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}
