.hide-banner #header .header-banner {
	display: none !important;
}
body > .flex-row {
	height: auto !important;
	min-height: 100%;
}
#submit-ticket-link.disabled {
	pointer-events: none;
	cursor: not-allowed;
	margin-bottom: 20px;
	border-radius: 999px;
	border: 1px solid var(--day-foreground-foreground-ada, #666487);
	background: var(--day-overlay-foreground-opac-subtler, rgba(0, 5, 61, .08));
	color: var(--day-foreground-foreground-ada, #666487);
}
#need-help-now.hc-tile-container {
	padding: 40px 0 60px 0;
}
.mb-120 {
	margin-bottom: 120px;
}
html.hide-coveo .coveo-case-deflection-widget {
	display: none;
}
.daterangepicker .drp-buttons, .daterangepicker .drp-calendar {
	font-family: "Happy Display";
	color: #323539;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	font-family: "Happy Display";
	font-size: 14px;
	color: #323539;
}
@media screen and (max-width:481px) {
	.daterangepicker {
		left: 20px !important;
		width: calc(100vw - 54px) !important;
	}
	.daterangepicker.show-calendar .drp-buttons {
		display: flex !important;
		align-items: center;
	}
	.daterangepicker .drp-calendar {
		max-width: 100% !important;
	}
}
.contentonly * {
	max-width: 100vw !important;
}
.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
	fill: inherit !important;
}
.contentonly .responsive-table, .contentonly .responsive-table tbody {
	display: block;
}
.contentonly .article-sidebar, .contentonly .breadcrumbs-container, .contentonly .QSIFeedbackButton, .contentonly #solvvy-lazy-button, .contentonly #header-main-container, .contentonly .footer, .contentonly .article-header-section, .contentonly .article-sidebar-section, .contentonly .article-body-survey, .contentonly .article-body-community, .contentonly #return-to-top, .nohyperlink .youtube-player, .nohyperlink .article-callout, .contentonly #onetrust-consent-sdk {
	display: none !important;
}
.contentonly .kb-language-block, .contentonly .title-secondary-data, .contentonly .kb-header-line, .contentonly .footer-container, .contentonly .kb-permalink {
	display: none !important;
}
.contentonly .kb-article-section .grid-parent {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}
.contentonly .kb-article-section .grid-parent .grid-child1 {
	grid-column: 1;
	grid-row: 1;
}
.contentonly .kb-article-wrapper {
	padding-top: 60px;
}
.nohyperlink .dead-link {
	color: #232333 !important;
	cursor: default;
	font-weight: 400 !important;
}
.nohyperlink .dead-link:hover, .contentonly .dead-link:focus {
	text-decoration: none !important;
	color: #232333 !important;
}
@media screen and (max-width:900px) {
	#onetrust-banner-sdk {
		width: 100% !important;
	}
}
section.page, div.page {
	overflow-x: hidden;
	height: auto;
	overflow-y: hidden;
}
.dont-break-out {
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.body.padding-top {
	padding-top: 0px;/** trying new rule after SN upgrade **/
	min-height: calc(100vh - 480px);
}
.overflow-hidden {
	overflow: hidden;
}
.container {
	max-width: 1440px !important;
	margin: 0 auto !important;
	padding-left: 60px !important;
	padding-right: 60px !important;
	width: 100%;
}
div.ng-scope.container.unauthorized-page {
	max-width: 100% !important;
	padding: 0 !important;
}
#uiNotificationContainer {
	z-index: 1000;
}
.flex-column {
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
}
.flex-row {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.gap-10 {
	gap: 10px;
}
.gap-20 {
	gap: 20px;
}
.gap-40 {
	gap: 40px;
}
.breadcrumbs > ul > li:nth-child(1) {
	padding-left: 0;
}
@media screen and (min-width:1440px) {
}
@media (min-width: 1160px) {
	.container {
		padding-left: 60px !important;
		padding-right: 60px !important;
		width: 100% !important;
	}
}
@media (max-width:1023px) {
	.container {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
@media (max-width:767px) {
	.container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.dropdown-caret {
	background-image: url('dropdown-caret-grey.svg');
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: inherit !important;
	transition: transform .4s ease !important;
}
.invisible {
	position: absolute;
	visibility: hidden !important;
}
.visuallyHidden {
	display: none;
}
.hamburger-button {
	width: 24px;
	height: 16px;
	color: #0B5CFF;
	cursor: pointer;
	z-index: 300;
}
.hamburger-button b {
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	color: #0B5CFF;
}
.hamburger-button b:nth-child(1) {
	top: 0;
}
.hamburger-button b:nth-child(2) {
	top: 50%;
}
.hamburger-button b:nth-child(3) {
	top: 100%;
}
.hamburger-button .bar {
	padding: 0;
	width: 24px;
	height: 2px;
	color: #0B5CFF;
	display: block;
	border-top: 2px solid #0B5CFF;
	transition: all .3s ease-in-out;
	position: absolute;
}
.hamburger-button .bar.bar1 {
	top: 0;
}
.hamburger-button .bar.bar2, .hamburger-button .bar.bar3 {
	top: 7px;
}
.hamburger-button .bar.bar3 {
	right: 0;
}
.hamburger-button .bar.bar4 {
	bottom: 0;
}
#QSIFeedbackButton-btn {
	overflow: hidden;
}
#QSIFeedbackButton-btn {
	max-height: 200px;
}
#QSIFeedbackButton-btn > div {
	max-height: 180px;
	justify-content: center;
}
@media screen and (max-width:768px) {
	#return-to-top {
		display: none !important;
	}
}
#sc_cat_item .add-on > button.lookup {
	display: none;
}
#sc_cat_item .field-has-reference .reference {
	display: block;
	max-width: 100%;
}
td.top-align {
	vertical-align: top !important;
}
.list-column-2 {
	column-count: 2;
}
.list-column-2 li:first-child {
	margin-top: 0 !important;
}
.accordion-btn {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #0B5CFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding: 20px 0;
	background-color: inherit;
	text-align: start;
	border: none;
	border-bottom: 1px solid #e4e4ed;
	position: relative;
}
.accordion-btn::after {
	content: "";
	background-image: url("cta-arrow-blue.svg");
	display: inline-block;
	height: 17px;
	width: 8px;
	transform: rotate(90deg);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 16px;
	text-decoration: inherit !important;
	position: absolute;
	right: 20px;
	transition: all .35s linear;
}
.accordion-btn[aria-expanded="true"]::after {
	transform: rotate(-90deg) !important;
}
.accordion-panel {
	padding: 0;
	overflow: hidden;
	transition: none;
	position: relative;
}
.accordion-panel-container {
	height: 100%;
}
.accordion-panel.open {
	display: block;
}
.accordion-panel.closed {
	display: none;
	max-height: 0px;
}
.youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	border-radius: 12px;
}
.youtube-player > div:focus, .youtube-player > div:hover, .slider-item:focus .youtube-player img {
	background-color: black;
	opacity: .5;
}
.youtube-player p {
	color: #fff !important;
	width: 80%;
	margin: 5% auto;
	text-align: center;
	display: block;
	min-height: 150px;
}
.article-body-container .youtube-player {
	margin-bottom: 20px;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	background: url("Play.png") no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}
.additional-resources-container {
	display: flex;
	display: -ms-flexbox;
	gap: 20px;
	flex-direction: column;
	margin: 60px 0;
}
.additional-resources-container > h2 {
	margin: 0;
}
.additional-resources {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	gap: 20px;
}
.add-tile {
	border-radius: 12px;
	border: 1px solid #ececec;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
	flex: 1;
}
.add-tile.gs-tile {
	padding: 20px;
}
.add-tile > * {
	margin: 0;
}
@media screen and (max-width:1023px) {
	.additional-resources-container {
		margin: 40px 0;
	}
}
@media screen and (max-width:767px) {
	.additional-resources-container {
		margin: 20px 0;
	}
	.additional-resources {
		flex-direction: column;
	}
	.add-tile {
		width: 100%;
		padding: 20px;
	}
}
@media screen and (max-width:481px) {
	.add-tile {
		padding: 20px;
	}
}
.hc-tile-container {
	padding: 40px 0;
}
.hc-tile-container > sp-page-row > div.row {
	margin-left: 0;
}
.hc-tile-container sp-page-row:nth-child(1) > div.row > div:nth-child(1) .tile-img-background {
	background: #C1F0F0;
}
.hc-tile-container sp-page-row:nth-child(1) > div.row > div:nth-child(2) .tile-img-background {
	background: #F7D8B7;
}
.hc-tile-container sp-page-row:nth-child(1) > div.row > div:nth-child(3) .tile-img-background {
	background: #B5D0F8;
}
.hc-tile-container sp-page-row:nth-child(2) > div.row > div:nth-child(1) .tile-img-background {
	background: #F0BFCD;
}
.hc-tile-container sp-page-row:nth-child(2) > div.row > div:nth-child(2) .tile-img-background {
	background: #DFD1F0;
}
.hc-tile-container sp-page-row:nth-child(2) > div.row > div:nth-child(3) .tile-img-background {
	background: #FAF1C4;
}
.hc-tile-container > sp-page-row > div.row > div.col-md-4:nth-child(1) {
	padding-left: 0;
}
.hc-tile-container > sp-page-row > div.row > div.col-md-4:nth-child(3) {
	padding-right: 0;
}
@media screen and (max-width:1439px) {
}
@media screen and (max-width:991px) {
	.hc-tile-container > sp-page-row > div.row > div.col-md-4 {
		padding: 0;
	}
	.hc-tile-container > sp-page-row > div.row {
		margin: 0;
		padding: 0;
	}
}
@media screen and (min-width:992px) {
	.hc-tile-container > sp-page-row {
		display: inline-flex;
		width: 100%;
	}
	.hc-tile-container > sp-page-row > div.row {
		position: relative;
		width: 100%;
	}
	.hc-tile-container > sp-page-row > div.row > div.col-md-4 {
		height: 100%;
	}
	.hc-tile-container > sp-page-row > div.row > div.col-md-4 > span.ng-scope, .hc-tile-container > sp-page-row > div.row > div.col-md-4 > span > div.ng-scope {
		height: 100%;
		display: block;
	}
}
.breadcrumbs {
	margin: 0 0 15px 0;
	padding: 0;
}
@media (min-width: 768px) {
	.breadcrumbs {
		margin: 0;
	}
}
div[data-tag="web-chat-sdk-shadow"] {
	z-index: 2000000000 !important;
}
.breadcrumbs li {
	color: #232333;
	display: inline;
	font-size: 16px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumbs li > a {
	color: #747487;
}
.flex {
	display: flex;
	display: -ms-flexbox;
}
.wrap {
	flex-wrap: wrap;
}
.gs-top-container {
	padding-top: 40px;
}
.gs-main-container p, .gs-main-container ul, .gs-main-container h2, .gs-main-container h1, .gs-main-container h4, .gs-main-container h3 {
	margin-bottom: 0;
}
.gs-header-section {
	padding: 40px 0 60px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.gs-header-section h1 {
	margin: 0;
}
.gs-header-section p {
	color: #232333;
	font-size: 20px;
	line-height: 120%;
	font-weight: 400;
	display: none;
	margin-bottom: 0;
}
.gs-header-section a {
	font-size: inherit;
}
.gs-header-section p.active-description {
	display: block;
}
.gs-card-section-footer {
	margin-top: 40px;
	margin-bottom: -40px;
	display: flex;
	display: -ms-flexbox;
}
.tabs-container {
	gap: 2px;
}
.tabs-container button {
	background-color: #f0f6fe;
	border-radius: 10px 10px 0 0;
	border: none;
	padding: 20px 40px;
	color: #00053d;
	cursor: pointer;
	font-size: 20px;
	line-height: 120%;
	transition: 0s ease-in;
	font-family: "Happy Display";
}
.tabs-container button:focus, .tabs-container:active {
	border: none;
	outline: none;
}
.tabs-container button:not(.active-tab):hover, .tabs-container button:not(.active-tab):focus {
	transition: .25s ease-in;
	background-color: #B5D0F8;
}
.tabs-container button.active-tab {
	background-color: #0B5CFF;
	color: #fff;
	transition: .5s ease-out;
}
.gs-card-section .gs-carousel .slick-track {
	border-bottom: 0 !important;
}
.cards-container {
	display: none;
	padding: 40px 0 80px 0;
}
.cards-container.active-section {
	display: block;
}
.gs-cards {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
	column-gap: 40px;
	grid-template-rows: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	row-gap: 60px;
	margin-bottom: 0;
}
.gs-cards li:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
.gs-cards li:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}
.gs-cards li:nth-child(3) {
	grid-column: 3;
	grid-row: 1;
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}
.gs-cards li:nth-child(4) {
	grid-column: 1;
	grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}
.gs-cards li:nth-child(5) {
	grid-column: 2;
	grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}
.gs-cards li:nth-child(6) {
	grid-column: 3;
	grid-row: 2;
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}
.gs-card {
	display: flex;
	display: -ms-flexbox;
	padding: 40px;
	border: 1px solid #e1e1e6;
	border-radius: 10px;
	gap: 20px;
	width: 100%;
	cursor: pointer;
	position: relative;
	transition: box-shadow .25s ease-out;
}
.gs-card.unread::after {
	content: "Unread";
	position: absolute;
	background-color: #00053d;
	border-radius: 20px 0 0 20px;
	right: 0;
	top: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 120%;
	padding: 4px 10px;
}
.gs-card .card-img {
	width: fit-content;
	position: relative;
	z-index: 9;
	transition: .25s ease-in;
	display: flex;
	display: -ms-flexbox;
	align-self: center;
}
.gs-card .card-img-container {
	position: relative;
	flex-shrink: 0;
	display: flex;
	display: -ms-flexbox;
}
.gs-card:nth-child(1) .card-img-background {
	background: #C1F0F0;
}
.gs-card:nth-child(2) .card-img-background {
	background: #F7D8B7;
}
.gs-card:nth-child(3) .card-img-background {
	background: #B5D0F8;
}
.gs-card:nth-child(4) .card-img-background {
	background: #F0BFCD;
}
.gs-card:nth-child(5) .card-img-background {
	background: #DFD1F0;
}
.gs-card:nth-child(6) .card-img-background {
	background: #FAF1C4;
}
.gs-card .card-img-background {
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 999px;
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	opacity: 0;
	transition: .25s ease-in;
	-webkit-transition: transform .25s ease-in;
}
.gs-card:hover, .gs-card:focus {
	outline: none;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
}
.gs-card:hover .card-img, .gs-card:focus .card-img {
	-webkit-transform: translateX(-8px) translateY(-8px);
	transform: translateX(-8px) translateY(-8px);
}
.gs-card:hover .card-img-background, .gs-card:focus .card-img-background {
	-webkit-animation-name: slideZ;
	animation-name: slideZ;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.gs-card .card-txt {
	margin: 0;
}
@keyframes slideZ {
		0% {
		opacity: 1;
	}
		25% {
		opacity: 1;
	}
		50% {
		opacity: 1;
	}
		100% {
		opacity: 1;
		-webkit-transform: translateX(8px) translateY(8px);
		transform: translateX(8px) translateY(8px);
	}
	}
.gs-card .card-txt-container {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.gs-cta-inner {
	max-width: 1440px;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	margin: 0 auto;
	width: 100%;
}
.gs-cta-inner .left {
	padding: 140px 60px 120px 0;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	gap: 40px;
}
.gs-cta-inner .left h2, .gs-cta-inner .left p {
	color: #fff !important;
	margin: 0;
}
.gs-cta-inner .left a {
	width: fit-content;
}
.gs-cta-inner .left p {
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	margin-bottom: 0;
}
.gs-cta-inner .left p a {
	color: #fff;
	text-decoration: underline;
}
.gs-cta-inner .left p a:hover, .gs-cta-inner .left p a:focus {
	color: #fff !important;
	text-decoration: underline;
}
.gs-cta-inner .left p a:focus {
	outline: auto;
}
.gs-cta-inner .right, .gs-cta-inner .left {
	width: 50%;
	position: relative;
}
.gs-cta-inner .right {
	padding-left: 30px;
}
.gs-cta-inner .right img {
	position: relative;
	top: -60px;
	max-width: 100%;
	height: auto;
}
.gs-footer-section {
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px 60px;
}
.gs-footer-section h2 {
	margin-bottom: 0;
}
.gs-footer-section .gs-footer-cards {
	margin-top: 20px;
	gap: 40px;
}
.gs-footer-section .gs-footer-cards .gs-footer-card {
	border: 1px solid #e1e1e6;
	border-radius: 10px;
	padding: 20px;
	gap: 20px;
	flex-direction: column;
	flex: 1;
}
.gs-footer-card p {
	color: #00031f;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 0;
}
.gs-footer-card a {
	width: fit-content;
}
@media screen and (max-width:1199px) {
	.gs-cards {
		row-gap: 40px;
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 1fr;
		grid-template-rows: auto;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	.gs-cards li:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.gs-cards li:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	.gs-cards li:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	.gs-cards li:nth-child(4) {
		grid-column: 2;
		grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	.gs-cards li:nth-child(5) {
		grid-column: 1;
		grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	.gs-cards li:nth-child(6) {
		grid-column: 2;
		grid-row: 3;
		-ms-grid-column: 2;
		-ms-grid-row: 3;
	}
}
@media screen and (max-width:1350px) {
	.gs-cta-inner .left {
		padding: 120px 60px 120px 0;
	}
	.gs-cta-inner {
		max-width: 1275px;
		margin: 0;
	}
}
@media screen and (max-width:1300px) {
	.gs-cta-inner .left {
		padding: 120px 60px 120px 0;
	}
	.gs-cta-inner {
		max-width: 1225px;
		margin: 0;
	}
}
@media screen and (max-width:1250px) {
	.gs-cta-inner .left {
		padding: 120px 60px 120px 0;
	}
	.gs-cta-inner {
		max-width: 1175px;
		margin: 0;
	}
}
@media screen and (max-width:1200px) {
	.gs-cta-inner .left {
		padding: 100px 60px 100px 0;
	}
	.gs-cta-inner {
		max-width: 1125px;
		margin: 0;
	}
}
@media screen and (max-width:1150px) {
	.gs-cta-inner .left {
		padding: 100px 60px 100px 0;
	}
	.gs-cta-inner {
		max-width: 1075px;
		margin: 0;
	}
}
@media screen and (max-width:1100px) {
	.gs-cta-inner .left {
		padding: 80px 60px 80px 0;
	}
	.gs-cta-inner {
		max-width: 1025px;
		margin: 0;
	}
}
@media screen and (max-width:1050px) {
	.gs-cta-inner .left {
		padding: 80px 60px 80px 0;
	}
	.gs-cta-inner {
		max-width: 975px;
		margin: 0;
	}
}
@media screen and (max-width:1023px) {
	.tabs-container button {
		padding: 20px;
	}
	.gs-header-section {
		padding: 40px 0 60px 0;
	}
	.gs-card-section {
		padding: 0;
	}
	.gs-cta-inner .left {
		padding: 80px 40px 80px 0;
	}
	.gs-footer-section {
		padding: 60px 40px;
	}
}
@media screen and (max-width:1000px) {
	.gs-cta-inner .left {
		padding: 80px 40px 80px 0;
	}
	.gs-cta-inner {
		max-width: 925px;
		margin: 0;
	}
}
@media screen and (max-width:950px) {
	.gs-cta-inner .left {
		padding: 80px 40px 80px 0;
	}
	.gs-cta-inner {
		max-width: 875px;
		margin: 0;
	}
	.gs-cta-inner .right img {
		top: 25%;
		top: calc(50% - 160px);
	}
}
@media screen and (max-width:900px) {
	.gs-cta-inner .left {
		padding: 80px 40px 80px 0;
	}
	.gs-cta-inner {
		max-width: 825px;
		margin: 0;
	}
	.gs-cta-inner .right img {
		top: 25%;
		top: calc(50% - 150px);
	}
}
@media screen and (max-width:850px) {
	.gs-cta-section {
		margin-top: 0 !important;
	}
	.gs-cta-inner .left {
		padding: 80px 40px 80px 0;
	}
	.gs-cta-inner {
		max-width: 720px;
		margin: 0;
	}
	.gs-cta-inner .right img {
		top: 25%;
		top: calc(50% - 131px);
	}
}
@media screen and (max-width:767px) {
	.tabs-container button {
		padding: 10px;
		font-size: 14px;
	}
	.gs-card-section .slick-track {
		margin: 0 20px;
	}
	.gs-cards {
		row-gap: 20px;
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-template-rows: auto;
		-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.gs-cards li {
		grid-column: 1 !important;
		-ms-grid-column: 1 !important;
	}
	.gs-cards li:nth-child(1) {
		grid-row: 1;
		-ms-grid-row: 1;
	}
	.gs-cards li:nth-child(2) {
		grid-row: 2;
		-ms-grid-row: 2;
	}
	.gs-cards li:nth-child(3) {
		grid-row: 3;
		-ms-grid-row: 3;
	}
	.gs-cards li:nth-child(4) {
		grid-row: 4;
		-ms-grid-row: 4;
	}
	.gs-cards li:nth-child(5) {
		grid-row: 5;
		-ms-grid-row: 5;
	}
	.gs-cards li:nth-child(6) {
		grid-row: 6;
		-ms-grid-row: 6;
	}
	.gs-header-section {
		padding: 40px 0 40px 0;
	}
	.gs-card-section {
		padding: 20px 0;
	}
	.tabs-container {
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		color: #00031f;
		border-bottom: 1px solid #e7e7e7;
		scroll-behavior: smooth;
		justify-content: flex-start;
	}
	.tabs-container button {
		display: flex;
		position: relative;
		transition: .2s linear;
		white-space: nowrap;
	}
	.gs-cta-section {
		margin-top: 80px;
		width: 100%;
		background-image: linear-gradient(to bottom, #00053D 65%, #3564A6 35%);
	}
	.gs-cta-inner {
		flex-wrap: wrap;
		max-width: 100%;
	}
	.gs-cta-inner .left, .gs-cta-inner .right {
		width: 100%;
	}
	.gs-cta-inner .left {
		padding: 40px 0 40px 0;
		gap: 20px;
	}
	.gs-cta-inner .right {
		padding: 0 0 40px 0;
		justify-content: center;
		display: flex;
		display: -ms-flexbox;
	}
	.gs-cta-inner .right img {
		top: auto;
	}
	.gs-header-section {
		padding: 40px 0 40px 0;
	}
	.gs-footer-section {
		padding: 40px 20px;
	}
	.gs-footer-section .gs-footer-cards {
		flex-wrap: wrap;
	}
	.gs-footer-section .gs-footer-card {
		width: 100%;
		flex: auto !important;
	}
	.gs-footer-card p {
		font-size: 14px;
	}
}
.modal > .modal-dialog {
	margin: calc(50vh - 150px) auto 0 auto;
}
[data-modal][open] {
	display: flex;
	top: 5vh;
	z-index: 1000;
}
[data-modal] {
	flex-direction: column;
	padding: 0;
	background: #f6f7f9;
	border-radius: 12px;
	border: none;
	outline: none;
	max-width: 1336px;
}
[data-modal].max-768 {
	max-width: 768px;
	width: 90%;
}
[data-modal]::backdrop {
	background-color: #000;
	opacity: .5;
	overflow: hidden;
}
[data-close-modal] {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	outline: none;
	width: 40px;
	height: 40px;
}
[data-close-modal]::after {
	content: "\00d7";
}
.modal-header {
	border: none;
	width: 100%;
	padding: 0;
	height: 40px;
	display: inline-flex;
	justify-content: end;
}
.modal-header.device-selector {
	height: auto;
}
.modal-body {
	padding: 0 40px 40px 40px;
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.modal-body > * {
	flex: 1;
}
.modal-text-section .double-digit-list {
	margin-left: 2em !important;
	width: calc(100% - 2em) !important;
}
.modal-text-section {
	padding: 0;
	margin-bottom: 40px;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	overflow-y: auto;
	overflow-x: hidden;
	gap: 10px;
}
.modal-text-section h3 {
	margin: 0 0 10px 0;
	text-transform: initial !important;
	color: #000;
	width: 100%;
}
.modal-text-section p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0;
}
.modal-text-section a {
	font-weight: 500;
}
.modal-text-section ul, .modal-text-section ol {
	padding: 0;
	list-style-position: outside;
	width: calc(100% - 1.5em);
	margin-left: 1.5em;
	margin-bottom: 0;
}
.modal-text-section ul li, .modal-text-section ol li {
	color: #000 !important;
	display: list-item;
	margin-bottom: 4px;
	line-height: 24px;
}
.modal-text-section ul {
	list-style: disc;
}
.modal-text-section li > ol > li {
	list-style-type: lower-alpha;
}
.modal-text-section li > ul > li {
	list-style-type: disc;
}
.modal-video-section {
	display: flex;
	align-items: center;
}
.modal-video-section .youtube-player {
	width: 100%;
}
.modal-footer {
	width: 100%;
	border-top: none;
	padding: 0 40px 40px 40px;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.modal-footer .previous {
	margin: 0 auto 0 0;
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
}
.modal-footer .next {
	margin: 0 0 0 auto;
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-end;
}
.modal-footer .previous span {
	transform: rotate(180deg) translate(0, -1.5px);
	margin: 2px 10px 0 0;
}
.modal-footer .next span {
	margin: 2px 0 0 10px;
}
.device-selector-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 20px;
	padding: 10px 0;
}
.device-selector-container > button {
	border: none;
	background-color: #f6f7f9;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0;
	cursor: pointer;
}
.device-selector-container > button:focus {
	outline: none;
}
.device-selector-container > button:focus > span {
	text-decoration: underline;
}
.device-selector-container > button > img {
	height: 40px;
	-webkit-filter: invert(93%) sepia(0%) saturate(37%) hue-rotate(156deg) brightness(88%) contrast(86%);
}
.device-selector-container > button > span {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #c4c4c4;
	margin-top: 10px;
}
.device-selector-container > button.selected > img {
	-webkit-filter: invert(40%) sepia(88%) saturate(1768%) hue-rotate(197deg) brightness(101%) contrast(102%);
}
.device-selector-container > button.selected > span {
	color: #000000;
}
.modal-body.content-1, .modal-body.content-2 {
	display: none;
}
.modal-body.active-modal-content {
	display: flex;
}
.always-active {
	display: flex !important;
}
@media screen and (max-width:1023px) {
	.modal-body {
		flex-direction: column;
	}
	.modal-text-section {
		width: 100%;
		margin: 0 0 20px 0;
		flex: auto;
	}
	.modal-video-section {
		width: 100%;
		flex: auto;
	}
	.modal-text-section li ol, .modal-text-section li ul {
		margin-left: 20px;
		width: calc(100% - 20px);
	}
	[data-modal][open] {
		max-width: calc(100% - 80px);
	}
}
@media screen and (max-width:768px) {
	.modal-footer .previous, .modal-footer .next {
		font-size: 14px;
	}
	[data-modal][open] {
		max-width: calc(100% - 40px);
	}
}
@media screen and (max-width:1440px) {
	[data-modal] {
		max-width: calc(100% - 120px);
	}
}
.modal-text-section a {
	font-size: inherit;
}
.modal-text-section img {
	height: 26px;
	margin: 0 3px;
}
.modal-text-section img.small-icon {
	height: 20px;
}
.modal-text-section img.tiny-icon {
	height: 16px;
}
.modal-dialog .modal-header {
	height: auto;
	width: auto;
	display: block;
	padding: 15px;
}