 
  
.page-content ul,.container ul {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 24px;
	padding-left: 0
}

.page-content ul li,.container ul li {
	margin-bottom: 8px;
	line-height: normal
}

.page-content ul ul,.container ul ul {
	margin-top: 8px;
	margin-bottom: 8px
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow-x: visible
}

.page-content {
	overflow-x: visible
}

.page {
	overflow-x: visible
}

.section {
	padding: 72px 0
}

@media(max-width:768px) {
	.section {
		padding: 48px 0
	}
}

@media(max-width:480px) {
	.section {
		padding: 24px 0
	}
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.grid {
	display: grid;
	gap: 24px
}

.site-header {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,5%);
	box-shadow: 0 1px 2px rgba(0,0,0,5%);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
	border-bottom: 1px solid #eaeaea
}

.header__container {
	width: 100%;
	padding: 0;
	margin: 0
}

.header__wrapper {
	max-width: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 40px;
	gap: 20px
}

@media(max-width:1024px) {
	.header__wrapper {
		padding: 16px 24px;
		gap: 12px
	}
}

.header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0
}

.header__logo a {
	display: block
}

.header__logo .logo__img {
	height: 60px;
	width: auto;
	display: block
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:1024px) {
	.header__nav {
		display: none
	}
}

.header__spacer {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0
}

.nav__item {
	position: relative
}

.nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap
}

.nav__link:hover {
	color: #4169e1;
	background-color: rgba(65,105,225,8%);
	border-color: rgba(65,105,225,.2)
}

.nav__arrow {
	width: 10px;
	height: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.nav__megamenu {
	position: absolute;
	top: 100%;
	left: -48px;
	min-width: 800px;
	max-width: 1200px;
	background: #fff;
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2),0 2px 8px rgba(0,0,0,8%);
	box-shadow: 0 10px 40px rgba(0,0,0,.2),0 2px 8px rgba(0,0,0,8%);
	border: 1px solid rgba(234,234,234,.3);
	border-radius: 10px;
	padding: 24px;
	margin-top: 12px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .2s ease,visibility .2s ease 0s;
	transition: opacity .2s ease,visibility .2s ease 0s;
	z-index: 1000
}

.nav__megamenu::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
	background: 0 0
}

.nav__megamenu::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 48px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	-webkit-filter: drop-shadow(0 -2px 2px rgba(0,0,0,5%));
	filter: drop-shadow(0 -2px 2px rgba(0,0,0,5%))
}

.nav__item:hover .nav__megamenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition-delay: 0s,0s;
	transition-delay: 0s,0s
}

.nav--secondary .nav__item .nav__megamenu {
	right: -48px;
	left: auto
}

.nav--secondary .nav__item .nav__megamenu::after {
	left: auto;
	right: 48px
}

.megamenu__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4,1fr);
	max-width: 1000px
}

.megamenu__grid:has(.megamenu__column:nth-child(1):last-child) {
	grid-template-columns: repeat(1,1fr);
	max-width: 244px
}

.megamenu__grid:has(.megamenu__column:nth-child(2):last-child) {
	grid-template-columns: repeat(2,1fr);
	max-width: 488px
}

.megamenu__grid:has(.megamenu__column:nth-child(3):last-child) {
	grid-template-columns: repeat(3,1fr);
	max-width: 756px
}

.megamenu__grid:has(.megamenu__column:nth-child(4):last-child) {
	grid-template-columns: repeat(4,1fr);
	max-width: 1000px
}

.megamenu__grid:has(.megamenu__column:nth-child(5):last-child) {
	grid-template-columns: repeat(3,1fr);
	max-width: 756px
}

.megamenu__grid:has(.megamenu__column:nth-child(6):last-child) {
	grid-template-columns: repeat(3,1fr);
	max-width: 756px
}

.megamenu__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}

.megamenu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-transition: all all .2s ease;
	transition: all all .2s ease;
	position: relative
}

.megamenu__item--header {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(234,234,234,.5);
	margin-bottom: 0;
	text-align: center
}

.megamenu__item:hover {
	background-color: rgba(65,105,225,5%);
	border-color: rgba(65,105,225,.2)
}

.megamenu__icon {
	width: 36px;
	height: 36px;
	-o-object-fit: contain;
	object-fit: contain;
	display: inline-block
}

.megamenu__icon.fas,.megamenu__icon.far,.megamenu__icon.fab {
	width: auto;
	height: auto;
	font-size: 36px;
	color: #005f90
}

.megamenu__title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: center
}

.megamenu__title a {
	color: #595959;
	text-decoration: none;
	-webkit-transition: color all .2s ease;
	transition: color all .2s ease
}

.megamenu__title a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.megamenu__title a:hover {
	color: #4169e1
}

.megamenu__description {
	margin: 0;
	font-size: 14px;
	color: rgba(89,89,89,.7);
	line-height: 1
}

.megamenu__subitems {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0
}

.megamenu__subitem {
	margin: 0
}

.megamenu__subitem-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1;
	color: #595959;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-transition: all all .2s ease;
	transition: all all .2s ease
}

.megamenu__subitem-link:hover {
	background-color: rgba(65,105,225,8%);
	color: #4169e1;
	border-color: rgba(65,105,225,.2);
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

.megamenu__subitem-icon {
	width: 18px;
	height: 18px;
	-o-object-fit: contain;
	object-fit: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.megamenu__subitem-icon.fas,.megamenu__subitem-icon.far,.megamenu__subitem-icon.fab {
	width: auto;
	height: auto;
	font-size: 14px;
	color: #005f90
}

.header__cta {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width:1024px) {
	.header__cta {
		display: none
	}
}

.header__cta-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	background-color: #ffa460;
	color: #fff;
	fill: #fff;
	text-decoration: none;
	border-radius: 25px;
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.header__cta-button:hover {
	opacity: .9
}

.header__cta-button svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header__mobile-toggle {
	display: none;
	-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;
	width: 44px;
	height: 44px;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1051;
	position: relative
}

@media(max-width:1024px) {
	.header__mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.header__mobile-toggle__icon {
	position: relative;
	width: 24px;
	height: 2px;
	background-color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.header__mobile-toggle__icon::before,.header__mobile-toggle__icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.header__mobile-toggle__icon::before {
	top: -8px
}

.header__mobile-toggle__icon::after {
	bottom: -8px
}

.header__mobile-toggle--active .header__mobile-toggle__icon {
	background-color: transparent
}

.header__mobile-toggle--active .header__mobile-toggle__icon::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header__mobile-toggle--active .header__mobile-toggle__icon::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header__mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease,visibility .3s ease;
	transition: opacity .3s ease,visibility .3s ease;
	z-index: 1049;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px)
}

.header__mobile-overlay--visible {
	opacity: 1;
	visibility: visible
}

.header__mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	max-width: 85vw;
	height: 100vh;
	background: #fff;
	-webkit-box-shadow: -4px 0 20px rgba(0,0,0,.2);
	box-shadow: -4px 0 20px rgba(0,0,0,.2);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	z-index: 1050;
	overflow-y: auto;
	overflow-x: hidden
}

.header__mobile-menu--open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.header__mobile-menu__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 48px 24px;
	min-height: 100%
}

.header__mobile-menu__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px
}

.header__mobile-menu__item {
	border-bottom: 1px solid #eaeaea
}

.header__mobile-menu__item:last-child {
	border-bottom: none
}

.header__mobile-menu__item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0
}

.header__mobile-menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 16px;
	min-height: 48px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.header__mobile-menu__link:hover,.header__mobile-menu__link:active {
	color: #4169e1;
	background-color: rgba(65,105,225,5%)
}

.header__mobile-menu__megamenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	min-height: 48px;
	padding: 8px;
	color: #333;
	background: 0 0;
	border: none;
	border-left: 1px solid #eaeaea;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header__mobile-menu__megamenu-toggle:hover,.header__mobile-menu__megamenu-toggle:active {
	color: #4169e1;
	background-color: rgba(65,105,225,5%)
}

.header__mobile-menu__megamenu-toggle .header__nav-arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	width: 12px;
	height: 12px
}

.header__mobile-menu__megamenu-toggle--active .header__nav-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header__mobile-menu__megamenu {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease;
	transition: max-height .3s ease;
	background: #f5f5f5
}

.header__mobile-menu__megamenu--open {
	max-height: 1000px
}

.header__mobile-menu__megamenu-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 0;
	gap: 0
}

.header__mobile-menu__megamenu-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0
}

.header__mobile-menu__megamenu-item {
	padding: 8px 16px;
	border-bottom: 1px solid rgba(234,234,234,.5)
}

.header__mobile-menu__megamenu-item:last-child {
	border-bottom: none
}

.header__mobile-menu__megamenu-icon {
	width: 28px;
	height: 28px;
	margin-bottom: 8px
}

.header__mobile-menu__megamenu-icon.fas,.header__mobile-menu__megamenu-icon.far,.header__mobile-menu__megamenu-icon.fab {
	font-size: 28px;
	color: #4169e1
}

.header__mobile-menu__megamenu-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 4px
}

.header__mobile-menu__megamenu-title a {
	color: inherit;
	text-decoration: none
}

.header__mobile-menu__megamenu-title a:hover {
	color: #4169e1
}

.header__mobile-menu__megamenu-description {
	font-size: 14px;
	color: #595959;
	margin: 0;
	line-height: 1
}

.header__mobile-menu__megamenu-subitems {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px
}

.header__mobile-menu__megamenu-subitem-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	min-height: 40px;
	font-size: 14px;
	color: #595959;
	text-decoration: none;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.header__mobile-menu__megamenu-subitem-link:hover,.header__mobile-menu__megamenu-subitem-link:active {
	background-color: rgba(65,105,225,8%);
	color: #4169e1
}

.header__mobile-menu__megamenu-subitem-link .fas,.header__mobile-menu__megamenu-subitem-link .far,.header__mobile-menu__megamenu-subitem-link .fab {
	font-size: 14px;
	color: #005f90;
	width: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header__mobile-menu__cta {
	margin-top: auto;
	padding-top: 24px;
	border-top: 2px solid #eaeaea
}

.header__mobile-menu__cta-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 15px 30px;
	background: -webkit-gradient(linear,left top,right top,from(#005F90),to(#007AB8));
	background: linear-gradient(90deg,#005F90 0%,#007AB8 100%);
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	min-height: 48px
}

.header__mobile-menu__cta-button:hover,.header__mobile-menu__cta-button:active {
	background: -webkit-gradient(linear,left top,right top,from(#004D75),to(#00638F));
	background: linear-gradient(90deg,#004D75 0%,#00638F 100%);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 4px 8px rgba(0,95,144,.3);
	box-shadow: 0 4px 8px rgba(0,95,144,.3)
}

.header__mobile-menu__cta-button svg {
	width: 18px;
	height: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

body.mobile-menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%
}

@media(max-width:768px) {
	.header__logo .logo__img {
		height: 48px
	}
}

.prefooter {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 24px;
	background-color: #91c5eb;
	background-position: 50%;
	background-size: cover;
	padding: 48px 24px;
	text-align: center;
	color: #fff
}

.prefooter__container {
	max-width: 1200px;
	margin: 0 auto
}

.prefooter__content {
	max-width: 1100px;
	margin: 0 auto
}

.prefooter__heading {
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: #fff;
	margin-bottom: 24px
}

@media(max-width:768px) {
	.prefooter__heading {
		font-size: 32px;
		line-height: 40px
	}
}

.prefooter__text {
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	margin-bottom: 48px
}

@media(max-width:768px) {
	.prefooter__text {
		font-size: 18px;
		line-height: 18px
	}
}

.prefooter__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	background-color: #ffa460;
	color: #fff !important;
	fill: #fff;
	text-decoration: none;
	border-radius: 25px;
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.prefooter__button i {
	font-size: 16px
}

.prefooter__button:hover {
	opacity: .9
}

.site-footer {
	background-color: #f8f9fa;
	color: #595959;
	padding: 96px 0 24px
}

.footer__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}

.footer__wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 72px;
	margin-bottom: 72px
}

@media(max-width:1024px) {
	.footer__wrapper {
		grid-template-columns: 1fr;
		gap: 48px
	}
}

.footer__columns {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	gap: 48px
}

@media(max-width:768px) {
	.footer__columns {
		grid-template-columns: 1fr;
		gap: 24px
	}
}

.footer__brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__logo {
	margin-bottom: 0
}

.footer__logo-img {
	max-width: 180px;
	height: auto;
	display: block
}

.footer__newsletter-button {
	display: inline-block;
	padding: 8px 18px;
	background-color: #689ad1;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	border-radius: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content
}

.footer__newsletter-button:hover {
	background-color: #4180c5
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	margin-top: 24px
}

.footer__social-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background-color: #689ad1;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer__social-link:hover {
	background-color: #4180c5;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.footer__social-link i {
	font-size: 20px;
	font-style: normal
}

.footer__heading {
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-bottom: 24px
}

.footer__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer__list-item {
	margin-bottom: 8px
}

.footer__link {
	color: #595959;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block
}

.footer__link:hover {
	color: #4169e1;
	-webkit-transform: translateX(2px);
	transform: translateX(2px)
}

.footer__contact-item {
	margin: 0;
	line-height: 2;
	font-size: 14px
}

.footer__address {
	margin-top: 8px;
	font-size: 14px
}

.footer__address p {
	margin: 0;
	line-height: 2
}

.footer__bottom {
	padding-top: 24px;
	border-top: 1px solid rgba(0,0,0,.1);
	text-align: center
}

.footer__copyright {
	font-size: 14px;
	color: #595959;
	margin: 0
}

.hero {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 13px;
	margin-bottom: 40px
}

.hero--stretched {
	padding: 13px
}

.hero__container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.hero__content {
	text-align: center
}

.hero__content .heading {
	color: #fff;
	margin: 0 0 30px !important
}

.hero__content .heading--size-default {
	font-size: 54px;
	line-height: 54px;
	font-weight: 800
}

.hero__content .heading:first-of-type:not(:last-of-type) {
	margin-bottom: 40px !important
}

.hero__content .hero__highlight {
	font-size: 120px !important;
	line-height: 120px !important;
	font-weight: 900 !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 3px #ffa460;
	text-stroke: 3px #ffa460;
	margin: 10px 0
}

.hero__content .hero__highlight::after {
	content: "+";
	display: inline;
	font-size: 120px;
	font-weight: 900;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 3px #ffa460;
	text-stroke: 3px #ffa460
}

.hero__content h2:not(.hero__highlight) {
	font-size: 20px;
	font-weight: 400;
	color: #fff
}

.hero#join-the-xcore-community {
	margin-bottom: 60px
}

.hero#join-the-xcore-community .hero__content h2:not(.hero__highlight) {
	line-height: normal
}

.hero#join-the-xcore-community p,.hero#join-the-xcore-community>*:not(.heading):not(h1):not(h2):not(h3):not(button):not(.spacer) {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
	margin: 0 0 15px
}

.hero#join-the-xcore-community .button-wrapper {
	margin-top: 30px
}

.hero#join-the-xcore-community .spacer {
	display: block
}

@media(max-width:768px) {
	.hero {
		min-height: 400px;
		padding: 60px 20px
	}

	.hero__content .heading {
		margin: 0 0 20px !important
	}

	.hero__content .heading:first-of-type:not(:last-of-type) {
		margin-bottom: 30px !important
	}

	.hero__content .heading--size-default {
		font-size: 36px;
		line-height: normal;
		font-weight: 800
	}

	.hero__content .hero__highlight {
		font-size: 80px !important;
		line-height: 90px !important;
		-webkit-text-stroke: 2px #ffa460;
		text-stroke: 2px #ffa460;
		margin: 15px 0 !important
	}

	.hero__content .hero__highlight::after {
		font-size: 80px;
		-webkit-text-stroke: 2px #ffa460;
		text-stroke: 2px #ffa460
	}

	.hero__content h2:not(.hero__highlight) {
		font-size: 16px;
		margin-bottom: 15px
	}

	.hero__content p,.hero__content>*:not(.heading):not(h1):not(h2):not(h3):not(button):not(.spacer) {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 0
	}
}

.button-wrapper {
	display: block;
	margin: 8px 0
}

.btn,.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 24px;
	font-weight: 600;
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	text-align: center
}

.btn:hover,.button:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)
}

.btn:active,.button:active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.button--primary {
	background-color: #4169e1;
	color: #fff
}

.button--primary:hover {
	background-color: #214cce
}

.button--secondary {
	background-color: #4ac4d3;
	color: #fff
}

.button--secondary:hover {
	background-color: #2eadbc
}

.button--md {
	padding: 16px 24px;
	font-size: 16px
}

.button--lg {
	padding: 24px 48px;
	font-size: 20px
}

.btn:disabled,.button:disabled {
	opacity: .5;
	cursor: not-allowed
}

.btn:disabled:hover,.button:disabled:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.button__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.button__icon--before {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.button__icon--after {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media(max-width:768px) {
	.btn,.button {
		min-height: 44px;
		padding: 12px 20px
	}

	.button--md {
		padding: 12px 20px;
		min-height: 44px
	}

	.button--lg {
		padding: 14px 24px;
		font-size: 16px;
		min-height: 48px
	}
}

@media(max-width:480px) {
	.button--lg {
		padding: 12px 20px;
		font-size: 16px
	}
}

.heading {
	font-family: mulish,roboto,Arial,sans-serif;
	font-weight: 600;
	line-height: 1;
	color: #333;
	margin-bottom: 16px
}

.heading--size-default {
	font-size: 16px;
	font-weight: 600
}

.heading a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.heading a:hover {
	color: #4169e1
}

.image-box {
	height: 100%
}

.image-box__link {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.image-box__link:hover .image-box__title {
	color: #4169e1
}

.image-box__wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}

.image-box__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 30px;
	color: #4169e1;
	line-height: 1
}

.image-box__icon svg {
	display: block;
	width: 1em;
	height: 1em
}

.image-box__icon i {
	display: inline-block
}

.image-box__image {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.image-box__image img {
	display: block;
	max-width: 100px;
	height: auto
}

.image-box__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.image-box__title {
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 8px;
	color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.image-box__description {
	font-size: 16px;
	line-height: normal;
	color: #595959;
	margin: 0
}

.image-box__description br {
	display: block;
	content: "";
	margin-top: 8px
}

@media(max-width:768px) {
	.image-box__wrapper {
		-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;
		text-align: center;
		gap: 16px;
		padding: 24px
	}

	.image-box__content {
		text-align: center;
		width: 100%
	}

	.image-box__image img {
		max-width: 80px
	}

	.image-box__icon {
		font-size: 48px
	}

	.image-box__title {
		font-size: 20px;
		margin-bottom: 8px
	}

	.image-box__description {
		font-size: 14px;
		line-height: 2
	}
}

@media(max-width:480px) {
	.image-box__wrapper {
		gap: 8px;
		padding: 16px
	}

	.image-box__image img {
		max-width: 60px
	}

	.image-box__icon {
		font-size: 40px
	}

	.image-box__title {
		font-size: 16px
	}

	.image-box__description {
		font-size: 14px
	}
}

.icon-box {
	height: 100%
}

.icon-box__link {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.icon-box__link:hover .icon-box__title {
	color: #4169e1
}

.icon-box__wrapper {
	height: 100%;
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px
}

.icon-box-grid>.grid-column:first-child .icon-box:not(.icon-box--centered) .icon-box__wrapper,.icon-box-grid>.icon-box:first-child:not(.icon-box--centered) .icon-box__wrapper {
	padding-left: 30px;
	border-radius: 8px 0 0 8px
}

.icon-box-grid>.grid-column:last-child .icon-box:not(.icon-box--centered) .icon-box__wrapper,.icon-box-grid>.icon-box:last-child:not(.icon-box--centered) .icon-box__wrapper {
	padding-right: 30px;
	border-radius: 0 8px 8px 0
}

.icon-box__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 30px;
	color: #4169e1;
	line-height: 1
}

.icon-box__icon svg {
	display: block;
	width: 1em;
	height: 1em
}

.icon-box__icon i {
	display: inline-block
}

.icon-box__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.icon-box__title {
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 8px;
	color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.icon-box__description {
	font-size: 16px;
	line-height: normal;
	color: #595959;
	margin: 0
}

.icon-box__description br {
	display: block;
	content: "";
	margin-top: 8px
}

.solutions-grid .grid-column {
	background: linear-gradient(135deg,#e67e22 0%,#d35400 100%);
	border-radius: 8px;
	padding: 30px 20px;
	-webkit-transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
	transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
	transition: transform .3s ease,box-shadow .3s ease;
	transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease
}

.solutions-grid .grid-column:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.2);
	box-shadow: 0 10px 25px rgba(0,0,0,.2)
}

.solutions-grid .grid-column .icon-box__title {
	color: #fff
}

.solutions-grid .grid-column .icon-box__description {
	color: #fff;
	opacity: 1
}

.solutions-grid .icon-box__wrapper {
	-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;
	text-align: center;
	gap: 16px;
	padding: 20px
}

.solutions-grid .icon-box__content {
	text-align: center;
	width: 100%
}

.solutions-grid .modal-trigger {
	display: block;
	text-align: center
}

@media(max-width:768px) {
	.icon-box__wrapper {
		-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;
		text-align: center;
		gap: 16px;
		min-height: 100px;
		padding: 24px
	}

	.icon-box-grid>.grid-column:first-child .icon-box:not(.icon-box--centered) .icon-box__wrapper,.icon-box-grid>.icon-box:first-child:not(.icon-box--centered) .icon-box__wrapper {
		padding-left: 24px;
		border-radius: 8px 8px 0 0
	}

	.icon-box-grid>.grid-column:last-child .icon-box:not(.icon-box--centered) .icon-box__wrapper,.icon-box-grid>.icon-box:last-child:not(.icon-box--centered) .icon-box__wrapper {
		padding-right: 24px;
		border-radius: 0 0 8px 8px
	}

	.icon-box__content {
		text-align: center;
		width: 100%
	}

	.icon-box__icon {
		font-size: 48px
	}

	.icon-box__title {
		font-size: 20px;
		margin-bottom: 8px
	}

	.icon-box__description {
		font-size: 14px;
		line-height: 2
	}

	.solutions-grid .grid-column {
		padding: 24px;
		margin-bottom: 16px
	}

	.solutions-grid .icon-box__wrapper {
		padding: 24px
	}
}

@media(max-width:480px) {
	.icon-box__wrapper {
		gap: 12px;
		padding: 16px;
		min-height: 80px
	}

	.icon-box__icon {
		font-size: 40px
	}

	.icon-box__title {
		font-size: 16px
	}

	.icon-box__description {
		font-size: 14px
	}

	.solutions-grid .grid-column {
		padding: 16px
	}
}

.text-editor {
	font-family: mulish,roboto,Arial,sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #595959
}

.text-editor p {
	margin-bottom: 16px
}

.text-editor p:last-child {
	margin-bottom: 0
}

.text-editor a {
	color: #4169e1;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.text-editor a:hover {
	color: #0a8ae6;
	text-decoration: underline
}

.text-editor strong,.text-editor b {
	font-weight: 700;
	color: #333
}

.text-editor i {
	font-style: italic
}

.text-editor ul {
	margin-left: 24px;
	margin-bottom: 16px
}

.text-editor li {
	margin-bottom: 8px
}

.icon {
	display: inline-block
}

.icon i {
	display: inline-block;
	line-height: 1
}

.icon__link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.icon__link:hover {
	color: #0a8ae6;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.image-figure {
	margin: 24px 0;
	display: block
}

.image-figure__link {
	display: block;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.image-figure__link:hover {
	opacity: .9
}

.image-figure__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px
}

.image-figure__caption {
	margin-top: 8px;
	font-size: 14px;
	color: #aaa;
	text-align: center;
	font-style: italic
}

.spacer {
	width: 100%
}

.section {
	width: 100%
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 20px;
	width: 100%
}

@media(max-width:768px) {
	.grid {
		padding: 0 16px
	}
}

.company-card .image-figure {
	width: 100%;
	min-height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	background: #f8f9fa;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin: 0 0 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.company-card .image-figure:hover {
	background: #fff;
	border-color: #d1d5db;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,8%);
	box-shadow: 0 2px 8px rgba(0,0,0,8%)
}

.company-card .image-figure .image-figure__img {
	max-width: 220px;
	max-height: 110px;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.company-card .image-figure .image-figure__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none
}

.company-card>img,.company-card>a>img {
	max-width: 220px;
	max-height: 110px;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 20px;
	background: #f8f9fa;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.company-card>img:hover,.company-card>a>img:hover {
	background: #fff;
	border-color: #d1d5db;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,8%);
	box-shadow: 0 2px 8px rgba(0,0,0,8%)
}

.solution-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.solution-card .image-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 24px
}

.solution-card .button-wrapper {
	margin-top: auto
}

.solutions-grid .grid-column {
	background: linear-gradient(135deg,rgba(0,95,144,5%) 0%,rgba(0,95,144,2%) 100%);
	border: 1px solid rgba(0,95,144,.1);
	border-radius: 8px;
	padding: 32px 24px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.solutions-grid .grid-column:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 8px 24px rgba(0,95,144,.2);
	box-shadow: 0 8px 24px rgba(0,95,144,.2);
	border-color: rgba(0,95,144,.3)
}

.solutions-grid .grid-column .icon-box {
	background: 0 0;
	border: none;
	padding: 0;
	height: auto
}

.solutions-grid .grid-column .icon-box .icon-box__wrapper {
	-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;
	gap: 20px;
	text-align: center
}

.solutions-grid .grid-column .icon-box .icon-box__icon {
	background: linear-gradient(135deg,#005f90 0%,#0074b3 100%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 4px 12px rgba(0,95,144,.3);
	box-shadow: 0 4px 12px rgba(0,95,144,.3);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.solutions-grid .grid-column .icon-box .icon-box__icon i {
	font-size: 48px !important;
	color: #fff !important
}

.solutions-grid .grid-column .icon-box .icon-box__content {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	text-align: center
}

.solutions-grid .grid-column .icon-box .icon-box__title {
	font-size: 22px;
	font-weight: 700;
	color: #005f90;
	margin-bottom: 12px
}

.solutions-grid .grid-column .icon-box .icon-box__description {
	font-size: 15px;
	line-height: 2;
	color: #595959;
	margin-bottom: 0
}

.solutions-grid .grid-column .button-wrapper {
	text-align: center;
	padding-top: 8px;
	margin-top: auto
}

.solutions-grid .grid-column .button-wrapper .button {
	min-width: 160px
}

.solutions-grid .grid-column .button-wrapper .button:hover {
	opacity: .9
}

.testimonials-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 60px;
	overflow: visible
}

@media(max-width:1024px) {
	.testimonials-carousel {
		padding: 0 10px
	}
}

.testimonials-carousel__container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 5px 0
}

.testimonials-carousel__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
	will-change: transform
}

.testimonials-carousel__nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	background: #fff;
	border: 2px solid #eaeaea;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #005f90
}

.testimonials-carousel__nav:hover {
	background: #005f90;
	color: #fff;
	border-color: #005f90;
	-webkit-box-shadow: 0 4px 12px rgba(0,95,144,.2);
	box-shadow: 0 4px 12px rgba(0,95,144,.2)
}

.testimonials-carousel__nav:focus {
	outline: 2px solid #4169e1;
	outline-offset: 2px
}

.testimonials-carousel__nav--prev {
	left: 0
}

@media(max-width:1024px) {
	.testimonials-carousel__nav--prev {
		left: -10px
	}
}

.testimonials-carousel__nav--next {
	right: 0
}

@media(max-width:1024px) {
	.testimonials-carousel__nav--next {
		right: -10px
	}
}

.testimonials-carousel__nav svg {
	width: 24px;
	height: 24px
}

.testimonials-carousel__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	margin-top: 5px
}

.testimonials-carousel__pagination .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #eaeaea;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.testimonials-carousel__pagination .dot.active {
	background: #005f90;
	width: 32px;
	border-radius: 6px
}

.testimonials-carousel__pagination .dot:hover {
	background: #4169e1
}

.testimonial {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	width: 33%;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media(max-width:1024px) {
	.testimonial {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%
	}
}

@media(max-width:768px) {
	.testimonial {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%
	}
}

.testimonial__card {
	background: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0 2px 12px rgba(0,95,144,.1),0 1px 4px rgba(0,0,0,5%);
	box-shadow: 0 2px 12px rgba(0,95,144,.1),0 1px 4px rgba(0,0,0,5%);
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
	transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
	transition: transform .3s ease,box-shadow .3s ease;
	transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid rgba(0,95,144,.1)
}

.testimonial__card:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 6px 24px rgba(0,95,144,.2),0 2px 8px rgba(0,95,144,.1);
	box-shadow: 0 6px 24px rgba(0,95,144,.2),0 2px 8px rgba(0,95,144,.1);
	border-color: rgba(0,95,144,.2)
}

.testimonial__image-wrapper {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: linear-gradient(135deg,#C8E3F0 0%,#D5EAF5 100%);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:768px) {
	.testimonial__image-wrapper {
		height: 70px
	}
}

.testimonial__image {
	width: auto;
	height: 60%;
	max-width: 80%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	-webkit-filter: grayscale(10%)brightness(1);
	filter: grayscale(10%)brightness(1)
}

.testimonial__content {
	padding: 16px 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#FAFAFA));
	background: linear-gradient(to bottom,#FFFFFF 0%,#FAFAFA 100%);
	border-top: 3px solid #5ba5d0
}

@media(max-width:768px) {
	.testimonial__content {
		padding: 8px 16px
	}
}

.testimonial__text {
	font-size: 13px;
	line-height: 2;
	color: #54595f;
	margin: 0;
	font-style: italic
}

@media(max-width:768px) {
	.testimonial__text {
		font-size: 12px
	}
}

.testimonials-section {
	background: #fff;
	padding: 72px 0
}

@media(max-width:768px) {
	.testimonials-section {
		padding: 48px 0
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1050;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 1040;
	cursor: pointer
}

.modal__content {
	position: relative;
	z-index: 1050;
	background: #fff;
	border-radius: 10px;
	max-width: 1200px;
	max-height: 90vh;
	width: 100%;
	overflow-y: auto;
	padding: 48px;
	-webkit-box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%);
	box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%)
}

@media(max-width:768px) {
	.modal__content {
		padding: 24px;
		max-height: 85vh
	}
}

.modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: 0 0;
	border: none;
	font-size: 32px;
	color: #595959;
	cursor: pointer;
	padding: 8px;
	line-height: 1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px
}

.modal__close:hover {
	background: #f5f5f5;
	color: #333
}

.modal__close:focus {
	outline: 2px solid #4169e1;
	outline-offset: 2px
}

.modal__title {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	margin: 0 0 48px;
	padding-right: 50px
}

@media(max-width:768px) {
	.modal__title {
		font-size: 20px;
		margin-bottom: 24px
	}
}

.modal__logos {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px
}

@media(max-width:1024px) {
	.modal__logos {
		grid-template-columns: repeat(3,1fr);
		gap: 16px
	}
}

@media(max-width:768px) {
	.modal__logos {
		grid-template-columns: repeat(2,1fr)
	}
}

@media(max-width:480px) {
	.modal__logos {
		grid-template-columns: 1fr
	}
}

.modal__logo-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	min-height: 120px
}

.modal__logo-item:hover {
	border-color: #4169e1;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.modal__logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none
}

.modal__logo-img {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.modal__logo-item:hover .modal__logo-img {
	-webkit-filter: grayscale(0%)brightness(1);
	filter: grayscale(0%)brightness(1)
}

.modal-trigger {
	display: inline-block;
	color: #4169e1;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer
}

.modal-trigger:hover {
	color: #0a8ae6;
	text-decoration: underline
}

.modal-trigger:focus {
	outline: 2px solid #4169e1;
	outline-offset: 2px
}

.accordion {
	width: 100%;
	margin: 20px 0
}

.accordion-item {
	margin: 12px 0;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,5%);
	box-shadow: 0 1px 3px rgba(0,0,0,5%);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease
}

.accordion-item:first-child {
	margin-top: 0
}

.accordion-item:last-child {
	margin-bottom: 0
}

.accordion-item:hover {
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,8%);
	box-shadow: 0 2px 6px rgba(0,0,0,8%)
}

.accordion-button {
	width: 100%;
	padding: 14px 20px;
	background: linear-gradient(135deg,#e8f4f8 0%,#d9ecf5 100%);
	color: #005f90;
	border: none;
	text-align: left;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	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;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 1px solid #d1e7f0
}

.accordion-button:hover {
	background: linear-gradient(135deg,#d9ecf5 0%,#cce4f1 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0,95,144,.1);
	box-shadow: 0 1px 3px rgba(0,95,144,.1)
}

.accordion-button.active {
	background: linear-gradient(135deg,#cce4f1 0%,#b8dbed 100%);
	border-bottom-color: #b8dbed
}

.accordion-button:focus {
	outline: 2px solid rgba(0,95,144,.3);
	outline-offset: 2px
}

.accordion-icon {
	color: #005f90;
	font-size: 18px;
	font-weight: 700;
	margin-left: 12px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.accordion-button.active .accordion-icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease;
	transition: max-height .5s ease
}

.accordion-content.active {
	max-height: none;
	overflow: visible
}

.accordion-body {
	padding: 20px;
	background: #fff;
	color: #595959;
	font-size: 14px;
	line-height: 2;
	border-top: 1px solid #e5e7eb
}

.accordion-body p {
	margin-bottom: 12px
}

.accordion-body p:last-child {
	margin-bottom: 0
}

.accordion-body ul {
	margin-left: 20px;
	margin-bottom: 12px
}

.accordion-body ul:last-child {
	margin-bottom: 0
}

.accordion-body li {
	margin-bottom: 6px
}

.accordion-body a {
	color: #005f90;
	text-decoration: underline;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

.accordion-body a:hover {
	color: #004a73
}

.accordion-body strong {
	font-weight: 600;
	color: #333
}

@media(max-width:768px) {
	.accordion-button {
		padding: 16px 20px;
		min-height: 48px;
		font-size: 15px
	}

	.accordion-button:focus {
		outline-offset: 1px
	}

	.accordion-icon {
		font-size: 20px;
		margin-left: 16px
	}

	.accordion-body {
		padding: 16px 20px;
		font-size: 14px
	}
}

@media(max-width:480px) {
	.accordion-button {
		padding: 14px 16px;
		font-size: 14px
	}

	.accordion-icon {
		margin-left: 12px
	}

	.accordion-body {
		padding: 14px 16px;
		font-size: 13px
	}

	.accordion-body ul {
		margin-left: 16px
	}
}

.calculator-container {
	max-width: 800px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,8%);
	box-shadow: 0 2px 8px rgba(0,0,0,8%)
}

.calculator-container h2 {
	text-align: center;
	color: #005f90;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600
}

.calculator-container h3 {
	color: #005f90;
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600
}

.calculator-form-group {
	margin-bottom: 10px;
	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
}

.calculator-form-group label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #595959;
	font-weight: 500
}

.calculator-form-group input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 14px;
	margin-left: 10px;
	-webkit-transition: border-color .2s ease,-webkit-box-shadow .2s ease;
	transition: border-color .2s ease,-webkit-box-shadow .2s ease;
	transition: border-color .2s ease,box-shadow .2s ease;
	transition: border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease
}

.calculator-form-group input:focus {
	outline: none;
	border-color: #005f90;
	-webkit-box-shadow: 0 0 0 3px rgba(0,95,144,.1);
	box-shadow: 0 0 0 3px rgba(0,95,144,.1)
}

.calculator-form-group input::-webkit-input-placeholder {
	color: #9ca3af
}

.calculator-form-group input::-moz-placeholder {
	color: #9ca3af
}

.calculator-form-group input:-ms-input-placeholder {
	color: #9ca3af
}

.calculator-form-group input::-ms-input-placeholder {
	color: #9ca3af
}

.calculator-form-group input::placeholder {
	color: #9ca3af
}

.calculator-form-group button {
	width: 100%;
	padding: 12px 24px;
	background: linear-gradient(135deg,#005f90 0%,#0074b3 100%);
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 2px 4px rgba(0,95,144,.2);
	box-shadow: 0 2px 4px rgba(0,95,144,.2)
}

.calculator-form-group button:hover {
	background: linear-gradient(135deg,#004a73 0%,#005f90 100%);
	-webkit-box-shadow: 0 4px 8px rgba(0,95,144,.3);
	box-shadow: 0 4px 8px rgba(0,95,144,.3);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}

.calculator-form-group button:active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.calculator-form-group button:focus {
	outline: 2px solid rgba(0,95,144,.3);
	outline-offset: 2px
}

.calculator-result {
	margin-top: 20px;
	font-size: 16px;
	text-align: center
}

.calculator-highlight {
	background: linear-gradient(135deg,#e8f4f8 0%,#d9ecf5 100%);
	color: #005f90;
	padding: 16px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #d1e7f0
}

.calculator-discount-curve {
	margin-top: 20px;
	width: 100%;
	overflow-x: auto
}

.calculator-discount-curve #discountCurve {
	width: 100%;
	min-height: 300px
}

.calculator-discount-curve svg {
	max-width: 100%;
	height: auto;
	display: block
}

.calculator-fee-changes {
	margin-top: 20px;
	font-size: 16px
}

.calculator-fee-changes table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 14px
}

.calculator-fee-changes table th,.calculator-fee-changes table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #e5e7eb
}

.calculator-fee-changes table th {
	background: linear-gradient(135deg,#f8f9fa 0%,#f1f3f5 100%);
	color: #005f90;
	font-weight: 600
}

.calculator-fee-changes table tr:hover {
	background-color: #f8f9fa
}

.accordion-body .calculator-container {
	max-width: 100%;
	margin: 0;
	padding: 16px;
	border-radius: 8px;
	background: linear-gradient(135deg,#f8fcfd 0%,#f3f9fb 100%);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,6%);
	box-shadow: 0 1px 4px rgba(0,0,0,6%)
}

.accordion-body .calculator-container h2 {
	font-size: 20px;
	margin-bottom: 16px
}

.accordion-body .calculator-container h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px
}

.accordion-body .calculator-form-group {
	margin-bottom: 8px
}

.accordion-body .calculator-form-group input {
	padding: 8px 10px;
	font-size: 13px
}

.accordion-body .calculator-form-group button {
	padding: 10px 20px;
	font-size: 15px;
	margin-top: 16px
}

.accordion-body .calculator-form-group label {
	font-size: 14px
}

.accordion-body .calculator-highlight {
	padding: 12px;
	font-size: 16px
}

.accordion-body .calculator-fee-changes table {
	font-size: 13px
}

.accordion-body .calculator-fee-changes table th,.accordion-body .calculator-fee-changes table td {
	padding: 8px
}

.accordion-body .calculator-discount-curve #discountCurve {
	min-height: 250px
}

.accordion-body .calculator-discount-curve svg {
	max-width: 100%;
	height: auto
}

@media(max-width:768px) {
	.calculator-container {
		padding: 16px;
		margin: 16px 0
	}

	.calculator-container h2 {
		font-size: 20px
	}

	.calculator-form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.calculator-form-group label {
		margin-bottom: 6px
	}

	.calculator-form-group input {
		margin-left: 0;
		margin-top: 4px
	}

	.calculator-discount-curve svg {
		height: 200px
	}

	.accordion-body .calculator-discount-curve svg {
		height: 180px
	}
}

.icon-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.icon-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 16px;
	color: #595959;
	font-size: 16px;
	line-height: 2
}

.icon-list li i {
	color: #fb9b53;
	margin-right: 16px;
	margin-top: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px
}

.icon-list li:last-child {
	margin-bottom: 0
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	font-family: mulish,roboto,Arial,sans-serif;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

table thead tr {
	background-color: #f8f9fa;
	border-bottom: 2px solid #dee2e6
}

table thead th {
	padding: 12px 15px;
	text-align: left;
	font-weight: 600;
	color: #333;
	border: 1px solid #dee2e6;
	background-color: #f8f9fa
}

table tbody tr {
	border-bottom: 1px solid #dee2e6
}

table tbody tr:hover {
	background-color: #f1f3f5
}

table tbody tr:last-child {
	border-bottom: 2px solid #dee2e6
}

table tbody th {
	padding: 12px 15px;
	font-weight: 600;
	color: #495057;
	border: 1px solid #dee2e6;
	background-color: #f8f9fa;
	text-align: left
}

table tbody td {
	padding: 12px 15px;
	color: #495057;
	border: 1px solid #dee2e6
}

@media screen and (max-width:768px) {
	table {
		font-size: 12px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 100%
	}

	table thead th,table tbody th,table tbody td {
		padding: 10px 12px;
		white-space: nowrap;
		width: auto
	}

	table thead th:first-child,table tbody th:first-child,table tbody td:first-child {
		width: 1%;
		white-space: nowrap
	}
}

figure {
	margin: 20px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media screen and (max-width:768px) {
	figure {
		background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(rgba(255,255,255,0))),-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff))100% 0,radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent)100% 0;
		background: linear-gradient(90deg,#fff 30%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),#fff 70%)100% 0,radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent)100% 0;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
		background-attachment: local,local,scroll,scroll
	}
}

figure table {
	margin: 0
}

.table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 20px 0
}

@media screen and (max-width:768px) {
	.table-scroll {
		background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(rgba(255,255,255,0))),-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff))100% 0,radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent)100% 0;
		background: linear-gradient(90deg,#fff 30%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),#fff 70%)100% 0,radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent)100% 0;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
		background-attachment: local,local,scroll,scroll
	}
}

.table-scroll table {
	margin: 0
}

.premium-cloud-regions table th:nth-of-type(1),.premium-cloud-regions table td:nth-of-type(1) {
	width: 30%
}

.premium-cloud-regions table th:nth-of-type(2),.premium-cloud-regions table td:nth-of-type(2) {
	width: 70%
}

.server-configs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
	gap: 24px;
	margin: 48px 0
}

@media(max-width:768px) {
	.server-configs-grid {
		grid-template-columns: 1fr
	}
}

.server-config-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 16px;
	gap: 8px
}

.server-config-card__name {
	font-size: 30px;
	font-weight: 700;
	color: #4169e1;
	margin: 0
}

.server-config-card__badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap
}

.server-config-card__badge--out-of-stock {
	background-color: #f5f5f5;
	color: #666
}

.server-config-card__pricing {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #adadad
}

.server-config-card__price {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #4169e1;
	line-height: 1
}

.server-config-card__period {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 4px
}

.server-config-card__specs {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 24px
}

.server-config-card__spec {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid #f5f5f5
}

.server-config-card__spec:last-child {
	border-bottom: none
}

.server-config-card__spec-label {
	font-size: 14px;
	font-weight: 600;
	color: #aaa
}

.server-config-card__spec-value {
	font-size: 14px;
	color: #595959;
	word-break: break-word
}

.server-config-card__footer {
	margin-top: auto;
	padding-top: 16px
}

.bare-metal-configs {
	margin: 48px 0
}

.bare-metal-configs__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
	border-bottom: 2px solid #eaeaea;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width:768px) {
	.bare-metal-configs__controls {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
}

.bare-metal-configs__sold-out-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	margin-bottom: 6px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	border-radius: 999px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-webkit-transition: background-color .2s ease,border-color .2s ease;
	transition: background-color .2s ease,border-color .2s ease
}

.bare-metal-configs__sold-out-toggle:hover {
	background: #ededed;
	border-color: #4169e1
}

@media(max-width:768px) {
	.bare-metal-configs__sold-out-toggle {
		margin: 0 4px 8px
	}
}

.bare-metal-configs__sold-out-label {
	font-weight: 600
}

.bare-metal-configs__switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.bare-metal-configs__switch input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	z-index: 2
}

.bare-metal-configs__switch-track {
	position: absolute;
	inset: 0;
	background: #cbd1d9;
	border-radius: 999px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,8%);
	box-shadow: inset 0 1px 2px rgba(0,0,0,8%)
}

.bare-metal-configs__sold-out-checkbox:checked+.bare-metal-configs__switch-track {
	background: #4169e1
}

.bare-metal-configs__sold-out-checkbox:focus-visible+.bare-metal-configs__switch-track {
	outline: 2px solid #4169e1;
	outline-offset: 2px
}

.bare-metal-configs__switch-thumb {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.bare-metal-configs__sold-out-checkbox:checked+.bare-metal-configs__switch-track .bare-metal-configs__switch-thumb {
	-webkit-transform: translateX(18px);
	transform: translateX(18px)
}

.bare-metal-configs[data-hide-sold-out=true] .bm-config-card--out-of-stock {
	display: none
}

.bare-metal-configs__sold-out-notice {
	display: none;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 14px;
	padding: 24px;
	background: #fff8e6;
	border: 1px solid #f4d77a;
	border-radius: 8px;
	margin-bottom: 24px;
	color: #333
}

.bare-metal-configs__sold-out-notice>i {
	color: #b8860b;
	font-size: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 2px
}

.bare-metal-configs__sold-out-notice strong {
	display: block;
	font-size: 16px;
	margin-bottom: 4px
}

.bare-metal-configs__sold-out-notice p {
	margin: 0;
	font-size: 14px;
	color: #595959;
	line-height: 2
}

.bare-metal-configs__sold-out-notice a {
	color: #4169e1;
	font-weight: 600
}

.bare-metal-configs__sold-out-notice a:hover {
	text-decoration: underline
}

.bare-metal-configs[data-hide-sold-out=true] .bare-metal-configs__location-content--all-sold-out .bare-metal-configs__sold-out-notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bare-metal-configs[data-hide-sold-out=true] .bare-metal-configs__location-content--all-sold-out .bare-metal-configs__grid {
	display: none
}

.bare-metal-configs__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: auto;
	border-bottom: none
}

@media(max-width:768px) {
	.bare-metal-configs__tabs {
		gap: 4px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto
	}
}

.bare-metal-configs__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: 0 0;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	font-size: 16px;
	color: #595959
}

.bare-metal-configs__tab:hover {
	background: #f5f5f5;
	border-bottom-color: #4169e1
}

.bare-metal-configs__tab--active {
	border-bottom-color: #4169e1;
	color: #4169e1;
	font-weight: 600
}

@media(max-width:768px) {
	.bare-metal-configs__tab {
		padding: 10px 16px;
		font-size: 14px
	}
}

.bare-metal-configs__tab-flag {
	font-size: 20px
}

.bare-metal-configs__tab-code {
	color: #aaa;
	font-size: 14px
}

.bare-metal-configs__location-content {
	display: none
}

.bare-metal-configs__location-content--active {
	display: block
}

.bare-metal-configs__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
	gap: 24px
}

@media(max-width:768px) {
	.bare-metal-configs__grid {
		grid-template-columns: 1fr
	}
}

.bare-metal-configs__empty {
	text-align: center;
	padding: 72px;
	background: #f5f5f5;
	border-radius: 8px;
	margin: 48px 0
}

.bare-metal-configs__empty p {
	color: #595959;
	font-size: 16px;
	margin: 0
}

.bare-metal-configs__empty p a {
	color: #4169e1;
	text-decoration: none;
	font-weight: 600
}

.bare-metal-configs__empty p a:hover {
	text-decoration: underline
}

.bm-config-card {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 24px;
	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;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

.bm-config-card:hover {
	-webkit-box-shadow: 0 8px 16px rgba(0,95,144,.1);
	box-shadow: 0 8px 16px rgba(0,95,144,.1);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

.bm-config-card--out-of-stock {
	background: #f5f6f7;
	border-color: #d9dce0;
	-webkit-filter: grayscale(.9);
	filter: grayscale(.9);
	opacity: .8
}

.bm-config-card--out-of-stock:hover {
	opacity: 1;
	-webkit-filter: grayscale(.6);
	filter: grayscale(.6);
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,8%);
	box-shadow: 0 8px 16px rgba(0,0,0,8%)
}

.bm-config-card--out-of-stock .bm-config-card__price,.bm-config-card--out-of-stock .bm-config-card__name,.bm-config-card--out-of-stock .bm-config-card__platform,.bm-config-card--out-of-stock .bm-config-card__spec-value,.bm-config-card--out-of-stock .bm-config-card__spec-label,.bm-config-card--out-of-stock .bm-config-card__spec-line,.bm-config-card--out-of-stock .bm-config-card__spec-secondary {
	color: #6b7280
}

.bm-config-card--out-of-stock .bm-config-card__button {
	background: -webkit-gradient(linear,left top,right top,from(#6b7280),to(#8a93a0));
	background: linear-gradient(90deg,#6b7280 0%,#8a93a0 100%)
}

.bm-config-card:has(.bm-upgrade-wrapper:hover) {
	z-index: 10001
}

.bm-config-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 16px;
	gap: 8px
}

.bm-config-card__platform {
	font-size: 14px;
	color: #aaa;
	font-weight: 500
}

.bm-config-card__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	background: #e8f4f8;
	border-radius: 20px;
	font-size: 13px;
	color: #4169e1
}

.bm-config-card__flag {
	font-size: 14px
}

.bm-config-card__location-name {
	font-weight: 500
}

.bm-config-card__logo {
	width: 40px;
	height: auto;
	opacity: .8
}

.bm-config-card__name {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	margin: 0 0 16px
}

.bm-config-card__cpu {
	background: #f8f9fa;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 16px
}

.bm-config-card__cpu-model {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 1
}

.bm-config-card__cpu-specs {
	font-size: 14px;
	color: #595959;
	font-weight: 500;
	margin-top: 4px
}

.bm-config-card__divider {
	height: 1px;
	background: #eaeaea;
	margin: 16px 0
}

.bm-config-card__specs {
	margin-bottom: 24px
}

.bm-config-card__spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 0;
	font-size: 14px;
	gap: 16px
}

.bm-config-card__spec-label {
	color: #aaa;
	font-weight: 500;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.bm-config-card__spec-value {
	color: #333;
	font-weight: 500;
	text-align: right;
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 2px
}

.bm-config-card__spec-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px
}

.bm-config-card__spec-secondary {
	font-size: 13px;
	color: #aaa;
	font-weight: 400
}

.bm-config-card__pricing {
	padding: 16px 0;
	text-align: center;
	margin-bottom: 16px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

.bm-config-card__pricing-label {
	font-size: 13px;
	color: #aaa;
	margin-bottom: 4px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .5px
}

.bm-config-card__price {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	line-height: 1
}

.bm-config-card__period {
	font-size: 14px;
	font-weight: 400;
	color: #aaa
}

.bm-config-card__cpu-benchmark {
	font-size: 13px;
	color: #aaa;
	margin-top: 4px
}

.bm-config-card__cpu-benchmark a {
	color: #4169e1;
	text-decoration: none
}

.bm-config-card__cpu-benchmark a:hover {
	text-decoration: underline
}

.bm-config-card__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px 24px;
	background: -webkit-gradient(linear,left top,right top,from(#005F90),to(#007AB8));
	background: linear-gradient(90deg,#005F90 0%,#007AB8 100%);
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 16px
}

.bm-config-card__button:hover:not(.bm-config-card__button--disabled) {
	background: -webkit-gradient(linear,left top,right top,from(#004D75),to(#00638F));
	background: linear-gradient(90deg,#004D75 0%,#00638F 100%);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 4px 8px rgba(0,95,144,.3);
	box-shadow: 0 4px 8px rgba(0,95,144,.3);
	color: #fff
}

.bm-config-card__button i {
	font-size: 14px
}

.bm-config-card__features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px
}

.bm-config-card__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #595959
}

.bm-config-card__feature i {
	color: #4caf50;
	font-size: 12px
}

.bm-config-card__out-of-stock-badge {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
	background: linear-gradient(135deg,#4169E1 0%,#005F90 100%);
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	z-index: 10;
	white-space: nowrap;
	-webkit-box-shadow: 0 4px 8px rgba(65,105,225,.3);
	box-shadow: 0 4px 8px rgba(65,105,225,.3);
	text-transform: uppercase;
	letter-spacing: .5px
}

.bm-upgrade-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.bm-upgrade-btn {
	background: 0 0;
	border: none;
	color: #4169e1;
	cursor: pointer;
	padding: 0 0 0 6px;
	font-size: 16px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle
}

.bm-upgrade-btn:hover {
	color: #214cce;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.bm-upgrade-btn i {
	vertical-align: middle
}

.bm-upgrade-modal {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	z-index: 10000;
	min-width: 220px;
	white-space: nowrap
}

.bm-upgrade-modal::before {
	content: '';
	position: absolute;
	top: -6px;
	right: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-box-shadow: -2px -2px 4px rgba(0,0,0,5%);
	box-shadow: -2px -2px 4px rgba(0,0,0,5%)
}

.bm-upgrade-wrapper:hover .bm-upgrade-modal {
	display: block;
	-webkit-animation: tooltipFadeIn .2s ease;
	animation: tooltipFadeIn .2s ease
}

.bm-upgrade-modal__content {
	position: relative;
	z-index: 1
}

.bm-upgrade-modal__header {
	padding: 16px 16px 6px;
	border-bottom: 1px solid #eaeaea
}

.bm-upgrade-modal__header h4 {
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 600
}

.bm-upgrade-modal__close {
	display: none
}

.bm-upgrade-modal__body {
	padding: 16px
}

.bm-upgrade-modal__base {
	font-size: 13px;
	color: #aaa;
	margin: 0 0 6px;
	padding: 0;
	font-weight: 400
}

.bm-upgrade-modal__options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px
}

.bm-config-card__spec-value {
	position: relative
}

.bm-upgrade-option {
	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;
	padding: 6px 8px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease
}

.bm-upgrade-option:hover {
	background: #f8fcff
}

.bm-upgrade-option__spec {
	font-size: 14px;
	color: #333;
	font-weight: 500
}

.bm-upgrade-option__price {
	font-size: 14px;
	color: #4169e1;
	font-weight: 600;
	white-space: nowrap;
	margin-left: 12px
}

@-webkit-keyframes tooltipFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes tooltipFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.bm-config-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	margin-left: 8px;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: .5px
}

.bm-config-badge--mt4 {
	background-color: #e3f2fd;
	color: #1976d2;
	border: 1px solid #bbdefb
}

.bm-config-badge--mt4-recommended {
	background-color: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #c8e6c9
}

.bm-config-badge--mt5 {
	background-color: #f3e5f5;
	color: #7b1fa2;
	border: 1px solid #e1bee7
}

.bm-config-badge--mt5-recommended {
	background-color: #fff3e0;
	color: #e65100;
	border: 1px solid #ffe0b2
}

.cloud-pricing {
	margin: 48px 0
}

.cloud-pricing__model-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	border-bottom: 2px solid #eaeaea;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width:768px) {
	.cloud-pricing__model-selector {
		gap: 4px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto
	}
}

.cloud-pricing__model-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: 0 0;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	font-size: 16px;
	color: #595959
}

.cloud-pricing__model-btn:hover {
	background: #f5f5f5;
	border-bottom-color: #4169e1
}

.cloud-pricing__model-btn--active {
	border-bottom-color: #4169e1;
	color: #4169e1;
	font-weight: 600
}

@media(max-width:768px) {
	.cloud-pricing__model-btn {
		padding: 10px 16px;
		font-size: 14px
	}
}

.cloud-pricing__os-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
	border-bottom: 2px solid #eaeaea;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(max-width:768px) {
	.cloud-pricing__os-selector {
		gap: 4px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto
	}
}

.cloud-pricing__os-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: 0 0;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	font-size: 16px;
	color: #595959
}

.cloud-pricing__os-btn i {
	font-size: 16px
}

.cloud-pricing__os-btn:hover {
	background: #f5f5f5;
	border-bottom-color: #4169e1
}

.cloud-pricing__os-btn--active {
	border-bottom-color: #4169e1;
	color: #4169e1;
	font-weight: 600
}

@media(max-width:768px) {
	.cloud-pricing__os-btn {
		padding: 10px 16px;
		font-size: 14px
	}
}

.cloud-pricing__table-wrapper {
	display: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.cloud-pricing__table-wrapper--active {
	display: block
}

@media(max-width:768px) {
	.cloud-pricing__table-wrapper {
		background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(rgba(255,255,255,0))),-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff))100% 0,radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent)100% 0;
		background: linear-gradient(90deg,#fff 30%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),#fff 70%)100% 0,radial-gradient(farthest-side at 0% 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent)100% 0;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
		background-attachment: local,local,scroll,scroll
	}
}

.cloud-pricing__table {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,8%);
	box-shadow: 0 2px 8px rgba(0,0,0,8%);
	border: 1px solid #eaeaea;
	display: block;
	overflow: hidden
}

@media(max-width:768px) {
	.cloud-pricing__table {
		width: auto
	}
}

.cloud-pricing__table thead {
	display: table;
	width: 100%;
	table-layout: fixed;
	background: linear-gradient(135deg,#005F90 0%,#007AB8 100%);
	color: #fff
}

@media(max-width:768px) {
	.cloud-pricing__table thead {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 100%
	}
}

.cloud-pricing__table thead th {
	padding: 10px 14px;
	text-align: left;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	border: none
}

.cloud-pricing__table thead th:last-child {
	text-align: center
}

.cloud-pricing__table thead th:nth-child(1) {
	width: 16%
}

.cloud-pricing__table thead th:nth-child(2) {
	width: 13%
}

.cloud-pricing__table thead th:nth-child(3) {
	width: 13%
}

.cloud-pricing__table thead th:nth-child(4) {
	width: 18%
}

.cloud-pricing__table thead th:nth-child(5) {
	width: 14%
}

.cloud-pricing__table thead th:nth-child(6) {
	width: 14%
}

.cloud-pricing__table thead th:nth-child(7) {
	width: 12%
}

.cloud-pricing__table tbody {
	display: block;
	max-height: 420px;
	overflow-y: scroll;
	width: 100%;
	scrollbar-width: thin;
	scrollbar-color: #4169E1 #f7f7f7
}

@media(max-width:768px) {
	.cloud-pricing__table tbody {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 100%
	}
}

.cloud-pricing__table tbody::-webkit-scrollbar {
	width: 8px
}

.cloud-pricing__table tbody::-webkit-scrollbar-track {
	background: #f7f7f7;
	border-radius: 4px
}

.cloud-pricing__table tbody::-webkit-scrollbar-thumb {
	background: #4169e1;
	border-radius: 4px
}

.cloud-pricing__table tbody::-webkit-scrollbar-thumb:hover {
	background: #214cce
}

.cloud-pricing__table tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #eaeaea;
	-webkit-transition: background .2s ease;
	transition: background .2s ease
}

@media(max-width:768px) {
	.cloud-pricing__table tbody tr {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-width: 100%
	}
}

.cloud-pricing__table tbody tr:hover {
	background: #f8fcff
}

.cloud-pricing__table tbody tr:last-child {
	border-bottom: none
}

.cloud-pricing__table tbody td {
	padding: 10px 14px;
	font-size: 14px;
	color: #595959;
	border: none
}

.cloud-pricing__table tbody td:last-child {
	text-align: center
}

.cloud-pricing__table tbody td strong {
	color: #333;
	font-weight: 600
}

.cloud-pricing__table tbody td:nth-child(1) {
	width: 16%
}

.cloud-pricing__table tbody td:nth-child(2) {
	width: 13%
}

.cloud-pricing__table tbody td:nth-child(3) {
	width: 13%
}

.cloud-pricing__table tbody td:nth-child(4) {
	width: 18%
}

.cloud-pricing__table tbody td:nth-child(5) {
	width: 14%
}

.cloud-pricing__table tbody td:nth-child(6) {
	width: 14%
}

.cloud-pricing__table tbody td:nth-child(7) {
	width: 12%
}

@media(max-width:768px) {
	.cloud-pricing__table {
		font-size: 14px;
		min-width: 850px
	}

	.cloud-pricing__table thead {
		min-width: 850px
	}

	.cloud-pricing__table thead th {
		padding: 8px 10px;
		font-size: 10px;
		white-space: nowrap
	}

	.cloud-pricing__table tbody {
		max-height: 350px;
		min-width: 850px
	}

	.cloud-pricing__table tbody tr {
		min-width: 850px
	}

	.cloud-pricing__table tbody td {
		padding: 8px 10px;
		white-space: nowrap
	}
}

.cloud-pricing__storage-note {
	display: block;
	font-size: 13px;
	color: #aaa;
	margin-top: 2px
}

@media(max-width:768px) {
	.cloud-pricing__storage-note {
		font-size: 9px;
		white-space: normal
	}
}

.cloud-pricing__price {
	font-size: 16px;
	font-weight: 700;
	color: #4169e1
}

.cloud-pricing__cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	padding: 8px 16px;
	background: -webkit-gradient(linear,left top,right top,from(#005F90),to(#007AB8));
	background: linear-gradient(90deg,#005F90 0%,#007AB8 100%);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap
}

.cloud-pricing__cta:hover {
	background: -webkit-gradient(linear,left top,right top,from(#004D75),to(#00638F));
	background: linear-gradient(90deg,#004D75 0%,#00638F 100%);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-box-shadow: 0 4px 8px rgba(0,95,144,.3);
	box-shadow: 0 4px 8px rgba(0,95,144,.3);
	color: #fff
}

.cloud-pricing__note {
	margin-top: 24px;
	padding: 16px 24px;
	background: #f5f5f5;
	border-left: 4px solid #4169e1;
	border-radius: 4px
}

.cloud-pricing__note p {
	margin: 0;
	color: #595959;
	font-size: 14px;
	line-height: 2
}

.cloud-pricing__note p strong {
	color: #333;
	font-weight: 600
}

.cloud-pricing-badge {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	margin-left: 6px;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: .5px
}

@media(max-width:768px) {
	.cloud-pricing-badge {
		display: block;
		margin-left: 0;
		margin-top: 4px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
}

.cloud-pricing-badge--mt4 {
	background-color: #e3f2fd;
	color: #1976d2;
	border: 1px solid #bbdefb
}

.cloud-pricing-badge--mt4-recommended {
	background-color: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #c8e6c9
}

.cloud-pricing-badge--mt5 {
	background-color: #f3e5f5;
	color: #7b1fa2;
	border: 1px solid #e1bee7
}

.cloud-pricing-badge--mt5-recommended {
	background-color: #fff3e0;
	color: #e65100;
	border: 1px solid #ffe0b2
}

.zammad-form {
	max-width: 600px;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)
}

.zammad-form__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.zammad-form__group {
	margin-bottom: 18px
}

.zammad-form__label {
	display: block;
	margin-bottom: 6px;
	color: #333;
	font-size: 14px;
	font-weight: 600
}

.zammad-form__required {
	color: #dc3545
}

.zammad-form__input {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 5px;
	font-size: 14px;
	font-family: mulish,roboto,Arial,sans-serif;
	color: #595959;
	background-color: #fff;
	-webkit-transition: border-color .2s ease,-webkit-box-shadow .2s ease;
	transition: border-color .2s ease,-webkit-box-shadow .2s ease;
	transition: border-color .2s ease,box-shadow .2s ease;
	transition: border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.zammad-form__input::-webkit-input-placeholder {
	color: #9ca3af
}

.zammad-form__input::-moz-placeholder {
	color: #9ca3af
}

.zammad-form__input:-ms-input-placeholder {
	color: #9ca3af
}

.zammad-form__input::-ms-input-placeholder {
	color: #9ca3af
}

.zammad-form__input::placeholder {
	color: #9ca3af
}

.zammad-form__input:focus {
	outline: none;
	border-color: #005f90;
	-webkit-box-shadow: 0 0 0 3px rgba(0,95,144,.1);
	box-shadow: 0 0 0 3px rgba(0,95,144,.1)
}

.zammad-form__input--error {
	border-color: #dc3545
}

.zammad-form__input--error:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(220,53,69,.2);
	box-shadow: 0 0 0 3px rgba(220,53,69,.2)
}

textarea.zammad-form__input {
	resize: vertical;
	min-height: 80px
}

.zammad-form__error {
	color: #dc3545;
	font-size: 13px;
	margin-top: 4px;
	min-height: 0
}

.zammad-form__submit {
	width: 100%;
	padding: 12px 24px;
	margin-top: 8px;
	background: linear-gradient(135deg,#005F90 0%,#0074b3 100%);
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 2px 4px rgba(0,95,144,.2);
	box-shadow: 0 2px 4px rgba(0,95,144,.2)
}

.zammad-form__submit:hover:not(:disabled) {
	background: linear-gradient(135deg,#004a73 0%,#005F90 100%);
	-webkit-box-shadow: 0 4px 8px rgba(0,95,144,.3);
	box-shadow: 0 4px 8px rgba(0,95,144,.3);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}

.zammad-form__submit:active:not(:disabled) {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.zammad-form__submit:focus {
	outline: 2px solid rgba(0,95,144,.3);
	outline-offset: 2px
}

.zammad-form__submit:disabled {
	opacity: .7;
	cursor: not-allowed
}

.zammad-form__message {
	margin-top: 20px;
	padding: 14px 18px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center
}

@media(max-width:768px) {
	.zammad-form {
		padding: 20px 16px;
		margin: 16px auto
	}
}