  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
.circle-list-style-ul li {
	list-style: circle !important;
}

.our-mission {
	margin-left: calc(-100vw / 2 + 500px / 2);
	margin-right: calc(-100vw / 2 + 500px / 2);
}

#directedit a {
	color: var(--grey);
}


.platform-content {
	color: #000;
}

.red-button a {
	color: white;
}

.button {
	border-radius: 2rem;
	margin: 0 0 0.5rem 0;
}

.button.button-red_to_blue {
	color: #fff !important;
	background: #ee1d23;
	border-color: #ee1d23;
}
.button.button-block {
	display: block;
}
.button.button-xlarge {
	font-size: 1.4rem;
}
.button {
	font-weight: 500;
}

/* THIS IS CUSTOM CSS FROM THEIR EXISTING SITE. */


/*177149d437a6de248435209b3eed3005*/
.g-imagegrid *,.g-imagegrid *:before,.g-imagegrid *:after {
	box-sizing: border-box !important
}

.g-imagegrid .g-imagegrid-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.g-imagegrid .g-imagegrid-item {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 0.5rem;
	padding: 5px
}

.g-imagegrid .g-imagegrid-item img {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem
}

.g-imagegrid .g-imagegrid-item .g-imagegrid-caption {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	font-weight: 700;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.g-imagegrid .g-imagegrid-item .indicator {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.g-imagegrid .g-imagegrid-item .indicator div {
	flex: none;
	-webkit-flex: none;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s
}

.dir-rtl .g-imagegrid .g-imagegrid-item .indicator div {
	margin-right: 0
}

.g-imagegrid .g-imagegrid-item .indicator div .fa {
	font-size: 4rem
}

.g-imagegrid .g-imagegrid-item:hover {
	z-index: 10
}

.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.g-imagegrid .g-imagegrid-item:hover .indicator div {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.g-imagegrid .g-imagegrid-desc {
	margin: 1.5rem 0
}

.g-imagegrid .g-imagegrid-link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s
}

.g-imagegrid .g-imagegrid-link:before {
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0.5rem;
	content: "";
	position: absolute;
	z-index: 1;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s
}

.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
	width: 50%
}

@media only all and (max-width: 47.99rem) {
	.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
		width:100%
	}
}

.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
	width: 33.33333%
}

.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
	padding-right: 0.938rem
}

.dir-rtl .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
	padding-left: 0.938rem;
	padding-right: 0
}

@media only all and (max-width: 47.99rem) {
	.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
		padding:0
	}
}

.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
	padding-left: 0.938rem
}

.dir-rtl .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
	padding-right: 0.938rem;
	padding-left: 0
}

@media only all and (max-width: 47.99rem) {
	.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
		padding:0
	}
}

@media only all and (max-width: 47.99rem) {
	.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
		width:100%;
		margin-bottom: 0.938rem
	}
}

.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
	width: 25%
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
	.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
		width:50%
	}
}

@media only all and (max-width: 47.99rem) {
	.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
		width:100%
	}
}

.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
	width: 20%
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
	.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
		width:33.33333%
	}
}

@media only all and (max-width: 47.99rem) {
	.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
		width:50%
	}
}

.gp_flipboxes .gp_heading {
	margin-bottom: 40px
}

.gp_flipboxes .gp_content {
	margin: 0 -12px
}

.gp_flipboxes .gp_flipbox {
	background-color: transparent;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	margin: 12px
}

.gp_flipboxes .gp_inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.75s;
	-webkit-transition: transform 0.75s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.gp_flipboxes .gp_inner>a {
	display: block
}

.gp_flipboxes .gp_inner h2 {
	font-size: 20px;
	margin: 0 0 20px
}

.gp_flipboxes .gp_inner .gp_desc {
	margin-bottom: 20px
}

.gp_flipboxes .gp_inner .gp_readmore {
	display: inline-block;
	text-decoration: underline
}

.gp_flipboxes .gp_front i {
	font-size: 46px;
	margin-bottom: 20px
}

.gp_flipboxes .gp_front img {
	margin-bottom: 20px
}

.gp_flipboxes .gp_front h2 {
	margin: 0
}

.gp_flipboxes .gp_front.gp_bgimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.gp_flipboxes .gp_content_inner.style_img {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.gp_flipboxes .gp_content_inner.style_img>h2 {
	margin: auto 0 20px !important
}

.gp_flipboxes .gp_front,.gp_flipboxes .gp_back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.gp_flipboxes .gp_front {
	z-index: 900;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg)
}

.gp_flipboxes .gp_back {
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.gp_flipboxes .gp_flipbox.gp_flip .gp_front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.gp_flipboxes .gp_flipbox.gp_flip .gp_back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg)
}

.gp_imageblock1>.g-grid {
	margin: 0 -15px
}

.gp_imageblock1 .gp_heading {
	margin-bottom: 50px
}

.gp_imageblock1 .gp_content {
	padding: 15px
}

.gp_imageblock1 .gp_img {
	margin-bottom: 20px
}

.gp_imageblock1 .gp_text>h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700
}

.gp_imageblock1 .gp_text>div {
	margin: 0 0 15px
}

.gp_text_rotator {
	position: relative
}

.gp_text_rotator.gp_hasicon .gp_icon {
	position: absolute;
	left: 0;
	width: 60px;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.gp_text_rotator.gp_hasicon .gp_texts {
	margin-left: 50px
}

.gp_text_rotator .slick-list {
	margin-right: 45px !important
}

.gp_text_rotator .gp_texts {
	display: none
}

.gp_text_rotator .gp_texts.slick-initialized {
	display: block
}

.gp_text_rotator .gp_text a {
	display: inline-block;
	transition: 0.25s ease;
	-webkit-transition: 0.25s ease;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.gp_text_rotator .gp_text a:hover {
	text-decoration: none
}

.gp_text_rotator .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	outline: 0
}

.gp_text_rotator .slick-slider .slick-track,.gp_text_rotator .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.gp_text_rotator .slick-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0
}

.gp_text_rotator .slick-slider .slick-list:focus {
	outline: none
}

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

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

.gp_text_rotator .slick-slider .slick-track:before {
	display: table;
	content: ''
}

.gp_text_rotator .slick-slider .slick-track:after {
	display: table;
	content: '';
	clear: both
}

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

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

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

.gp_text_rotator .slick-slide img {
	display: block
}

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

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

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

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

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

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

.gp_text_rotator .slick-prev,.gp_text_rotator .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease
}

.gp_text_rotator .slick-prev:hover,.gp_text_rotator .slick-next:hover,.gp_text_rotator .slick-prev:focus,.gp_text_rotator .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.gp_text_rotator .slick-prev:before,.gp_text_rotator .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white
}

.gp_text_rotator .slick-prev:hover:before,.gp_text_rotator .slick-next:hover:before,.gp_text_rotator .slick-prev:focus:before,.gp_text_rotator .slick-next:focus:before {
	opacity: 1
}

.gp_text_rotator .slick-prev.slick-disabled:before,.gp_text_rotator .slick-next.slick-disabled:before {
	opacity: 0.25
}

.gp_text_rotator .slick-prev {
	right: 23px
}

.gp_text_rotator .slick-prev:before {
	content: "\f137"
}

.gp_text_rotator [dir='rtl'] .slick-prev {
	right: 0
}

.gp_text_rotator [dir='rtl'] .slick-prev:before {
	content: "\f138"
}

.gp_text_rotator .slick-next {
	right: 0
}

.gp_text_rotator .slick-next:before {
	content: "\f138"
}

.gp_text_rotator [dir='rtl'] .slick-next {
	right: 23px
}

.gp_text_rotator [dir='rtl'] .slick-next:before {
	content: "\f137"
}

@font-face {
	font-family: 'hkgrotesk';
	font-style: normal;
	font-weight: 400;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-Regular.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Regular.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Regular.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Regular.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Regular.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-italic';
	font-style: normal;
	font-weight: 400;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-Italic.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Italic.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Italic.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Italic.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Italic.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-medium';
	font-style: normal;
	font-weight: 500;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-Medium.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Medium.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Medium.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Medium.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Medium.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-mediumitalic';
	font-style: normal;
	font-weight: 500;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-MediumItalic.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-MediumItalic.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-MediumItalic.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-MediumItalic.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-MediumItalic.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-semibold';
	font-style: normal;
	font-weight: 600;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBold.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBold.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBold.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBold.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBold.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-semibolditalic';
	font-style: normal;
	font-weight: 600;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBoldItalic.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBoldItalic.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBoldItalic.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBoldItalic.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-SemiBoldItalic.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-boldlegacy';
	font-style: normal;
	font-weight: 700;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacy.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacy.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacy.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacy.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacy.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-boldlegacyitalic';
	font-style: normal;
	font-weight: 700;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacyItalic.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacyItalic.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacyItalic.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacyItalic.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldLegacyItalic.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-bold';
	font-style: normal;
	font-weight: 700;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-Bold.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Bold.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Bold.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Bold.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-Bold.svg') format("svg");
}

@font-face {
	font-family: 'hkgrotesk-bolditalic';
	font-style: normal;
	font-weight: 700;
	src: url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldItalic.eot') format("embedded-opentype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldItalic.woff2') format("woff2"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldItalic.woff') format("woff"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldItalic.ttf') format("truetype"), url('/_resources/fonts/hkgrotesk/HKGrotesk-BoldItalic.svg') format("svg");
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
	height: 10px
}

.g-swiper.swiper-container-vertical .swiper-navigation+.swiper-pagination-bullets {
	top: unset;
	bottom: 0;
	transform: none
}

@media only all and (max-width: 47.99rem) {
	.g-swiper.swiper-container-vertical>.swiper-pagination-bullets {
		right:0
	}
}

.dir-rtl .g-swiper.swiper-container-vertical>.swiper-pagination-bullets {
	right: auto;
	left: 10px
}

@media only all and (max-width: 47.99rem) {
	.dir-rtl .g-swiper.swiper-container-vertical>.swiper-pagination-bullets {
		left:0
	}
}

@media only all and (max-width: 47.99rem) {
	.g-swiper.swiper-container-vertical.swiper-container-coverflow>.swiper-pagination-bullets {
		right:10px
	}

	.dir-rtl .g-swiper.swiper-container-vertical.swiper-container-coverflow>.swiper-pagination-bullets {
		right: auto;
		left: 10px
	}
}

.g-swiper div[class*="swiper-pagination-parent"] {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	z-index: 10
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 2rem 1rem;
	background: transparent;
	border: 2px solid ;
	opacity: 1;
	height: 22px;
	width: 22px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	outline: 0
}

@media only all and (max-width: 47.99rem) {
	.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		width:16px;
		height: 16px
	}
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.focus,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.focus,.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.active,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.active {
	outline: 0;
	-moz-outline-style: none
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: ;
	position: absolute
}

@media only all and (max-width: 47.99rem) {
	.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
		width:4px;
		height: 4px
	}
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	border-color: #fff
}

.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
	width: 8px;
	height: 8px;
	background: #000
}

@media only all and (max-width: 47.99rem) {
	.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after,.g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
		width:6px;
		height: 6px
	}
}

.g-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #d2232a
}

.g-swiper .g-swiper-slider .swiper-slide {
	position: relative
}

.g-swiper .g-swiper-slider .swiper-slide .swiper-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.g-swiper .g-swiper-slider .swiper-slide video {
	position: absolute;
	z-index: 10;
	width: 100%
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
	.g-swiper .g-swiper-slider .swiper-slide video {
		height:100%
	}
}

@media only all and (max-width: 47.99rem) {
	.g-swiper .g-swiper-slider .swiper-slide video {
		height:100%
	}
}

.g-swiper .g-swiper-slider .swiper-slide .slide {
	position: absolute;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 20
}

.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	height: 100%
}

.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
	text-align: center
}

.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
	font-size: 1.1vw;
	font-weight: 400;
	line-height: 1.3;
	margin: 1rem 4rem;
	max-width: 1200px
}

@media (max-width: 118.1818181818rem) {
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
		font-size:1.3rem
	}
}

@media only all and (max-width: 47.99rem) {
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
		font-size:1rem
	}
}

.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
	font-size: 1.5vw;
	font-weight: 500;
	line-height: 1.3;
	margin: 1rem 3rem
}

@media (max-width: 120rem) {
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
		font-size:1.8rem
	}
}

@media only all and (max-width: 47.99rem) {
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
		font-size:1.2rem
	}
}

@media only all and (max-width: 47.99rem) {
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
		padding:0.4rem 1rem;
		font-size: 0.8rem
	}
}

.swiper-navigation div[class*="button-next"],.swiper-navigation div[class*="button-prev"] {
	position: absolute;
	font-size: 4rem;
	color: #fff;
	outline: none;
	opacity: 0.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity, 0.25s;
	-moz-transition: opacity, 0.25s;
	transition: opacity, 0.25s;
	z-index: 20;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center
}

@media only all and (max-width: 47.99rem) {
	.swiper-navigation div[class*="button-next"],.swiper-navigation div[class*="button-prev"] {
		font-size:3rem
	}
}

.swiper-navigation div[class*="button-next"]:hover,.swiper-navigation div[class*="button-prev"]:hover {
	opacity: 1;
	cursor: pointer
}

.swiper-navigation div[class*="button-next"] {
	right: 1rem;
	top: 50%;
	margin: 0;
	padding: 0;
	transform: translateY(-50%)
}

.swiper-navigation div[class*="button-prev"] {
	left: 1rem;
	top: 50%;
	margin: 0;
	padding: 0;
	transform: translateY(-50%)
}

.swiper-navigation.rtl div[class*="button-prev"] {
	right: 1rem;
	left: auto
}

.swiper-navigation.rtl div[class*="button-next"] {
	right: auto;
	left: 1rem
}

div[class*="g-swiper-thumbs"] {
	margin: 2rem 0;
	font-weight: 700
}

div[class*="g-swiper-thumbs"].gallery-thumbs {
	box-sizing: border-box;
	cursor: pointer
}

div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	position: relative;
	pointer-events: auto
}

div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	box-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	font-size: 0.9vw;
	height: 100%;
	margin: -1rem 2rem 0;
	text-align: center
}

@media (max-width: 111.1111111111rem) {
	div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
		font-size:1rem
	}
}

div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title span {
	z-index: 2
}

div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 6px;
	transition: opacity 0.5s ease-in-out
}

div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide-thumb-active:before {
	opacity: 0.25
}

div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"],div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
	font-size: 3rem;
	opacity: 1;
	z-index: 20
}

@media only all and (max-width: 47.99rem) {
	div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"],div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
		font-size:2rem
	}
}

.swiper-slide-active .kenburns {
	-webkit-animation: kenburns ease-out;
	-moz-animation: kenburns ease-out;
	animation: kenburns ease-out
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1.5) rotate(0.02deg);
		-moz-transform: scale(1.5) rotate(0.02deg);
		-ms-transform: scale(1.5) rotate(0.02deg);
		-o-transform: scale(1.5) rotate(0.02deg);
		transform: scale(1.5) rotate(0.02deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0.02deg);
		-moz-transform: scale(1) rotate(0.02deg);
		-ms-transform: scale(1) rotate(0.02deg);
		-o-transform: scale(1) rotate(0.02deg);
		transform: scale(1) rotate(0.02deg)
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1.5) rotate(0.02deg);
		-moz-transform: scale(1.5) rotate(0.02deg);
		-ms-transform: scale(1.5) rotate(0.02deg);
		-o-transform: scale(1.5) rotate(0.02deg);
		transform: scale(1.5) rotate(0.02deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0.02deg);
		-moz-transform: scale(1) rotate(0.02deg);
		-ms-transform: scale(1) rotate(0.02deg);
		-o-transform: scale(1) rotate(0.02deg);
		transform: scale(1) rotate(0.02deg)
	}
}

.swiper-slide-active .kenburnsDownLeft {
	-webkit-animation: kenburnsDownLeft ease-out;
	-moz-animation: kenburnsDownLeft ease-out;
	animation: kenburnsDownLeft ease-out
}

@-webkit-keyframes kenburnsDownLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, -10%);
		-moz-transform: scale(1.5) translate(10%, -10%);
		-ms-transform: scale(1.5) translate(10%, -10%);
		-o-transform: scale(1.5) translate(10%, -10%);
		transform: scale(1.5) translate(10%, -10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsDownLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, -10%);
		-moz-transform: scale(1.5) translate(10%, -10%);
		-ms-transform: scale(1.5) translate(10%, -10%);
		-o-transform: scale(1.5) translate(10%, -10%);
		transform: scale(1.5) translate(10%, -10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsDownRight {
	-webkit-animation: kenburnsDownRight ease-out;
	animation: kenburnsDownRight ease-out
}

@-webkit-keyframes kenburnsDownRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, -10%);
		-moz-transform: scale(1.5) translate(-10%, -10%);
		-ms-transform: scale(1.5) translate(-10%, -10%);
		-o-transform: scale(1.5) translate(-10%, -10%);
		transform: scale(1.5) translate(-10%, -10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsDownRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, -10%);
		-moz-transform: scale(1.5) translate(-10%, -10%);
		-ms-transform: scale(1.5) translate(-10%, -10%);
		-o-transform: scale(1.5) translate(-10%, -10%);
		transform: scale(1.5) translate(-10%, -10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsDown {
	-webkit-animation: kenburnsDown ease-out;
	animation: kenburnsDown ease-out
}

@-webkit-keyframes kenburnsDown {
	0% {
		-webkit-transform: scale(1.5) translate(0, -10%);
		-moz-transform: scale(1.5) translate(0, -10%);
		-ms-transform: scale(1.5) translate(0, -10%);
		-o-transform: scale(1.5) translate(0, -10%);
		transform: scale(1.5) translate(0, -10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsDown {
	0% {
		-webkit-transform: scale(1.5) translate(0, -10%);
		-moz-transform: scale(1.5) translate(0, -10%);
		-ms-transform: scale(1.5) translate(0, -10%);
		-o-transform: scale(1.5) translate(0, -10%);
		transform: scale(1.5) translate(0, -10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsLeft {
	-webkit-animation: kenburnsLeft ease-out;
	animation: kenburnsLeft ease-out
}

@-webkit-keyframes kenburnsLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 0);
		-moz-transform: scale(1.5) translate(10%, 0);
		-ms-transform: scale(1.5) translate(10%, 0);
		-o-transform: scale(1.5) translate(10%, 0);
		transform: scale(1.5) translate(10%, 0)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 0);
		-moz-transform: scale(1.5) translate(10%, 0);
		-ms-transform: scale(1.5) translate(10%, 0);
		-o-transform: scale(1.5) translate(10%, 0);
		transform: scale(1.5) translate(10%, 0)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsRight {
	-webkit-animation: kenburnsRight ease-out;
	animation: kenburnsRight ease-out
}

@-webkit-keyframes kenburnsRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 0);
		-moz-transform: scale(1.5) translate(-10%, 0);
		-ms-transform: scale(1.5) translate(-10%, 0);
		-o-transform: scale(1.5) translate(-10%, 0);
		transform: scale(1.5) translate(-10%, 0)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 0);
		-moz-transform: scale(1.5) translate(-10%, 0);
		-ms-transform: scale(1.5) translate(-10%, 0);
		-o-transform: scale(1.5) translate(-10%, 0);
		transform: scale(1.5) translate(-10%, 0)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsUpLeft {
	-webkit-animation: kenburnsUpLeft ease-out;
	animation: kenburnsUpLeft ease-out
}

@-webkit-keyframes kenburnsUpLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 10%);
		-moz-transform: scale(1.5) translate(10%, 10%);
		-ms-transform: scale(1.5) translate(10%, 10%);
		-o-transform: scale(1.5) translate(10%, 10%);
		transform: scale(1.5) translate(10%, 10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsUpLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 10%);
		-moz-transform: scale(1.5) translate(10%, 10%);
		-ms-transform: scale(1.5) translate(10%, 10%);
		-o-transform: scale(1.5) translate(10%, 10%);
		transform: scale(1.5) translate(10%, 10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsUpRight {
	-webkit-animation: kenburnsUpRight ease-out;
	animation: kenburnsUpRight ease-out
}

@-webkit-keyframes kenburnsUpRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 10%);
		-moz-transform: scale(1.5) translate(-10%, 10%);
		-ms-transform: scale(1.5) translate(-10%, 10%);
		-o-transform: scale(1.5) translate(-10%, 10%);
		transform: scale(1.5) translate(-10%, 10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsUpRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 10%);
		-moz-transform: scale(1.5) translate(-10%, 10%);
		-ms-transform: scale(1.5) translate(-10%, 10%);
		-o-transform: scale(1.5) translate(-10%, 10%);
		transform: scale(1.5) translate(-10%, 10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.swiper-slide-active .kenburnsUp {
	-webkit-animation: kenburnsUp ease-out;
	animation: kenburnsUp ease-out
}

@-webkit-keyframes kenburnsUp {
	0% {
		-webkit-transform: scale(1.5) translate(0, 10%);
		-moz-transform: scale(1.5) translate(0, 10%);
		-ms-transform: scale(1.5) translate(0, 10%);
		-o-transform: scale(1.5) translate(0, 10%);
		transform: scale(1.5) translate(0, 10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

@keyframes kenburnsUp {
	0% {
		-webkit-transform: scale(1.5) translate(0, 10%);
		-moz-transform: scale(1.5) translate(0, 10%);
		-ms-transform: scale(1.5) translate(0, 10%);
		-o-transform: scale(1.5) translate(0, 10%);
		transform: scale(1.5) translate(0, 10%)
	}

	100% {
		-webkit-transform: scale(1) translate(0, 0);
		-moz-transform: scale(1) translate(0, 0);
		-ms-transform: scale(1) translate(0, 0);
		-o-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0)
	}
}

.rounded-corners-10,.rounded-corners-10 .gp_mask {
	border-radius: 10px !important
}

.rounded-corners-20,.rounded-corners-20 .gp_mask {
	border-radius: 20px !important
}

.rounded-corners-30,.rounded-corners-30 .gp_mask {
	border-radius: 30px !important
}

.civilian-blue {
	color: #3c8dde
}

.civilian-red {
	color: #e83829
}

.civilian-green {
	color: #5bb75b
}

.rounded-corners-block-20-blue {
	border-color: #3c8dde;
	border: 3px solid #3c8dde;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 30px
}

.rounded-corners-block-20-blue .gp_text_left {
	padding: 30px
}

.rounded-image-left .gp_img {
	border-radius: 16px 0 0 16px
}

.rounded-image-right .gp_img {
	border-radius: 0 16px 16px 0
}

.rounded-corners-block-20-light-blue {
	background-color: #f5f9fd;
	border-radius: 20px
}

.rounded-corners-block-20-light-blue .g-grid {
	padding: 30px
}

.g-social a {
	padding: 8px 5px
}

.button.button-green {
	color: #fff !important;
	background: #5bb75b;
	border-color: #5bb75b
}

.button.button-green:hover,.button.button-green:active,.button.button-green:focus {
	background: #538018;
	border-color: #538018
}

.button.button-green_to_blue {
	color: #fff !important;
	background: #5bb75b;
	border-color: #5bb75b
}

.button.button-green_to_blue:hover,.button.button-green_to_blue:active,.button.button-green_to_blue:focus {
	background: #3c8dde;
	border-color: #3c8dde
}

.button.button-blue_to_red {
	color: #fff !important;
	background: #3c8dde;
	border-color: #3c8dde
}

.button.button-blue_to_red:hover,.button.button-blue_to_red:active,.button.button-blue_to_red:focus {
	background: #ee1d23;
	border-color: #ee1d23
}

.button.button-red_to_blue {
	color: #fff !important;
	background: #ee1d23;
	border-color: #ee1d23
}

.button.button-red_to_blue:hover,.button.button-red_to_blue:active,.button.button-red_to_blue:focus {
	background: #3c8dde;
	border-color: #3c8dde
}

.button.button-yellow {
	color: #223365 !important;
	background: #f6b336;
	border-color: #f6b336
}

.button.button-yellow_to_blue {
	color: #223365 !important;
	background: #f6b336;
	border-color: #f6b336
}

.button.button-yellow_to_blue:hover,.button.button-yellow_to_blue:active,.button.button-yellow_to_blue:focus {
	background: #223365;
	border-color: #223365;
	color: #f6b336 !important
}

.button.button-black_to_red {
	color: #fff !important;
	background: #000;
	border-color: #000
}

.button.button-black_to_red:hover,.button.button-black_to_red:active,.button.button-black_to_red:focus {
	background: #ee1d23;
	border-color: #ee1d23
}

.button.button-block-left {
	display: block;
	text-align: left
}

.nopaddingtop {
	padding-top: 0 !important
}

.nomargintop {
	margin-top: 0 !important
}

.nopaddingtop,.nopaddingtop>.g-content {
	padding-top: 0
}

.nomargintop,.nomargintop>.g-content {
	margin-top: 0
}

@media only all and (max-width: 51rem) {
	.nopaddingleft .g-content {
		padding-left:0.938rem !important
	}

	.nomarginleft .g-content {
		margin-left: 0.625rem !important
	}

	.nopaddingright .g-content {
		padding-right: 0.938rem !important
	}

	.nomarginright .g-content {
		margin-right: 0.625rem !important
	}

	#custom-6302-particle {
		padding-top: 0;
		margin-top: 0
	}
}

@media only all and (min-width: 51rem) {
	.nopaddingleft {
		padding-left:0 !important
	}

	.nomarginleft {
		margin-left: 0 !important
	}

	.nopaddingleft,.nopaddingleft>.g-content {
		padding-left: 0
	}

	.nomarginleft,.nomarginleft>.g-content {
		margin-left: 0
	}

	.nopaddingright {
		padding-right: 0 !important
	}

	.nomarginright {
		margin-right: 0 !important
	}

	.nopaddingright,.nopaddingright>.g-content {
		padding-right: 0
	}

	.nomarginright,.nomarginright>.g-content {
		margin-right: 0
	}
}

#g-offcanvas .button:hover {
	border: 2px solid #000 !important;
	color: #ffc !important
}

#g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator {
	border: 1px solid #ff4b64;
	background: #fff
}

#g-mobilemenu-container .g-sublevel li.g-parent .g-menu-parent-indicator {
	right: 1.5rem
}

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
	opacity: 1;
	width: 1rem;
	content: "\f105";
	color: #ee1d23
}

#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:hover:after {
	opacity: 1;
	color: #fff
}

#g-offcanvas #g-mobilemenu-container .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator:after {
	padding: 0;
	content: "\f105";
	color: #ee1d23;
	opacity: 1;
	width: 1rem
}

#g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator:hover {
	background: #ee1d23
}

#g-offcanvas #g-mobilemenu-container .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator:hover:after {
	color: #fff;
	opacity: 1;
	width: 1rem
}

#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
	background: none
}

#g-offcanvas #g-mobilemenu-container ul i.fa {
	width: 1.1rem;
}

.g-main-nav .g-toplevel li.active i {
	opacity: 1
}

span.inline-block {
	display: inline-block
}

.g-main-nav .g-toplevel .g-menu-item-container .fa.fa-search,.g-main-nav .g-toplevel .g-menu-item-container .fa.fa-map-signs {
	margin-right: -0.5rem
}

.cse .gsc-control-cse,.gsc-control-cse {
	padding: 0 !important
}

table.gsc-search-box {
	margin-left: auto !important;
	margin-right: auto !important
}

input.gsc-input {
	font-size: 2rem !important
}

.gsc-search-box,.gsc-search-box td,.gsc-results-wrapper-visible table,.gsc-results-wrapper-visible td {
	border: none !important
}

table.gsc-search-box {
	width: 80% !important
}

@media only all and (max-width: 51rem) {
	table.gsc-search-box {
		width:100% !important
	}
}

@media only all and (max-width: 30rem) {
	td.gsc-search-button {
		display:none !important
	}
}

.cse .gsc-tabHeader.gsc-tabhInactive,.gsc-tabHeader.gsc-tabhInactive,.cse .gsc-tabHeader.gsc-tabhActive,.gsc-tabHeader.gsc-tabhActive {
	font-size: 1.3rem !important
}

table.gsc-search-box td.gsc-input {
	padding: 0 !important
}

input.gsc-input {
	padding: 0 !important;
	margin: 0 !important
}

td.gsc-search-button {
	width: 10% !important
}

.gsc-search-button-v2 svg {
	height: 40px !important;
	max-width: fit-content !important
}

body #g-top .g-contacts .g-contacts-item:first-child,#g-top .g-main-nav .g-toplevel>li:first-child,#g-top .g-main-nav .g-toplevel>li,#g-top .g-social a:first-child,#g-top .g-social a {
	border-left: none;
	border-right: none
}

#g-breadcrumb ul.breadcrumb {
	background-color: #fff;
	padding: 6px
}

@media only all and (max-width: 47.99rem) {
	#g-top .g-main-nav .g-toplevel {
		text-align:center
	}

	#g-top .g-contacts .g-contacts-item {
		text-align: center
	}
}

.blog .cat-children .collapse {
	margin-left: 2rem
}

#g-mainbody .g-content a {
	text-decoration: none
}

#g-mainbody .g-content a:hover {
	background-size: 4px 50px
}

.gp_cta3_content h3 {
	font-size: 2rem
}

#g-header .g-header-shadow {
	display: none
}

ul.box1 a,ul.box2 a,ul.box3 a,ul.box4 a {
	text-decoration: none
}

ul.box4 a {
	color: #fff
}

ul.box4 a:hover {
	color: #dcdcdc
}

#g-mainbody .button,#g-container-site .button {
	border-radius: 2rem;
	margin: 0 0 0.5rem 0
}

.button.button-xxxxlarge {
	font-size: 1.5rem
}

h1,h2,h3,h4,h5 {
	margin: 1.5rem 0 0.75rem 0
}

.cat-children h1,.cat-children h2,.cat-children h3,.cat-children h4,.cat-children h5 {
	margin: 0.75rem 0 0.75rem 0
}

.blog:first-child h2 {
	margin: 0 0 0.75rem 0
}

h2.step {
	background-color: #ee1d23;
	color: white !important;
	padding: 5px;
	border-radius: 2rem
}

#g-top .g-main-nav .g-toplevel>li:hover>.g-menu-item-container,#g-top .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
	background: #ee1d23
}

.ivc-center-old-slideshows {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.box1.moduletable,.box1.widget,.box1.g-outer-box,.box1>.g-content,.box2.moduletable,.box2.widget,.box2.g-outer-box,.box2>.g-content,.box3.moduletable,.box3.widget,.box3.g-outer-box,.box3>.g-content,.box4.moduletable,.box4.widget,.box4.g-outer-box,.box4>.g-content {
	border-radius: 20px
}

ul.box1.menu,ul.box2.menu,ul.box3.menu,ul.box4.menu {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.5rem
}

.outline-148 #g-feature,.outline-148 #g-subfeature,.outline-148 #g-maintop {
	padding: 0
}

@media only all and (min-width: 1200px) {
	#menu-6643-particle,#menu-3183-particle,#menu-1583-particle {
		margin-right:0;
		padding-right: 0
	}

	#top-social-icons .g-content {
		margin-right: 0.4rem
	}

	.g-main-nav .g-toplevel .g-menu-item-1030 .g-menu-item-container .g-menu-item-title,.g-main-nav .g-toplevel .g-menu-item-1124 .g-menu-item-container .g-menu-item-title {
		position: absolute;
		left: -10000px;
		top: auto;
		width: 1px;
		height: 1px;
		overflow: hidden
	}

	#g-header .g-main-nav .g-toplevel>li:hover>.g-menu-item-container,#g-header .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
		color: #fff
	}

	.g-main-nav .g-toplevel .g-menu-item-1030 .g-menu-item-container,.g-main-nav .g-toplevel .g-menu-item-1124 .g-menu-item-container,.g-main-nav .g-toplevel .g-menu-item-1030 .g-menu-item-container:hover,.g-main-nav .g-toplevel .g-menu-item-1124 .g-menu-item-container:hover {
		padding: 10px 14px 10px 11px !important
	}

	.g-main-nav .g-toplevel .g-menu-item-1030 .g-menu-item-container:hover,.g-main-nav .g-toplevel .g-menu-item-1124 .g-menu-item-container:hover {
		color: #d2232a
	}

	#g-header #logo-advanced-3374-particle .g-logo img,#g-header #logo-advanced-7241-particle .g-logo img,#g-header #logo-advanced-6509-particle .g-logo img,#g-header #logo-advanced-6832-particle .g-logo img,#g-header #logo-advanced-8150-particle .g-logo img {
		width: 160px;
		margin-top: -20px;
		position: absolute;
		transition: all 0.3s
	}

	#g-header {
		margin-top: 30px !important;
		transition: all 0.3s
	}

	#g-header.headroom--not-top {
		margin-top: 0 !important;
		width: auto;
		transition: all 0.3s
	}

	#g-header.headroom--not-top #logo-advanced-3374-particle .g-logo img,#g-header.headroom--not-top #logo-advanced-7241-particle .g-logo img,#g-header.headroom--not-top #logo-advanced-6509-particle .g-logo img,#g-header.headroom--not-top #logo-advanced-6832-particle .g-logo img,#g-header.headroom--not-top #logo-advanced-8150-particle .g-logo img {
		margin-top: 0;
		position: inherit;
		max-height: 60px;
		width: auto;
		transition: all 0.3s
	}

	#g-header .g-main-nav .g-toplevel>li>.g-menu-item-container {
		margin: 20px 4px;
		padding: 8px 12px
	}

	#g-header .g-main-nav .g-toplevel>li>.g-menu-item-container:hover {
		border-radius: 10px;
		background: #f7f7f7;
		color: #d2232a
	}

	#g-header .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
		border-radius: 10px;
		background: #000;
		color: #fff
	}

	#g-header .g-main-nav .g-toplevel>li.g-menu-item-1030:hover>.g-menu-item-container,#g-header .g-main-nav .g-toplevel>li.g-menu-item-1030.active>.g-menu-item-container,#g-header .g-main-nav .g-toplevel>li.g-menu-item-1124:hover>.g-menu-item-container,#g-header .g-main-nav .g-toplevel>li.g-menu-item-1124.active>.g-menu-item-container {
		border-radius: 30px
	}

	.g-logo-advanced .g-logo-info-panel {
		margin-top: 30px !important
	}
}

@media only all and (max-width: 1200px) {
	.g-logo img {
		max-height:80px
	}
}

.gtranslate-module select {
	color: #000 !important;
	font-size: 0.8rem
}

div.gtranslate-module {
	padding: 6px 30px 0 0
}

div.gt_languages a {
	color: #000 !important
}

#g-top .g-main-nav .g-dropdown {
	z-index: 1003
}

@media only all and (max-width: 900px) {
	#g-top .g-main-nav .g-dropdown {
		position:fixed;
		width: 600px;
		height: 300px;
		top: 100px;
		left: calc(50% - 300px);
		bottom: 40px;
		z-index: 1003
	}
}

@media only all and (max-width: 400px) {
	#g-top .g-main-nav .g-dropdown {
		top:140px
	}
}

@media only all and (max-width: 900px) {
	#g-top .g-main-nav .g-dropdown {
		z-index:1003
	}

	#g-top .g-main-nav .g-dropdown {
		position: fixed;
		width: 600px;
		height: 200px;
		top: 150px;
		left: calc(50% - 300px);
		bottom: 40px;
		z-index: 1003
	}
}


/* buttons - start */
.button {
	display: inline-block;
	background-color: var(--primary-color);
	color: var(--white) !important;
	text-align: center;
	border-radius: 20px;
	padding: 0.5rem 1rem;
	margin: 5px 2px;
	font-size: 0.9rem;
	transition: 0.2s;
	text-decoration: none !important;
}

.button {
	border-radius: 20px;
}

.button:hover {
	background-color: var(--dark-gray);
}

/* buttons - end */

/* DESIGN STUDIO UAT DEC 2023 */
img {
	max-width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width: 766px) {
	header div.logo-infotext {
		display: none !important;
	}

	.hero-container h1 {
		font-size: 3rem !important;
	}
}
/* end DESIGN STUDIO UAT DEC 2023 */

/* start DESIGN STUDIO UAT VIDEO HERO */

div.hero-bgvideo {
	position: absolute;
	width: 100%;
	height: 720px;
	overflow: hidden;
	z-index: 0;
}
div.hero-bgvideo video {
	position: absolute;
	min-width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.video-overlay {
	z-index: 1;
	background-image: linear-gradient(RGBA(0, 0, 0, 0.56), RGBA(0, 0, 0, 0.56));
	position: absolute;
	width: 100%;
	height: 720px;
	background-size: cover;
}

.hero-content {
	position: relative;
	z-index: 2;
}

div.wave-mask {
	position: absolute;
	z-index: 3;
}

div.dropdown-content {
	z-index: 9;
}

/* end DESIGN STUDIO UAT VIDEO HERO */

/* start of accordion style March 2024 */
.accordion-button::before { 
	content: " + " !important;
	padding: 0px 5px;
	color: #d2232a;
	font-size: 30px;
}
.accordion-button:not(.collapsed)::before { 
	content: " – " !important;
	padding: 0px 10px;
	color: #d2232a;
	font-size: 30px;
}
.accordion-body {
	font-size: 14.4px;
	padding: 15px;
}
.accordion-button {
	font-size: 16px;
	padding: 10px;
}
.accordion-item:has(div) {
	border: 0px solid black;

}
.accordion-header {
	margin: unset;
}
.accordion-button:focus{
	box-shadow: none;
}
/*end of accordion style March 2024 */
