img,
legend {
	border: 0
}

legend,
td,
th {
	padding: 0
}

.footer__accreditation,
.header__top-link {
	text-decoration: none;
	color: #fff
}

.accordion-item__content,
.header.js-is-sticky .header__bottom,
a,
button {
	transition: all .3s ease-in-out
}

.breadcrumbs__link:last-child,
.button-group--toggle .button.button--dark-blue,
.button-group--toggle .wpfs-form .button--dark-blue.wpfs-btn-link,
.button-group--toggle .wpfs-form .button--dark-blue.wpfs-input-group-link,
.button-group--toggle .wpfs-form .wpfs-form-actions button.button--dark-blue,
.wpcf7 .ajax-loader,
.wpfs-form .button-group--toggle .button--dark-blue.wpfs-btn-link,
.wpfs-form .button-group--toggle .button--dark-blue.wpfs-input-group-link,
.wpfs-form .wpfs-form-actions .button-group--toggle button.button--dark-blue {
	pointer-events: none
}

.footer__nav-item,
.header__nav-item,
.header__sub-nav-item,
.social-links__item,
.tick-list__item {
	list-style-type: none
}

.slick-list:focus,
a:active,
a:hover {
	outline: 0
}

.clearfix:after,
.slick-track:after {
	clear: both
}

.mfp-arrow,
.slick-slider {
	-webkit-tap-highlight-color: transparent
}

@font-face {
	font-family: iconfont;
	src: url(fonts/iconfont.ttf?jqh4hf) format("truetype"), url(fonts/iconfont.woff?jqh4hf) format("woff"), url(fonts/iconfont.svg?jqh4hf#iconfont) format("svg");
	font-weight: 400;
	font-style: normal
}


.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.visually-hidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap
}

.relative,
sub,
sup {
	position: relative
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	max-width: 100%
}

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

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

.breadcrumbs__link,
.button--info,
.button--small,
.footer__title {
	text-transform: capitalize;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

*,
.mfp-container,
.slick-slider,
:after,
:before,
img.mfp-img {
	box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	font-size: 62.5%
}

body {
	color: #021639;
	font: 18px/1.4 "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;

	margin: 0 auto;
	overflow-x: hidden
}

.img--block {
	display: block;
	width: 100%
}

.img--inline-block {
	display: inline-block;
	vertical-align: middle
}

.overflow {
	overflow: auto
}

.no-overflow,
[class*=pull-up] {
	overflow: hidden
}

.footer {
	color: #FFF;
}

.footer__top {
	background-color: #FFF;
	padding: 7.5rem 0
}

.footer__top .footer__section .row > div { 
    width:fit-content;
    display:flex;
    justify-content:center;
    align-items:center;
    
    white-space: nowrap;
}

.footer__top  .footer__section svg {
    min-width:25px;
    margin-right:1em;
    margin-bottom:0;
}

.footer__top .footer__title {
    margin-bottom:0 !important;
    margin-right: 1em;
}

.footer__top .row {
    justify-content: center;
    gap:5rem;
}

@media (max-width:1023px) {
	.footer__top {
		padding: 10rem 0
	}
}

@media (max-width:767px) {
	.footer__top{
		padding: 5rem 0
	}
}

.footer__bottom {
	background-color: #021639;
	padding: 3.5rem 0
}

.footer__bottom .footer__nav-items {
    display:flex;
    gap:1em;
}

@media (max-width:767px) {
	.footer__bottom {
		padding: 2.5rem 0
	}
}

@media (min-width:768px) {
	.footer__bottom-inner {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex
	}

	.footer__nav--split {
		column-count: 2;
		column-gap: 4rem
	}
}

.footer__icon,
.footer__logo {
	display: inline-block;
	vertical-align: middle
}

.footer__section {
	
}

.footer .std p a {
	font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
	color:#075ce5;
}


.footer .std p {
    font-size:0.9em;
}

.footer__middle {
	
     
	padding:12.5rem 0;
}
@media (max-width:1023px) {
	.footer__section {
		margin-bottom: 0rem;
		padding-bottom: 0rem
	}
}

@media (max-width:767px) {
	.footer__section {
		margin-bottom: 0rem;
		padding-bottom: 0rem
	}
}

@media (max-width:767px) {
	.footer__middle{
		padding: 5rem 0
	}
}


.footer__title {
	font-size: 1.25em;
	font-family:"neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
	color:#FFF;
	line-height: 1.25;
	margin: 0
}

.footer__top .footer__title { 
	color:#021639;
}

.button--small,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
font-style: normal;

}

.footer__icon {
	color: #0866ff;
	font-size: 3.125em
}

.footer__logo-image {
	display: block;
	width: 25rem
}

@media (max-width:767px) {
	.footer__logo-image {
		width: 17.5rem
	}
}

.footer__bottom .footer__nav-item {
	list-style: none !important;
	margin-bottom: 0 !important;
}
.footer__nav-items {
	margin: 0;
	padding: 0
}

.footer__nav-item {
	margin-bottom: .5rem
}

.footer__nav-item:last-child {
	margin-bottom: 0
}

.footer__nav-link {
	color: #fff;
	font-weight: 600;
	text-decoration: none
}

.footer__nav-link:hover {
	color: #0866ff
}

@media (min-width:768px) {
	.footer__copyright br {
		display: none
	}
}

.footer__accreditation {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.footer__accreditation-logo {
	display: block;
	height: 3rem;
	margin-right: 2rem;
	width: 3rem
}

.container {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 2.5rem;
	width: 100%
}

.container--narrow {
	max-width: 950px
}

.container--narrowish {
	max-width: 1200px
}



@media (min-width:768px) {
	.container {
		padding: 0 3rem
	}
}

@media (min-width:1151px) {
	.container {
		padding: 0 4rem
	}
}

@media (min-width:1501px) {
	.container {
		padding: 0 5rem
	}
}

@media screen and (max-width:1023px){
	.container {
		padding:0 1.5rem;
	}
}

.inner-container {
	margin: 0 auto;
	max-width: 1150px
}

.article__content,
.article__figure-content {
	max-width: 90rem;
	z-index: 1;
	position: relative
}

.header__nav {
    margin-right: auto;
}


.header__top-link {
    color:#021639;
   
}

.button--headerenquiry {
    margin-left:1em;
}

.header__top-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header__top-link svg {
    fill:#0866ff;
    margin-right:0.5em;
    width:20px;
}

.header__top-text strong {
    color:#0866ff;
    font-weight: 700;
    margin-left:0.5em;
}
@media (min-width:1024px) {
	a[href^="tel:"] {
		pointer-events: none
	}

	.inner-container--inline {
		display: -ms-flexbox;
		display: flex
	}
}

.row,
.wpfs-form .wpfs-form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem)
}

@media (min-width:481px) {

	.row,
	.wpfs-form .wpfs-form-row {
		margin-left: -2rem;
		margin-right: -2rem;
		width: calc(100% + 4rem)
	}
}

.row--vertical {
    flex-direction:column;
    justify-content: center;
    align-content: center;
    gap:2rem
}



/* Desktop/tablet layout */
.row--vertical .text-image-figure {
  display: grid;
  grid-template-columns: minmax(140px, 280px) 1fr; /* image | text */
  gap: 1.25rem 2rem; /* row | column gaps */
  align-items: start;
}

.row--vertical .column-l-4:nth-child(2) {
	padding:0 !important;
}

.row--vertical .text-image-figure > img {
  grid-column: 1;
  grid-row: 1 / 3;          /* image spans title + text rows */
  margin-bottom: 0 !important;
  max-height: 25rem;
  justify-content: center;
    max-width: 20rem;
	    align-self: center;
		justify-self: center;
}


.section--text-image-figures--smaller .row--vertical .text-image-figure > img {
	max-height:15rem;
}

.section--text-image-figures--smaller .text-image-figure__wrapper {
	padding:5rem;
}

.row--vertical .text-image-figure__title {
  grid-column: 2;
  grid-row: 1;              /* title on top, right of image */
  margin: 0 0 .5em;
  align-self: flex-end;
}

.row--vertical .text-image-figure__text {
  grid-column: 2;
  grid-row: 2;              /* text under the title */
  margin-bottom: 0 !important;
  max-width: 100%;
  align-self:flex-start;
}

/* Mobile: stack everything */
@media (max-width: 767px) {
  .row--vertical .text-image-figure {
    grid-template-columns: 1fr;
  }
  .row--vertical .text-image-figure > img    { grid-column: 1; grid-row: 1; }
  .row--vertical .text-image-figure__title   { grid-column: 1; grid-row: 2; }
  .row--vertical .text-image-figure__text    { grid-column: 1; grid-row: 3; }
}


.row--reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.row--snug {
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem)
}

.row--snug>[class^=column-],
.wpfs-form .row--snug>.wpfs-form-col {
	padding-left: 1rem;
	padding-right: 1rem
}

.row--flush {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.row--flush>[class^=column-],
.wpfs-form .row--flush>.wpfs-form-col {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:1501px) {
	.row--loose {
		margin-left: -4rem;
		margin-right: -4rem;
		width: calc(100% + 8rem)
	}

	.row--loose>[class^=column-],
	.wpfs-form .row--loose>.wpfs-form-col {
		padding-left: 4rem;
		padding-right: 4rem
	}
}

@media (min-width:768px) {
	.row--auto {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.row--auto>[class^=column-],
	.wpfs-form .row--auto>.wpfs-form-col {
		-ms-flex: 1;
		flex: 1
	}
}

.row--center {
	-ms-flex-align: center;
	align-items: center
}

.row--bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.row--justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

.wpfs-form .wpfs-form-col,
[class^=column-] {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%
}

.column--flex {
	display: -ms-flexbox;
	display: flex
}

.column--center {
	margin: auto
}

.column--pull-right {
	margin-left: auto
}

.no-push {
	margin: 0 !important
}

.push-down {
	margin-bottom: 2rem !important
}

.push-down-xxx-small {
	margin-bottom: .5rem !important
}

.push-down-xx-small {
	margin-bottom: .66rem !important
}

.push-down-x-small,
.wpfs-form .wpfs-form-label {
	margin-bottom: 1rem !important
}

.push-down-small {
	margin-bottom: 1.5rem !important
}

.push-down-small-medium {
	margin-bottom: 2.5rem !important
}

.push-down-medium-small,
.wpfs-form .wpfs-form-check,
.wpfs-form .wpfs-form-check-group,
.wpfs-form .wpfs-form-check-group-title,
.wpfs-form .wpfs-form-group {
	margin-bottom: 3rem !important
}

.push-down-medium {
	margin-bottom: 4rem !important
}

.push-down-medium-large {
	margin-bottom: 5rem !important
}

.push-down-large {
	margin-bottom: 6rem !important
}

.push-down-x-large {
	margin-bottom: 8rem !important
}

.push-down-xx-large {
	margin-bottom: 10rem !important
}

.push-down-xxx-large {
	margin-bottom: 12.5rem !important
}

.pull-up {
	margin-bottom: -2rem !important
}

.pull-up-xxx-small {
	margin-bottom: -.5rem !important
}

.pull-up-xx-small {
	margin-bottom: -.66rem !important
}

.pull-up-x-small {
	margin-bottom: -1rem !important
}

.pull-up-small {
	margin-bottom: -1.5rem !important
}

.pull-up-small-medium {
	margin-bottom: -2.5rem !important
}

.pull-up-medium-small {
	margin-bottom: -3rem !important
}

.pull-up-medium {
	margin-bottom: -4rem !important
}

.pull-up-medium-large {
	margin-bottom: -5rem !important
}

.pull-up-large {
	margin-bottom: -6rem !important
}

.pull-up-x-large {
	margin-bottom: -8rem !important
}

.pull-up-xx-large {
	margin-bottom: -10rem !important
}

.pull-up-xxx-large {
	margin-bottom: -12.5rem !important
}

.hide {
	display: none !important
}

.center {
	text-align: center
}

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


.center .section__secondary-title,
.std.center  {
	margin-left:auto;
	margin-right: auto;
}

.std.center p strong {
	font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 600;
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.column-1 {
	width: 8.33333%
}

.column-2 {
	width: 16.66667%
}

.column-3 {
	width: 25%
}

.column-4 {
	width: 33.33333%
}

.column-5 {
	width: 41.66667%
}

.column-6 {
	width: 50%
}

.column-7 {
	width: 58.33333%
}

.column-8 {
	width: 66.66667%
}

.column-9 {
	width: 75%
}

.column-10 {
	width: 83.33333%
}

.column-11 {
	width: 91.66667%
}

.column-12 {
	width: 100%
}

@media (max-width:480px) {
	.column-xs-1 {
		width: 8.33333%
	}

	.column-xs-2 {
		width: 16.66667%
	}

	.column-xs-3 {
		width: 25%
	}

	.column-xs-4 {
		width: 33.33333%
	}

	.column-xs-5 {
		width: 41.66667%
	}

	.column-xs-6 {
		width: 50%
	}

	.column-xs-7 {
		width: 58.33333%
	}

	.column-xs-8 {
		width: 66.66667%
	}

	.column-xs-9 {
		width: 75%
	}

	.column-xs-10 {
		width: 83.33333%
	}

	.column-xs-11 {
		width: 91.66667%
	}

	.column-xs-12 {
		width: 100%
	}
}

@media (min-width:481px) {

	.wpfs-form .wpfs-form-col,
	[class^=column-] {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.row--center-s {
		-ms-flex-align: center;
		align-items: center
	}

	.column-s-1 {
		width: 8.33333%
	}

	.column-s-2 {
		width: 16.66667%
	}

	.column-s-3 {
		width: 25%
	}

	.column-s-4 {
		width: 33.33333%
	}

	.column-s-5 {
		width: 41.66667%
	}

	.column-s-6 {
		width: 50%
	}

	.column-s-7 {
		width: 58.33333%
	}

	.column-s-8 {
		width: 66.66667%
	}

	.column-s-9 {
		width: 75%
	}

	.column-s-10 {
		width: 83.33333%
	}

	.column-s-11 {
		width: 91.66667%
	}

	.column-s-12 {
		width: 100%
	}

	.hide-above-s {
		display: none !important
	}

	.show-above-s {
		display: block !important
	}
}

@media (max-width:480px) {
	.hide-below-s {
		display: none !important
	}

	.show-below-s {
		display: block !important
	}

	.center-s {
		text-align: center !important
	}

	.left-s {
		text-align: left !important
	}
}

@media (min-width:640px) {
	.row--center-m {
		-ms-flex-align: center;
		align-items: center
	}

	.column-m-1 {
		width: 8.33333%
	}

	.column-m-2 {
		width: 16.66667%
	}

	.column-m-3 {
		width: 25%
	}

	.column-m-4 {
		width: 33.33333%
	}

	.column-m-5 {
		width: 41.66667%
	}

	.column-m-6 {
		width: 50%
	}

	.column-m-7 {
		width: 58.33333%
	}

	.column-m-8 {
		width: 66.66667%
	}

	.column-m-9 {
		width: 75%
	}

	.column-m-10 {
		width: 83.33333%
	}

	.column-m-11 {
		width: 91.66667%
	}

	.column-m-12 {
		width: 100%
	}

	.hide-above-m {
		display: none !important
	}

	.show-above-m {
		display: block !important
	}
}

@media (max-width:639px) {
	.hide-below-m {
		display: none !important
	}

	.show-below-m {
		display: block !important
	}

	.center-m {
		text-align: center !important
	}

	.left-m {
		text-align: left !important
	}
}

@media (min-width:768px) {
	.row--center-l {
		-ms-flex-align: center;
		align-items: center
	}

	.column-l-1 {
		width: 8.33333%
	}

	.column-l-2 {
		width: 16.66667%
	}

	.column-l-3 {
		width: 25%
	}

	.column-l-4 {
		width: 33.33333%
	}

	.column-l-5 {
		width: 41.66667%
	}

	.column-l-6,
	.wpfs-form .wpfs-form-col {
		width: 50%
	}

	.column-l-7 {
		width: 58.33333%
	}

	.column-l-8 {
		width: 66.66667%
	}

	.column-l-9 {
		width: 75%
	}

	.column-l-10 {
		width: 83.33333%
	}

	.column-l-11 {
		width: 91.66667%
	}

	.column-l-12 {
		width: 100%
	}

	.hide-above-l {
		display: none !important
	}

	.show-above-l {
		display: block !important
	}
}

@media (max-width:767px) {
	.hide-below-l {
		display: none !important
	}

	.show-below-l {
		display: block !important
	}

	.center-l {
		text-align: center !important
	}

	.left-l {
		text-align: left !important
	}
}

@media (min-width:1024px) {
	.row--center-xl {
		-ms-flex-align: center;
		align-items: center
	}

	.column-xl-1 {
		width: 8.33333%
	}

	.column-xl-2 {
		width: 16.66667%
	}

	.column-xl-3 {
		width: 25%
	}

	.column-xl-4 {
		width: 33.33333%
	}

	.column-xl-5 {
		width: 41.66667%
	}

	.column-xl-6 {
		width: 50%
	}

	.column-xl-7 {
		width: 58.33333%
	}

	.column-xl-8 {
		width: 66.66667%
	}

	.column-xl-9 {
		width: 75%
	}

	.column-xl-10 {
		width: 83.33333%
	}

	.column-xl-11 {
		width: 91.66667%
	}

	.column-xl-12 {
		width: 100%
	}

	.hide-above-xl {
		display: none !important
	}

	.show-above-xl {
		display: block !important
	}
}

@media (max-width:1023px) {

	
	.footer__icon {
		font-size: 2.65625em
	}

	.hide-below-xl {
		display: none !important
	}

	.show-below-xl {
		display: block !important
	}

	.center-xl {
		text-align: center !important
	}

	.left-xl {
		text-align: left !important
	}
}

@media (min-width:1151px) {
	.row--center-xxl {
		-ms-flex-align: center;
		align-items: center
	}

	.column-xxl-1 {
		width: 8.33333%
	}

	.column-xxl-2 {
		width: 16.66667%
	}

	.column-xxl-2-5 {
		width: 20%;
		padding-left:1rem;
		padding-right: 1rem;
		    margin-bottom: 2rem !important;
	}

	.column-xxl-3 {
		width: 25%
	}

	.column-xxl-4 {
		width: 33.33333%
	}

	.column-xxl-5 {
		width: 41.66667%
	}

	.column-xxl-6 {
		width: 50%
	}

	.column-xxl-7 {
		width: 58.33333%
	}

	.column-xxl-8 {
		width: 66.66667%
	}

	.column-xxl-9 {
		width: 75%
	}

	.column-xxl-10 {
		width: 83.33333%
	}

	.column-xxl-11 {
		width: 91.66667%
	}

	.column-xxl-12 {
		width: 100%
	}

	.hide-above-xxl {
		display: none !important
	}

	.show-above-xxl {
		display: block !important
	}
}

@media (max-width:1150px) {
	.hide-below-xxl {
		display: none !important
	}

	.show-below-xxl {
		display: block !important
	}

	.center-xxl {
		text-align: center !important
	}

	.left-xxl {
		text-align: left !important
	}
}

@media (min-width:1301px) {
	.row--center-xxxl {
		-ms-flex-align: center;
		align-items: center
	}

	.column-xxxl-1 {
		width: 8.33333%
	}

	.column-xxxl-2 {
		width: 16.66667%
	}

	.column-xxxl-3 {
		width: 25%
	}

	.column-xxxl-4 {
		width: 33.33333%
	}

	.column-xxxl-5 {
		width: 41.66667%
	}

	.column-xxxl-6 {
		width: 50%
	}

	.column-xxxl-7 {
		width: 58.33333%
	}

	.column-xxxl-8 {
		width: 66.66667%
	}

	.column-xxxl-9 {
		width: 75%
	}

	.column-xxxl-10 {
		width: 83.33333%
	}

	.column-xxxl-11 {
		width: 91.66667%
	}

	.column-xxxl-12 {
		width: 100%
	}

	.hide-above-xxxl {
		display: none !important
	}

	.show-above-xxxl {
		display: block !important
	}
}

@media (max-width:1300px) {
	.hide-below-xxxl {
		display: none !important
	}

	.show-below-xxxl {
		display: block !important
	}

	.center-xxxl {
		text-align: center !important
	}

	.left-xxxl {
		text-align: left !important
	}
}

@media (min-width:1501px) {
	.row--center-grid {
		-ms-flex-align: center;
		align-items: center
	}

	.column-grid-1 {
		width: 8.33333%
	}

	.column-grid-2 {
		width: 16.66667%
	}

	.column-grid-3 {
		width: 25%
	}

	.column-grid-4 {
		width: 33.33333%
	}

	.column-grid-5 {
		width: 41.66667%
	}

	.column-grid-6 {
		width: 50%
	}

	.column-grid-7 {
		width: 58.33333%
	}

	.column-grid-8 {
		width: 66.66667%
	}

	.column-grid-9 {
		width: 75%
	}

	.column-grid-10 {
		width: 83.33333%
	}

	.column-grid-11 {
		width: 91.66667%
	}

	.column-grid-12 {
		width: 100%
	}

	.hide-above-grid {
		display: none !important
	}

	.show-above-grid {
		display: block !important
	}
}

@media (max-width:1500px) {
	.hide-below-grid {
		display: none !important
	}

	.show-below-grid {
		display: block !important
	}

	.center-grid {
		text-align: center !important
	}

	.left-grid {
		text-align: left !important
	}

	.no-push-grid {
		margin-bottom: 0 !important
	}

	.push-down-grid {
		margin-bottom: 2rem !important
	}

	.push-down-grid-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-grid-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-grid-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-grid-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-grid-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-grid-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-grid-medium {
		margin-bottom: 4rem !important
	}

	.push-down-grid-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-grid-large {
		margin-bottom: 6rem !important
	}

	.push-down-grid-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-grid-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-grid-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-grid {
		margin-bottom: -4rem !important
	}

	.pull-up-grid-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-grid-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-grid-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-grid-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-grid-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-grid-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-grid-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-grid-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-grid-large {
		margin-bottom: -6rem !important
	}

	.pull-up-grid-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-grid-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-grid-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

@media (max-width:1300px) {
	.no-push-xxxl {
		margin-bottom: 0 !important
	}

	.push-down-xxxl {
		margin-bottom: 2rem !important
	}

	.push-down-xxxl-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-xxxl-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-xxxl-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-xxxl-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-xxxl-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-xxxl-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-xxxl-medium {
		margin-bottom: 4rem !important
	}

	.push-down-xxxl-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-xxxl-large {
		margin-bottom: 6rem !important
	}

	.push-down-xxxl-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-xxxl-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-xxxl-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-xxxl {
		margin-bottom: -4rem !important
	}

	.pull-up-xxxl-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-xxxl-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-xxxl-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-xxxl-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-xxxl-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-xxxl-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-xxxl-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-xxxl-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-xxxl-large {
		margin-bottom: -6rem !important
	}

	.pull-up-xxxl-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-xxxl-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-xxxl-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

@media (max-width:1150px) {
	.no-push-xxl {
		margin-bottom: 0 !important
	}

	.push-down-xxl {
		margin-bottom: 2rem !important
	}

	.push-down-xxl-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-xxl-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-xxl-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-xxl-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-xxl-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-xxl-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-xxl-medium {
		margin-bottom: 4rem !important
	}

	.push-down-xxl-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-xxl-large {
		margin-bottom: 6rem !important
	}

	.push-down-xxl-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-xxl-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-xxl-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-xxl {
		margin-bottom: -4rem !important
	}

	.pull-up-xxl-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-xxl-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-xxl-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-xxl-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-xxl-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-xxl-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-xxl-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-xxl-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-xxl-large {
		margin-bottom: -6rem !important
	}

	.pull-up-xxl-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-xxl-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-xxl-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

@media (max-width:1023px) {
	.no-push-xl {
		margin-bottom: 0 !important
	}

	.push-down-xl {
		margin-bottom: 2rem !important
	}

	.push-down-xl-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-xl-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-xl-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-xl-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-xl-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-xl-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-xl-medium {
		margin-bottom: 4rem !important
	}

	.push-down-xl-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-xl-large {
		margin-bottom: 6rem !important
	}

	.push-down-xl-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-xl-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-xl-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-xl {
		margin-bottom: -4rem !important
	}

	.pull-up-xl-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-xl-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-xl-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-xl-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-xl-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-xl-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-xl-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-xl-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-xl-large {
		margin-bottom: -6rem !important
	}

	.pull-up-xl-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-xl-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-xl-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

@media (max-width:767px) {
	.no-push-l {
		margin-bottom: 0 !important
	}

	.push-down-l {
		margin-bottom: 2rem !important
	}

	.push-down-l-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-l-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-l-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-l-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-l-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-l-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-l-medium {
		margin-bottom: 4rem !important
	}

	.push-down-l-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-l-large {
		margin-bottom: 6rem !important
	}

	.push-down-l-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-l-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-l-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-l {
		margin-bottom: -4rem !important
	}

	.pull-up-l-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-l-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-l-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-l-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-l-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-l-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-l-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-l-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-l-large {
		margin-bottom: -6rem !important
	}

	.pull-up-l-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-l-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-l-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

@media (max-width:639px) {
	.no-push-m {
		margin-bottom: 0 !important
	}

	.push-down-m {
		margin-bottom: 2rem !important
	}

	.push-down-m-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-m-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-m-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-m-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-m-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-m-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-m-medium {
		margin-bottom: 4rem !important
	}

	.push-down-m-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-m-large {
		margin-bottom: 6rem !important
	}

	.push-down-m-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-m-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-m-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-m {
		margin-bottom: -4rem !important
	}

	.pull-up-m-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-m-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-m-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-m-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-m-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-m-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-m-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-m-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-m-large {
		margin-bottom: -6rem !important
	}

	.pull-up-m-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-m-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-m-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

@media (max-width:480px) {
	.no-push-s {
		margin-bottom: 0 !important
	}

	.push-down-s {
		margin-bottom: 2rem !important
	}

	.push-down-s-xxx-small {
		margin-bottom: .5rem !important
	}

	.push-down-s-xx-small {
		margin-bottom: .66rem !important
	}

	.push-down-s-x-small {
		margin-bottom: 1rem !important
	}

	.push-down-s-small {
		margin-bottom: 1.5rem !important
	}

	.push-down-s-small-medium {
		margin-bottom: 2.5rem !important
	}

	.push-down-s-medium-small {
		margin-bottom: 3rem !important
	}

	.push-down-s-medium {
		margin-bottom: 4rem !important
	}

	.push-down-s-medium-large {
		margin-bottom: 5rem !important
	}

	.push-down-s-large {
		margin-bottom: 6rem !important
	}

	.push-down-s-x-large {
		margin-bottom: 8rem !important
	}

	.push-down-s-xx-large {
		margin-bottom: 10rem !important
	}

	.push-down-s-xxx-large {
		margin-bottom: 12.5rem !important
	}

	.pull-up-s {
		margin-bottom: -4rem !important
	}

	.pull-up-s-xxx-small {
		margin-bottom: -.5rem !important
	}

	.pull-up-s-xx-small {
		margin-bottom: -.66rem !important
	}

	.pull-up-s-x-small {
		margin-bottom: -1rem !important
	}

	.pull-up-s-small {
		margin-bottom: -1.5rem !important
	}

	.pull-up-s-small-medium {
		margin-bottom: -2.5rem !important
	}

	.pull-up-s-medium-small {
		margin-bottom: -3rem !important
	}

	.pull-up-s-medium {
		margin-bottom: -4rem !important
	}

	.pull-up-s-medium-large {
		margin-bottom: -5rem !important
	}

	.pull-up-s-large {
		margin-bottom: -6rem !important
	}

	.pull-up-s-x-large {
		margin-bottom: -8rem !important
	}

	.pull-up-s-xx-large {
		margin-bottom: -10rem !important
	}

	.pull-up-s-xxx-large {
		margin-bottom: -12.5rem !important
	}
}

.header {
	
	left: 0;
	width:100%;
	position: fixed !important;
	top: 0;
	z-index: 3;
	

}


:root {
  --header-offset-mobile: 16rem;    /* TODO: set later */
  --header-offset-desktop: 22rem;
  --header-offset-tablet: 20rem;
}

.header + :is(section, div) {
  padding-top: var(--header-offset-mobile);
}

@media (min-width: 992px) {
  .header + :is(section, div) {
    padding-top: var(--header-offset-desktop);
  }
}

.no-header-offset {
  padding-top: 0 !important;
}


.header--is-sticky,
.header.js-is-stuck  {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
   /* box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: #02163978;
    backdrop-filter: blur(10px);
	  -webkit-backdrop-filter: blur(10px);    
  backdrop-filter: blur(10px);*/
  transform: none !important;
}


/* NEW FIXES 02/10/25 */

.header .header__bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(2, 22, 57, 0); /* start transparent */
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition:none;
  background .2s ease, opacity .2s ease;
  opacity: 0;
}

.header__bottom {
    position: relative;
}

.header__bottom .container {
    z-index:2;
    position: relative;
}

/* Only turn on blur/colour when sticky */
.header--is-sticky .header__bottom::before,
.header.js-is-stuck .header__bottom::before {
  background: rgba(2, 22, 57, 0.47);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
}

.header__top-inner {
    position: relative;
    z-index:2;
}

.header--expanded .header__bottom {
    position: static;
    
}



.header--is-sticky.header__bottom {
	padding: 2rem 0
}

.header--is-sticky .header__logo-image {
	width: 27.5rem;
	
}

@media (max-width:767px) {
	
.header--is-sticky .header__logo-image  {
	width:21rem;
}
	.header {
		
	}
}

.header--no-stick {
	position: relative
}

@media (max-width:1023px) {
	.header.js-is-sticky .header__bottom {
		padding: 2rem 0
	}

	.header--expanded {
		background-color: #021639;
		height: 100%;
		left: 0;
		overflow: auto;
		position: fixed !important;
		width: 100%;
		z-index: 3
	}

	.header--expanded .header__button {
		color: #fff
	}

	.header--expanded .header__nav {
		display: block
	}
}

.header__top-inner {
	-ms-flex-align: center;
	align-items: center;
	background-color: #ccffbd;
	color: #021639;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 0
}

.header__top-inner .button {
	padding:0.75rem 1.5rem;
	font-size:0.9em;
}

@media (max-width:767px) {
	.header__top-link {
		font-size: .9375em
	}
}

.header__top-link--underline {
	text-decoration: underline
}

.header__nav-link,
.header__top-link--underline:hover,
.std--hide-links a {
	text-decoration: none;
    font-weight: 700;
}

.header__top-link:hover {
	color: #0866ff
}

.header__top-icon {
	font-size: 1.375em;
	margin-right: 1.5rem
}

.header__top-text--separator {
	margin: 0 .5rem
}

.header__button,
.header__nav {
	margin-left: auto
}

.header__bottom {
	padding: 2.5rem 0
}

.header__inner {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1023px) {
	.header__bottom {
		padding: 1.5rem 0
	}

	.header__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.header__logo {
	display: inline-block;
	margin-right: 4rem;
	vertical-align: middle
}

.header__logo-image {
	display: block;
	width: 30rem;
	transition: all .3s ease-in-out;
}

@media (max-width:767px) {
	.header__top-icon {
		font-size: 1.125em
	}

	.header__top-text {
		font-size: .875em
	}

	.header__logo-image {
		width: 21rem
	}
}

.header__button {
	background: 0 0;
	border: 0;
	color: #021639;
	display: none;
	font-size: 1.875em;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	padding: 0;
	width: 3rem
}

@media (max-width:1023px) {
	.header__button {
		display: block
	}

	.header__nav {
		display: none;
		padding-top: 2.75rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.header__nav-items {
	margin: 0;
	padding: 0
}

@media (min-width:1024px) {
	.header__nav-items {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex
	}

	.header__nav-item {
		margin-right: 2rem
	}

	.header__nav-item:last-child {
		margin-right: 0 !important
	}

	.header__nav-item>.header__nav-link {
		white-space: nowrap
	}

	.header__nav-item--parent--active>.header__nav-link,
	.header__nav-item--parent:hover>.header__nav-link {
		border-bottom-color: #ffd94d
	}

    
}

.section__content {
	display: flex;
	flex-direction: column;
}

.section__call-out-bar {
	border:1.5px solid #2176ff;
	background:#075ce5;
	color:#FFF;
	padding:1rem 2rem;
	border-radius:50px;
	margin-top:3rem;
	max-width: fit-content;
}

.section--hero.section--hero-contact .section__call-out-bar {
	margin-top:0;
}
.section--dark-blue .section__call-out-bar {
	border:1.5px solid #032052;
	background:none;
	
}


.section--dark-blue-gradient .section__call-out-bar  {
	border:1.5px solid #0645ac;
	background:rgba(2, 22, 57, .3);


}
.center .section__call-out-bar {
	margin:3rem auto 0 auto;
}


@media (min-width:1151px) {
	.header__nav-item {
		margin-right: 3rem
	}
}

.header__nav-item--parent {
	position: relative
}

.header__nav-item--parent>.header__nav-link::after {
	font-size: 12px;
	margin-left: .5rem
}

@media (max-width:1300px) and (min-width:1024px) {
	.header__nav-item--parent>.header__nav-link::after {
		display: none
	}
}

@media (max-width:1023px) {
	.header__nav-item--parent>.header__nav-link::after {
		font-size: 16px
	}

	.header__nav-item--parent.header__nav-item--expanded>.header__nav-link::after {
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.header__nav-link {
	color: #FFF;
	font-weight: 700
}

@media (min-width:1024px) {
	.header__nav-item--parent:hover .header__sub-nav {
		opacity: 1;
		top: 100%;
		visibility: visible
	}

	.header__nav-link {
		border-bottom: 2px solid transparent;
		font-size: 1.0625em;
        margin-bottom: -.55rem;
        padding-bottom: 0.55rem;
        font-weight: 700;
	}

	.header__nav-link--active,
	.header__nav-link:hover {
		border-bottom-color: #ffd94d;
	}
}

@media (min-width:1301px) {
	.header__nav-link {
		font-size: 1em
	}
}

@media (max-width:1023px) {
	.header__nav-link:not(.header__nav-link--standalone) {
		color: #fff;
		display: block;
		padding: 0.75rem 0
	}

	.header__nav-link:not(.header__nav-link--standalone) .header__nav-link--active,
	.header__nav-link:not(.header__nav-link--standalone):hover {
		color: #0866ff
	}

	.header__nav-link:not(.header__nav-link--standalone)::after {
		position: absolute;
		right: 0;
		top: 1.33rem
	}
}

.header__nav-link--standalone {
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #fff;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-bottom: -.85rem;
	padding-bottom: .85rem
}

.header__nav-link--standalone:hover {
	border-bottom-color: #0866ff
}

.header__nav-link-icon {
	font-size: 12px;
	margin-right: .66rem
}

@media (min-width:1024px) {
    .header__sub-nav {
        left: 0;
        opacity: 0;
        padding-top: 0;
        position: absolute;
        top: 90%;
        transition: all .3s ease-in-out;
        visibility: hidden;
        z-index: 3;
        width: 100%;
        transform: none;
    }

    .header__sub-nav-inner {
        margin: 0 auto;
        max-width: calc(1800px - 10rem);
        padding: 0 2.5rem;
        width: 100%;
    }

    .header__nav-item--parent  {
        position:static;
    }

	.header__sub-nav-inner {
		background-color: #021639;
		border-radius: 0;
		padding: 5rem
	}
/*
	.header__sub-nav-inner::before {
		border: 12.5px solid transparent;
		border-bottom: 15px solid #021639;
		bottom: calc(100% - 4.6rem);
		content: "";
		position: absolute;
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}*/
}

@media (max-width:1023px) {
	.header__sub-nav {
		display: none
	}

	.header__sub-nav--expanded {
		display: block
	}

	.header__sub-nav-inner {
		border-left: 2px solid #0866ff;
		margin: 1rem 0 2.5rem 0;
		padding-left: 2.5rem
	}
}

.header__sub-nav-items {
	margin: 0;
	padding: 0
}

.header__sub-nav-item {
	margin-bottom: 0rem
}

.header__sub-nav-item:last-child {
	margin-bottom: 0
}

.header__sub-nav-link {
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 500;
	text-decoration: none
}

@media (min-width:1024px) {
	.header__sub-nav-link {
		-ms-flex-align: center;
		align-items: center;
		line-height: 1;
		white-space: nowrap
	}
}

.std h2,
.std h3 {
	line-height: 1.15
}

.header__sub-nav-link--active,
.header__sub-nav-link:hover {
	color: #0866ff
}

.main {
	padding: 12.5rem 0
}

@media (max-width:1023px) {
	.main {
		padding: 10rem 0
	}
}

.main--narrow {
	padding: 6rem 0
}

.main--pull-up {
	overflow: initial !important
}

@media (min-width:768px) {
	.main--pull-up {
		margin-top: -3.5rem
	}
}

strong {
	font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
	margin-top: 0 !important
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0 !important
}

.std h2,
.std h3,
.std h4,
.std h5,
.std h6 {
	margin: 3rem 0
}

.std h2 {
	font-size: 1.5em
}

.std h3 {
	font-size: 1em;
	font-weight: 600;
}

.std h4,
.std h5,
.std h6 {
	line-height: 1.25
}

@media (max-width:767px) {
	.main--persist {
		padding: 6rem 0
	}

	.main:not(.main--persist) {
		padding: 0 0 6rem
	}

	.std h2 {
		font-size: 1.25em
	}

	.std h3 {
		font-size: 1.1em
	}
}

.std h4 {
	font-size: 1em
}

.std h5 {
	font-size: 1em
}

@media (max-width:767px) {
	.std h4 {
		font-size: 1.1em;
		text-align:left;
	}

	.std h5 {
		font-size: 1.1em
	}
}

.std h6 {
	font-size: inherit
}

.std p {
	margin: 2.5rem 0;
	font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 0.95em;
    line-height: 1.8;
}

@media (min-width:1024px) {

	.std--large li,
	.std--large p {
		font-size: 1.125em
	}
}

.std--small li,
.std--small p {
	font-size: .875em;
	line-height: 1.55
}

.std--break-links a {
	word-break: break-all
}

.std--hide-links a {
	color: inherit
}

.std--hide-links a:hover {
	text-decoration: underline
}

.std--em-links a {
	border-bottom: 2px solid #0866ff;
	color: #0866ff;
	font-weight: 600;
	text-decoration: none
}

.section--dark-blue-gradient .std--em-links a {
    border-bottom: 2px solid #ffd94d;
	color: #ffd94d;
}

.section--dark-blue-gradient .std--em-links a.button--yellow {
	color:#021639;
	border:none;
}

.section--dark-blue-gradient .std--em-links a.button--yellow:hover {
	color:#FFF;
}
 
.std--em-links a:hover {
	border-bottom: none
}


.std--underline-links a {
	color: inherit;
	text-decoration: underline
}

.std--underline-links a:hover {
	text-decoration: none
}

.std--dark-blue-headings h2,
.std--dark-blue-headings h3,
.std--dark-blue-headings h4,
.std--dark-blue-headings h5,
.std--dark-blue-headings h6 {
	color: #021639
}

.std--block-img img {
	display: block;
	height: auto;
	margin: 5rem 0;
	width: 100%
}

@media (max-width:767px) {

	.std--x-small-l li,
	.std--x-small-l p {
		font-size: .8125em
	}

	.std--block-img img {
		margin: 4.5rem 0
	}
}

.std--block-img img.alignright {
	float: right;
	margin-left: 4.5rem;
	width: auto
}

.std--block-img img.alignleft {
	float: left;
	margin-right: 4.5rem;
	width: auto
}

.yellow-text {
	color:#ffd94d;
}


.blue-text {
	color:#0866ff;
}

.accordion-item__content {
	max-height: 0;
	overflow: hidden
}

.accordion-item__content--expanded {
	max-height: 60rem
}

.accordion-item__content-inner {
	border: 2px solid #021639;
	border-top: 0;
	padding: 3rem
}

@media (max-width:767px) {

	.std--block-img img.alignleft,
	.std--block-img img.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto
	}

	.std--hide-br-l br {
		display: none
	}

	.article {
		margin: 0 -2.5rem;
		padding-top: 2.75rem
	}
}

.article__figure {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center center no-repeat;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 20% 3rem 20rem;
	position: relative;
	background-position:top;
	max-width: 1050px;
	margin-left:auto;
	margin-right: auto;
	border-radius: 50px;
	border:1.5px solid #3381ff;
	overflow: hidden;
	filter: drop-shadow(0 0 250px rgba(7, 92, 229, 1));
}

.article__content .std img {
	border-radius: 50px;
	position: relative;
	z-index: 1;
	border:1.5px solid #3381ff;
	overflow: hidden;
	
}

.std p {
	position: relative;
	z-index:2;
}

.article__figure-content {
	margin: 0 auto 5rem auto;
}

.article__title {
	font-size: 3.75em;
	line-height: 1
}

@media (max-width:767px) {
	.article__figure {
		padding: 12rem 2.5rem 3rem
	}

	.article__title {
		font-size: 1.875em
	}
}

.article__meta {
	-ms-flex-align: center;
	align-items: center;
	
	display: -ms-flexbox;
	display: flex;
	padding-top: 2rem;
	width: 100%
}

.article__tag {
	margin-right: 2rem
}

.article__content {
	
	margin: 0rem auto 0;
	padding: 7.5rem 7.5rem 12.5rem
}



@media (max-width:1023px) {
	.article__content {
		padding: 6rem 4.5rem 10rem
	}
}

@media (max-width:767px) {
	.article__content {
		padding: 6rem 2.5rem;
		margin-top: 0
	}
}

.breadcrumbs {
	line-height: 1.3
}

.breadcrumbs--block {
	padding: 3rem 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.breadcrumbs__link {
	color: inherit;
	font-size: .875em;
	font-weight: 600;
	text-decoration: none
}

.breadcrumbs__link:hover {
	color: #0866ff
}

.breadcrumbs__link::after {
	color: #ffd94d;
	content: ">";
	margin: 0 .75rem
}

.breadcrumbs__link:last-child::after {
	display: none
}

.button-group {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0
}

.button-group .button:not(:only-child),
.button-group .wpfs-form .wpfs-btn-link:not(:only-child),
.button-group .wpfs-form .wpfs-form-actions button:not(:only-child),
.button-group .wpfs-form .wpfs-input-group-link:not(:only-child),
.wpfs-form .button-group .wpfs-btn-link:not(:only-child),
.wpfs-form .button-group .wpfs-input-group-link:not(:only-child),
.wpfs-form .wpfs-form-actions .button-group button:not(:only-child) {
	margin-right: 1.75rem
}

.button-group .button:last-child,
.button-group .wpfs-form .wpfs-btn-link:last-child,
.button-group .wpfs-form .wpfs-form-actions button:last-child,
.button-group .wpfs-form .wpfs-input-group-link:last-child,
.wpfs-form .button-group .wpfs-btn-link:last-child,
.wpfs-form .button-group .wpfs-input-group-link:last-child,
.wpfs-form .wpfs-form-actions .button-group button:last-child {
	margin-right: 0
}

@media (max-width:767px) {
	    .breadcrumbs--block {
        padding: 1rem 1.5rem 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.8em;
    }
	.button-group {
		display: -ms-flexbox;
		display: flex;
		flex-wrap:wrap;
		gap:1em;
	}

	

	.button-group .button:not(:only-child),
	.button-group .wpfs-form .wpfs-btn-link:not(:only-child),
	.button-group .wpfs-form .wpfs-form-actions button:not(:only-child),
	.button-group .wpfs-form .wpfs-input-group-link:not(:only-child),
	.wpfs-form .button-group .wpfs-btn-link:not(:only-child),
	.wpfs-form .button-group .wpfs-input-group-link:not(:only-child),
	.wpfs-form .wpfs-form-actions .button-group button:not(:only-child) {
		padding-left: 0;
		padding-right: 0;
		
        width:auto;
	}

    .button-group .button:not(:first-child) svg {
        display: none;
    }

    .button svg {
        display: none !important;
    }

    .button svg.play-but {
        display: inline  !important;    
    }
    
}

.button-group--toggle {
	display: -ms-flexbox;
	display: flex
}

.button-group--toggle .button,
.button-group--toggle .wpfs-form .wpfs-btn-link,
.button-group--toggle .wpfs-form .wpfs-form-actions button,
.button-group--toggle .wpfs-form .wpfs-input-group-link,
.wpfs-form .button-group--toggle .wpfs-btn-link,
.wpfs-form .button-group--toggle .wpfs-input-group-link,
.wpfs-form .wpfs-form-actions .button-group--toggle button {
	margin-right: 0 !important;
	width: 50% !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.button-group--toggle .button:first-child,
.button-group--toggle .wpfs-form .wpfs-btn-link:first-child,
.button-group--toggle .wpfs-form .wpfs-form-actions button:first-child,
.button-group--toggle .wpfs-form .wpfs-input-group-link:first-child,
.wpfs-form .button-group--toggle .wpfs-btn-link:first-child,
.wpfs-form .button-group--toggle .wpfs-input-group-link:first-child,
.wpfs-form .wpfs-form-actions .button-group--toggle button:first-child {
	border-radius: 1rem 0 0 1rem
}

.button-group--toggle .button:last-child,
.button-group--toggle .wpfs-form .wpfs-btn-link:last-child,
.button-group--toggle .wpfs-form .wpfs-form-actions button:last-child,
.button-group--toggle .wpfs-form .wpfs-input-group-link:last-child,
.wpfs-form .button-group--toggle .wpfs-btn-link:last-child,
.wpfs-form .button-group--toggle .wpfs-input-group-link:last-child,
.wpfs-form .wpfs-form-actions .button-group--toggle button:last-child {
	border-radius: 0 1rem 1rem 0
}

.button,
.wpfs-form .wpfs-btn-link,
.wpfs-form .wpfs-form-actions button,
.wpfs-form .wpfs-input-group-link {
	border: 0;
	cursor: pointer;
	display: inline-flex;
	font-size: 1em;
    justify-content: space-between;
	
	font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 600;
font-style: normal;

border-radius:50px;
	line-height: 1.15;
	padding: 1.5rem 3.5rem;
	text-align: center;
    max-width: fit-content;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle
}

.button svg {
    width:20px;
    margin-right:15px;
}

.button span {
	font-family: coolvetica, sans-serif;
font-weight: 700;
font-style: normal;
margin-left:0.5em;
}
@media (max-width:767px) {

	.button,
	.wpfs-form .wpfs-btn-link,
	.wpfs-form .wpfs-form-actions button,
	.wpfs-form .wpfs-input-group-link {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		font-size: 0.9em
	}
}

.button[class*=button--ghost],
.wpfs-form .wpfs-btn-link[class*=button--ghost],
.wpfs-form .wpfs-form-actions button[class*=button--ghost],
.wpfs-form .wpfs-input-group-link[class*=button--ghost] {
	padding-top: 1.3rem;
	padding-bottom: 1.3rem
}

.button--small {
	border-radius: 2rem;
	font-size: .6875em;
	padding: .5rem 1.25rem;
	width: auto
}

.button--small[class*=button--ghost] {
	border-width: 1.5px;
	padding-top: .45rem;
	padding-bottom: .45rem
}

.button--square {
	height: 5.2rem;
	line-height: 4.8rem;
	padding: 0 !important;
	width: 5.2rem
}

.button--narrow {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	width: auto
}

@media (max-width:767px) {
	.button--narrow-block-l {
		width: 100%
	}
}

.button--block,
.wpfs-form .wpfs-form-actions button {
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.button--info {
	padding-left: 3rem;
	padding-right: 6rem;
	position: relative;
	text-align: left;
	white-space: normal;
	width: 100%
}

.button--info::after {
	font-size: 15px;
	position: absolute;
	right: 3rem;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.button--info-expanded {
	border-bottom: 0 !important
}

.button--link,
.wpfs-form .wpfs-btn-link {
	background: 0 0;
	border-bottom: 2px solid #021639;
	color: #021639;
	font-size: 1em;
	padding: 0 0 .33rem;
	margin-bottom: -.33rem;
	width: auto !important
}

.button--link:hover,
.wpfs-form .wpfs-btn-link:hover {
	border-bottom-color: #0866ff;
	color: #0866ff
}


.button--grey {
	background:#f2f7ff;
	color:#021639;
}
.button--dark-blue,
.button--blue-white {
	color: #fff;
}

.button--dark-blue svg path {
    fill:#FFF;
}

.button--blue,
.wpfs-form .wpfs-form-actions button {
	background-color: #0866ff;
	color: #fff
}

.button--yellow svg {
    fill:#FFF;
}

.button--yellow,
.wpfs-form .wpfs-form-actions button {
	background-color: #ffd94d;
	color: #021639
}

.button--ghost-yellow{
	background-color: none;;
	color: #FFF;
	border: 2px solid #ffd94d;
}

.button--ghost-yellow:hover {
	background:#021639;
	border:2px solid #021639;
	color:#FFF;
}

.button--ghost-yellow.button--small:hover {
	border-width:1.5px !important;
}

.button--blue svg {
    fill:#FFF;
}

.button--dark-blue,
.button--blue:hover,
.button--yellow:hover,
.wpfs-form .wpfs-form-actions button:hover {
	background-color: #021639;
	color:#FFF;
}

.button--dark-blue:hover,
.button--blue-white {
	background-color: #0866ff
}

.button--blue-white:hover,
.button--white {
	background-color: #fff;
	color: #021639
}


.button--white svg {
    fill:#021639;
}

.text-image-figure__wrapper:hover .button--white { 
    background-color: #021639;
	color: #fff
}

.text-image-figure__wrapper:hover .button--white svg { 
    fill:#fff;
}


.button--white:hover svg {
    fill:#fff;
}
.button--white:hover {
	background-color: #021639;
	color: #fff
}

.button--white-blue {
	background-color: #fff;
	color: #0866ff
}

.button--white-blue:hover {
	background-color: #0866ff;
	color: #fff
}

.button--ghost-white {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff
}

.button svg.play-but, .button svg.showroom-but {
    margin:0 15px 0 0;
}

.button--ghost-white:hover svg path {
    fill:#021639;
}

.button--ghost-white:hover {
	background-color: #fff;
	color: #021639
}

.button--ghost-dark-blue,
.wpfs-form .wpfs-input-group-link {
	background: 0 0;
	border: 2px solid #021639;
	color: #021639
}

.button--ghost-dark-blue:hover,
.wpfs-form .wpfs-input-group-link:hover {
	background-color: #021639;
	color: #fff
}

.button__icon {
	display: inline-block;
	margin-left: 1.5rem;
	vertical-align: bottom
}

.button__icon:first-child {
	margin: 0 1.5rem 0 0
}

.clearfix::after {
	clear: both;
	content: "";
	display: table
}

@keyframes spin {
	100% {
		transform: rotate(360deg)
	}
}

.wpcf7 p {
	margin: 0
}

.wpcf7 br,
.wpcf7 p:empty {
	display: none
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block
}

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-display-none {
	display: none
}

.wpcf7 .ajax-loader {
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 1.5em;
	height: 1em;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.wpcf7 .ajax-loader.is-active {
	display: block
}

.wpcf7 .ajax-loader::after {
	font-family: iconfont;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	animation: spin 2s linear infinite;
	display: block;
	height: 1em;
	width: 1em
}

.wpcf7 form.invalid .wpcf7-response-output {
	background: #0866ff
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #021639
}

.wpcf7-response-output {
	color: #fff;
	font-size: 1em;
	line-height: 1.3;
	margin-top: 4rem;
	padding: 2rem;
	text-align: center
}

@media (max-width:767px) {
	.wpcf7-response-output {
		margin-top: 2rem
	}
}

.wpcf7-response-output:empty {
	display: none
}

.wpcf7-not-valid-tip {
	color: #0866ff;
	display: block;
	font-size: 1em;
	margin-top: 1rem;
	text-align: left
}

.wpcf7-list-item {
	margin: 0
}

.form--inline {
	-ms-flex: 1;
	flex: 1
}

@media (min-width:768px) {
	.form__fields--inline {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex
	}

	.form__fields--inline .form__input,
	.form__fields--inline .wpfs-form .wpfs-form-control,
	.form__fields--inline .wpfs-form .wpfs-input-group-form-control,
	.form__fields--inline .wpfs-form select,
	.wpfs-form .form__fields--inline .wpfs-form-control,
	.wpfs-form .form__fields--inline .wpfs-input-group-form-control,
	.wpfs-form .form__fields--inline select {
		-ms-flex: 1;
		flex: 1;
		margin-right: 1.75rem
	}
}

.form__label,
.wpfs-form .wpfs-form-label {
	color: #021639;
	display: block;
	font-size: .875em;
	font-weight: 600;
	text-transform: uppercase
}

.form__input,
.wpfs-form .wpfs-form-control,
.wpfs-form .wpfs-input-group-form-control,
.wpfs-form select {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #021639;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding: 1.75rem 2rem;
	text-align: left;
	width: 100%
}

.form__input:-ms-input-placeholder,
.wpfs-form .wpfs-form-control:-ms-input-placeholder,
.wpfs-form .wpfs-input-group-form-control:-ms-input-placeholder,
.wpfs-form select:-ms-input-placeholder {
	color: #021639
}

.form__input::placeholder,
.wpfs-form .wpfs-form-control::placeholder,
.wpfs-form .wpfs-input-group-form-control::placeholder,
.wpfs-form select::placeholder {
	color: #021639
}

.form__input--bordered,
.wpfs-form .wpfs-form-control,
.wpfs-form .wpfs-input-group-form-control,
.wpfs-form select {
	border: 2px solid #e1e1e3;
	padding-bottom: calc(1.75rem - 2px);
	padding-top: calc(1.75rem - 2px)
}

.form__input--textarea {
	height: 12.5rem;
	line-height: 1.5
}

.form__checkbox-row,
.wpcf7-checkbox-wrap .wpcf7-form-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:767px) {

	.form__fields--inline .form__input,
	.form__fields--inline .wpfs-form .wpfs-form-control,
	.form__fields--inline .wpfs-form .wpfs-input-group-form-control,
	.form__fields--inline .wpfs-form select,
	.wpfs-form .form__fields--inline .wpfs-form-control,
	.wpfs-form .form__fields--inline .wpfs-input-group-form-control,
	.wpfs-form .form__fields--inline select {
		margin-bottom: 1.5rem
	}

	.form__checkbox-row,
	.wpcf7-checkbox-wrap .wpcf7-form-control {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -3rem
	}
}

.form__checkbox-wrapper,
.wpcf7-checkbox-wrap .wpcf7-list-item {
	display: block;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

@media (max-width:767px) {

	.form__checkbox-wrapper,
	.wpcf7-checkbox-wrap .wpcf7-list-item {
		-ms-flex-preferred-size: 33.3%;
		flex-basis: 33.3%;
		margin-bottom: 3rem
	}
}

@media (max-width:639px) {

	.form__checkbox-wrapper,
	.wpcf7-checkbox-wrap .wpcf7-list-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

.form__checkbox-wrapper input[type=checkbox],
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox] {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap
}

.form__checkbox-wrapper input[type=checkbox]:checked+.form__checkbox-name,
.wpcf7-checkbox-wrap .wpcf7-list-item .form__checkbox-wrapper input[type=checkbox]:checked+.wpcf7-list-item-label,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.form__checkbox-name,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label {
	color: #0866ff
}

.form__checkbox-wrapper .wpfs-form input[type=checkbox]:checked+.wpfs-form-check-label::before,
.form__checkbox-wrapper input[type=checkbox]:checked+.form__checkbox-name::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .form__checkbox-wrapper input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .wpfs-form input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.form__checkbox-name::before,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpfs-form .form__checkbox-wrapper input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpfs-form .wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpfs-form-check-label::before {
	border-color: #021639
}

.form__checkbox-label,
.wpcf7-checkbox-wrap .wpcf7-list-item label {
	display: inline-block;
	vertical-align: middle
}

.form__checkbox-name,
.wpcf7-checkbox-wrap .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	font-size: .8125em;
	font-weight: 600;
	margin: 0 auto;
	max-width: 7.5rem;
	text-align: center;
	text-transform: uppercase
}

.form__checkbox-name::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .wpcf7-list-item-label::before,
.wpfs-form .wpfs-form-check-label::before {
	border: 2px solid #e1e1e3;
	content: "";
	display: block;
	font-size: 15px;
	height: 2.75rem;
	line-height: 2.4rem !important;
	margin: 0 auto 1rem;
	width: 2.75rem
}

.button--info::after,
.form__checkbox-wrapper .wpfs-form input[type=checkbox]:checked+.wpfs-form-check-label::before,
.form__checkbox-wrapper input[type=checkbox]:checked+.form__checkbox-name::before,
.header__nav-item--parent>.header__nav-link::after,
.icon,
.mfp-arrow[class]::before,
.mfp-close::before,
.tick-list__item::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .form__checkbox-wrapper input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .wpfs-form input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.form__checkbox-name::before,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpfs-form .form__checkbox-wrapper input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpfs-form .wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpfs-form .wpfs-form-check input:checked+.wpfs-form-check-label::before,
.wpfs-form .wpfs-form-select::after {
	font-family: iconfont;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.header__nav-item--parent>.header__nav-link::after,
.icon--chevron::before,
.mfp-arrow[class]::before,
.wpfs-form .wpfs-form-select::after {
	content: "\e900"
}

.icon--chevron-left::before,
.mfp-arrow.mfp-arrow-left::before {
	display: inline-block;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	vertical-align: middle
}

.icon--chevron-right::before,
.mfp-arrow.mfp-arrow-right::before {
	display: inline-block;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	vertical-align: middle
}

.icon--email::before {
	content: "\e905"
}

.icon--follow::before {
	content: "\e904"
}

.icon--visit::before {
	content: "\e906"
}

.icon--phone::before {
	content: "\e901"
}


.icon--newsletter::before {
	content: "\e907"
}

.icon--filter::before {
	content: "\e908"
}

.icon--star::before {
	content: "\e9d9"
}

.form__checkbox-wrapper .wpfs-form input[type=checkbox]:checked+.wpfs-form-check-label::before,
.form__checkbox-wrapper input[type=checkbox]:checked+.form__checkbox-name::before,
.icon--tick::before,
.tick-list__item::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .form__checkbox-wrapper input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpcf7-checkbox-wrap .wpcf7-list-item .wpfs-form input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.form__checkbox-name::before,
.wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpfs-form .form__checkbox-wrapper input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpfs-form .wpcf7-checkbox-wrap .wpcf7-list-item input[type=checkbox]:checked+.wpfs-form-check-label::before,
.wpfs-form .wpfs-form-check input:checked+.wpfs-form-check-label::before {
	content: "\ea10"
}

.icon--info::before {
	content: "\e909"
}

.button--info::after,
.icon--plus::before {
	content: "\ea0a"
}

.button--info-expanded::after,
.icon--minus::before {
	content: "\ea0b"
}

.icon--spinner::before,
.wpcf7 .ajax-loader::after {
	content: "\e981"
}

.icon--play::before {
	content: "\e90a"
}

.icon--linkedin::before {
	content: "\eaca"
}

.icon--twitter::before {
	content: "\ea96"
}

.image-overlay-figure {
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none
}

.image-overlay-figure__overlay {
	background: #0216398a;	border-top: 1px solid #fff;
	bottom: 0;
	left: 0;
	padding: 3rem 3.5rem;
	position: absolute;
	width: 100%
}

@media (max-width:767px) {
	.image-overlay-figure__overlay {
		padding: 2.5rem
	}
}

.image-overlay-figure__title {
	font-family: "Futura Round", sans-serif;
	font-size: 1em;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.label,
.proposition-box__price {
	font-family:"neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
}

.info-button {
	background: 0 0;
	border: 0;
	cursor: help;
	display: inline-block;
	margin-left: .75rem;
	outline: 0;
	padding: 0;
	position: relative;
	top: -1px;
	vertical-align: middle
}

.info-button:hover .info-button__tooltip {
	opacity: 1;
	bottom: 100%;
	visibility: visible
}

.info-button__tooltip,
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all .3s ease-in-out
}

.info-button__icon {
	color: #021639;
	display: block;
	font-size: .8125em
}

.info-button__tooltip {
	bottom: 90%;
	left: 50%;
	padding-bottom: 3rem;
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22.5rem;
	visibility: hidden;
	z-index: 2
}

@media (max-width:480px) {
	.info-button__tooltip {
		-ms-transform: translateX(-75%);
		transform: translateX(-75%);
		width: 20rem
	}
}

.info-button__tooltip-inner {
	background-color: #021639;
	border-radius: 15px;
	color: #fff;
	padding: 3rem 2rem
}

.info-button__tooltip-inner::before {
	border: 12.5px solid transparent;
	border-top: 15px solid #021639;
	content: "";
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: calc(100% - 3rem)
}

@media (max-width:480px) {
	.info-button__tooltip-inner::before {
		left: 75%
	}
}

.label {
	border-radius: 7px;
	display: inline-block;
	font-size: .6875em;
	margin-right: 1rem;
	padding: 0 .75rem;
	line-height: 1.65rem;
	text-transform: uppercase;
	white-space: nowrap
}

.label--orange {
	background-color: #0866ff;
	color: #fff
}

.label--blue {
	background-color: #0866ff;
	color: #fff;
	line-height: 2.75rem;
	padding: 0 1.5rem
}

.label--boxed {
    left: -1px;
    position: absolute;
    top: 0;
    font-weight: 600;
    width: calc(100% + 2px);
    border-radius: 50px 50px 0 0;
    font-size: 0.8em;
    padding: 1rem;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}

.label--overlayed {
	border-radius: 0;
	font-size: 1em;
	left: 0;
	padding: .75rem 2rem;
	position: absolute;
	top: 2.5rem
}

.mfp-arrow[class]::before,
.mfp-close {
	padding: 0 !important;
	right: 0 !important
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all .3s ease-in-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.mfp-iframe-holder .mfp-close {
	top: -5rem !important
}

.mfp-close {
	color: transparent !important;
	font-size: 1em !important;
	height: 3rem !important;
	line-height: 3rem !important;
	top: 1.5rem !important;
	width: 3rem !important
}

.mfp-close:hover::before {
	color: #fff
}

.mfp-close::before {
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	left: 50%;
	top: calc(50% + 2rem);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.mfp-arrow[class] {
	-ms-transform: none !important;
	transform: none !important;
	width: 75px !important
}

@media (max-width:767px) {
	.mfp-arrow[class] {
		width: 55px !important
	}
}

.mfp-arrow[class]::after {
	display: none !important
}

.mfp-arrow[class]::before {
	border: 0 !important;
	bottom: 0 !important;
	color: #fff !important;
	font-size: 20px !important;
	margin: auto !important;
	opacity: 1 !important;
	top: 0 !important;
	width: 1em !important;
	height: 1em !important
}

@media (max-width:1023px) {
	.mfp-arrow[class]::before {
		font-size: 18px !important
	}
}

.map {
	padding-bottom: 25%
}

@media (max-width:1150px) {
	.map {
		padding-bottom: 50%
	}
}

#portfolio-modal .modal__content {
	padding: 5rem;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        display: flex ;
        border-radius: 25px;
		color:#021639;
		align-items: center;

}


.portfolio-modal__body {
	padding-left:5rem;
}

.portfolio-modal__media {
    border-radius: 25px;
    overflow: hidden;
}

.portfolio-modal__tags span {
	pointer-events: none;



}


.portfolio-modal__media {
    min-width: 50rem;
    min-height: 50rem;
    max-width: 50rem;

}

.portfolio-modal__media img {
    width: 100%;
    height: 100%;
    min-width: 50rem;
    min-height:50rem;
}

.portfolio-modal-text {
    max-width: fit-content;
    white-space: wrap;
}

.portfolio-modal__body {
    
    max-width:60rem;
    white-space: wrap;
    padding-right:3rem;

}


@media screen and (min-width:1023px) {
	.portfolio-modal__body	 {
		max-height: 45vh;
		overflow-x: auto;
		padding-right:3rem;
	}
}

.portfolio-modal__text p {
	 white-space: normal;   
overflow-wrap: break-word;
  word-wrap: break-word;     
}

.modal {
	    background: #02163978;
    backdrop-filter: blur(10px);
	
	justify-content: center;
	align-items: center;
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3
}

.modal--visible {
	display: flex;
}

.news-figure,
.news-figure__link {
	display: block
}

@media (max-width:767px) {
	.map {
		padding-bottom: 100%
	}

	.modal {
		background: #fff;
		padding: 0
	}
}

@media (min-width:768px) {
	.modal {
		padding: 5rem 0
	}
}

@media (min-width:1024px) {
	.modal {
		padding: 10rem 0
	}
}

@media (min-width:1151px) {
	.modal {
		padding: 15rem 0
	}
}

@media (min-width:768px) and (max-height:900px) {
	.modal {
		padding: 10rem 0
	}
}

.modal__content {
	background-color: #fff;
	padding: 6rem 2.5rem;
	position: relative
}

@media (min-width:768px) {
	.modal__content {
		padding: 6rem;
		margin: 0 auto;
		max-width: 52.5rem;
		width: 100%
	}

	.proposition-box__header {
		
	}
}

.modal__close-button {
	background: 0 0;
	border: 0;
	color: #021639;
	font-size: 2.5em;
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	    font-family: 'neue-haas-grotesk-display';
	right: 2rem;
	text-align: center;
	top: 2rem
}

.modal__close-button:hover {
	color: #0866ff
}

.modal__title {
	color: #021639;
	font-size: 1.5625em;
	line-height: 1.2;
	margin: 0
}

.news-figure {
	color: #fff;
	position: relative;
	border:1.5px solid #04398d;
	text-decoration: none;
	border-radius: 50px;
	overflow: hidden;
}

.news-figure__image {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) center center no-repeat;
	background-size: cover;
    display: block;
    padding-bottom: 0%;
    border-radius: 50px 50px 0 0;
}


.pagination {
    gap:1rem;
    margin-top:6rem;
}
.pagination a {
    color:#FFF;
    padding:1rem 2rem;
    line-height:1;
    border:1.5px solid #ffd04d;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    justify-content: center;
    align-items: center;
}

.pagination a:hover {
	background:#ffd04d;
	color:#021639;
}

.page-numbers.current {
    padding:0.5em;
    border:1.5px solid #0866ff;
    background:#0866ff;
     padding:1rem 2rem;
    line-height:1;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    justify-content: center;
    align-items: center;

}



.portfolio-figure .news-figure__image {
	padding-bottom: 0%;
}

.news-figure__image img {
	display: block;
}

.portfolio-figure {
	border-radius: 25px;
}

.portfolio-figure .news-figure__overlay {
	border-radius: 0 0 25px 25px;
}


.portfolio-figure .news-figure__title {
	font-size:1.25em;
}

.portfolio-figure .news-figure__image {
	border-radius: 25px 25px 0 0;
}
.news-figure__link:hover+.news-figure__overlay,
.js-portfolio-modal-trigger:hover+.news-figure__overlay {
	background-color: #0866ff; 
}

.news-figure__overlay:has(a:hover) {
  background-color: #0866ff;
}

.news-figure__overlay {
	-ms-flex-align: start;
	align-items: flex-start;
	background: 
    radial-gradient(
      150% 150% at 80% 20%,           /* size & position (simulate -45deg) */
      rgba(7, 92, 229, 0.5) 0%,       /* #075ce5 @ 50% opacity */
      rgba(2, 22, 57, 0.5) 80%,       /* #021639 @ 50% opacity at 80% */
      rgba(2, 22, 57, 0.5) 100%
    ),
    radial-gradient(
      150% 150% at 20% 80%,           /* mirrored opposite */
      rgba(7, 92, 229, 0.5) 0%,
      rgba(2, 22, 57, 0.5) 80%,
      rgba(2, 22, 57, 0.5) 100%
    ),
    #021639;      
	
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	left: 0;
	padding: 4rem ;
	
	top: 0;
	transition: all .3s ease-in-out;
	position: relative;
	border-radius: 0 0 50px 50px;
	width: 100%
}

.news-figure__overlay a {
	color:#FFF;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	line-height: 1;
}

.news-figure__overlay a img {
    max-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;

}




.proposition-box,
.section,
.section__title-button {
	position: relative
}

.news-figure__title {
	font-size: 1.375em;
	line-height: 1.35;
	margin: 0
}

@media (max-width:767px) {
	.news-figure__overlay {
		padding: 2.5rem
	}

	.news-figure__title {
		font-size: 1.125em
	}
}

.news-figure__meta {
	-ms-flex-align: center;
	align-items: center;
	
	display: -ms-flexbox;
	display: flex;
	padding-top: 2rem;
	width: 100%
}

.news-figure__tag {
	margin-right: 1rem;
	pointer-events: all
}

.news-figure__tag img {
	width:1.5rem;
	height:1.5rem;
	max-width: 1.5rem;
}

.notification {
	background-color: #e8f5f4;
	color: #021639;
	padding: 3rem
}

.notification__text {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

.notification__icon {
	margin-right: 2.5rem;
	max-width: 3.25rem
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.pagination__button {
	margin-right: 1rem
}

.pagination__button:last-child {
	margin-right: 0
}

.pill {
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(32, 159, 152, .1);
	border-radius: 4.5rem;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 auto;
	padding: 2rem 7.5rem
}

.pill__icon {
	height: 5rem;
	margin-right: 3rem
}

.pill__title,
.proposition-box__sub-title{
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase
}

.pill__title {
	color: #021639;
	font-size: 1.125em
}

.proposition-box {
	border: 1.5px solid #0645ac;
    background: radial-gradient(150% 150% at 80% 20%, /* size & position (simulate -45deg) */ rgba(7, 92, 229, 0.5) 0%, /* #075ce5 @ 50% opacity */ rgba(2, 22, 57, 0.5) 80%, /* #021639 @ 50% opacity at 80% */ rgba(2, 22, 57, 0.5) 100%), radial-gradient(150% 150% at 20% 80%, /* mirrored opposite */ rgba(7, 92, 229, 0.5) 0%, rgba(2, 22, 57, 0.5) 80%, rgba(2, 22, 57, 0.5) 100%), #021639;
	color: inherit;
	display: block;
	height: 100%;
	border-radius: 50px;
	padding: 6rem 4rem;
	text-align: center;
	text-decoration: none
}

.proposition-box--popular {
	border:1.5px solid #0866ff;
	border-radius: 0 0 50px 50px;
	    filter: drop-shadow(0 0 50px rgba(7, 92, 229, 1));
}

.section--pricing .section__primary-title,
.section--pricing .std {
    position: relative;
    z-index: 2;
}



@media (max-width:1023px) {
	.proposition-box {
		padding: 4.5rem 3rem
	}
}

.proposition-box--blue {
	border-color: #0866ff
}

.proposition-box--standalone {
	height: auto;
	padding: 4.5rem 3rem;
	text-align: left
}

@media (min-width:1024px) {
	.proposition-box__header {
		
	}
}

@media (min-width:1301px) {
	.proposition-box__header {
	
	}
}

.proposition-box__title {
	color: #FFF;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 2rem;
}

.proposition-box__sub-title {
	color: #FFF;
	font-size: .875em
}

.proposition-box__price {
	color: #FFF;
	display: block;
	font-size: 2.5em;
	line-height: 1;
	margin: .75rem 0
}

.testimonial__title,
.text-image-figure__sub-title {
	font-family: "Futura Round", sans-serif
}

.proposition-box__em {
	display: inline-block;
	color: #0866ff;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	vertical-align: middle
}

.proposition-box__vat {
	display: block;
	font-size:0.7em;
}

.proposition-box__text {
	margin: 0 auto;
	max-width: 27.5rem;
	font-size: 0.9em;
	margin-bottom: 3rem;
}

.proposition-box__text img {
    max-height:3.5rem;
}

.proposition-box__link {
	margin-top: 1rem
}

.proposition-box__footer {
	background-color: #e8f5f4;
	color: #021639;
	margin: 3rem -3rem -4.5rem;
	padding: 3rem
}

.proposition-box__footer-text {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

.proposition-box__footer-icon {
	margin-right: 2.5rem;
	max-width: 3.25rem
}

.section {
	overflow: hidden;
	padding: 12.5rem 0
}

.section--ignore-overflow {
	overflow: initial
}

.section--small {
	padding: 10rem 0
}

.section--hero {
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
		padding:10rem 0;
		
    }

.section--hero.section--collapse img {
	display: block;
}

.section--hero.section--collapse .section__content {
	margin-bottom: 10rem;
}
.section--default--no-pad-bot,
.section--x-small--nopadbot {
    padding-bottom: 0 !important;
}

@media (min-width:1501px) {
	.section--large {
		padding: 15rem 0
	}
}

@media (max-width:1023px) {
	.section {
		padding: 10rem 0
	}
}

.section--x-small {
	padding: 7.5rem 0
}

@media (max-width:767px) {
	.section {
		padding: 5rem 0
	}
}

.section--xx-small {
	padding: 4rem 0
}

@media (min-width:768px) {
	.section--xx-small {
		padding: 5rem 0
	}
}

@media screen and (max-width:1023px) {
	.section--xx-small {
		padding:2.5rem 0;
	}
}

.section--push-both {
	margin: 12.5rem 0
}

@media (max-width:1023px) {
	.section--push-both {
		margin: 10rem 0
	}
}

@media (max-width:767px) {
	.section--push-both {
		margin: 0 0 6rem
	}
}

.section--push-both .section__background-image--split-left {
	
}

.section--push-both .section__background-image--split-right {
	
}

.section--push-top {
	margin-top: 12.5rem
}

.section--push-bottom {
	margin-bottom: 12.5rem
}

@media (max-width:1023px) {
	.section--push-top {
		margin-top: 10rem
	}

	.section--push-bottom {
		margin-bottom: 10rem
	}
}

.section--flush {
	padding: 0
}

.section--collapse {
	padding-bottom: 0
}

.section--collapse-top {
	padding-top: 0
}

.section--bordered {
	border-top: 2px solid #d6d6d6
}

.section--blue {
	background-color: #0866ff;
	color: #fff
}

.section--blue .section__primary-title,
.section--blue .section__secondary-title,
.section--blue .text-icon-figure__title,
.section--blue .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--blue .wpfs-form-check-group-title {
	color: #fff
}

.section--red {
	background-color: #ff3c50;
	color: #fff
}

.section--yellow {
	background-color: #ffd94d;
	color: #021639;
}



.section--red .section__primary-title,
.section--red .section__secondary-title,
.section--red .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--red .wpfs-form-check-group-title {
	color: #fff
}


.section--dark-blue {
	background-color: #021639;
	color: #fff
}


.section--medium-blue {
	background-color: #004999;
	color: #fff
}


.section--dark-blue-gradient {
	background: 
    radial-gradient(
      150% 150% at 80% 20%,           /* size & position (simulate -45deg) */
      rgba(7, 92, 229, 0.75) 0%,       /* #075ce5 @ 50% opacity */
      rgba(2, 22, 57, 0.5) 80%,       /* #021639 @ 50% opacity at 80% */
      rgba(2, 22, 57, 0.5) 100%
    ),
    radial-gradient(
      150% 150% at 20% 80%,           /* mirrored opposite */
      rgba(7, 92, 229, 0.5) 0%,
      rgba(2, 22, 57, 0.5) 80%,
      rgba(2, 22, 57, 0.5) 100%
    ),
    #021639;                          /* solid base fill */
	color:#FFF;
}

.section--dark-blue-gradient-parent {
 background: 
    radial-gradient(
      150% 150% at 80% 20%,           /* size & position (simulate -45deg) */
      rgba(7, 92, 229, 0.75) 0%,       /* #075ce5 @ 50% opacity */
      rgba(2, 22, 57, 0.5) 80%,       /* #021639 @ 50% opacity at 80% */
      rgba(2, 22, 57, 0.5) 100%
    ),
    radial-gradient(
      150% 150% at 20% 80%,           /* mirrored opposite */
      rgba(7, 92, 229, 0.5) 0%,
      rgba(2, 22, 57, 0.5) 80%,
      rgba(2, 22, 57, 0.5) 100%
    ),
    #021639;                          /* solid base fill */
	color:#FFF;	
	 position: relative;
}




.section--dark-blue-gradient-parent::before {
    content:"";
    width:100%;
    height:50%;
    position:absolute;
    top:0;
    left:0;
	mix-blend-mode: difference;
    z-index:0;
  background:
    /* Top fade */
    linear-gradient(
      to bottom,
      #021639 0%,
      #021639 50%,
      transparent 100%
    )
}
  

.section--dark-blue-gradient-parent::after {
    content:"";
	mix-blend-mode: difference;
    width:100%;
    height:50%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
  background:
    /* Top fade */
    linear-gradient(
      to top,
      #021639 0%,
      #021639 50%,
      transparent 100%
    )
}
  
   
   
   .section--dark-blue-gradient-parent .section--dark-blue-gradient {
       position: relative;
	   overflow: unset;
      	   background:none !important;
   }



.section--dark-blue-gradient .img--border {
	border:1.5px solid #3381ff;
	border-radius: 50px;
	overflow: hidden;
}

.section--dark-blue-gradient .section__primary-title,
.section--dark-blue-gradient .text-icon-figure__title,
.section--dark-blue-gradient .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--dark-blue-gradient .wpfs-form-check-group-title {
	color: #fff
}

.section--dark-blue-gradient:not(.section--hero) .section__secondary-title {
  color: #FFF;
}

.section--dark-blue-gradient.section--hero .section__secondary-title,
.section--dark-blue.section--hero .section__secondary-title {
	color:#FFF;
}

.section--medium-blue .section__primary-title,
.section--medium-blue .section__secondary-title,
.section--medium-blue .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--medium-blue .wpfs-form-check-group-title {
	color: #fff
}

.section--dark-blue .section__primary-title,
.section--dark-blue .text-icon-figure__title,
.section--dark-blue .section__secondary-title,
.section--dark-blue .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--dark-blue .wpfs-form-check-group-title {
	color: #fff
}

.section--dark-green {
	background-color: #132e25;
	color: #fff
}

.section--dark-green .section__primary-title,
.section--dark-green .section__secondary-title,
.section--dark-green .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--dark-green .wpfs-form-check-group-title {
	color: #fff
}


.section--green {
	background-color: #ccffbd;
	color: #021639;
}

.section--green .section__primary-title,
.section--green .section__secondary-title,
.section--green .wpfs-form .wpfs-form-check-group-title,
.wpfs-form .section--green .wpfs-form-check-group-title {
	color: #021639
}
.section--dark-blue .section__background-image {
	border-radius: 0 !important
}

.section--grey {
	background-color: #f2f7ff
}

.section--blog {
	padding-top:3rem;
}


@media (min-width:768px) {
	.section__content--inline {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}

	.section__content--inline .section__secondary-title,
	.section__content--inline .wpfs-form .wpfs-form-check-group-title,
	.wpfs-form .section__content--inline .wpfs-form-check-group-title {
		max-width: 40rem;
		margin-right: 5rem
	}
}

@media (max-width:767px) {
	.section--push-top {
		margin-top: 6rem
	}

	.section--push-bottom {
		margin-bottom: 6rem
	}

	.section--collapse-top-l {
		padding-top: 0
	}

	.section--collapse-l {
		padding-bottom: 0
	}

	.section--dark-blue .section__background-image {
		width: calc(100% + 5rem)
	}

	.section__content--inline-persist {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.section__content--side {
	position: relative;
	z-index: 1
}

.section__content--side.side--center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.section__content--side.side--center .section__primary-title {
	max-width:50rem;
}
@media (min-width:768px) {
	.section__content--narrow {
		margin: 0 auto;
		max-width: 90rem;
	
	}


	.section__content--x-narrow {
		margin: 0 auto;
		max-width: 40rem;
	
	}

	.section__content--narrow.section--flex-center {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section__content--narrow-medium {
		max-width: 80rem
	}

	.section__content--narrow-large {
		max-width: 90rem
	}

	.section__content--narrow .section__secondary-title,
	.section__content--narrow .wpfs-form .wpfs-form-check-group-title,
	.wpfs-form .section__content--narrow .wpfs-form-check-group-title {
		padding-right: 2rem
	}

	.section__content--side {
		max-width: 50%
	}

    .section__content--side.side--center {
        margin:0 auto;
        text-align: center;
    }

    .section__content--side.side--center .section__text {
        margin:0 auto;
    }
}

.section__inner-content {
	max-width: 100%;
    display: flex;
        flex-direction: column;
		position: relative;
    z-index: 2;
}




.section--split-block .section__inner-content >  div:nth-child(2) {
    margin-top:10rem !important;
}

.image--top-mob.section--split-block .section__inner-content >  div:nth-child(3) {
    margin-top:10rem !important;
}

@media (min-width:768px) {
	.section__inner-content {
		margin: 0 auto;
		max-width: 50rem
	}
}

@media (min-width:768px) and (max-width:1150px) {
	.section__inner-content {
		margin: 0 8rem
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.section__inner-content {
		margin: 0 4rem
	}
}

@media (min-width:768px) and (max-width:1300px) {
	.section__inner-content--right {
		padding-left: 4rem
	}

	.section__inner-content--left {
		padding-right: 4rem
	}
}

.section__title-wrap {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:768px) {
	.section__inner-content--wide {
		max-width: 65rem
	}

	.section__inner-content--right {
		margin: 0 0 0 auto
	}

	.section__inner-content--left {
		margin: 0 auto 0 0
	}

	.section__title-wrap--center {
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (min-width:1024px) {
	.section__title-wrap--inline {
		margin-right: 4.5rem;
		max-width: 25rem
	}
}

.section__title-wrap--inline-alt {
	display: block;
	margin: 0 4.5rem 0 3rem;
	max-width: 40rem
}

.section__title-button:hover .section__sub-nav {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.section__sub-nav,
.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

@media (max-width:767px) {
	.section__title-wrap--center {
		display: block
	}

	.section__title-wrap--inline-alt {
		-ms-flex: 1;
		flex: 1;
		margin-right: 0;
		max-width: none
	}

	.section__inline-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.section__sub-nav {
	left: 50%;
	opacity: 0;
	padding-top: 3rem;
	position: absolute;
	top: 90%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .3s ease-in-out;
	z-index: 2
}

.section__sub-nav-inner {
	background-color: #021639;
	border-radius: 15px;
	padding: 4rem
}

@media (min-width:768px) {
	.section__title-button {
		margin-left: 3rem
	}

	.section__sub-nav-inner {
		width: 40rem
	}

	.section__sub-nav-items {
		
		text-align: left
	}
}



.section__sub-nav-items {
        background: #021639;
        border-radius: 100px;
        padding: 1rem;
        max-width: fit-content;
        display: flex;
        gap: 1rem;
        margin-left: auto;
        margin-right: auto;
		align-items: center;
    }

.section__sub-nav-item {
	list-style-type: none;
	
}

.section__sub-nav-item:last-child {
	margin-bottom: 0
}

.section__sub-nav-link {
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #fff;
	display: -ms-inline-flexbox;
	font-weight: 600;
	font-size: 0.95em;
	 justify-content: center;
    align-items:center;
    display: inline-flex;
	text-decoration: none;
	padding:1.5rem 2rem;
	white-space: normal;
	border-radius: 50px;
}

.section__sub-nav-item .cat-icon {
    max-width:1em;
    max-height: 1em;
    margin-bottom: 0;
    margin-right:0.5em;
}


@media (min-width:1024px) {
	

	.section__sub-nav-link {
		-ms-flex-align: center;
		align-items: center;
		line-height: 1
	}
}

.section__sub-nav-link--active,
.section__sub-nav-link:hover {
	background: #0866ff;
}

.section__icon {
	color: #0866ff;
	font-size: 3.125em;
	margin-right: 3rem
}

.section__icon-image {
	height: 5.5rem
}

.section__primary-title {
	color: #021639;
	font-size: 3.75em;
	line-height: 1;
	margin: 0;
	text-transform: none;
}

.section__primary-title.center {
	max-width:90rem;
	margin-left:auto;
	margin-right: auto;
}

.section__primary-title--small {
    font-size:2em;
    
}

@media (max-width:1023px) {
	.section__primary-title {
		font-size: 2.625em
	}

	.section__primary-title.center {
		margin-left:0;
		text-align:left;
	}
}

@media (max-width:767px) {
	.section__primary-title {
		line-height: 1.1;
		font-size: 2em;
	}
}

.section__primary-title--lipped {
	position: relative
}



.section__secondary-title,
.wpfs-form .wpfs-form-check-group-title {
	color: #021639;
	font-size: 1.5em;
   font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 400;
font-style: normal;
	line-height: 1.4em;
	margin: 0
}


.section__secondary-title small { 
    font-size:unset;
        font: 18px / 1.4 "neue-haas-grotesk-display", sans-serif;
        font-weight: 600;
}


@media (max-width:1023px) {

	.section__call-out-bar {
		font-size:0.8em;
		text-align:left;
	}

	.center .section__call-out-bar {
		margin-left:0;
	}

	.section__call-out-bar span {
    display: none; 
}

	.section__secondary-title,
	.wpfs-form .wpfs-form-check-group-title {
		font-size: 1em
	}
}

.section__secondary-title--medium {
	font-size: 1.875em
}

@media (max-width:767px) {

	.section__secondary-title,
	.wpfs-form .wpfs-form-check-group-title {
		font-size: 1.2em;
        line-height: 1.3em;
       
	}
}

.section__secondary-title--small {
	font-size: 1.2em;
        line-height: 1em;
}

.section__secondary-title--x-small,
.wpfs-form .wpfs-form-check-group-title {
	font-size: 1em;
        line-height: 1.3em;
}

.section__secondary-title--center {
	margin: 0 auto
}

.section__secondary-title--upper,
.wpfs-form .wpfs-form-check-group-title {
	text-transform: uppercase
}

.section__tertiary-title {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0;
	text-transform: capitalize;
	font-weight: 600;
}

@media (min-width:768px) {
	.section__primary-title--lipped::after {
		width: 8rem
	}

	.section--hero .section__secondary-title {
		max-width:55rem; 
	}
	.section__secondary-title,
	.wpfs-form .wpfs-form-check-group-title {
		max-width: 65rem
	}

	.section__text {
		max-width: 55rem
	}

	.section__text--narrow {
		max-width: 42.5rem
	}

	.section__text--wide {
		max-width: 75rem;
	}
}

.section__background-image {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) -2px center no-repeat;
	background-size: cover;
	
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%
}

@media (max-width:1300px) {
	.section__background-image {
	
	}
}

@media (max-width:1150px) {
	.section__background-image {
		
	}
}

@media (max-width:1023px) {
	.section__background-image {
		
	}
}

.section__background-image--wide {
	width: 60%
}

@media (max-width:1150px) {
	.section__background-image--wide {
		width: 56.25%
	}
}

.section__background-image--mobile {
	border-radius: 0;
	display: none;
	margin: 6rem 0 -6rem;
	padding-bottom: 100%;
	position: relative;
	width: 100%
}

@media (max-width:767px) {
	.section__background-image {
		background-position: center;
		display: none
	}

	.section__background-image--mobile {
		display: block
	}
}

.section__background-image--split {
	display: block
}

@media (min-width:768px) {
	.section__background-image--split {
		width: 50%
	}

	.section__background-image--split-left {
		background-position: right center;
		
		left: 0;
		right: auto
	}

	.section__background-image--split-left.section__background-image--not-last {
		border-bottom-right-radius: 0
	}

	.section__background-image--split-left.section__background-image--not-first {
		border-top-right-radius: 0
	}

	.section__background-image--split-right {
		
	}

	.section__background-image--split-right.section__background-image--not-last {
		border-bottom-left-radius: 0
	}

	.section__background-image--split-right.section__background-image--not-first {
		border-top-left-radius: 0
	}

	.text-icon-figure__link {
		@inclue font-size(18px);
	}
}

@media (max-width:767px) {
	.section__background-image--split {
		
		margin: 6rem -2.5rem -6rem;
		padding-bottom:100%;
		position: static;
		width: calc(100% + 5rem)
	}

	.section__background-image--split-top {
		margin-bottom: 6rem;
		margin-top: -6rem
	}
}

.section__video-button {
	-ms-flex-align: center;
	align-items: center;
	background-color: #021639;
	border-radius: 50%;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 2.8125em;
	height: 8.5rem;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	line-height: 8.5rem;
	position: absolute;
	text-decoration: none;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8.5rem;
	z-index: 2
}

.section__video-button:hover {
	background-color: #0866ff
}

@media (max-width:767px) {
	.section__video-button {
		font-size: 2.1875em;
		height: 6.5rem;
		left: 50%;
		width: 6.5rem
	}
}

.slider--image {
	position: relative
}

@media (max-width:1023px) {
	.slider--image {
		margin: 0 1rem
	}
}

.slider--image .slick-list {
	overflow: visible !important
}

.slider--image [data-slide] {
	padding: 0
}


.slider--news {
	position: relative;
}


@media (max-width:1150px) {
	.slider--news {
		margin: 0 4rem
	}

	.slider--news .slick-list {
		overflow: visible !important
	}

	.slider--news [data-slides] {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc(100% + 2rem)
	}

	.slider--news [data-slide] {
		padding: 0 1rem
	}
}

@media (max-width:639px) {
	.slider--news {
		margin: 0 .5rem
	}

	.slider--news [data-slides] {
		margin-left: -.5rem;
		margin-right: -.5rem;
		width: calc(100% + 1rem)
	}

	.slider--news [data-slide] {
		padding: 0 .5rem
	}
}

.slider__button {
	background-color:#ffd94d;
	border-radius: 50%;
	border: 0;
	color: #021639;
	font-size: 1.125em;
	height: 5rem;
	position: absolute;
	top: 50%;
	width: 5rem;
	z-index: 1
}

.slider__button:hover,
.social-links__link {
	background-color: #021639;
	color: #fff
}

.slider__button[data-prev] {
	left: 0;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slider__button[data-next] {
	right: 0;
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

@media (max-width:480px) {
	.slider__button {
		display: none !important
	}
}

.social-links__items {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0
}

.social-links__item {
	margin-right: 1rem
}

.social-links__item:last-child {
	margin-right: 0
}

.social-links__link {
	border-radius: 50%;
	display: inline-block;
	font-size: .9375em;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	text-decoration: none;
	width: 3.5rem;
	vertical-align: middle
}

.social-links__link:hover {
	background-color: #021639
}

.testimonial {
	margin: 0 auto;
	max-width: 55rem;
	padding: 0
}

.testimonial__rating {
	color: #0866ff;
	font-size: 1.5625em
}

.testimonial__title {
	font-weight: 600;
	font-size: 1.125em;
	margin: 0;
	text-transform: uppercase
}

.testimonial__cite {
	font-size: .75em;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase
}

.text-icon-figure[href] {
	color: inherit;
	display: block;
	text-decoration: none
}

.text-icon-figure[href]:hover .text-icon-figure__link {
	border-bottom-color: #0866ff;
	color: #0866ff
}

.text-icon-figure--inline {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex
}

.text-icon-figure--inline .text-icon-figure__icon {
	margin-right: 3rem
}

.text-icon-figure--center {
	text-align: center
}

@media (max-width:767px) {
	.testimonial {
		max-width: none
	}

	.text-icon-figure--center .text-icon-figure__text {
		padding-right: 0
	}
}

.text-icon-figure--center .text-icon-figure__icon {
	    height: 3rem;
    max-height: 3rem;
    max-width: 3rem;

}

@media (min-width:1024px) {
	.text-icon-figure--center .text-icon-figure__icon {
		   height: 3rem;
    max-height: 3rem;
    max-width: 3rem;

	}
}

.text-icon-figure__icon {
	    height: 2.5rem;
    max-height: 2.5rem;
    max-width: 2.5rem;

}

.text-icon-figure__icon--large {
	height: 8rem
}

.text-icon-figure__icon--icon {
	color: #0866ff;
	font-size: 2.5em;
	height: auto
}

.text-icon-figure__title {
	color: #021639;
	font-size: 1.25em;
	line-height: 1.3;
	margin: 0;
	text-transform: capitalize;
}

.text-icon-figure__text {
	max-width: 90%;
}

@media (max-width:767px) {
	.text-icon-figure__text {
		max-width: none;
		padding-right: 2.5rem
	}
}

.text-icon-figure__text--center {
	margin: 0 auto;
	padding: 0
}

.text-icon-figure__link {
	border-bottom: 2px solid #0866ff;
	color: #0866ff;
	font-weight: 500;
	transition: all .3s ease-in-out
}

.text-image-figure {
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.text-image-figure[href]:hover .text-image-figure__title::after {
	width: 10rem
}

.text-image-figure[href]:hover .text-image-figure__link {
	border-bottom-color: #0866ff;
	color: #0866ff
}

.text-image-figure__title {
	color: #021639;
	font-size: 1.6em;
	line-height: 1.2;
	margin: 0;
	position: relative;
	text-transform: none
}

@media (max-width:767px) {
	.text-image-figure__title {
		font-size: 1.2em
	}
}



.text-image-figure__sub-title {
	color: #021639;
	font-size: 1.125em;
	font-weight: 500;
	margin: 0
}

.text-image-figure__text {
	max-width: 45rem
}

.text-image-figure__link {
	border-bottom: 2px solid #0866ff;
	color: #0866ff;
	font-weight: 500;
	transition: all .3s ease-in-out
}

@media (min-width:768px) {
	.text-image-figure__link {
		
	}
}

.text-icon-figure  {
	text-align: left;
}

.text-icon-figures--pre-title h3 {
	margin-bottom:8rem !important;
}

.text-icon-figures--pre-title.std h3,
.section__inner-content .section__text--narrow h3  {
    font-size:1.5em;
    font-weight: 500;
}

.section__inner-content .section__text--narrow h3 {
    margin-bottom:5rem !important;
}


.tick-list {
	padding: 0;
	margin: 0 auto;
	max-width: 22.5rem;
	text-align: left
}

.tick-list__item {
	margin-bottom: 1rem;
	padding-left: 3.5rem;
	position: relative
}

.tick-list__item::before {
	color: #021639;
	font-size: .9375em;
	left: 0;
	position: absolute;
	top: 3px
}

.video-figure {
	margin: 5rem 0;
	padding-bottom: 56.25%;
	position: relative
}

@media (max-width:767px) {
	.video-figure {
		margin: 4.5rem 0
	}
}

.video-figure iframe,
.video-figure video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.wpfs-form .wpfs-form-check-group {
	border: 0;
	display: none;
	margin: 0;
	padding: 0
}

.wpfs-form .wpfs-form-check-group-title {
	font-family:"neue-haas-grotesk-display", sans-serif;
font-weight: 500;
font-style: normal;
}

.wpfs-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block !important
}

.wpfs-form select~.wpfs-form-control {
	display: none !important
}

.wpfs-form .wpfs-form-select {
	position: relative
}

.wpfs-form .wpfs-form-select::after {
	color: #021639;
	font-size: .75em;
	pointer-events: none;
	position: absolute;
	right: 2rem;
	top: 2.125rem
}

.wpfs-form .wpfs-form-check:last-child {
	margin-bottom: 0 !important
}

.wpfs-form .wpfs-form-check input {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap
}

.wpfs-form .wpfs-form-check input:checked+.wpfs-form-check-label::before {
	border-color: #021639;
	color: #0866ff
}

.wpfs-form .wpfs-form-check a {
	border-bottom: 2px solid #0866ff;
	color: #0866ff;
	font-weight: 500;
	text-decoration: none
}

.wpfs-form .wpfs-form-check a:hover {
	border-bottom: none
}

.wpfs-form .wpfs-form-check-label {
	display: block;
	padding-left: 5.25rem;
	position: relative
}

.wpfs-form .wpfs-form-check-label::before {
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.wpfs-form .wpfs-form-error-message {
	color: #0866ff;
	display: block;
	font-size: 1em;
	margin-top: 1rem;
	text-align: left
}

.wpfs-form .wpfs-form-actions a,
.wpfs-form .wpfs-summary {
	display: none
}

.wpfs-form .wpfs-info-tooltip {
	margin-bottom: 1.5rem
}

.wpfs-form .wpfs-input-group-append {
	margin-top: 1rem
}

.wpfs-form .wpfs-btn-link {
	margin-bottom: 0 !important
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

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

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

.slick-track {
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto
}

.mfp-bg,
.mfp-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
	content: ''
}

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

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

.slick-slide img {
	display: block
}

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

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

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

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

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

.mfp-bg {
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	background: #021639;
	opacity: .8
}

.mfp-arrow,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-wrap {
	height: 100%;
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 5rem
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #02163981b;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a,
.mfp-preloader a:hover {
	color: #02163981b
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
	box-shadow: none;
	background: #02163981b;
	position: absolute;
	left: 0
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	position: absolute;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	font-style: normal;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #fff
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #02163981b;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid transparent
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid transparent
}

.mfp-iframe-holder {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1000px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	padding: 8rem 0;
	margin: 0 auto
}

.mfp-figure:after {
	top: 8rem;
	bottom: 8rem;
	right: 0;
	z-index: -1
}

.mfp-figure small {
	color: #e6e6e8;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -4rem;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #e6e6e8;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}


.section__video   {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .section__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 101%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }
  
  .section__video   .section__content,
  .section__video   .section__background-image,
  .section__video   .section__background-image--mobile {
    position: relative;
    z-index: 2;
  }

  .section__video::before {
    background: #0216398a;
    content:"";
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    left:0;
    top:0;
    }

.section__video video { 
    filter: contrast(1.4) brightness(0.8);
}

.section__video .section__primary-title,
.section__video .section__secondary-title,
.section__video .section__text
{
    color:#FFF;
}

.logo_section {
    display:flex;
    align-items: center;
    justify-content: space-between;

}

.logo_section .section__title {
    font-size:1em;
    width:15%;
    margin:0;
}

.logo-scroll-wrapper {
    width:85%;
}
.logo-block {
    display: grid;
    margin-left:4rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    width:100%;
  }

  .logo-block__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .logo-block__item img {
    max-width: 12rem;
    height: auto;
    max-height: 6rem;
    
}

.section--platforms .logo-block__item img {
	max-width: 100%;
}
  
  /* Mobile (below 768px) layout */
  @media (max-width: 767px) {
    .logo-block {
      grid-template-columns: repeat(3, 1fr);
    }
  
    
  }
  

.section__secondary-title img {
    max-width:30px; 
    margin-right:0.7em; 
} 


.section--text-image-figures .row .column-l-4:nth-child(2) {
      padding-left: 1em;
      padding-right: 1em
}

.section--text-image-figures  img {
	max-height:17.5rem;
	width: fit-content;
	display:inline-flex;
}

.section--text-image-figures .container > .section__text {
	margin-left:auto;
	margin-right: auto;
}

.figure-block-image {
	max-height: 60rem;
	 position: relative;
  display: inline-flex;
}


.section--dark-blue-gradient .figure-block-image,
.section--dark-blue-gradient .img--border,
.section--hero.section--dark-blue-gradient .hero-image {
    filter: drop-shadow(0 0 250px rgba(7, 92, 229, 1));
	position: relative;
	z-index: 1;
}

.section--dark-blue-gradient .std {
	position: relative;
	z-index: 2;
}


.section--dark-blue .text-image-figure__wrapper {
	padding:5rem;
    border-radius:25px;
    height:100%;
	border:1.5px solid #04398d;
	background: 
    radial-gradient(
      150% 150% at 80% 20%,           /* size & position (simulate -45deg) */
      rgba(7, 92, 229, 0.5) 0%,       /* #075ce5 @ 50% opacity */
      rgba(2, 22, 57, 0.5) 80%,       /* #021639 @ 50% opacity at 80% */
      rgba(2, 22, 57, 0.5) 100%
    ),
    radial-gradient(
      150% 150% at 20% 80%,           /* mirrored opposite */
      rgba(7, 92, 229, 0.5) 0%,
      rgba(2, 22, 57, 0.5) 80%,
      rgba(2, 22, 57, 0.5) 100%
    ),
    #021639;                          /* solid base fill */
}

.section--dark-blue .text-image-figure__wrapper p strong {
	color:#ffd94d;
}

.section--dark-blue .text-image-figure__title {
	color:#FFF;
}


.section--dark-blue .section__secondary-title {
	color:#ffd94d;
}



.section--slidercont.section--white .slick-slide {
}

.section--slidercont.section--dark-blue .slick-slide {
}

  .section--slidercont .slick-slide {
        margin-right:1em;
		border-radius: 25px;
  }

  .section--slidercont .slick-slide {
padding:4rem;
	border-radius:50px;
  }

  .section--blue.section--slidercont .slick-slide {
	border:1.5px solid #2176ff;
	background:#075ce5;
	color:#FFF;
	
  }


  .section--slidercont .slick-slide .text-image-figure__title
    {
      
    margin-bottom: 2rem !important;
    color:#FFF;
  }

  .section--slidercont .slick-slide .text-image-figure__text {
	margin-bottom: 2rem !important;
  }
  .section--slidercont .slick-slide .text-image-figure__text  {
   
    
    color:#FFF;
  }


    .section--white.section--slidercont .slick-slide  {
		background:#f2f7ff;
		color:#021639;
	}

  .section--white.section--slidercont .slick-slide .text-image-figure__title 
	  .section--white.section--slidercont .slick-slide  .text-image-figure__text,
	  .section--white.section--slidercont .slick-slide .text-image-figure__text,
	  .section--white.section--slidercont .slick-slide .text-image-figure__title{ 
		color:#021639;
  }

  .section--grey.section--slidercont .slick-slide {
	background:#FFF;
	color:#021639;
  }

   .section--grey.section--slidercont .slick-slide .text-image-figure__title 
	  .section--grey.section--slidercont .slick-slide  .text-image-figure__text,
	  .section--grey.section--slidercont .slick-slide .text-image-figure__text,
	  .section--grey.section--slidercont .slick-slide .text-image-figure__title{ 
		color:#021639;
  }

  .section--slidercont .slick-slide img {
       height: 3rem;
    max-height: 3rem;
    max-width: 3rem;
	margin-bottom: 2rem !important;
}

.section--slidercont .text-image-figure__title {
	    font-size: 1.5em;
    line-height: 1.3;
}

.section--big-social-proof .column-l-6 {
	padding:6rem !important;
}

.text-image-figure--review .text-image-figure__stars {
    max-width:10rem !important;
}

.text-image-figure__meta img {
	height: 4rem !important;
    max-height: 4rem !important;
    max-width: 4rem !important;
	margin-bottom: 0 !important;
}

.text-image-figure__meta img.text-image-figure__posted-on {
    height: 2rem !important;
    max-height: 2rem !important;
    max-width: 2rem !important;
    margin-bottom: 0 !important;
    margin-left: -0.25rem !important;
}


.text-image-figure__meta {
    display:flex;
    width:100%;
	align-items: center;
    
}

.text-image-figure__meta img:first-child {
    margin-right:1em;
	margin-bottom: 0 !important;
}

.text-image-figure__meta--wrap {
    display:flex;
    flex-direction:column;
    font-size:0.8em;
}

.text-image-figure__posted--wrap {
    display: flex; 
	align-items: center;
    
}

.text-image-figure__meta img.text-image-figure__posted-on {
    margin-right:0.25em;
}

.text-image-figure__reviewer {
    color: #0866ff;
    margin-bottom: 0.25em;
}

.section--blue .text-image-figure__reviewer {
	color:#FFF;
}

  .section--slidercont .text-image-figure__title {
  
  }


  .section--slidercont .button {
   
  }
  
  .section--slidercont .text-image-figure {
      
  }

  .text-image-figure__wrapper {
    position: relative;
  }
  


  
  .text-image-figure__overlay-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    text-indent: -9999px;
  }
  
  .text-image-figure .button {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .text-icon-figure__text strong {
    font-weight: 700;
    margin-bottom: 1.5rem !important;
  }

  .section--counters .text-icon-figure__title {
    font-size:2em;
    margin-bottom: 0.5rem !important;
  }
  

  .section--bigimage .section__inner-content,
  .section--points-image .section__inner-content {
        max-width: 40rem;
  }
  


.section--social-proof .section__content--inline {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
}

.section--social-proof .section__tertiary-title {
	margin:0 3rem;
}

.section--social-proof .section__rating-wrap {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.section--social-proof .section__sp-rating  {
	max-width:10rem;
  }
  
  .section--social-proof .section__sp-image {
      max-width:12.5rem;
  }
  

  .section--platforms .container {
    display:flex;
    justify-content: center;
    align-items:center;
}


 .section--platforms .container .logo-block {
    display: flex;
    flex-direction: row;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

  .section--platforms .logo-block__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 2.5em;
    min-width: 2.5em;
}

.points {
    gap:1em;
    display:flex;
    flex-direction: column;
}

.points__item {
	font-weight: 600;
	border-radius: 25px;
	text-align: left;
	padding:2.5rem;
}
.section--dark-blue .points__item {
	
	background: 
    radial-gradient(
      150% 150% at 80% 20%,           /* size & position (simulate -45deg) */
      rgba(7, 92, 229, 0.5) 0%,       /* #075ce5 @ 50% opacity */
      rgba(2, 22, 57, 0.5) 80%,       /* #021639 @ 50% opacity at 80% */
      rgba(2, 22, 57, 0.5) 100%
    ),
    radial-gradient(
      150% 150% at 20% 80%,           /* mirrored opposite */
      rgba(7, 92, 229, 0.5) 0%,
      rgba(2, 22, 57, 0.5) 80%,
      rgba(2, 22, 57, 0.5) 100%
    ),
    #021639;              
	color:#FFF;
	
}

  .pre-image {
    max-width: 20rem;
    max-height: 8rem;
    align-self: flex-start;
}



  .tabs__nav-button {
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: bold;
  }
  .tabs__nav-button.is-active {
    border-bottom: 2px solid currentColor;
  }
  .tabs__panel {
    display: none;
  }
  .tabs__panel.is-active {
    display: block;
  }

  .tabs__panels {
    position: relative;
    padding-bottom: 10rem;
    padding-top: 10rem;
}


  .tabs__nav-button img { 
    max-width:40px; 
    margin-right: 1em;
} 
.tabs__nav-button { 
    display:flex; 
    justify-content: center; 
    align-items: center; 
} 

.tabs__nav {
    display: flex;
    justify-content: stretch;
    gap: 0;
    margin-bottom: 0;
    background:#0866ff !important;
    padding:0;
    margin-top:0;
}

.tabs__nav  li {
    width:100%;
    list-style:none;
}
.tabs__nav-button.is-active {
    background:#003e80 !important; 
}

.tabs__nav-button { 
    background:#0866ff !important;
}

.tabs__panel img  { 
   
    object-fit:cover; 
}

.tabs__panels {
   
    display: flex;
        flex-direction: column;
        justify-content: center;
}

.section--tabs > .container > h2 {
    text-align: center;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10rem !important;
}

.tabs__nav-button {
    width:100%;
    padding:1em 2em;
}

.tabs__title {
    font-size: 2em;
    line-height: 1.3em;
}

.footer__section svg { 
    max-width:25px; 
    fill:#0866ff; 
    margin-bottom: 1em;
}

.ul--socials a:not(:last-child) {
    margin-right:10px;
}

.ul--socials a{
    display: inline-flex;
    justify-content: center;
	border-bottom: none !important;
    align-items:center;
	text-decoration: none !important;
	font-size: 25px;
	border: none;
}

.ul--socials a {
    color:#0866ff !important;
}


.ul--socials a:hover {
    color:#0866ff;
    text-decoration: none;    
}

@media screen and (max-width:1023px) {

	.header__top-inner {
		padding:1rem 1.5rem;
		justify-content: space-between;
	}
	.header__top-callout {
		font-size: 0.8em;
		font-weight: 600;
	}

	.header__top-inner .button {
    padding: 1rem 1.5rem !important;
    font-size: 0.8em;
}



    .button--headerenquiry.button--yellow, 
	.header__top-link  {
        display: none;
    }



   .header--expanded .header__top-link {
    display: none !important;
}
    
   
    
    .button { 
        padding-left:2em !important;
        padding-right:2em !important;
    }

    .section__video .section__background-image {
        display: none;
    }

    .logo_section {
        flex-wrap:wrap;
    }

    .header__button-icon {
        background-image:url("../img/menu.svg");
        width:25px;
        height: 25px;
        background-size:cover;
    
    }

    .header__button-icon.icon--close {
        background-image:url("../img/close.svg");
    }

    .header-mob-call svg { 
        width:25px; 
        fill:#0866ff; 
    } 
    
    .header-mob-call { 
        margin-right:0; 
        margin-left:auto; 
    }
    .header__button { 
        margin-left:auto !important;  
    } 
    .header-mob-call {
         display:flex; 
    } 

    .logo_section .section__title {
        width:100%;
        font-size:0.8em;
        margin-bottom: 2em;
        display: none;
    }

    .logo-block {
        margin-left:0;
        width:100%;
    }

    .logo-block__item img {
        max-width: 7rem;
        height: auto;
        max-height: 3.5rem;
    }

    .logo-scroll-wrapper {
        overflow: hidden;
        width: calc(100% + 5em);
        margin-left: -2.5em;
        margin-right: -2.5em;
        padding-left: 2.5em;
        position: relative;
        box-sizing: content-box;
      }
      
          .logo-block {
        display: flex;
        gap: 2rem;
        transform: translateX(0);
        will-change: transform;
        box-sizing: content-box;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }
      
      
      .logo-block.animate {
        animation: scroll-logos 10s linear infinite;
      }

      .logo-block__item {
        flex: auto;
        width: 33%;
    }

      
      
      @keyframes scroll-logos {
        0% {
          transform: translateX(0); /* starts exactly at visible start */
        }
        100% {
          transform: translateX(-50%); /* scrolls halfway (duplicated content) */
        }
      }

      .section__secondary-title img {
        max-width:25px;
      }

     

    .tab__link-title {
        display: none;
    }

    .tabs__nav-button img {
        max-width: 30px;
        margin-right: 0;
    }

    .tabs__panels {
        position: relative;
        padding-bottom: 6rem;
        padding-top: 6rem;
    }

    .section--tabs > .container > h2 {
        padding-bottom:6rem !important;
        text-align: left;
    }

    .tabs__title {
        font-size: 1.4em;
        line-height: 1.3em;
    }

    .tabs__panel img {
        padding-bottom: 0;
        width: calc(100% + 5rem);
        overflow: visible;
        min-height: 300px;
        max-width: none;
        margin: 0rem -2.5rem -6rem;
    }

    .pre-image {
        max-width: 15rem;
    }

    .section__video {
        min-height: calc(80vh - 100px);
        display: flex;
        align-items: center;
    }

    .tabs__nav {
        justify-content: center;
    }

    .tabs__nav li {
        width:20%;
    }


	.section--text-image-figures .row .column-l-4:nth-child(2) {
		padding:1em 0;
	}

	.section--dark-blue .text-image-figure__wrapper {
		padding:3rem;
	}

	.section--text-image-figures img {
		max-height: 12.5rem;
		width:auto;
		max-width: 100%;
		width: 12.5rem;
	}

	
	.section--social-proof .section__content--inline {
		flex-wrap:nowrap;
	}

	.section--social-proof .section__tertiary-title {
		margin: 0 2rem;
		font-size: 0.8em;
	}

	.section--social-proof .section__title-wrap {
		margin-bottom: 0 !important;
	}
	.section__rating-title {
		display: none;
	}

	.section--social-proof .section__sp-image {
    max-width: 7rem;
}

.section--social-proof .section__sp-rating {
	min-width: 7rem;;
}

.section--big-social-proof .column-l-6 {
	padding:4rem !important;
}

.text-image-figure__text, .std p{
	font-size: 0.9em;
}


.section--slidercont .slick-slide {
	padding:3rem;
}

.section--slidercont .slick-slide {
	border-radius: 25px;
}

}




.header__sub-nav-link img {
    max-width: 120px;
    object-fit: cover;
    max-height: 120px;
    margin-right: 1em;
}

.header__sub-nav-link {
    font-weight: 700;
text-decoration: none;
display: inline-flex;
justify-content: center;
align-items: center;
padding-right:1em;
}

.header__sub-nav-link span { 
    width:100%;
    display: block;
    text-align:center;
}
.header__sub-nav-link {
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
        background: #004999;
}


@media screen and (min-width:767px) {
    .header__sub-nav-items {
        display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap:1em;
    } 

    .header__sub-nav-link {
        width:100%;
    }

    .header__sub-nav-item {
        width:100%;
     }
}  

@media screen and (max-width:1023px) {
    

    .header__sub-nav-link span {
        text-align: left;
    }
    .section__video::before {
        background: #0216398a;
    }


    .header__sub-nav-link img {
        max-width: 60px;
        object-fit: cover;
        max-height: 60px;
        margin-right: 1em;
    }

    .header__sub-nav-link {
        font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    }
    .header__sub-nav-link {
        font-weight: 700;
        text-decoration: none;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background: #004999;
    }

   

}




@media screen and (min-width:767px) {
    .logo_section  .section__title-uk {
        display: flex        ;
        align-items: center;
        width: auto;
        margin-right: 20rem;
    }

    .logo_section-uk {
        justify-content: center;
    }
    .logo_section  .madein-uk-logo-right .section__title {
        white-space: nowrap;
        width:auto;
    }

    .madein-uk-logo-right .logo-block {
        display: flex;
        gap:4rem;
        width:auto;
    }

    .madein-uk-logo-right {
       
        display: flex;
        justify-content: center;
        align-items: center;
        width:auto;
    }

    .logo_section   .section__title-uk img {
        max-width: 30px;
        margin-right: 0.7em;
    }

    .section--bigimage .img--block  {
         max-height:50rem; 
         width:auto; 
         margin-left:auto; 
         margin-right:auto;  
    }

	 .section--bigimage .img--block.img--small { max-width: 35rem; width:35rem; }
	 .section--bigimage .img--block.img--med { max-width: 70rem; width:70rem; }
	 .section--bigimage .img--block.img--large { max-width: 100rem; width:100rem; }


}




@media screen and (max-width:767px) {
    .section__title-uk {
        display: inline-flex !important;
        align-items: center;
        justify-content: flex-start;
     }


    .section__title-uk img {
        max-width:25px;
        margin-right: 0.7em;
        }

}


.section--dark-blue-gradient-parent .column-l-6,
.section--dark-blue-gradient-parent .container--narrow,
.section--dark-blue-gradient-parent .container h2,
.section--dark-blue-gradient-parent h3,
.section--dark-blue-gradient-parent .section--text-icon-figures .row,
.section--dark-blue-gradient-parent .section--text-icon-figures .button-group,
.section--dark-blue-gradient-parent .section--text-icon-figures .section__call-out-bar
 {
	position: relative;
	z-index: 2;
}



.section--dark-blue-gradient  .column-l-6.image-column {
	position: relative;
	z-index:1;
}
@media screen and (min-width:767px){ 
    .footer__section p {max-width:80%; }
    .section--hero .section__primary-title {
        max-width:55rem;
    }

	.section--hero .hero-image,
	.section--split-block .split-image {
		max-height:60rem;
	}

	.section--hero.section--hero-contact .hero-image {
		max-height: 50rem;
	}

	.section--points-image .img--block {
		        max-height: 50rem;
        width: auto;
        margin: 0 auto;
	}

	 .column-l-6.image-column {
		text-align: center;
	
	}

    .section--fwimage .section__primary-title, .section--slidercont .section__primary-title { 
        max-width:70rem;  
        margin-left:auto; 
        margin-right:auto; 
    }

    .section--form .section__secondary-title {
      
        display: block;
    }
}



.cta-image {
    max-width:22.5rem;
    margin-top:8rem;
}

.std ul li { list-style:square; }
.std ::marker { color:#0866ff; }

::selection {
    background:#0866ff;
}

.section--fwimage {

    padding-bottom: 0;
}


.section--bigimage .img--block.img--block-fw {
    max-height: 700px;
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 0 !important;
    width: 100%;
    margin-top: 15rem !important;

}
@media screen and (max-width:767px) {
    .section--bigimage .img--block.img--block-fw {
       
        margin-top: 6rem !important;
        min-height: 300px;
    }

    .text-icon-figure svg {
        min-width: 20px;
        width:20px;
    }

	.section--slidercont .slick-slide img {
		max-width: 2.5rem;

	}

	.section--slidercont .text-image-figure__title {
		font-size: 1.25em;
	}

	
}



.text-icon-figure svg {     max-width: 25px;
    fill: #0866ff;
    margin-right : 1em; 

}


.section--form .text-icon-figure svg {
    fill:#ffd94d;
}

.section--form .std--em-links a {
	font-family: neue-haas-grotesk-display, sans-serif;
}

    .section--dark-blue .breadcrumbs__link::after {
        color:#FFF;
    }


    /*
    .section--dark-blue .section__secondary-title {
        color:#0866ff !important; 
    
    } 

    .section--white .section__secondary-title {
        
        color:#0866ff !important; 
    } 

    */


.section--pricing {
    position: relative;
    z-index: 2;
}


.section--pricing > .container {
	padding-top:3rem;
}

.section--pricing:first-child {
	padding-top:0;
}
	
.section__form {
	border:1.5px solid #04398d;
	padding:5rem;
	border-radius:50px;
		background: 
    radial-gradient(
      150% 150% at 80% 20%,           /* size & position (simulate -45deg) */
      rgba(7, 92, 229, 0.5) 0%,       /* #075ce5 @ 50% opacity */
      rgba(2, 22, 57, 0.5) 80%,       /* #021639 @ 50% opacity at 80% */
      rgba(2, 22, 57, 0.5) 100%
    ),
    radial-gradient(
      150% 150% at 20% 80%,           /* mirrored opposite */
      rgba(7, 92, 229, 0.5) 0%,
      rgba(2, 22, 57, 0.5) 80%,
      rgba(2, 22, 57, 0.5) 100%
    ),
    #021639;      
	margin-left:10rem;	
}





div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background:#ccffbd !important;
	border:1px solid #ccffbd !important;
	margin-bottom:0 !important;
	border-radius: 10px !important;
}

    .wpforms-field.wpforms-field-radio ul { 
        display:grid;  
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); 
    
    }

	div.wpforms-container-full {
		margin:0 !important;
	}

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
        display: block;
        margin-top: 12px;
        color: #021639 !important;
        font-weight: 700;
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
        max-width: 30px !important;
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
        border:2px solid #0866ff !important;
        background: #0866ff !important;
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
        color:#FFF !important;
    }
    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
        border:2px solid #FFF !important;
    }

    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
        position: static !important;
    }
    div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
        top: 0 !important;
    right: 0 !important;
    left: auto !important;
    margin: 0 !important;
    background:#0866ff !important;
        border-radius: 0 0px 0 10px !important;
        color:#FFF !important;
    
    }

    div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form .is-focused .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
        border:2px solid #0866ff !important;
    }

    div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
        border:2px solid #FFF !important;
        padding:15px !important;
        border-radius: 10px !important;
        height: 50px !important;
        color:#021639 !important;
    }

body .iti input.iti__tel-input, body .iti input.iti__tel-input[type=tel], body .iti input.iti__tel-input[type=text], div.wpforms-container .wpforms-form .iti input.iti__tel-input, div.wpforms-container .wpforms-form .iti input.iti__tel-input[type=tel], div.wpforms-container .wpforms-form .iti input.iti__tel-input[type=text], div.wpforms-container-full .wpforms-form .iti input.iti__tel-input, div.wpforms-container-full .wpforms-form .iti input.iti__tel-input[type=tel], div.wpforms-container-full .wpforms-form .iti input.iti__tel-input[type=text], #wpforms-conversational-form-page .iti input.iti__tel-input, #wpforms-conversational-form-page .iti input.iti__tel-input[type=tel], #wpforms-conversational-form-page .iti input.iti__tel-input[type=text]{
	padding-left:50px !important;}

    div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    cursor: pointer;
    display: inline-flex;
    font-size: 1em !important;
    justify-content: space-between;
    font-weight: 700 !important;
    line-height: 1;
    padding: 1.5rem 3.5rem !important;
    text-align: center !important;
    max-width: fit-content;
    text-decoration: none;
    white-space: nowrap;
    background-color: #ffd94d !important;
    color: #021639 !important;
    vertical-align: middle;
    min-height: 50px;
    border: 2px solid #ffd94d !important;
    border-radius: 50px;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
 background-color: #021639 !important;
 color:#FFF !important;
 border: 2px solid #021639 !important;
}
    div.wpforms-container-full .wpforms-form .wpforms-submit-container {
        text-align: left !important;
    }

	.section__form .wpforms-submit-container {
		margin-top:3rem !important;
	}

    .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
        background-color: #0866ff !important;
    }

    .flatpickr-day {
        color:#021639 !important;
        font-weight: 700 !important;
    }

    .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
        color:#FFF !important;
    }

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
        height: 120px !important;
		border-radius: 10px !important;
    }


 
    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        font-size:18px !important;
		color:#FFF !important;
		font-weight: 400 !important;
    }

	div.wpforms-container-full .wpforms-field-sublabel, .wp-core-ui div.wpforms-container-full .wpforms-field-sublabel {
		color:#FFF !important;
	}

	.logo_section .section__title-uk.no--logos {
		margin-right: 0;
	}

	

	@media screen and (max-width:767px) {
        .wpforms-field.wpforms-field-radio ul {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        }

        .section--form-page .section__background-image { 
            padding-bottom: 50%;
        }

		.logo_section .section__title-uk.no--logos {
			margin-bottom: 0;
		}
    }

	.button--info {
		min-width:100%;

	background-color: #FFF;
	}

	.accordion-item__content-inner {
		border:none;
		background:#FFF;
	}

	.button--info::after {
		color:#0866ff;
	}

	@media screen and (min-width:767px) {
		.header__sub-nav-link span {
			width: 100%;
			font-size: 1.125em;
			display: block;
			text-align: center;
			max-width: calc(100% - 50px);
			white-space: wrap;
			padding: 0 25px;
		}

		.header__nav-item.services .header__sub-nav-items {
			grid-template-columns: repeat(5, 1fr);
		}
	}



	

	.text-image-figure:hover .button--blue {
		background-color: #021639;
	}

	blockquote {
		background:#f5e7dc;
		background: #f5e7dc;
		margin: 0;
		padding: 2em;
		font-style: italic;
		font-weight: 700;
	}

	blockquote span {
		font-style:normal;
		color:#004999;
		display: block;
		font-weight: 500;
		margin-top:0.5em;
	}

	@media (min-width: 1024px) {
		.std--large li, .std--large p {
			font-size: unset !important;
		}
	}

	.footer .button svg { 
		fill:#FFF; 
		margin-bottom:0; 
	} 

	.footer .button:hover {
		text-decoration: none;
	}


	.std--em-links a.button--blue { color:#FFF; font-weight:700; text-decoration:none; border:none; margin-top:0.5em;
	} 
	
	.std--em-links a svg  { fill:#FFF !important; }  
	
	.std--em-links a.button--blue:hover { text-decoration:none; border:none;  } 

	@media screen and (min-width:1023px) {

		.currency-switcher {
        display: flex;
        justify-content: center;
		
        gap: 1rem;
        align-items: center;
		              margin: -7rem auto 11rem auto !important;
        background: #053484;
        max-width: fit-content;
        border-radius: 50px;
        padding: 0.5rem;
        font-size: 0.7em;
    }
.currency-btn {
  border: none;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  padding:0.5rem;
  font-weight: 600;
}
.currency-btn.active {
  background: #1956b7;
}

		.header__nav-item.home,
		.header__nav-item.login {
			display: none;
		}
		
			.section--dark-green .pre-image {
				max-width: 25rem;
				max-height: 17.5rem;
			}
	}


	 .header__cta-mobile {
			display: none;
		 }

	

	@media screen and (max-width:767px) {
		.header__sub-nav-link span 		{
			line-height: 1em;
		}

		.header--expanded .header__top-link, .button, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
			justify-content: center !important;

		}

		div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
			min-width: 100% !important;
		}	

		.section--split-block .section__inner-content > div:nth-child(2) {
		margin-top:6rem !important;
	}
		
		.image--top-mob.section--split-block .section__inner-content > div:nth-child(3) {
			margin-top:0rem !important; 
		}

		small.price__points {
    display: flex;
        gap: 0.5em;
        font-size: 0.9em !important;
        flex-wrap: wrap;
    }
    
    small.price__points strong {
                display: block;
        width: 40%;
        font-size: 0.9em;
    
    }
		
		.section--platforms .container{
			flex-wrap:wrap;
			justify-content: flex-start;
		}
		
		.section--platforms .container .section__tertiary-title {
			font-size: 0.8em;
		}

		.section--platforms .container .logo-block {
			width: 100%;
			justify-content: flex-start;
		}

		.section--platforms .logo-block__item {
			max-width: 1.75em;
						min-width: unset;
		}

		.section--platforms .logo-block__item img {
			max-width: 1.75em;
			width:1.75em;
		}		

		.section--points-image .column-l-4:first-child {
			order:2; 
		}

		.section--points-image .column-l-4:last-child {
			order:3;
		}

		.news-figure__meta {
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			gap: 0.5em;
		}

		.news-figure__overlay a.button--small[class*=button--ghost] {
			padding-left:1em !important;
			padding-right: 1em !important;
		}

		.news-figure {
			border-radius: 25px;
		}

		.news-figure__image {
			border-radius: 25px 25px 0 0;
		}
		.news-figure__overlay {
			border-radius: 0 0 25px 25px;
			padding:3rem;
		}

		.cta-image {
			max-width: 15rem;
			margin-top: 5rem;
		}

		.footer__title {
			font-size: 1em;
		}

		.footer__nav-link {
			font-size: 0.9em;
		}

		.footer__top .row {
			gap: 0;
			justify-content: flex-start;
		}

		 .points__item {
			font-size: 0.9em;
		 }

		.header__nav-link {
			font-size: 0.9em;
		}
		    .header--expanded .header__cta-mobile {
        position: fixed;
        bottom: 0;
        display: inline-flex;
        width: 100%;
        padding: 1.5em 1.5em 0 1.5em;
        border-top: 1.5px solid #04398d;
        border-radius: 50px 0 0 0;
        left: 0;
        align-items: flex-end; 
	}

	.header__cta-mobile--wrap {
    padding-bottom:1.5em;
	align-self: center;
}
	 .header--expanded .header__cta-mobile img {
		margin-top:0;
		max-height: 14rem;
		justify-self:flex-end;
				margin-left:3rem;
	 }

	 .section__content--side.side--center .section__primary-title {
		text-align: left;
		margin-left:0;
	 }

	 .section--bigimage .img__wrap {
		text-align: left;
		display: flex;
		justify-content: flex-start;
	 }

	 .section--bigimage .img--block {
			max-height: 15rem;
			min-width: 25rem;
        margin-right: auto;
        width:auto;
	 }

	  .section--bigimage.section--red .img--block {
			max-height: unset;
			
	 }

	 .section__content--side.side--center {
		text-align: left;
		justify-content: flex-start;
		align-items:flex-start;
	 }

	 .center .section__secondary-title, .std.center {
		margin-left:0;
		text-align: left;
	 }

	 .section--dark-blue-gradient .img--border {
		border-radius: 25px;
	 }

	 .text-icon-figures--pre-title h3 {
		margin-bottom: 4rem !important;
		text-align: left;
	 }

	 .section--pricing > .container {
		padding-top:0;
	 }

	 .section--pricing  .container > .section__text    strong,
	  h3.pricing__header  strong 
	 {
    display: block;
    width: 40%;
    font-size:0.9em;
}

.section--pricing  .container > .section__text,
 h3.pricing__header   {
    display:flex;
    gap:0.5em;
	 font-size:0.9em !important;
    flex-wrap:wrap;
}


.pricing-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.pricing-tab {
  padding: 0.5rem 1rem;
  width:100%;
  background:none;
  font-size: 0.8em;
  border:none !important;
    font-weight: 600;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
.pricing-tab.active {
  background: #0866ff;
  color: #fff;
  border-radius: 50px;
}

.pricing-tab:hover,
.pricing-tab:focus {
	border-radius: 50px;
}
    .currency-switcher {
        display: flex;
        justify-content: center;
		
        gap: 1rem;
        align-items: center;
		        margin: -3rem 0 3rem 0 !important;
        background: #053484;
        max-width: fit-content;
        border-radius: 50px;
        padding: 0.5rem;
        font-size: 0.7em;
    }
.currency-btn {
  border: none;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  padding:0.5rem;
  font-weight: 600;
}
.currency-btn.active {
  background: #1956b7;
}
.label--boxed {
        height: 30px;
        border-radius: 50px;
        left: 3rem;
        width: 40%;
        margin-top: -15px;
        font-size: 0.7em;
    }
.proposition-box {
	border-radius: 25px;
	
}

.proposition-box--popular {
	border-radius: 25px;;
}
    .pricing-tabs {
        margin-bottom: 4rem;
        background: #021639;
        padding: 0.5em;
        border-radius: 50px;
    }

.pricing--plans .column-l-4 {
	margin-bottom: 0 !important;
}

.header__nav-link--active {
	color:#ffd94d !important;
}

.proposition-box__header {
    text-align: left;
    justify-content: flex-start;
}

.proposition-box__text {
    margin-left:0 !important;
}

.proposition-box {
    text-align: left !important;
    justify-content: flex-start;
    display: flex;
	flex-direction: column;
}

.proposition-box__text:last-child {
    margin-bottom:0; 
}


.proposition-box__price {
	font-size: 1.5em;
}

.proposition-box__text img {
  height: 3.5rem;
  width: auto;    
  max-width: 100%;  
  display: inline-block;
  vertical-align: middle;
}

.std p {
  display: block;   
  text-align: left;
}

/* Kill any card-level filters entirely */
.proposition-box { filter: none !important; }

/* When popular is active, glow the row instead */
.pricing--plans.has-popular-glow{
  filter: drop-shadow(0 0 5px rgba(7, 92, 229, 0.5));
}


.section--split-block.image--top-mob .section__inner-content > div:nth-child(2) {
    margin-top:5rem !important;
    margin-bottom: 0 !important;
}

.section__sub-nav-items {
        flex-wrap: wrap;
        border-radius: 25px;
        justify-content: flex-start;
        font-size: 0.8em;
    }

.section__title-wrap--center {
	text-align: left;
	display: flex;
}
.section__sub-nav-link {
    white-space: nowrap !important;
    padding:1rem 1.25rem !important;
}

.portfolio__items {
	justify-content: flex-start;
}
.pagination {
	justify-content: flex-start;
}
.portfolio-figure {
	height: 100%;
}

.portfolio-figure .news-figure__overlay {
	
	height: 100%;
        justify-content: flex-start;
}

.portfolio__items .column-m-6 {
	        width: 50% !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}

.portfolio-figure .news-figure__title {
	font-size: 0.9em;
}

   .portfolio-figure  .news-figure__overlay a.button--small[class*=button--ghost] {
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
		margin-right: 0.5em;
    }


	#portfolio-modal .modal__content {
    flex-direction: column;
    border-radius:0;
    padding:6rem 1.5rem;
	
}

.portfolio-modal__media  {
    min-width: 100%;
        max-width: 100% ;
        height: 400px;
        min-height: 400px;
        padding-bottom: 30px;
}
.portfolio-modal__media img {
    max-width: 100%;
    min-height: unset;
    height:auto;
    min-width: 100% ;
    border-radius:25px;
}

.portfolio-modal__body {
    max-width: 100% ;
    
}

#portfolio-modal-title {
	font-size: 1.25em;
}
.portfolio-modal__body {
    padding-left:0;
}

.portfolio-modal__tags span {
    pointer-events: none;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
}

.modal {
	
	
  align-items: flex-start;
}
.modal__close-button {
    border: 0;
    font-size: 1.5625em;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    position: fixed;
    background: #021639;
    right: 0;
    top: 0;
    border-radius: 0 0 0 25px;
    color: #FFF;
    width: 5rem;
}

    .article {
        margin: 0;
        padding-top: 0;
    }

	    .article__figure {
        padding: 15rem 2.5rem 3rem;
        border-radius: 25px;
    }

	.article__content {
        padding: 5rem 0;
        margin-top: 0;
    }

	.article__title {
		text-align: left;
	}

	.article__meta {
		text-align: left;
		justify-content: flex-start;
		padding-top:0;
	}

	.article__content .std h2 {
		font-size: 1.25em;
	}

	.std ul li {
		font-size: 0.9em;
		font-family: source-sans-pro, sans-serif;
	}

	.row--vertical .text-image-figure > img {
    align-self:flex-start;
    justify-self:flex-start;
    justify-content: flex-start;
    margin-right:auto;
    padding-bottom:3rem;
    max-height: 20rem !important;
    max-width:15rem !important;
}

.section--hero.section--collapse .section__content {
	margin-bottom: 0;

}

.section--hero.section--collapse {
	min-height: 0;
}

.section--text-image-figures--smaller .text-image-figure__wrapper {
    padding: 1.5rem 1.5rem;
}


.row--vertical .text-image-figure > img {
	max-width: 12.5rem !important;
}

.section__form {
	margin:0rem 0 5rem 0;
	padding:3rem;
	border-radius: 25px;
}

.section--form .row {
    flex-direction:column-reverse;
}

.news-figure__meta .std {
	font-size: 0.8em;
}


}



::-webkit-scrollbar {
  width: 8px;             
}

::-webkit-scrollbar-track {
  background: #FFF;    
  border-radius: 10px;;
}

::-webkit-scrollbar-thumb {
  background-color: #ffda4d; 
  border-radius: 10px;
  border: 2px solid #FFF;  
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e6c33f;
}


/* Shell */
#getstarted-modal {
  
  align-items: center;
  justify-content: center;
  padding: 0rem;
  z-index: 9999;
}

/* Content frame */
#getstarted-modal .modal__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1000px;
  padding:0 !important;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  min-height: 50vh;
}



/* Left panel */
.gs-left{
  flex: 0 0 44%;
  background:#0866ff;
  color:#fff;
  padding:6rem;
  display:flex; flex-direction:column; justify-content:center;
}
.gs-left__logo{ 
	max-width:6rem; 
	height:auto; 
	margin-bottom:3rem; 
}

.gs-left__title{ 
	font-size:2.5em; 
	line-height:1; 
	color:#FFF; 
	margin:0 0 1rem; 
}

.gs-left__sub{ 
	font-size:1em;
	margin:3rem 0 0 0; 
}

.gs-left__bullets{ 
	font-size:1rem; 
}

.gs-left__sub ul {
	list-style:none;
	padding:0;
	margin:0;
}

.gs-left__sub li {
    font-weight:600;
}

.gs-left__sub li:not(:last-child) {
    margin-bottom:0.5em;
}


/* Right panel (form) */

.gs-right__text {
    margin-bottom:3rem;
}


.gs-form{
  flex: 1 1 56%;
  padding:6rem;
  background:#fff;
  display:flex; 
  align-items:flex-start; 
  justify-content:center;
  flex-direction: column;
}

.gs-form__inner{ 
	width:100%; 
	max-width:560px; 
}

#wpforms-807 .gs-form__label{
  display:block !important;
  font-weight:700 !important;
  font-size:.8em !important;
  margin:0 0 .35rem !important;
  color:#021639 !important;
}

#wpforms-807 .gs-form__input {
  width:100% !important;
  background:#FFF !important;
  border:2px solid #e6ecff !important;
  border-radius:50px !important;
  padding:1.75rem !important;
  font-size:16px !important;
  margin:0 0 1rem !important;
  outline:none !important;
}

#wpforms-807  .gs-form__input:focus{
	 border-color:#0866ff !important; 
	 box-shadow:0 0 0 3px rgba(8,102,255,.12) !important;
	}


#gs-wpforms-wrap {
	width:100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}



@media (max-width: 768px){

	footer[data-wpr-lazyrender] {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
  display: block !important;
}

  #getstarted-modal{ 
	padding:0; 
	justify-content: flex-start;
	align-items: flex-start;
}
  #getstarted-modal .modal__content{
    flex-direction:column;
    max-width:100%;
    min-height:100vh;
    border-radius:0;
  }

      .gs-left {
        align-items: flex-start;
        text-align: left;
        flex-wrap: wrap;
        flex: unset;
		padding:3rem 1.5rem;
    }

	.gs-left__sub {
		text-align: left;
		column-count: 2;
		display: block;
		width: 100%;
		    margin: 1rem 0 0 0;
	}

	.gs-left__title {
		font-size: 2em;
	}

	.gs-left__logo{
		max-width:4rem;
		margin-bottom: 2rem;
	}

	.gs-left__sub li {
		font-size: 0.8em;
	}

	.gs-form {
    padding:3rem 1.5rem !important;
    flex:unset;
    justify-content: flex-start;
    align-items:flex-start;
  
}

.gs-right__text {
	font-size: 0.9em;
}

}

#cc-trial-app {
    width:100%;
}

.support-note {
	color:#021639;
	font-size: 0.9em;
	font-weight: 600;
}

.support-note a {
border-bottom: 2px solid #0866ff;
	color: #0866ff;
	font-weight: 600;
	text-decoration: none	
}

@media screen and (min-width:1023px) and (max-width:1400px) {
	body {
		    font: 16px / 1.4 "neue-haas-grotesk-display", sans-serif;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	body {
		    font: 16px / 1.4 "neue-haas-grotesk-display", sans-serif;
	}

	.header__nav-item.about,
	.header__nav-item.contact {
		display: none;
	}

	.header__top-link svg {
		margin-right: 0;
	}

	.header__top-text {
		    font-size: 0;
    margin-left: 0;
	}

	.header + :is(section, div) {
    padding-top: var(--header-offset-tablet);
}

.center .section__secondary-title, .std.center {
	margin-left:auto;
	text-align: center;
}

.section--hero .column-l-6:first-child .section__content {
    max-width: 80%;
}

.header__logo-image, .header--is-sticky .header__logo-image {
	width:25rem;

}

.section--text-image-figures .row .column-l-4:nth-child(2) {
    padding:0 !important;
}

.section--text-image-figures .row { 
    gap:1em; 
}

.section--text-image-figures .row .column-l-4 {
    width:calc(33.33% - 0.6666em);
}

.container >  .button-group {
	width:100%;
	justify-content: center;
}

.center .section__call-out-bar {
	margin-left:auto;
}
.section__primary-title.center {
    max-width:50rem;
}
	

.center .container > .section__call-out-bar {
	margin-left:auto;
}

.section--platforms .container .logo-block {
	margin-left:3rem;
}

.section--platforms .logo-block__item img {
    max-width: 100%;
    max-height: unset;
    min-height: unset;
    height: auto;
}

.section__rating-title  {
	display: inline;
}

.section__primary-title.center {
	margin-left:auto;
	text-align: center;
}

.text-icon-figure__text {
    max-width: 100%;
}

.section__content--narrow.section--flex-center {
}

 .section--points-image .column-l-4:first-child  .section__inner-content {
     margin-left:0;
 }
 
  .section--points-image .column-l-4:last-child  .section__inner-content {
     margin-right:0;
 }

 
		    .header--expanded .header__cta-mobile {
        position: fixed;
        bottom: 0;
        display: inline-flex;
        width: 100%;
        padding: 1.5em 1.5em 0 1.5em;
        border-top: 1.5px solid #04398d;
        border-radius: 50px 0 0 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
	}

	.header__cta-mobile--wrap {
    padding-bottom:1.5em;
	align-self: center;
}
	 .header--expanded .header__cta-mobile img {
		margin-top:0;
		max-height: 15rem;
		justify-self:flex-end;
				margin-left:3rem;
	 }

	 
		    .header--expanded .header__cta-mobile {
        position: fixed;
        bottom: 0;
        display: inline-flex;
        width: 100%;
        padding: 1.5em 1.5em 0 1.5em;
        border-top: 1.5px solid #04398d;
        border-radius: 50px 0 0 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
	}

	.header__cta-mobile--wrap {
    padding-bottom:1.5em;
	align-self: center;
}
	 .header--expanded .header__cta-mobile img {
		margin-top:0;
		max-height: 15rem;
		justify-self:flex-end;
				margin-left:3rem;
	 }
	 
	 .header__cta-mobile--wrap > div {
	     font-size:1.25em;
	 }
 .currency-switcher {
        display: flex;
        justify-content: center;
		
        gap: 1rem;
        align-items: center;
		              margin: -8rem auto 8rem auto !important;
        background: #053484;
        max-width: fit-content;
        border-radius: 50px;
        padding: 0.5rem;
        font-size: 0.7em;
    }
.currency-btn {
  border: none;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  padding:0.5rem;
  font-weight: 600;
}
.currency-btn.active {
  background: #1956b7;
}

.pricing--plans .column-l-4 {
    padding:0
}


.pricing--plans .column-l-4 {
    width:calc(33.333333% - 0.6666666em);
}

.pricing--plans .column-l-4:nth-child(2) {
    margin:0 1rem;
}

.pricing--plans {
    padding:0 1.5rem;
}

}




div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    max-width: 26px;
    position: absolute !important;
    left: 0 !important;
    transform: translateY(50%) !important;
}