
/* General Styles */

.page-template-template-builder header{
	background-color: transparent;
	position: fixed;
}

.page-template-template-builder header.sticky.make_sticky{
	background-color:#FFF;
	transition-duration: 0.75s;
}

header.sticky.make_sticky{background-color:#FFF;}

.home .page-template-template-builder header{
	background-color: #fff;
}

header.scrolled{
	position: fixed;
}

.page_builder section{
	padding: 0;
}

.section_cta{
	border-radius: 16px;
}

/* Page Banner */

.page_banner{
    display: flex;
    align-items: flex-end;
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.page_banner.main_banner{
    max-width: 1330px;
    margin: auto;
    padding:0;
    border-radius:8px;
    height: 600px;
    margin-bottom: 92px;
    overflow: hidden;
    position: relative;
    top:48px;
}

.page_banner.main_banner video#bg-video{
    min-width: 100%;
    z-index:1;
    position:absolute;
}

.page_banner.main_banner .banner_content {
    display: flex;
    flex-wrap: wrap;
    gap:24px;
    padding: 32px 28px;
    width:100%;
    max-width: 480px;
    border-radius: var(--alias-border-radius-md, 8px);
    background: rgba(0, 29, 76, 0.75);
	z-index: 1;
}

.page_banner.main_banner .banner_content h1{
    color: #FFF;
    font-family:"Space Grotesk",sans-serif;
    font-size:40px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    max-width: 100%;
    display: inline-block;
    margin:0;
}

.page_banner.main_banner .banner_content h1 span{
    margin-right: 10px;
}

.page_banner.main_banner .banner_content .banner_main_description{
    color: #FFF;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing:0;
}

.page_banner.main_banner .banner_cta {
    border-radius:4px;
    box-shadow: 0 10px 30px -10px rgba(0, 63, 164, 0.50);
    padding: 12px;
}

.page_banner.main_banner .banner_cta a{
    display: flex;
    gap: 8px;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    color: var(--alias-color-primary-onBrand, #FFF);
    font-family: "Hanken Grotesk",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}

.page_banner.main_banner .banner_cta.banner_primary_cta{
    background:#003FA4;
	border:1px solid #003FA4;
}

.page_banner.main_banner .banner_cta.banner_primary_cta a:before,
.cta_with_icon .section_cta:before{
    width:16px;
    height: 16px;
    content:" ";
    display: inline-block;
    background-image:url('../images/icon-rocket.svg');
    background-size:contain;
    background-repeat: no-repeat;
}

.cta_with_icon_dark .section_cta:before{
	width:16px;
    height: 16px;
    content:" ";
    display: inline-block;
    background-image:url('../images/icon-rocket-dark.svg');
    background-size:contain;
    background-repeat: no-repeat;
}

.page_banner.main_banner .banner_cta.banner_secondary_cta{
    background:#001D4C;
	border: 1px solid #001435;
}

.scroll_down{
    cursor: pointer;
}

.page_banner.middle {
    max-height: 540px;
    align-items: end;
    top: 0;
}

.page_banner.middle h1{
	margin-top:0;
}

.page_banner.middle h4{
	margin-bottom: 10px;
}

.page_banner.small {
    max-height: 148px;
    align-items: center;
    top: 0;
    background-position: left center;
    margin-top: 0;
	padding:148px 24px 48px;
}

.page_banner.large{
	max-height: 635px;
	animation-duration: 1s;
	background-size: 50%;
    background-position: top left;
}

img.img-banner-mobile {
    display: none;
}

.page_banner.large.xlarge{
	align-items: center;
	max-height: 832px;
}

.page_banner.partner {
	min-height: unset;
    max-height: 200px;
    background-image: url(../images/page-banner-partner.webp);
    justify-content: center;
}

.page_banner.partner .container.page_banner_container {
    background-image: none;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: 90%;
}

.page_banner.partner a {
	display: flex;
    align-items: center;
    color: #FFF;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.page_banner.partner .container.page_banner_container h1 span{
	color: #FFF;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
}

.page_banner.large.xlarge .container.page_banner_container{
	width: auto;
    height: auto;
    align-items: flex-start;
}

.page_banner .container {
    display: flex;
	width: 100%;
	height: 100%;;
    padding: 24px 48px;
    flex-direction: column;
    align-items: flex-start;
	justify-content: center;
    margin: 0;
    position: relative;
    top: 40px;
    z-index: 2;
	border-radius:8px;
}

.page_banner.vector2 .container.page_banner_container {
    height: 280px;
    background-image: url(../images/page-banner-vector-2.png);
    background-size: cover;
}

.page_banner.vector2  .container.page_banner_container h1{
	margin-bottom: 25px;
}

.page_banner.vector3 .container.page_banner_container {
    width: 526px;
    height: 249px;
    background-size: 100%;
}

.single-partner .page_banner .container.page_banner_container .text-container{
	width:90%;
	margin: 0 auto;
}

.page_banner.large.xlarge .container.page_banner_container {
	position: relative;
    background: transparent;
    padding-left: 0;
    margin: 0 auto;
    z-index: 2;
	text-align: center;
	align-items: center;
}

.page_banner.xlarge .container.page_banner_container h1{
	color: #1C2A4A;
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
	max-width: 760px;
}

.page-template-template-builder .page_banner.middle {
	padding:0;
	height: 100vh;
	background-image: url(../images/hero-middle-bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	padding-top:100px;
}

.page-template-template-builder .page_banner.middle .container {
	width: 100%;
	max-height: 100%;
    display: flex;
	flex-direction: row;
    animation-duration: 1.5s;
    padding: 0;
    margin: 0 auto;
	align-items: center;
}

.page-template-template-builder .page_banner.middle .column-left,
.page-template-template-builder .page_banner.middle .column-right{
	width:50%;
}

.page-template-template-builder .page_banner.middle .column-right img{width:100%;border-radius: 8px;}

img.banner_m_vector{position:absolute;right:0;}

.single-partner img.banner_m_vector {
    display: none;
}

.page-template-template-builder .page_banner.middle .text-container {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	height:100%;
    width: 90%;
    padding-left: 5%;
	padding-bottom:12px;
}

.page-template-template-builder .page_banner.middle.no-image{
	background-image:url(/wp-content/themes/matrixinternet2023/images/banner-middle-noimage.png);
	align-items: center;
}

.page-template-template-builder .page_banner.middle.no-image{
	max-width: 100%;
}

.page-template-template-builder .page_banner.middle.no-image .container{
	padding:0;
	background-image:none;
	max-width: 90%;
    margin: auto;
}

.page-template-template-builder .page_banner.small .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    position: static;
    width: 100%;
    margin: 0 auto;
	padding:0;
	max-width: 1280px;
}

.page-template-template-builder .page_banner.middle.no-image .container h2 {
	color: var(--Secondary-Slate-400, #5C656D);
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.page-template-template-builder .page_banner.small .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    position: static;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    margin: auto;
}


.page-template-template-builder .page_banner .container p,
.page-template-template-builder .page_banner.middle .container p {
    color: #FFF;
	font-family: "Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	margin:0;
}

.page-template-template-builder .page_banner.middle .container p strong{
	display: block;
	color: var(--Blinker-Orange-500, #FF7C00);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px; 
	margin-top: 8px;
	margin-bottom: 24px;
}

.page-template-template-builder .page_banner.xlarge .container p{
	color: #21282E;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 16px 0;
	max-width: 760px;
}

.before_title_link {
    display: flex;
    width: 100%;
    margin: 0;
}

.before_title_link a{
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	z-index: 2;
	position: relative;
	padding: 16px 24px;
	border-radius: 4px;
	background: #1C2A4A;
	margin-top:24px;
}

.page_banner_container h1{
	color: #FFF;
	font-family:"Space Grotesk",sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: -1px;
	margin:12px 0;
	display: flex;
	gap:8px;
}

.after_title_text {
    color: var(--Dark-Blue, #1C2A4A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	margin-top:24px;
}

.banner_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-image:url('../images/video-overlay.svg');
	opacity: .25;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.banner_vector_image {
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 2;
    animation-duration: 2s;
	z-index:0;
}

.banner_vector_image.right{
    left: unset;
    right: 0;
    bottom: 0;
}

/*.page_banner.large .banner_vector_image{
	display: none;
}*/

.page_banner.large .banner_vector_image {
    position: absolute;
    z-index: 2;
    animation-duration: 2s;
    bottom: 0;
    left: unset;
    right: 0;
    bottom: 0;
}

.home .page_banner.large .banner_vector_image {
    left: 0;
    right: unset;
}

.page_banner.xlarge .banner_vector_image{
	display: block;
}

/* Page Banner 3 Columns */

.page_builder section.homeslider_section{
	position: relative;
	padding: 0;
}

.partner-template-default .page_builder .homeslider_section{padding-top:160px;padding-bottom: 24px;height: 550px;}

.partner-template-default .page_builder .homeslider_section .homeslider{
	height: 500px;
	width: 98%;
    margin: auto;
    max-width: 1328px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.partner-template-default .page_builder .homeslider_section .homeslider .home_slide{
	height:100%;
	background-size: cover;
    background-position: center;
}

.homeslider_section .slick-list{
	overflow: visible;
}

.home_slide.slick-slide {
    height: 100vh;
    max-height: 750px;
    background: var(--S4R-Blinker-Gradient, linear-gradient(104deg, #75BC22 0%, #0095A9 100%));
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_linear_gradient .home_slide.slick-slide{
	background: var(--S4R-Blinker-Gradient, linear-gradient(104deg, #75BC22 0%, #0095A9 100%)));
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slide.slick-slide.slick-current.slick-active {
    display: flex;
    align-items: end;
    justify-content: center;
}

.partner-template-default  .home_slide.slick-slide.slick-current.slick-active{
	max-height: 500px;
    border-radius: 20px 20px 0 0;
    background-position: center;
}

.home_slide.slick-slide .home_slide_text{
	visibility: hidden;
	animation-duration: 2.5s;
}

.home_slide.slick-slide.slick-current.slick-active .home_slide_text {
    display: flex;
    align-items: end;
    width: 100%;
    max-width: 100%;
    visibility: visible;
}

.home_slide_column {
    width: 100%;
      animation-duration: 1.3s;
    max-width: 80%;
    margin: 0 auto;
	  animation-duration: 1.3s;
	margin-top: 50px;
}

.home_slide_column.left {
    display: flex;
    height: 100vh;
    max-height: 664px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin-left: 50px;
    max-width: 1280px;
    margin: 0 auto;
}

.home_slide_column.left img {
    max-width: 500px;
}

.home_slide_column_left_1 {
    display: flex;
    align-items: flex-end;
    margin-right: 10%;
}

.home_slide_column_left_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.home_slide_column h1 {
    font-family: Blinker;
    font-weight: 400;
    color: var(--Blinker-Blue-500, #0600EB);
    font-size: 60px;
    line-height: 64px;
    max-width: 530px;
    margin-top: 0;
    margin-bottom: 10px;
}


.home_slide_column h1 strong{
	color: #090093;
	font-family: Blinker;
	font-size: 60px;
	font-weight: 700;
	line-height: 64px;
}

.home_slide_column_left_2 p {
	width: fit-content;
    color: var(--Blinker-Slate-500, #07072B);
    font-family: Blinker;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 500px;
    margin: 20px 0;
}

.home_slide_column_left_2 p:last-child{
	margin-bottom: 0;
}

.home_slide_column_left_2 a {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #0600EB;
    text-decoration: none;
    border-radius: 4px;
}

.home_slide_column_left_2 a:hover{
    background-color: #dedeff;
    color: #090093;
}

.home_slide_buttons {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.home_slide_buttons a {
    display: flex;
    max-width: fit-content;
	justify-content: center;
	align-items: center;
    color: #fff;
    font-family: Blinker;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #0600EB;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 24px;
}

.home_slide_buttons a:hover{
	background: #ef7e14;
	color: #00284e;
}


.home_slide_column.right {
	width: auto;
    height: 100vh;
    max-height: 664px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: relative;
    top: 40px;
}

.home_slide_column.right img {
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}



@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}

.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    width: 30px;
    height: 48px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
	display: none;
}

.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}


/* Editor on the Left - Image on the Right */

.editor_left_image_right {
   	position: relative;
   	background-repeat: no-repeat;
   	background-position: 0 100%;
	border-top: 1px solid #D0DBE5;
}

.editor_left_image_right .section_container {
    display: flex;
    justify-content: space-between;
	border-right: 1px solid #E4ECF2;
    border-left: 1px solid #E4ECF2;
    padding: 96px 48px;
    max-width: 1236px;
	background-size:cover;
}

.editor_left_image_right .vector_image {
    position: absolute;
    top:16px;
    right: 0;
    z-index: 2;
}

.editor_left_image_right .column_left {
    margin-right: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap:16px;
}

section.green h4{
	color: var(--Tertiary-Dark-Blue-500, #3E4883);
	font-family: Blinker;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}

section.white h2{
	color: #fff;
}

.editor_left_image_right h5{
	color: var(--Secondary-Dark-Green-500, #008A80);
	font-family: Blinker;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.editor_left_image_right li{
	color: var(--Primary-Slate-600, #21282E);
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.editor_left_image_right.has_bgcolor li{
	color: #fff;
}

.editor_left_image_right li::marker {
  color: #008A80;
  font-size: 24px;
}

.editor_left_image_right.white.has_bgcolor li::marker {
    color: #99D7F2;
    font-size: 24px;
}

.editor_left_image_right.yellow li::marker {
  color: #99D7F2;
  font-size: 24px;
}

.editor_left_image_right .column_right,
.image_left_editor_right .column_left{
	max-width:47.5%;
}

.editor_left_image_right .column_right .image_container{
	position: relative;
}

.editor_left_image_right .column_right img {
	display: block;
    animation-duration: 2.5s;
    border-radius: 8px;
	width:100%;
}

.editor_left_image_right.style2 .column_right img {
    border-radius: 42px 8px 8px 42px;
}

.editor_left_image_right .column_right img.vector_image {
    border-radius: 0;
    top: -20px;
    right: -80px;
}

@media only screen and (max-width: 991px) {

	.editor_left_image_right ol,
	.editor_left_image_right ul{
		padding-left: 25px;
		margin-bottom: 0;
	}

	.editor_left_image_right.blue.style2{
		padding-top: 0;
	}

	img.banner_m_vector{display:none;}

	.page-template-template-builder .page_banner.middle .container{
		background-size:80%;
	}

	.page-template-template-builder .page_banner.middle .text-container{
		width: 85%;
	}

	.image_left_image_right .column.left{margin-right:0;}
}


/* Image Full Width */
.image_full_width .container {
    width: 1280px;
    max-width: 100%;
}

.image_full_width .image_container {
    width: 100%;
    position: relative;
}

.image_full_width img{
	display: block;
	width: 100%;
	border-radius: 0 50px 0 50px;
	margin: 0px auto;
	margin-bottom: 0;
	max-height: 500px;
	object-fit: cover;
}

.image_full_width .vector_image{
	width: auto;
	position: absolute;
	top: -48px;
	left: -20px;
	z-index: 1;
}

/* Editor Left - Editor Right */
.editor_left_editor_right.star_on_the_right{
	padding-top: 0;
	padding-bottom: 0;
}

.editor_left_editor_right .container {
    width: 1280px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    padding: 0px 0;
}

.editor_left_editor_right.star_on_the_right .container{
	width: 100%;
	max-width: 100%;
}

.editor_left_editor_right .column {
    width: 50%;
    max-width: 640px;
}

.editor_left_editor_right.star_on_the_right .column {
    width: 40%;
    max-width: 100%;
    height: 100%;
    padding: 5%;
}

.editor_left_editor_right.star_on_the_right .column.right{
	background-color: #3E4883;
	background-image: url(https://atolloproject.eu/atolloproject-st/wp-content/themes/matrixinternet2023/images/star.png);
	background-repeat: no-repeat;
	background-position: 100% 5%;
}

.editor_left_editor_right h2,
.editors2_images_editors2 .editor_left_editor_right h2{
	color: #001435;
    font-family: "Space Grotesk",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
}

.editor_left_editor_right.dark_bg h2{
    color: #FFF;
}

.editor_left_editor_right h3{
	margin-top: 0;
    margin-bottom: 16px;
    color: var(--Primary-Dark-Blue, #1C2A4A);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.colored .editor_left_editor_right h3{
	color: #fff;
}

.editor_left_editor_right h4{
	color: var(--Tertiary-Accessible-Blue-500, #006BB8);
	font-family: Blinker;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px; 
	margin-bottom: 16px;
}

.editor_left_editor_right h5 {
    color: var(--Secondary-Dark-Green-500, #008A80);
    margin-bottom: 16px;
}

.editor_left_editor_right h6 {
	max-width: fit-content;
    display: flex;
    align-items: flex-start;
    color: var(--Base-White, #FFF);
    font-family: Blinker;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 24px;
    border: 2px solid var(--Secondary-Pink-500, #F1607A);
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 20px;
}

.editor_left_editor_right p{
	color: #001435;
	font-family:"Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
	margin:16px 0;
}

.editor_left_editor_right p:first{
	margin-top:0;
}


.editors2_images_editors2 .editor_left_editor_right .left p{
	color: #001435;
	font-family:"Space Grotesk",sans-serif;
	font-size:24px;
	font-style: normal;
	font-weight: 500;
	line-height:26px;
	letter-spacing: -1px;
}

.editor_left_editor_right.star_on_the_right .column.right p{
	color: #fff;
}

.editors2_images_editors2 .editor_left_editor_right.bottom_editor{
	margin-top:0px;
}

.editor_left_editor_right p:last-child{
	margin-bottom: 0;
}

.editor_left_editor_right.colored p{
    color: #07072B;
}

.editor_left_editor_right ul{
	padding-left: 25px;
	margin-top:0;
}

.editor_left_editor_right li {
    color: var(--Secondary-Slate-600, #21282E);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 8px 0;
}

.editor_left_editor_right.star_on_the_right .column.right li{
	color: #fff;
}

.editor_left_editor_right li::marker {
  color: #008A80;
  font-size: 24px;
}

.editor_left_editor_right.star_on_the_right .column.right li::marker{
	color: #99D7F2;
}

.editor_left_editor_right.color_blue h2,
.editor_left_editor_right.color_blue h3,
.editor_left_editor_right.color_blue h4,
.editor_left_editor_right.color_blue p{
	color: #004383;
}

.editor_left_editor_right a.section_cta{
	margin-bottom: 0;
}

.editor_left_editor_right.equal_height_columns .column{
	padding: 64px 5%;
}

.editor_left_editor_right.equal_height_columns .column.left{
	background-color: #CCEBF8;
}

.editor_left_editor_right.equal_height_columns .column.left p a{
	color: var(--Tertiary-Accessible-Blue-500, #006BB8);
	font-family: Blinker;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.editor_left_editor_right.equal_height_columns .right h2{
	color: #FBAD26;
}

.editor_left_editor_right.equal_height_columns .right li{
	max-width: 500px;
	color: var(--Secondary-Yellow-500, #FBAD26);
	font-family: Blinker;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
}

.editor_left_editor_right.equal_height_columns .right li strong{
	color: var(--Secondary-Yellow-500, #FBAD26);
	font-weight: 700;
}

.editors_images .container.container_full {
    display: flex;
    margin: auto;
	gap:24px;
}

.editors_images .container.container_full img{
	width: 100%;
	flex: 1;
	height: 335px; 
	object-fit: cover; 
	border-radius: 8px; 
}

section.editors_images{margin-top:48px;}

.container.container_full.images3 img{
	max-width: calc(33.3333% - 16px);
}

.container.container_full.images4 img{
	max-width: calc(25% - 16px);
}

@media only screen and (max-width: 1580px) {

	.editor_left_editor_right.star_on_the_right .column {
	    background-size: 100px;
	}

}

@media only screen and (min-width: 1200px) {

    .editor_left_editor_right.left_column_large .column.left{
        width: 65%;
    }

    .editor_left_editor_right.left_column_large .column.right{
        width: 35%;
        padding-left: 0;
    }

    .editor_left_editor_right.right_column_large .column.left{
        width: 35%;
    }

    .editor_left_editor_right.right_column_large .column.right{
        width: 65%;
    }

}

@media only screen and (max-width:1024px){
	.partner-template-default .page_builder .homeslider_section{
		padding-top:200px;
	}
}

@media only screen and (max-width: 991px) {

	.editor_left_editor_right.star_on_the_right .column {
	    width: 100%;
	   	background-image: none !important;
	}

	.editor_left_editor_right.star_on_the_right .column.right{
		padding: 5%;
	}

	.editor_left_editor_right h4{
		margin-bottom: 0;
	}

	.editor_left_editor_right.equal_height_columns .column{
		height: auto !important;
	}

	.editor_left_editor_right.equal_height_columns .column.left{
		padding-top: 50px;
	}

	.editor_left_editor_right.equal_height_columns .right li{
		max-width: 90%;
	}

}

@media only screen and (max-width: 767px) {

	.editor_left_editor_right .container{
		flex-direction: column;
	}

	.editor_left_editor_right.star_on_the_right .column.right p{
		max-width: 90%;
	}

	.partner-template-default .page_builder .homeslider_section .homeslider{
		width: calc(100% - 24px);
	}

	.partner-template-default .page_builder .homeslider_section .homeslider .home_slide {
		margin-top: 120px;
		border-radius: 20px 20px 0 0;
	}

	.partner-template-default .page_builder .homeslider_section {
        padding-top: 190px;
    }

}

/* Image Left - Image Right */
.image_left_image_right .container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    gap: 32px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

.editors2_images_editors2 .image_left_image_right .container{
	padding-bottom:48px;
}

.image_left_image_right .column{
	width: 50%;
	height: 403px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.image_left_image_right .column.left{
	margin-right: 32px;
}

.image_left_smaller .column.left{
	width: 40%;
}

.image_left_smaller .column.right{
	width: 60%;
}

.image_left_image_right .column img{
	display: none;
}

.image_left_image_right .column.left{
	border-radius: 8px;
}

.image_left_image_right .column.right {
    border-radius:8px;
}

@media only screen and (max-width: 767px) {

	.image_left_image_right .container{
		flex-direction: column;
	}

}

/* Image Left - Editor Right */

.image_left_editor_right{
    padding: 0px 0;
    position: relative;
	overflow:hidden;
	border-top: 1px solid #D0DBE5;
}

.image_left_editor_right .container{
	gap: 32px;
	justify-content: space-between;
	padding: 96px 48px;
    max-width: 1236px;
    border-right: 1px solid #D0DBE5;
    border-left: 1px solid #D0DBE5;
	overflow: hidden;
}

.image_left_editor_right.center .container{
	align-items: center;
}

.section_box_content {
    display: flex;
}

.image_left_editor_right.image_as_background .container{
	width: 100%;
	max-width: 100%;
	justify-content: flex-start;
}

.image_left_editor_right .column_left img {
	max-width: 100%;
    animation-duration: 2.5s;
    border-radius: 8px;
}

.image_left_editor_right.image_as_background .column_left {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 580px;
}

.image_left_editor_right.image_as_background.contain .column_left {
    max-height: 710px;
}

.image_left_editor_right.image_as_background.contain .column_left {
    background-size: contain;
    background-position: center;
}

.image_left_editor_right h5{
	color: var(--Secondary-Dark-Green-500, #008A80);
}

.image_left_editor_right.yellow h5{
	color: #FBAD26;
}

.image_left_editor_right p{
	margin-left: 0;
	margin-bottom: 16px;
}

.image_left_editor_right ul{
	margin: 10px 0;
}

.image_left_editor_right.has_bgcolor li {
    color: #fff;
    margin-bottom: 12px;
    max-width: 532px;
}

.image_left_editor_right.has_bgcolor li strong{
	color: #FBAD26;
}

.image_left_editor_right li::marker {
  color: #008A80;
  font-size: 24px;
}

.image_left_editor_right.image_as_background .column_left img.column_image{
	display: none;
}

.image_left_editor_right .column_left .image_container {
    position: relative;
}

.image_left_editor_right .column_left img.vector_image {
    border-radius: 0;
    position: absolute;
    top: -100px;
    left: -100px;
    visibility: hidden;
}

.image_left_editor_right .column_right {
    margin-left: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap:16px;
}

.image_left_editor_right.contain .column_right {
    padding-bottom: 50px;
}

.image_left_editor_right a {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {

	.image_left_editor_right.image_as_background .container{
		flex-direction: column;
	}

	.image_left_editor_right.image_as_background .column_left{
		width: 100%;
	}

	.image_left_editor_right.image_as_background.contain .column_left {
    	max-height: 350px;
	}

}

@media only screen and (max-width: 767px) {

	.image_left_editor_right.image_as_background .column_left{
		width: 100%;
		margin-bottom: 0;
	}

	.image_left_editor_right.image_as_background .column_right{
		padding: 5%;
	}

}


/* Address Layout */
.address_layout{
	background-repeat: no-repeat;
	background-position: right;
}

.address_layout .boxed_container{
	padding: 96px 48px;
    max-width: 1236px;
	border-right: 1px solid #F2F7FB;
	border-left: 1px solid #F2F7FB;
	margin: auto;
}

.address_layout h2 {
    color: #001435;
	font-family: "Space Grotesk",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -1px;
	margin-bottom:24px;
}

.address_items {
    width: 100%;
    margin-top: 0;
}

.address_item_repeater{
	margin-bottom: 25px;
}

.address_item {
    display: flex;
	align-items: stretch;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 32px;
}

.address_item_column.left{
	width: 36%;
	padding: 64px 48px;
}

.address_item_column.right{
	display: flex;
	width: 100%;
	flex-grow: 1;
}

.address_item_icon{
	margin-right: 12px;
}

.address_item_title {
    display: flex;
    color: #001435;
	font-family: "Space Grotesk",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -1px;
}

.address_item_address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #07072B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
}

.address_item_tel{
	display: flex;
	align-items: center;
	margin:20px 0;
}

.address_item_tel a{
	color: #001435;
	font-family: "Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing:0;
}

.address_item_email,
.address_item_email a,
.address_item_team,
.address_item_team a{
    color: #003180;
	font-family: "Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height:26px;
	letter-spacing: 0;
	margin-bottom: 0px;
}

.address_item_email {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.address_item_email a{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;	
}

.address_item_team{
	display: flex;
	align-items: center;
	margin:20px 0;
}

.map_iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map_iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 0 8px 8px 0;
	min-height: 440px;
}

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

.scroll-btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}

.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 48px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}


.watch_video {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 5%;
	color: var(--base-colours-white, #FFF);
	font-family: SourceSans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}

.watch_video img{
	margin-right: 16px;
}


.partners_section {
    padding: 25px 0;
}

.partners_carousel{
	max-width: 1200px;
    margin: 0 auto;
}

.partners_carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.partners_carousel {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.partners_carousel_item {
    width: 40%;
    float: left;
    height: 52px;
    margin: 10px 5%;
}

.partners_carousel_item img{
    max-width: 100%;
}

.partners_carousel .slick-slide img {
    /*filter: grayscale(100%);*/
}

.partners_carousel .slick-slide img {
  transition: filter 0.3s ease;
}

.partners_section p {
    color: #000;
    font-family: Blinker;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 1130px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

section .section_container{
	display: flex;
}

section h4{
	color: #FDD795;
	font-family: Blinker;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px; 
	margin: 0;
}

section h2,
section p{
	max-width: 608px;
}

section h2 {
   color: #001435;
	font-family: "Space Grotesk",sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -1px;
	margin-bottom:0;
}

section h3 {
    color: #1C2A4A;
   font-family: "Space Grotesk",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

section p, section li {
	color: #001435;
	font-family: "Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height:26px;
	letter-spacing: 0;
}

section li {
    padding: 8px 0;
}

section p span{
	color: #000;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

section .section_tag {
    font-family:"Hanken Grotesk",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.green .section_tag{
	color:#128044;
}

section.blue .section_tag{
	color:#003FA4;
}

.section_cta{
	max-width: fit-content;
	display: flex;
	gap:6px;
	justify-content: center;
	align-items: center;
	border-radius:4px;
	background: #73E0A4;
	box-shadow: 0 10px 30px -10px #73E0A4;
	padding:12px;
	color: #001435;
	font-family:"Hanken Grotesk", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height:20px;
	letter-spacing: 0;
	transition: all 0.3s ease;
	text-decoration: none;
}

section.blue .section_cta{
	background: #003FA4;
	box-shadow: 0 10px 30px -10px rgba(0, 63, 164, 0.50);
	color:#FFF;
}

.section_cta:hover{
	background-color: #70971B;
    border-color: #70971B;
    transition: all 0.3s ease;
}

.section_2 {
	background-color: #004383;
    padding: 80px 0;
    position: relative;
}

.section_2 .section_container {
    display: flex;
    justify-content: space-between;
}

.section_2 .column_left {
    padding-right: 5vw;
    max-width: 612px;
    animation-duration: 3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_2 .vector_image{
	position: absolute;
	top: -20px;
	left: -20px;
}

section.section_2 .column_left h2{
	color: #fff;
	font-family: Blinker;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
}

section.section_2 .column_left p{
	color: #fff;
	max-width: 464px;
}

section.section_2 .column_left p{
	color: #fff;
}


.section_2 .column_right img{
	border-radius: 10px 50px 10px 50px;
	animation-duration: 2.5s;
}

.section_3 {
    background: var(--Blinker-Blue-100, #BFE8F7);
    padding: 80px;
    padding-bottom: 40px;
}

.section_3 .section_container {
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    padding-top: 0;
}

.section_3 .column_left{
	position: relative;
}

.section_3 .column_left img {
      animation-duration: 1.3s;
    border-radius: 0 0 50px 0;
}

.section_3 .column_left .vector_image {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 2;
}

.section_3 .column_right p{
	animation-duration: 2s;
}

.section_container {
    justify-content: space-between;
    max-width: 1380px;
    width: 90%;
}

 .column_33 {
    width: 100%;
    max-width: 491px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 .column_33.column_center{
	margin: 0 40px;
}

 .blog_item {
    height: 47%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    animation-duration: 2s;
    border-radius: 8px 64px 8px 8px;
    overflow: hidden;
}

.column_33.column_center .blog_item{
	height: 100%;
}

.blog_item a{
	cursor: pointer;
}

.blog_item img {
    width: 100%;
    transition: transform 0.3s ease;
    visibility: hidden;
}

.blog_item:hover > img{
 	transform: scale(1.2);
 }


.blog_item h3{
	display: flex;
    align-items: center;
    width: 100%;
   	max-width: 252px;
   	background: #8CBD22;
    font-family: Montserrat;
    color: #21282E;
    font-weight: 600;
    font-size: 18px;
   	line-height: 28px;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: -1px;
   	border-radius: 0 24px 0 0;
    margin-bottom: 0;
    padding: 24px 20px;
}

section.post_grid.middle.four .blog_item h3{
	background:#C6EBF7;
	color:#1C2A4A;
}

.post_grid.stair .container.heading{
	width: 100%;
	text-align: center;
}
.post_grid.stair .container.heading h2{
	width: 100%;
	max-width: 100%;
	color: #1C2A4A;
    text-align: center;
    font-family: Lust;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.72px;
	margin-bottom: 20px;
}

.post_grid h2{
	color: #090093;
	font-family: Blinker;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
	margin-bottom: 0;
}

.stair{
	position: relative;
}

.stair .column{
	display: flex;
	flex-wrap: wrap;
}

.stair .column a {
    flex: calc(33.333% - 60px);
    height: 260px;
    border-radius: 24px;
    padding: 0;
    margin: 16px 10px;
    transition: transform 0.5s ease; 
}

.stair .post_category,
.post_grid.middle.four .post_category{
	position: absolute;
	top: 30px;
	left: 30px;
}

.stair .post_category span,
.post_grid.middle.four .post_category span{
	padding: 4px 16px;
    border-radius: 100px;
    margin-right: 10px;
	background:#FFF;
    color:  #21282E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
	text-transform: capitalize;
}

.stair .post_grid_vector{
	position: absolute;
	top: -130px;
	right: 0;
	animation-duration: 2s;
}

.heading_with_cta{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.heading_with_cta a{
	display: flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background-color: #004383;
	color: #FFF;
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	text-decoration: none;
}

.heading_with_cta a:hover{
	background-color: #EFAC14;
}

.post_grid .post_grid_container{
	display: flex;
	margin-top: 50px;
}

.post_grid.middle h2{
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
    color: #1C2A4A;
    text-align: center;
    font-family: Lust;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.72px;
}

.post_grid .post_item{
	width: 100%;
}

.post_grid .post_item a{
	text-decoration: none;
}

.post_grid .post_item:nth-child(2){
	margin: 0 60px;
	margin-top: 40px;
}

.post_grid .post_item_img{
	height: 461px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 50px 0;
}

.post_grid .post_item .title{
	color: var(--Blinker-Navy-500, #004383);
	font-family: Blinker;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-left: 15px;
}

section.post_grid.middle.four .section_container{
	gap:2%;
}

.post_grid.middle.four .column_66.column_left {
    display: flex;
    flex-wrap: wrap;
    max-width: 66%;
	gap:3%
}

section.post_grid.middle.four .blog_item{
	height:48%;
}

section.post_grid.middle.four .column_66.column_left .blog_item {
    width: 48.5%;
}

section.post_grid.middle.four .column_66.column_left .blog_item:first-child {
    width: 100%;
}

section.post_grid.middle.four .column_right .blog_item{
	height:100%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.post_grid.middle.four .column_right .blog_item img{
	height: 100%;
    object-fit: cover;
}

/*  Post Grid List */

.post_grid_list {
	padding: 0!important;
    position: relative;
	border-top: 1px solid #D0DBE5;
}

.post_grid_list .section_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
	border-right: 1px solid #D0DBE5;
	border-left: 1px solid #D0DBE5;
	max-width: 1236px;
    padding: 96px 48px;
}

.post_grid_list .post_grid_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    gap: 8px 48px;
    margin-top: 48px;
}

.post_grid_list.full_post_grid .post_grid_container{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top:0;
}

.post_grid_list.full_post_grid .post_grid_featured {
    display:grid;
    grid-template-columns:60% 38%;
    gap:2%;
    margin-bottom:40px;
	width: 100%;
}

.post_grid_list.full_post_grid .post_grid_regular{
	display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.post_grid_list.full_post_grid .post_grid_regular.partners{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 32px;
}

.post_grid_list.full_post_grid .partner .post_grid_featured,
.post_grid_list.full_post_grid .partner .post_grid_regular{
	display: flex;
}

.post_grid_list.full_post_grid .post_grid_featured .post_grid_item:first-child .post_grid_image img{
    width:100%;
    height:500px;
    object-fit:cover;
	margin-bottom: -4px;
	min-height: 450px;
}

.post_grid_list.full_post_grid .post_grid_featured .post_grid_item:first-child .post_grid_item_content{
    position:absolute;
	bottom:0;
    z-index:2;
    background:#0047B3;
    color:#fff;
    padding:30px;
    max-width:80%;
	border-radius: 0 8px 0 8px;
}

.post_grid_list.full_post_grid .partner .post_grid_featured .post_grid_item:first-child .post_grid_item_content{display: none;}

.post_grid_list.full_post_grid .post_grid_featured .post_grid_item:first-child .post_grid_item_content .post_grid_item_title,
.post_grid_list.full_post_grid .post_grid_featured .post_grid_item:first-child .post_grid_item_content .post_grid_item_description p{
	color:#FFF;
}

.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_image{
	width: 60%;
	height: 250px;
	overflow: hidden;
}

.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item .post_grid_image{
	height: 140px;
    width: calc(100% - 24px);
    min-width: calc(100% - 24px);
    display: flex;
    justify-content: center;
    padding: 12px;
}

.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_image img{
	height: 100%;
    object-fit: cover;
}

.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item .post_grid_image img{
	object-fit: unset;
    background: #FFF;
    width: auto;
    height: calc(100% - 40px);
    border-radius: 8px;
    margin-bottom: 0;
    padding: 20px;
}

.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_item_content{
	max-width: 40%;
	width: 40%;
}

.post_grid_list.full_post_grid .partner .post_grid_regular .post_grid_item .post_grid_item_content{
	display: none;
}

.post_grid_list.full_post_grid  .post_grid_featured .post_grid_item:last-child .post_grid_image img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.post_grid_list.full_post_grid .post_grid_regular {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.post_grid_list .post_grid_item:first-child {
    grid-row: span 2;
}

.post_grid_list.full_post_grid .post_grid_regular .post_grid_item:first-child{
	grid-row: none;
}

.post_grid_list .post_grid_item {
    max-width: 100%;
	position:relative;
}

.post_grid_list .post_grid_item:nth-child(2),
.post_grid_list .post_grid_item:nth-child(3),
section.post_grid_list.full_post_grid .post_grid_regular .post_grid_item{
	display: flex;
	gap:24px;
}

section.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item{
	gap:0;
}

section.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item{
	width: calc(20% - 28px);
	justify-content: center;
	background-color:#FFF;
}

.post_grid_list.full_post_grid .post_grid_featured .post_grid_item:nth-child(2){
	flex-wrap: wrap;
}

.post_grid_list .post_grid_item:nth-child(2) .post_grid_image,
.post_grid_list .post_grid_item:nth-child(3) .post_grid_image{
	max-width:60%;
}

.post_grid_list.full_post_grid .post_grid_featured  .post_grid_item:nth-child(2) .post_grid_image{
	max-width: 100%;
	width: 100%;
}

.post_grid_list .post_grid_item a{text-decoration: none;}

.post_grid_item_content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
	align-items: center;
    height: fit-content;
}

.post_grid_item_title {
    color: #101828;
    font-family: "Space Grotesk",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing:-1px;
}

.partners .post_grid_item_title{
	display: none;
}

.post_grid_item_description p {
    color: #667085;
    font-family: "Hanken Grotesk",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.post_grid_item_cats {
    display: flex;
    gap: 8px;
}

.post_grid_item_cats .category-badge {
    padding: 2px 10px;
    border-radius: 16px;
    text-align: center;
    font-family:"Hanken Grotesk",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
	height: fit-content;
}

.post_grid_list .post_grid_item_description .addtoany_content{
	display: none!important;
}

.post_grid_list .post_grid_item img{
    max-width: 100%;
	border-radius: 8px;
	margin-bottom:32px;
}

.custom-pagination {
    padding-top: 48px;
}

section.post_grid_list.full_post_grid.hide_pagination .custom-pagination {
    display: none;
}

.custom-pagination a.page-numbers {
    color: #1C2A4A;
    font-family:"Hanken Grotesk",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 0 16px;
}


/* 2 Editors - 2 Images */
.editors2_images2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
	padding:64px 0 24px;
}

.editors2_images_editors2{
	padding: 0px 48px;
}

.editors2_images_editors2 .image_left_image_right{
    padding: 0;
}

.editors2_images_editors2 .editor_left_editor_right h3 {
	color: var(--alias-color-text-default, #001435);
	margin-top:24px;
	font-family:"Space Grotesk",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing:-1px;
}

.editors2_images_editors2 .image_left_image_right .column {
    margin-bottom: 0px;
}

.editors2_images_editors2 .image_left_image_right .column.right{
	margin-top:56px;
}

.editors2_images_editors2 .editor_left_editor_right .left {
    max-width: 30%;
}

.editors2_images_editors2 .editor_left_editor_right .right{
	width:65%;
	max-width:65%;
	padding-left:0;
}


/* Image Full Width - 2 Editors - 2 Images */

.image_full_width_2_editors_in_bottom_2_images_bottom {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
	padding:0 48px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom.dark_bg {
    border-bottom: 1px solid #D0DBE5;
    background: linear-gradient(90deg, var(--global-color-cobalt-blue-300, #003FA4) 0%, var(--global-color-cobalt-blue-500, #001D4C) 100%);
}

.image_full_width_2_editors_in_bottom_2_images_bottom section{
	position: relative;
	z-index: 2;
	max-width: 860px;
	margin: auto;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .boxed_container{
	padding: 96px 48px;
    max-width: 1236px;
    border-right: 1px solid #D0DBE5;
    border-left: 1px solid #D0DBE5;
    margin: auto;
}

.image_full_width_2_editors_in_bottom_2_images_bottom.dark_bg .boxed_container{
	border-right: 1px solid var(--global-color-cobalt-blue-500, #001D4C);
	border-left: 1px solid var(--global-color-cobalt-blue-500, #001D4C);
}

.image_full_width_2_editors_in_bottom_2_images_bottom .section_vector{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .image_full_width img {
    border-radius: 8px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.left{
    width: 33%;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right{
    width: 67%;
    max-width: 100%;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right p{
    max-width: 100%;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right h3 {
    color: #3E4883;
    margin-top: 10px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right{
	padding-top: 0;
}

.image_full_width_2_editors_in_bottom_2_images_bottom h4{
	color: var(--Tertiary-Dark-Blue-500, #3E4883);
	font-family: Blinker;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p {
    color: var(--Secondary-Slate-600, #21282E);
	font-family: "Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing:0;
	margin:16px 0;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p:first-child{
	margin-top:0;
}

.image_full_width_2_editors_in_bottom_2_images_bottom.dark_bg .editor_left_editor_right p {
	color:#FFF;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .left p{
	padding-bottom: 20px;
    color: var(--Primary-Dark-Blue, #1C2A4A);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right{
    padding-top: 0;
}

.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.left,
.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.right {
    width: 50%;    
}

/* Contact Form Blocks */

.address_contact_form .address_item_column.left{
	width: 36%;
	border-radius: 8px;
	background: var(--Gradient-Blue, linear-gradient(90deg, #090093 0%, #0600EB 100%));
	padding-top: 40px;
	padding-bottom: 32px;
}

.address_contact_form .address_item_column.right {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 64px;
}

.address_contact_form .address_item{
	align-items: flex-start;
	margin-top: 0;
}

.address_contact_form .address_item:last-child{
	margin-bottom: 0;
}

.address_contact_form .address_item_column.right {
    flex-direction: column;
    align-items: center;
    animation-duration: 1.5s;
    width: 100%;
}

section.contact_section.contact_boxed {
    display: flex;
    padding: 0px 48px;
    align-items: center;
    align-self: stretch;
	background-color:#D0DBE5;
}

section.contact_section.contact_boxed .contact_section_container{
	width:100%;
	padding: 96px 48px;
    max-width: 1236px;
   border-right: 1px solid #F2F7FB;
	border-left: 1px solid #F2F7FB;
    margin: auto;
}

section.contact_section.contact_boxed .form_container{
	width: 100%;
	background-repeat: no-repeat;
	border-radius: 8px;
	background-position: 85%;
}

section.contact_section.contact_boxed .contact_column.left{
	background-color: transparent;
}

section.contact_section.contact_boxed h2{
	color:#FFF;
}

section.contact_section.contact_boxed p{
	color: #FFF;
	font-family: "Hanken Grotesk",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
}

section.contact_section.contact_boxed label {
	color:#FFF;
}

.address_desc h1{
	color: var(--Blinker-Blue-500, #0600EB);
	font-family: Blinker;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px; 
	letter-spacing: -0.72px;
}

.address_desc p{
	margin-left: 0;
	margin-bottom: 32px;
}

.address_contact_form .address_item_title {
	color: #FFF;
	font-family: Blinker;
	font-size: 30px;
	font-weight: 400;
	line-height: 38px; 
}

.address_contact_form .address_item_address p {
	color: #FFF;
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
    margin-left: 0;
}

.address_contact_form .address_item_tel a{
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px; 
}

.address_contact_form .address_item_email a{
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.address_contact_form .map_iframe{
	margin-top: 50px;
}

.address_contact_form .map_iframe iframe {
    height: 350px;
    border-radius: 8px;
}

.cf7-row.form_row{
	display: flex;
	width: 100%;
    gap: 0px;
}

.cf7-col {
	width: 100%;
}

.form_row p {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
	gap:0
}

fieldset.cf7-contact-method {
    border: 0;
	padding-left:0;
}

fieldset.cf7-contact-method p {
    max-width: 100%;
	width:100%;
    margin: 0;
    padding: 0;
}

.wpcf7 input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wpcf7 .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  padding-right:20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

/* Outer circle */
.wpcf7 .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	border: 1px solid #666;
	border-radius: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.wpcf7 .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
    left: 6px;
    top: 50%;
    width: 14px;
    height: 14px;
	background: #1C2A4A;
	border-radius: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform 0.15s ease-in-out;
}

.wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label::after {
	transform: translateY(-50%) scale(1);
}

.form_row label, fieldset.cf7-contact-method legend{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form_row .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
	margin-right:12px;
	margin-bottom: 24px;
}

.form_row .wpcf7-form-control-wrap:has(.wpcf7-acceptance){
	margin-bottom:0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    background-color: transparent;
    color: #142a3e;
    width: auto;
    max-width: 287px;
    height: 40px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 0;
    padding-left: 15px;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 8px;
    outline: none;
    border-radius: 12px;
    border: 1px solid #666;
}

.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #59656D;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.wpcf7::-moz-placeholder { /* Firefox 19+ */
  	color: #59656D;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.wpcf7:-ms-input-placeholder { /* IE 10+ */
  	color: #59656D;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; 
}

.wpcf7:-moz-placeholder { /* Firefox 18- */
	color: #59656D;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

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

.contact_method .wpcf7-radio .wpcf7-list-item{
	margin-top: 8px;
}

.contact_method .wpcf7-radio .wpcf7-list-item {
    background-image: url('../images/form-radio.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.contact_method .wpcf7-radio .wpcf7-list-item.active {
    background-image: url('../images/form-radio-checked.png');
}

.contact_method .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.contact_method .wpcf7-radio .wpcf7-list-item label:hover{
    cursor: pointer;
}

.contact_method .wpcf7-radio .wpcf7-list-item input[type="radio" i] {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 0;
    margin-top: 0;
    visibility: hidden;
}

.contact_method input:checked {
   width: 62px;
   height: 62px;
}

.contact_method .wpcf7-radio .wpcf7-list-item input[type="radio" i]:hover{
	cursor: pointer;
}

.form_container .wpcf7-form p.contact_method {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_method .wpcf7-radio .wpcf7-list-item{
    margin-left: 0;
    margin-right: 32px;
}

.form_row.textarea{
	width: 100%;
	max-width: 100%;
}

.form_row.textarea label{
	width: 100%;
	max-width: 100%;
}

.form_row.textarea textarea {
    width: 100%;
    max-width: calc(100% - 36px);
    height: 200px;
    margin-top: 16px;
    margin-bottom: 10px;
	border-radius: 12px;
    border: 1px solid #666;
    background: var(--Base-White, #FFF);
	padding:16px;
	color: #142a3e;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form_row.checkbox p{
	align-items: center;
}

.form_row.checkbox .wpcf7-form-control-wrap{
	width: auto;
}

.form_row.checkbox .wpcf7-form-control.wpcf7-checkbox{
	display: flex;
}

.form_row.checkbox .wpcf7-not-valid-tip{
	position: absolute;
	min-width: 300px;
}

.form_row.checkbox label{
	flex-direction: row;
	color: #000;
	font-family: Blinker;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
	margin-right: 10px;
}

.form_row.checkbox .wpcf7-list-item {
    margin-left: 0;
}

.form_row.checkbox .wpcf7-list-item-label{
	display: none;
}

.form_row.checkbox input[type="checkbox" i] {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    margin: 0;
}

.form_row.checkbox input[type="checkbox" i]:hover{
	cursor: pointer;
}

.form_row.checkbox a {
    color: #000;
    text-decoration: underline;
    margin: 0 5px;
}

.form_row.checkbox a:hover{
	text-decoration: underline;
}

.form_row .wpcf7-submit{
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background: var(--Secondary-Bright-Green, #8CBD22);
	color: var(--Primary-Dark-Blue, #1C2A4A);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	padding: 16px 24px;
	border: 0 none;
	margin-top: 32px;
}

.form_row .wpcf7-submit:hover{
	background-color: #70971B;
	cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	    border-color: red;
}

p.cf7-consent.form_row.checkbox {
    max-width: 100%;
	width:100%;
	display: flex;
    align-items: center;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	padding: 4px 0 8px;
	flex-direction: row;
}

p.cf7-consent.form_row.checkbox span{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}

.contact_section.contact_boxed p.cf7-consent.form_row.checkbox span{
	color:#FFF;
}

.contact_section.contact_boxed p.cf7-consent.form_row.checkbox a{
	color:#5998FF;
	margin-right: 0;
}

p.form_row.submit {
    width: 100%;
    max-width: 100%;
}

/* Address Contact Form Only */
.address_contact_form.only .address_items {
    margin-top: 0;
}

.address_contact_form.only .address_desc{
	width: 100%;
	text-align: left;
}

.address_contact_form.only .address_desc p {
    width: 100%;
    max-width: 100%;
    color: #07072B;
}

.address_contact_form.only .wpcf7{
	width: 100%;
	margin-top: 16px;
}

.address_contact_form.only .form_row label{
	width: 100%;
	color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.address_contact_form.only .wpcf7 input[type="text"], 
.address_contact_form.only .wpcf7 input[type="email"],
.address_contact_form.only .wpcf7 input[type="tel"]{
	width: 100%;
	max-width: calc(100% - 16px);
}

.address_contact_form.only .form_row.textarea label {
    margin-right: 0;
}

.address_contact_form.only .address_desc p{
	margin-bottom: 24px;
}

/* Image Full Width - 2 editor on bottom */
.image_full_width_2_editors_on_bottom{
    background-size: contain;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.editors2_images_editors2 .boxed_container {
    padding: 96px 48px;
    max-width: 1236px;
    border-right: 1px solid #D0DBE5;
    border-left: 1px solid #D0DBE5;
    margin: auto;
}

.editors2_images_editors2 .boxed_container .boxed_content {
    background-color: #E4ECF2;
    padding: 96px;
	border-radius: 8px;
	background-image:url('../images/bg-boxed-content-editor.png');
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.page_builder section.editor_left_editor_right.with_image_on_top{
    padding:48px 0;
}

.top-tagline{
	color: #128044;
    font-family:"Hanken Grotesk",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing:2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.boxed_content .top-tagline{
	color:#003FA4;
}

.dark_bg .top-tagline{
	color:#73E0A4;
}

section.editor_left_image_right.boxed_content{background-color:#FFF;}

section.editor_left_image_right.boxed_content .section_box_content {
    display: flex;
    padding: 96px;
    border-radius: var(--alias-border-radius-md, 8px);
    background-color: var(--Gradient5, linear-gradient(90deg, var(--global-color-soft-ice-blue-300, #F2F7FB) 0%, var(--global-color-soft-ice-blue-400, #E4ECF2) 100%));
	background-image:url(../images/bg-boxed-content.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.editor_left_editor_right.colored.with_image_on_top h2{
    color: #FFA861;
    font-weight: 400;
    font-family: Blinker;
}

section.editor_left_image_right p{
	margin-bottom:16px;
}

.editor_left_editor_right.colored.with_image_on_top p{
    color: #fff;
}

.editor_left_editor_right.colored.with_image_on_top li{
    color: #fff;
}

/* Text Editor */
section.text_editor_section{
	padding: 5%;
}

section.text_editor_section h2{
	padding-top:16px;
}

section.text_editor_section  ol{
	padding-left: 15px;
}

section.text_editor_section p{
	max-width: 100%;
	margin-bottom: 7.5px;
	padding: 0 0 16px;
}

/* Single Partner */
.single-partner .editor_left_editor_right.colored.with_image_on_top h2{
	color: #008A80;
}

.single-partner .colored .editor_left_editor_right h3 {
    color: #3E4883;
}

@media only screen and (max-width: 1820px){
	.single-partner .editor_left_image_right .vector_image{right:7%;}
}

@media only screen and (max-width: 1600px){
	.single-partner .editor_left_image_right .vector_image{right:4%;}
}


/* Responsive Design */
@media only screen and (min-width: 768px) {
	.sib-default-btn{
		padding: 14px 30px;
		margin-top: 28px;
	}

}

@media only screen and (min-width: 1025px) {

	.stair .column a {
	    max-width: 406px;
	}

	.editor_left_image_right .img_container:hover > .img_filter {
	    background-image: none;
	}

	.image_left_image_right.image_left_pushed .column.left {
    	margin-top: 56px;
	}

	.image_left_image_right.image_right_pushed .column.right {
    	margin-top: 56px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.right{
		margin-top: 0;
	}

	.post_grid_list_with_content .news_item_img {
	    max-height: 300px;
	    overflow: hidden;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_img {
	    max-height: 100%;
	    height: 100%;
	}

}


@media only screen and (min-width: 1200px) {


		.post_grid.middle .section_container{
			max-height: 650px;
		}		
		
		.blog_item{
			background-image: none;
			transition: transform 0.3s ease;
			transform: scale(1);
		}

		.blog_item img {
		    visibility: visible;
		    transition: transform 0.3s ease;
		}

		.blog_item:hover img{
		 	transition: transform 0.3s ease;
		 }

		/* Post Grid - 6 Items */	
		.stair .column a:nth-child(3n+2){
			margin-top: 40px;
		}

		.stair .column a:nth-child(3n+3){
			margin-top: 70px;
		}

}

@media only screen and (min-width: 1280px) {

	.homeslider_section{
		z-index: 2;
	}

	.home_slide_column_right{
		position: relative;
		top: 30px;
	}

}


@media only screen and (max-width: 1680px) {

	 .column_left h2 {
	    max-width: 800px;
	}
  
	.editor_left_image_right .column_right,
	.image_left_editor_right .column_left{
	    max-width: 47.5%;
	}

	.page_banner.large{
		max-height: 540px;
	}

}


@media only screen and (max-width: 1580px) {

	.container.section_container.course_container {
	    max-width: calc(100% - 100px);
	    padding: 0 50px;
	    align-items: center;
	    justify-content: center;
	}

	.course_item{
		width: 33.333%;
	}

	/* Post Grid List  */
	.post_grid_list .partners_item {
        width: calc(20% - 40px);
    }

}


@media only screen and (max-width: 1480px) {
  
	.section_3 .column_right {
	    max-width: 40%;
	    padding: 0 5%;
	}

	.editor_left_image_right .column_left img{
		max-width: 90%;
	}

}


@media only screen and (max-width: 1440px) {

	.home_slide_text h1 {
	    font-size: 50px;
	    line-height: 62px;
	}

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

	.section_2 .column_left {
	    padding: 0 5%;
	}

	.section_2 .column_right img {
	    max-width: 100%;
	}

	.section_3 .column_left img {
	    max-width: 100%;
	}

	 .column_33{
		width: 33.333%;
	}

	 .column_left h2 {
	    max-width: 750px;
	}

	.editor_left_image_right .section_container {
	    justify-content: center;
		gap:24px;
	}

	.editor_left_image_right .column_right img {
	    max-width: 100%;
	}

	/* Post Grid List */
	.post_grid_list .partners_item {
        width: calc(25% - 40px);
    }

    /* Post Grid List with Content */
    .post_grid_list_with_content .section_container {
	    max-width: 90%;
	}

	.page_banner.large{
		max-height: 480px;
	}

}

@media only screen and (max-width: 1380px) {

	.home_slide_column.left img {
	    max-width: 400px;
	}

	.home_slide_column_right img{
		max-width: 250px;
	}

	.home .home_slide.slick-slide {
	    height: auto;
	    padding-top: 120px;
	}


}

@media only screen and (max-width: 1280px) {


	.home_slide_column.left {
	    height: auto;
	    max-height: unset;
	   	margin: 0 auto;
	    align-items: center;
	}

	.home_slide_column.left img {
	    max-width: 350px;
	}

	.home_slide_column_right{
		display: none;
	}

	.page_banner {
	    height: 50vh;
	}

	.page_banner.xlarge{
		height: 100vh;
	}

	.image_left_editor_right .column_left img.vector_image {
		top: -60px;
	    left: -60px;
	}

	.home_slide_text .container{
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
	}

	.home_slide_column_left_1 {
	    margin-right: 0%;
	}

	.home_slide_column_left_2 {
	    padding: 5%;
	}

	.column_left h2 {
	    max-width: 650px;
	}

	.container.section_container.course_container {
	    margin-top: 30px;
	}

	.editor_left_image_right .column_left img{
		max-width: 80%;
	}

	.editor_left_image_right .column_right img {
	    margin-bottom: 50px;
	}

	.editor_left_image_right.white.has_bgcolor .column_right img{
		margin-bottom: 0;
	}

}


@media only screen and (max-width: 1200px) {

	.page_banner.middle {
	    height: auto;
	}

	section.page_banner.middle.partners_banner{
		height:400px;
		margin-top:20px;
	}

	.single-partner .page_banner .container.page_banner_container{
		background-size:65% 100%;
		padding-top: 32px
	}

	.home_slide_column.left img {
	    max-width: 450px;
	}

	.home_slide_text h1,
	.home_slide_text h1 strong {
	    font-size: 40px;
	    line-height: 52px;
	}

	.slick-slide img {
	    max-width: 220px;
	}

	.editor_left_image_right .section_cta,
	.image_left_editor_right a {
	    margin-top: 16px;
	}

	.column_right .vector {
	    max-width: 450px;
	}

	.editor_left_image_right .column_left {
	    padding: 0 25px;
	    margin-right: 0;
	}

	.section_9 h2 {
	    font-size: 28px;
	    line-height: 36px;
	}

	.strategy_section h2 {
	    font-size: 28px;
	    line-height: 36px;
	    max-width: 100%;
	}

	section h5 {
	    font-size: 24px;
	    line-height: 32px;
	}

	.section_2 .column_left {
	    padding-right: 5vw;
	    max-width: calc(50% - 5vw);
	}

	.editor_left_image_right .column_left img {
	    max-width: 70%;
	}

	section .team_carousel_item h5 {
	    font-size: 18px;
	    line-height: 28px;
	}

	/*Post Grid List With Content */
	.post_grid_list_with_content .news_item {
        width: calc(33.333% - 40px);
    }

	section.image_left_editor_right,
	section.editor_left_image_right,
	.newsletter_section{
		padding:0 24px;
	}

	section.post_grid_list{
		padding:0 24px!important;
	}

	.image_left_editor_right .container,
	section.editor_left_image_right .container,
	.newsletter_section .section_container,
	.post_grid_list .section_container{
		padding: 64px 24px;
		max-width:calc(100% - 48px);
	}

	.post_grid_list .section_container{width:100%;}

	.page_builder section.deliverables_section{padding:0 24px;}

}

@media only screen and (max-width: 1080px) {

	.home_slide_column h1 {
	    max-width: 100%;
	}

	.home_slide_column_left_2 p {
	    width: 100%;
	    max-width: 100%;
	}

	.home_slide_column.left img {
	    max-width: 350px;
	}

	.home_slide_column.left{
		margin-left: 0;
	}

	.home_slide_column.center {
	    width: 50%;
	    padding-bottom: 0;
	    margin-left: 10vw;
	    margin-top: auto;
	    margin-bottom: 25px;
	}

	.home_slide_column.center h1 {
	    font-size: 50px;
	    line-height: 60px;
	}

	.home_slide_column.right img {
	    max-width: 250px;
	    bottom: 40px;
	}

	.editor_left_editor_right h3 {
	    font-size: 24px;
	    line-height: 32px;
	}

	/* Addres & Contact Form */
	.address_contact_form .address_items{
		margin-top: 0;
	}

	.address_contact_form .address_item_column.left {
	    width: 90%;
	    padding: 5%;
	    margin-top: 100px;
	}

	.address_contact_form .address_item_column.right {
		width: 100%;
	    padding: 0;
	    margin-top: 20px;
	}

	.address_contact_form .address_item {
	    flex-direction: column;
	}

	.address_contact_form .wpcf7{
		width: 100%;
	}

	.form_row.textarea p{
		max-width: 100%;
	}

	.form_row.textarea label {
	    width: 100%;
	    max-width: 100%;
	    margin-right: 0;
	}

	.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 20px);
	}

	.form_row.textarea textarea {
	    max-width: calc(100% - 48px);
	    margin-top: 10px;
	}

}


@media only screen and (max-width: 1024px) {

	h1 {
	    font-size: 32px !important;
	    line-height: 40px !important;
	}

	h2 {
	    font-size: 28px !important;
	    line-height: 36px !important;
	}

	.page_banner.middle {
	    margin-top: 0;
	}

	.page_banner.large.xlarge {
    	align-items: flex-start;
    	max-height: 460px;
	}

	.page_banner.large.xlarge .container.page_banner_container{padding-top:140px;}

	.image_left_editor_right .column_left img.vector_image {
	    max-width: 100px;
	}

	.stair .post_grid_vector {
	    max-width: 150px;
	}

	.home .home_slide.slick-slide {
	    padding-top: 60px;
	}

	.home_slide_column.left {
	    margin-left: 0;
	    width: 100%;
	    max-width: 100%;
	}

	.home_slide_column_left_2 {
    	padding-top: 0;
	}

	section .section_container {
	    max-width: 90%;
	}

	.home_slide.slick-slide {
	    max-height: 580px;
	}

	.partners_carousel .slick-slide img {
	    max-width: 100px;
	}

	.scroll-btn .mouse{
		display: none;
	}

	section p{
		margin: 0;
	}

	section h2, section p{
		padding: 0%;
	}


	section h2{
		max-width: 100%;
	}

	 .column_right .vector {
	    display: none;
	}

	section .section_container{
		width: 100%;
	}

	.value_item:nth-child(2n+2) {
	    justify-content: flex-start;
	}

	.value_item_text {
	    display: flex;
	    flex-grow: 1;
	    flex-direction: column;
	    max-width: 600px;
	}

	.popup_column.right {
	    max-height: 100vh;
	    overflow-y: scroll;
	}

	.custom_dots .slick-dots {
	    text-align: center;
	    margin-left: 0px;
	}

	.custom_dots .slick-dots li {
	    width: auto;
	    height: 2px;
	    margin-right: 0px;
	}

	.custom_dots .slick-dots li:nth-child(1) button:after {
	    display: none;
	}

	.custom_dots .slick-dots li:nth-child(2) button:after {
	    display: none;
	}

	.custom_dots .slick-dots li button:before {
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	}

	.custom_dots .slick-dots li.slick-active button:before {
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	}

	.section_7{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container.section_container.course_container {
	    align-items: flex-start;
	}

	.course_item:nth-child(2) {
	    top: 0;
	}

	.course_item:nth-child(3) {
	    top: 0px;
	}

	.editor_left_image_right .column_left {
	    padding: 0;
	    margin-right: 0;
	}

	/* Address & Contact Form */
	.address_contact_form{
		position: relative;
	}

	.address_contact_form .address_item_column.left {
	    margin-top: 0;
	}

	.address_contact_form .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 50px);
	}

	/* Post Grid Middle */
	.post_grid.middle .column_left .blog_item {
	    height: calc(50% - 12px);
	}

	.post_grid.middle .column_right .blog_item {
	    height: calc(50% - 12px);
	}

	.post_grid.middle .column_33.column_center {
	    margin: 0 24px;
	}

	.page-template-template-builder .page_banner.middle.no-image .container p{
		font-size: 16px;
	    line-height: 24px;
	}

	.page-template-template-builder .page_banner.middle.no-image .container h2{
		font-size: 22px !important;
    	line-height: 26px !important;
	}

	.single-partner .page_banner .container.page_banner_container h2{
		margin-top:-12px;
	}

	.single-partner .page_banner .container.page_banner_container p{
		font-size:14px;
	}

	.post_grid_list .post_grid_container{
		display: flex;
		flex-wrap: wrap;
		margin-top:0;
	}

	.post_grid_list .post_grid_item {
        display: flex;
        max-width: calc(100% - 48px);
		gap:24px;
		align-items: center;
    }

	.post_grid_list .post_grid_item .post_grid_image{
		max-width: 100%!important;
	}

	.page_banner.main_banner{
		margin: 0 24px 64px;
		top: 36px;
	}

	section.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item{
		width: calc(33.3333% - 24px);
	}

	.editors2_images_editors2,
	section.contact_section.contact_boxed,
	.image_full_width_2_editors_in_bottom_2_images_bottom{
		padding:0 24px;
	}

	section.contact_section.contact_boxed .form_container{background-position: center;}

	section.contact_section.contact_boxed .contact_section_container{padding:40px 24px;}

	.page-template-template-builder .page_banner.middle .container{
		padding: 0 24px;
		top:0;
	}
	
	.address_layout .boxed_container,
	.editors2_images_editors2 .boxed_container{
		padding: 40px 24px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .boxed_container,
	.editors2_images_editors2 .boxed_container .boxed_content,
	.image_full_width_2_editors_in_bottom_2_images_bottom .boxed_container
	section.contact_section.contact_boxed .contact_section_container{
		padding: 48px 24px;
	}

	.image_full_width .container,
	.image_left_image_right .container,
	.editors_images .container.container_full{padding:0;}
	
}


@media only screen and (max-width: 991px) {

	.page_builder .column{
		min-height: unset;
	}

	.section_cta{
		margin-bottom: 50px;
	}

    /* Post Grid List With Content */
    main .container.post_categories_container{
    	max-width: 90%;
    	padding-bottom: 0;
    	margin: 0 auto;
    }

    .post_grid_list_with_content .post_categories li {
        margin-bottom: 20px;
    }

    .post_grid_list_with_content .section_container {
        padding-top: 0;
    }

		.post_grid_list.full_post_grid .post_grid_featured{
        display: flex;
        flex-wrap: wrap;
		gap: 32px;
    }

	.post_grid_list .post_grid_item img{margin-bottom:0;}

	.post_grid_list .post_grid_item{
		width:100%;
		max-width: 100%;
	}

	.post_grid_item_description {
		width: 100%;
	}

	.post_grid_list .post_grid_item .post_grid_image{width:100%;}

	.post_grid_list.full_post_grid .post_grid_featured .post_grid_item:last-child .post_grid_image img{height:350px;}

	.post_grid_list.full_post_grid .post_grid_regular{
		display: flex;
    	flex-wrap: wrap;
		gap:32px;
	}

	.address_layout .section_container{
		padding-top:0;
	}
}

@media only screen and (max-width: 962px) {

	.page-template-template-builder .page_banner.middle .container h1 {
	    margin-top: 0;
	}

	.home_slide_column_left_2 a {
	    margin-bottom: 50px;
	}

	.home .post_grid.stair{
		padding: 30px 0;
	}

	.page_builder section .container.page_banner_container {
	    padding: 20px 40px;
	    width: auto;
	}

	section.page_banner.middle.partners_banner{
		height:448px; 
	}

	.single-partner .page_banner .container.page_banner_container{
		background-size:75% 100%;
	}

	.page_banner.large .container.page_banner_container{
		align-items: flex-start;
    	justify-content: flex-end;
		padding: 48px 24px;
	}

	.page_builder .column{
		padding: 0;
	}

	.home_slide.slick-slide {
	    max-height: 500px;
	}

	.home_slide_column_right img {
    	max-width: 200px;
	}

	.post_grid .section_container{
		flex-direction: column;
		align-items: center;
	}

	.column_33{
		width: 100%;
	}

	.column_33.column_center {
	    margin: 0 auto;
	}

	.blog_item {
	    height: 35vh !important;
	    margin-bottom: 15px;
	}

	.column_33.column_center {
	    height: auto;
	}

	.column_33.column_center .blog_item {
	    height: 25vh;
	}

	.blog_item h3 {
	    bottom: 0px;
	}

	.image_left_image_right .column {
	    margin-bottom: 0px;
	}

	.editor_left_editor_right .column.left {
	    padding-top: 0;
	   	padding-right: 20px;
	}

	.editor_left_editor_right .column.right{
		padding-left: 20px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p {
	    font-size: 20px;
	    line-height: 28px;
	}

	.editors2_images2 .image_left_image_right .column {
	    margin-bottom: 10px;
	}

	/* Address & Contact Form */

	.form_row p {
	    flex-direction: column;
	}

	.address_contact_form .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 10px);
	    width: 100%;
	}

	.form_row label:first-child {
	    margin-right: 0px;
	}

	.form_row.checkbox p {
	    flex-direction: row;
	}

	.form_row.checkbox label{
		margin-right: 15px;
	}

	/* Post Grid Stair */
	.stair .column a {
	    flex: calc(50% - 60px);
	    height: 260px !important;
	    border-radius: 15px;
	}

	.page_builder section.page_banner.large .container.page_banner_container {
	    width: calc(50% - 80px);
        max-width: 50%;
	}

	section.page_banner.large{justify-content:flex-end;}

	.form_row.textarea textarea{
		max-width: calc(100% - 36px);
	}

}

@media only screen and (max-width: 828px) {

	.page-template-template-builder .page_banner .container {
	    margin: 0;
	    border-radius: 0;
	}

	.page_builder .column {
	    padding: 10px;
	}

	.home_slide.slick-slide {
	    height: auto;
	    max-height: unset;
	}

	.home_slide_column {
	    margin-top: 150px;
	}

	.home_slide_column.left {
	    flex-direction: column;
	    max-height: unset;
	}

	.home .home_slide.slick-slide {
	    padding-top: 0;
	}

	.home_slide_column_left_2 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.image_full_width img{
		margin-top: 0;
	}

	.page_builder .image_full_width_2_editors_in_bottom_2_images_bottom section.image_left_image_right {
	    padding: 40px 0;
	}

	.editor_left_image_right .column_right {
	    max-width: 50%;
	    margin: auto;
	    margin-top: 15px;
	}

	.image_left_editor_right .column_left{
		display: flex;
		align-items: center;
	}

	.address_layout h2 {
		width: 100%;
		text-align: center;
	    margin-bottom: 30px;
	}

	.editors2_images2 .image_left_image_right .column {
		margin-top:0;
	    margin-bottom: 40px;
	}

}

@media only screen and (max-width: 800px) {

	/* Address & Contact Form */
	.address_contact_form .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	    max-width: calc(100% - 20px);
	    margin-bottom: 15px;
	}

	.address_contact_form .wpcf7 input[type="text"].wpcf7-not-valid, 
	.address_contact_form .wpcf7 input[type="email"].wpcf7-not-valid{
	    margin-bottom: 0px;
	}

	.form_row.textarea {
	    margin-top: 20px;
	}

}

@media only screen and (max-width: 767px) {

	.page_builder section#section-2{
		padding: 0;
	}

	.address_layout h2 {
	    text-align: left;
	    margin-bottom: 16px;
	}

	.single-partner .page_banner.large {
	    background-position: right;
	    height: 400px;
	}

	.post_grid.middle.four .column_66.column_left,
	.post_grid.middle.four .column_33.column_right{
		max-width:100%;
	}

	.editor_left_image_right .column_right, .image_left_editor_right .column_left{
        max-width:100%;
    }

	section.page_banner.large{
		background-image:none!important;
		height: 100%;
		max-height: 100%;
		padding-top:0;
	}

	.page_builder section.page_banner.large .container.page_banner_container {
        width: 100%;
        max-width: 100%;
		height: 100%;
        max-height: 100%;
		padding: 0;
    }

	.page_builder section .container.page_banner_container{
		padding: 0;
		top:0;
	}

	.page_banner.main_banner .banner_content{
		margin-top:320px;
		background: #001D4C;
		max-width: calc(100% - 48px);
		border-radius: 0;
		padding: 24px;
	}

	.page-template-template-builder .page_banner .container h1{
		padding: 0;
	}

	.after_title_text{
		margin-top:16px;
		padding: 0 24px;
		max-width: 100%;
	}

	.before_title_link{padding:0 24px;}

	.image_left_editor_right .container{gap:0;}

	.page_banner.main_banner{
		margin: 0 12px 64px;
	}

	section.image_left_editor_right, section.editor_left_image_right, .newsletter_section{
		padding:0 12px;
	}

	.image_left_editor_right .container, section.editor_left_image_right .container, .newsletter_section .section_container, .post_grid_list .section_container{
		max-width: calc(100% - 24px);
        padding: 32px 12px;
	}

	section.post_grid_list {
        padding: 0px 12px !important;
    }

	section.editor_left_image_right.boxed_content .section_box_content,
	.post_grid_list .section_container {
        padding: 32px 12px;
    }

	.page_banner.main_banner{height: fit-content;background-size:100%;}

	.page_banner.main_banner video#bg-video{
		z-index: 2;
		height: 320px;
        top: 0;
		width: 100%;
        object-fit: cover;
	}

	.banner_overlay{
		height: 320px;
		z-index:3;
	}

	.post_grid_list .post_grid_item{
		flex-wrap: wrap;
		max-width: 100%;
	}

	.post_grid_list .post_grid_container{padding:32px 0;}

	.post_grid_list .post_grid_item .post_grid_image {
        max-width: 100% !important;
		width: 100%;
    }

	.post_grid_list .post_grid_item img{
		height: 350px;
    	width: 100%;
    	object-fit: cover;
		margin-bottom:0;
	}

	section.editor_left_image_right.boxed_content .section_box_content{
		background-image:url(../images/bg-transparent.svg);
		background-color:#E4ECF2;
		background-size: contain;
        background-position: bottom;
	}

	.post_grid_list .post_grid_item,
	.post_grid_list .post_grid_item:nth-child(2), .post_grid_list .post_grid_item:nth-child(3){gap:12px;}
	.post_grid_list .post_grid_container{gap:32px;}

	.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_item_content {
		max-width: 100%;
		width: 100%;
	}

	.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_image{
		width: 100%;
    	height: 350px;
	}

	.post_grid_list.full_post_grid .post_grid_featured{margin-bottom:0;}

	.editors2_images_editors2, section.contact_section.contact_boxed, .image_full_width_2_editors_in_bottom_2_images_bottom {
        padding: 0 12px;
    }

	section.contact_section.contact_boxed .contact_section_container{
		padding: 48px 14px;
    	max-width: calc(100% - 24px);
	}

	section.contact_section.contact_boxed .form_container{background-position: center;}

	.contact_section .contact_column.left{
		padding:24px;
	}

}

@media only screen and (min-width: 768px) and  (max-width: 828px){

	/*.home_slide.slick-slide {
	    height: auto;
	    max-height: unset;
	}

	.home_slide_column {
	    margin-top: 150px;
	}

	.home_slide_column.left {
    	flex-direction: column-reverse;
	}*/

	.home_slide_column.left {
		width: 100%;
    	max-width: 100%;
    	height: auto;
	    flex-direction: row;
	    margin-top: 0;
	}

	.home_slide_column_left_1 {
	    width: 50%;
	}

	.home_slide_column_left_2 {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    height: auto;
	    margin-top: auto;
	    margin-bottom: 20px;
	}

	.home_slide_column_left_2 a {
	    padding: 20px 20px;
	}

	.home_slide_column_right {
	    display: none;
	}


}


@media only screen and (max-width: 768px) {

	.section_container {
	    flex-direction: column;
	}

	.home_slide_text h1 {
	    margin-top: 0px;
	}

	.image_left_editor_right .column_left {
	    margin: 40px auto;
	}

	.editor_left_image_right .section_cta, .image_left_editor_right a {
	    margin-top: 0;
	    margin-bottom: 50px;
	}

	.post_grid .post_grid_container {
	    flex-direction: column;
	   	margin-top: 35px;
	}

	.post_grid .post_item:nth-child(2) {
	    margin: 0;
	}

	.post_grid .post_item .title {
		font-weight: 600;
	    margin-left: 24px;
	}

	.blog_item {
	    height: 50vh;
	    margin-bottom: 50px;
	}

	.column_33.column_center .blog_item {
	    height: 50vh !important;
	}

	.editor_left_image_right.cta_blue  .section_cta {
	    margin-top: 0;
	}

	.editor_left_image_right .column_right img{
		margin-left: 0;
		margin-bottom: 0;
	}

	.column_33.column_center {
	    width: 100%;
	}

	/* Post Grid List */
	.post_grid_list .section_container{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}

	.post_grid_list .partners_item {
	    width: calc(33.333% - 40px);
	    height: 200px !important;
	}

    /* Post Grid List With Content */
    .post_grid_list_with_content .section_container {
        display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
    }


    /* Single Partner */
    .single-partner .image_full_width .vector_image {
	    max-width: 100px;
	}
	

}


@media only screen and (max-width: 767px) {

	.stair .column a {
	    flex: 100%;
	}

	.page_builder .image_full_width_2_editors_in_bottom_2_images_bottom section.image_left_image_right{
		padding-top: 0;
	}

	.page_banner.partner {
	    background-position: 33%;
	}

	.page_banner.partner .container.page_banner_container h1{
		max-width: 200px;
	}

	.single-partner .image_full_width{
		padding-bottom: 10px;
	}

	.single-partner .editor_left_editor_right h2 {
	    margin-bottom: 10px;
	}

	.single-partner .editor_left_editor_right h3 {
	    margin-top: 10px;
	    margin-bottom: 0;
	}

	.single-partner .editor_left_editor_right h4 {
	    margin-bottom: 0;
	}

	.address_contact_form.only .wpcf7 input[type="text"], 
	.address_contact_form.only .wpcf7 input[type="email"],
	.address_contact_form.only .wpcf7 input[type="tel"] {
	    width: 100%;
	    max-width: 90%;
	    padding: 0 5%;
	}

	.blog_item h3{
        max-width: 80%;
    }

    .editor_left_image_right .container{
        flex-direction: column-reverse;
    }

	.editor_left_image_right h3{
		margin-top:0;
	}

    .image_full_width_2_editors_in_bottom_2_images_bottom .section_vector {
	    max-width: 200px;
	}

	.image_full_width .vector_image {
	    max-width: 100px;
	}

	.page_banner.large.xlarge .container.page_banner_container {
	    padding-left: 40px;
	}

	.page_banner.large.xlarge {
	    background-position: 68% 10%;
	}

	.page_banner.large .banner_vector_image {
	    max-width: 280px;
	}

	.page_banner.large .banner_vector_image {
	    max-width: 120px;
	}

	.address_item{
		flex-direction: column;
	}

	.map_iframe{
		height: 350px;
	}

	.address_layout .map_iframe iframe {
	    height: 100%;
	}
}

	@media only screen and (max-width: 580px) {
		section.post_grid.middle.four .column_66.column_left .blog_item{
			width:100%;
		}

		.cf7-row.form_row{
			flex-wrap: wrap;
			gap:0;
		}

		.cf7-col br {display: none;}

		.form_row.textarea{margin-top:0;}

		.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_image{
			height: 260px;
		}
	}

	@media only screen and (max-width: 414px) {

		.page_banner.large .banner_vector_image {
		    max-width: 120px;
		}


		.post_grid_list.full_post_grid .post_grid_regular .post_grid_item .post_grid_image{
			height: 200px;
		}

	}


	@media only screen and (max-width: 767px) {

	.post_grid_list_with_content .news_item:first-child {
	    width: 100%;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_content {
	    position: static;
	    background: none;
	    padding: 0;
	    border-radius: 0;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_content h2 {
	    color: #006BB8;
	}

	.post_grid_list_with_content .news_item:first-child .news_item_content h3 {
	    color: #07072B;
		margin-bottom:16px;
	}

	.stair .column{
		max-width: 100%;
	}

	.text_editor_section h3{
		font-size: 24px !important;
	    line-height: 32px !important;
	}

	.home .home_slide.slick-slide {
	    max-height: unset;
	}

	.home_slide_column_left_2 {
	    max-width: 100%;
	    height: auto;
	    justify-content: flex-start;
	}

	.home_slide_column_right{
		display: none;
	}

	.page-template-template-builder .page_banner.middle .container{
		flex-direction: column-reverse;
        height: fit-content;
        padding: 24px
	}

	.page-template-template-builder .page_banner.middle{
		height:100%;
	}

	.page-template-template-builder .page_banner.middle .text-container{
		padding:16px 0;
	}

	.page-template-template-builder .page_banner.middle .column-left, .page-template-template-builder .page_banner.middle .column-right {
		width: 100%;
	}

	.page-template-template-builder .page_banner.middle .container h1{
		font-size: 36px;
	    line-height: 44px;
	}

	.page-template-template-builder .page_banner.middle.no-image .container h1{padding:0;}

	.page-template-template-builder .page_banner.middle.no-image .container h2 {
		font-size: 20px !important;
		line-height: 24px;
	}

	.page-template-template-builder .page_banner.middle .container p,
	.page-template-template-builder .page_banner.middle.no-image .container p{
	    font-size: 14px;
	    line-height: 22px;
	}

	.page-template-template-builder .page_banner.middle.no-image .container p{max-width:80%;}

	.page_banner.middle {
	    margin-top: 0;
	}

	.page_banner.small {
		min-height: unset;
		background-position: left;
	    margin-top: 0px;
	}

	.page-template-template-builder .page_banner.small .container{
		margin: 0;
	}

	.page-template-template-builder .page_banner.small .container p{
		font-size:14px;
	}

	.home_slide_column {
	    margin-top: 120px;
	}

	.home_slide_column.left {
	    max-width: 100%;
	}

	.home_slide_column.left img {
	    max-width: 320px;
	    margin: 0 auto;
	}

	.home_slide_column_left_2 a {
	    margin-bottom: 0;
	}

	.home_slide_column_right img {
	    max-width: 150px;
	    position: absolute;
	    bottom: 40%;
	    right: 0%;
	}

	.editor_left_image_right .column_right {
	    max-width: 100%;
	}

	.image_left_editor_right .column_left {
	    margin: 0px auto;
	    margin-bottom: 25px;
	}

	#section-2.image_left_editor_right .column_left{
		margin-bottom: 0;
	}

	.image_left_editor_right .column_right {
	    margin-left: 0;
	}

	.editor_left_image_right .section_cta, .image_left_editor_right a {
		min-width: 100px;
	    margin: 16px 0;
	}

	.blog_item {
	    margin-bottom: 25px;
	}

	.column_33.column_center .blog_item {
	    height: 25vh;
	}

	.post_grid.middle .column_33.column_center {
	    margin: 0 auto;
	}

	.column_33.column_center .blog_item {
	    height: 50vh;
	}

	/* Post Grid List */
	.post_grid_list .section_container {
        padding-top: 0;
    }

    .post_grid_list .partners_item {
	    width: calc(50% - 40px);
	    height: 300px !important;
	}

    /* Editor Left - Editor Right */
	.editor_left_editor_right .column {
	    width: 100%;
	    max-width: 90%;
	}

	.editor_left_editor_right .column.right {
	    padding-left: 0;
	}


	/* Image Left - Image Right */
	.image_left_image_right .column{
    	width: 100%;
	}

	.image_left_image_right .column.left {
	    margin: 0 auto;
	    margin-bottom: 16px;
	}

	/* Address */
	.address_items {
	    margin-top: 15px;
	}

	.address_item_column.left {
	    width: 80%;
	    padding: 10%;
	}

	.editors2_images_editors2 .editor_left_editor_right h2 {
	    font-size: 28px;
	    line-height: 36px;
	    margin-bottom: 0;
	}

	.editors2_images_editors2 .editor_left_editor_right .column.right {
	    padding-left: 0px;
	    padding-bottom: 0;
	}

	.editors2_images_editors2 .image_left_image_right .column.left {
	    margin: 0 auto;
	    margin-bottom: 40px;
	}

	.editors2_images_editors2 .editor_left_editor_right h3 {
	    margin-bottom: 0;
	}

	.editors2_images_editors2 .editor_left_editor_right .column.left {
	    padding-top: 0px;
	    padding-left: 0;
	    padding-right: 0;
	}

	.editors2_images_editors2 .image_left_image_right .column {
		max-width: 90%;
	}

	.editors2_images_editors2 .image_left_image_right .column {
    	max-width: 90%;
    	
    	flex-direction: column;
	}

	.editors2_images_editors2 .image_left_image_right .column.left{
		margin-bottom: 0px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right h3 {
	    margin-bottom: 0;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.left {
	    width: 100%;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right {
	    width: 100%;
	    max-width: 90%;
	    padding-left: 0;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.left {
	    width: 100%;
	    margin-bottom: 16px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .image_left_image_right .column.right {
	    width: 100%;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right p {
	    font-size: 20px;
	    line-height: 28px;
	}

	.editors2_images2 .editor_left_editor_right .column.right {
    	padding-left: 0px;
	}

	.editors2_images2 .editor_left_editor_right h3 {
	    margin-bottom: 0;
	}

    /* Post Grid List With Content */
    .post_grid_list_with_content .news_item {
	    margin:16px 0;
	}

	.post_grid_list_with_content .news_item{
		max-width:100%;
	}

	/* Address Contact Form */
	.address_contact_form .map_iframe {
	   height: auto;
	   margin-top: 30px;
	}

	.form_row .wpcf7-form-control-wrap {
	    line-height: 26px;
	}

	.form_row label {
	    font-size: 16px;
	    line-height: 24px;
	}

	.form_row.checkbox .wpcf7-not-valid-tip {
	    bottom: -42px;
	}

	.wpcf7 form .wpcf7-response-output {
	    margin: 0;
	    padding: 15px 10px;
	    border: 2px solid #00a0d2;
	}

	/* Specific Styles */
	.section-3 .section_cta{
		margin-bottom: 0;
	}

	.page_builder section.section-4{
		padding-top: 0;
		padding-bottom: 0;
	}

	.post_grid_list_with_content .section_container {
        padding-top: 0;
    }

    .post_grid_list_with_content .news_item {
        width: calc(50% - 40px);
		margin:16px;
    }

	.single-partner .editor_left_image_right .column_right img.vector_image {
    	right: -10px;
    	max-width: 150px;
	}

	.home .post_grid.stair{
		padding-top: 0;
	}

	.post_grid.stair .container.heading h2{
		margin-bottom: 12px;
	}

	.stair .column {
	    padding: 0;
	}

	.page-template-template-builder .page_banner.middle .container{
		background-size: cover;
		max-width: 100%;
	}

	.page-template-template-builder .page_banner.middle .text-container{
		width: 100%;
	}

	.page-template-template-builder .page_banner.middle .container h1{
		padding-left:0;
	}

	.editors2_images_editors2 .editor_left_editor_right .left,
	.editors2_images_editors2 .editor_left_editor_right .right{
		width:100%;
		max-width:100%;
	}

	.address_contact_form.only .address_desc p {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 24px;
	}


    p.cf7-consent.form_row.checkbox span{
        display: block;
    }

	section.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item{
		width: calc(50% - 24px);
	}

	.post_grid_list.full_post_grid .post_grid_regular.partners .post_grid_item .post_grid_image{
		height:170px;
		padding: 0px;
	}

	.page_builder section.deliverables_section {
        padding: 0 12px;
    }

	.deliverables_section .container{padding: 48px 12px;}

	.editors2_images_editors2 .boxed_container {
        padding: 40px 12px;
    }

	section.editors_images{
		margin-top: 24px;
		margin-bottom: 16px;
	}

	.editors_images .container.container_full {
        flex-wrap: wrap;
		gap: 16px 12px;
    }

	.editors_images .container.container_full{gap:12px;}
	.editors_images .container.container_full.images3 img{height: 200px; max-width: calc(33.3333% - 8px);}
	.editors_images .container.container_full.images4 img{height: 200px; max-width: calc(50% - 8px);}

	.editors_images .container.container_full.images4 img:nth-child(even) {
		margin-top: 12px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .boxed_container, .editors2_images_editors2 .boxed_container .boxed_content, .image_full_width_2_editors_in_bottom_2_images_bottom .boxed_container section.contact_section.contact_boxed .contact_section_container{
		padding:40px 12px;
	}

	.image_full_width_2_editors_in_bottom_2_images_bottom .editor_left_editor_right .column.right p {
		max-width: 100%;
		font-family: "Hanken Grotesk", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: 0;
		margin: 16px 0;
	}
}

@media only screen and (max-width: 600px) {

	.address_item_column.left {
	    width: 90%;
	    padding: 35px 5%;
	}

	.address_contact_form .address_item_title {
	    font-size: 24px;
	    line-height: 32px;
	}

	.address_desc h1 {
	    margin-top: 10px;
	}

	.form_row.checkbox p {
	    flex-direction: row;
	    align-items: flex-start;
	}

	.form_row .wpcf7-submit {
	    width: 100%;
	}

	.form_row.checkbox label {
	    flex-wrap: wrap;
	}

	.stair .post_grid_vector{
		display: none;
	}

	.stair .column a {
	    flex: 100%;
	}

	section.page_banner.middle.partners_banner{
		height: 300px;
	}

	.single-partner .page_banner .container.page_banner_container {
        background-size: 85% 100%;
		background-position: 0px 40px;
    }

	.single-partner .page_banner .container.page_banner_container p a{
		margin-left:0;
	}

}

@media only screen and (max-width: 540px) {
 	
 	/* Post Grid List */
 	.post_grid_list .partners_item {
        width: calc(100% - 40px);
        margin: 20px auto;
    }

    /* Post Grid List With Content */
    .post_grid_list_with_content .news_item {
        width: 100%;
		margin:16px 0;
    }

}

@media only screen and (max-width: 414px) {

		.home_slide_column_right img {
		    max-width: 110px;
		}

		.post_grid_list .post_grid_item img{
			height: 250px;
		}

		.post_grid_list.full_post_grid .post_grid_regular.partners{
			gap:16px;
		}

}


/* Counters */
.counters{
	background-color: #006BB8;
	padding: 56px 0;
}

.counters .section_container {
    flex-wrap: wrap;
}

.counters .section_container.editor{
	padding: 0;
}

.counters .section_container.editor p{
	color: var(--Base-White, #FFF);
	text-align: center;
	font-family: Blinker;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.counters .counter_item {
    display: flex;
    padding: 32px 56px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    margin: 20px;
}

.counters .counter_item:first-child{
    margin-left: 0;
}

.counters .counter_number_container{
    display: flex;
    align-items: center;
    color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -0.96px;
}

.counter_text{
    color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}


@media only screen and (max-width: 767px) {

    .counters .counter_item {
        justify-content: center;
        padding: 16px 24px;
        margin: 10px 0;
    }

    .counters .counter_item img{
        max-width: 60px;
    }

    .counters .counter_number_container{
        font-size: 62px;
        line-height: 64px; 
    }

    .counter_text {
        font-size: 18px;
        line-height: 24px;
    }

}

/* Breadcrumbs */
.page_builder section.breadcrumbs_section{
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: var(--Primary-Blue-50, #EBF7FC);
	padding: 0;
}

.page_builder section.breadcrumbs_section .container{
	width: 100%;
	max-width: 90%;
	padding: 0;
}

.breadcrumbs_section ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 16px 0;
}

.breadcrumbs_section ul li {
    background-image: url(../images/breadcrumb-arrow-2.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    color: var(--Primary-Slate-500, #333E48);
    font-family: Blinker;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-right: 26px;
    margin-right: 8px;
}

.breadcrumbs_section ul li:last-child{
	font-weight: 400;
	background-image: none;
}

.breadcrumbs_section ul li a{
	 color: var(--Primary-Slate-500, #333E48);
	 text-decoration: none;
}

@media only screen and (max-width: 767px) {

	.breadcrumbs_section ul li:nth-child(3){
		display: none;
	}

}

/* Cards Section */
.cards_section {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto;
}

.cards_section .cards_item_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
}

.cards_section .cards_item {
	width: calc(33.333% - 64px);
	margin-right: 32px;
	margin-bottom: 32px;
}

.cards_section .cards_item:nth-child(3n+3){
	margin-right: 0;
}

.cards_section .cards_item_img_container{
	height: 100px;
	background-image: url(../images/card-bg.jpg);
    background-size: cover;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.cards_section .cards_item_img_container img{
	position: absolute;
	left: 24px;
	bottom: 33px;
}

.cards_section .card_text{
	display: flex;
	background: var(--Primary-Blue-50, #EBF7FC);
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	padding: 24px 32px 32px 32px;
	border-radius: 8px;
}

.cards_section .card_text h3{
	color: var(--Tertiary-Accessible-Blue-500, #006BB8);
	font-family: Blinker;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 10px;
}

.cards_section .cards_item_desc p{
	color: var(--Primary-Slate-500, #333E48);
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.cards_section .cards_item .cards_item_cta{
	display: flex;
	width: 100%;
	max-width: calc(100% - 32px);
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: var(--Tertiary-Dark-Blue-500, #3E4883);
	color: var(--Base-White, #FFF);
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	padding: 16px;
	border-radius: 4px;
	margin-top: 15px;
}

@media only screen and (max-width: 1340px) {

	.cards_section .cards_item {
	    width: calc(33.333% - 32px);
	    margin-right: 16px;
	    margin-bottom: 32px;
	}


}

@media only screen and (max-width: 1080px) {

	.cards_section .cards_item {
	    width: calc(50% - 32px);
	    margin-right: 16px;
	    margin-bottom: 32px;
	}

	.cards_section .cards_item:nth-child(2n+2) {
    	margin-right: 0;
	}

	.cards_section .cards_item:nth-child(3n+3) {
    	margin-right: 0px;
	}

}

@media only screen and (max-width: 828px) {

	.page_builder section.cards_section .container {
	    max-width: 100%;
	    flex-direction: column;
	}

	.cards_section .cards_item {
	    width: calc(100% - 0px);
	    margin-right: 0px;
	}


}