.new-homepage .key-benefits-new .col-md-4 .inner .hover_text p {
	color: white !Important;
}
.ai-mobile {
	display: none;
}
#header nav ul li.new-menu .sub-menu .sub-menu {

	display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap:15px;
grid-row-gap: 0px;
}
.new-menu {
	position: relative !Important;
}
#header nav ul li.new-menu .sub-menu .sub-menu li {
	grid-area: initial !important;
}
#header nav ul li.new-menu .sub-menu .sub-menu li:hover {

    background: #eceef2 !important;
}
#header nav ul li.new-menu .sub-menu .sub-menu li {

    background: #f6f6f8 !important;
}
#header nav ul li.new-menu .sub-menu .sub-menu li a {

    color: #141a26 !important;
		display: block !important;
}
#header nav ul li.new-menu .sub-menu > li > a {
	display: none;
}
.new-homepage .ai-section {
	    margin: 0 67px 150px;
}
.new-homepage .ai-section .intro {
	text-align: center;
}
.new-homepage .ai-section  img {
	max-height: 80vh;
	margin: auto;
	margin-top: -107px;
display: block;

}
.new-homepage .ai-section .intro h2 {
	color: #141A26;
	font-size: 24px;
	font-weight: 700;
}
.new-homepage .product_and_soloutions .inner_product .bottom h3 {
	margin-bottom: 20px;
}
.new-homepage .product_and_soloutions .inner_product.execution .top {
	background: #D9DDE5 !important;
}
.home .owl-dots {
	display: none;
}
.new-homepage .video-section ul{
	max-width: 460px;
	padding-left: 20px;
}
.new-homepage .video-section ul li {
	color: white;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 400;

}
.new-homepage .video-section .row {
	align-items: center;
}
.new-homepage .video-section .iframe-wrapper {
	max-width: 100%;
position: relative;
width: 100%;
padding-bottom: 56.25%;
border-radius: 15px;
overflow: hidden;
}
.new-homepage .video-section ul li:last-child {
	margin-bottom: 0px;
}
.new-homepage .key-benefits-new .col-md-4 .inner .hover_text p {
	color: white;
}
.new-homepage .key-benefits-new.execution .col-md-4 .inner p {
	    color: #29a7ba;

    max-width: 250px;
}
.new-homepage .key-benefits-new.execution .col-md-4 .inner img {
	margin-bottom: 10px;
}
.new-homepage .key-benefits-new.execution .col-md-4 .inner {
	background: #C0EAF1;
}
.new-homepage .key-benefits-new.execution .col-md-4 .inner .hover_text {
	background: #2DB9CF;
}
.new-homepage .grey_content_section.padding-bottom {
	padding-bottom: 50px;
}
#frontpage_slideshow .keypoints .key span span {
	display: initial;
}
.intro-testimonial svg {
	margin-left: 20px;
}
.intro-paragraph p {
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
}
#tabs-section .intro {
	text-align: center;
	color: #141a26;
	margin-bottom: 30px;
}
#tabs-section .intro h2 {
	font-size: 52px;
}

#tabs-section .intro p {
	font-size: 22px;
}
#tabs-section .col-md-12 {
	display: none;
}
#tabs-section .col-md-12.active {
	display: block;
}
#tabs-section .col .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	block-size: 120px;
	border: 1px solid #ececfc;
	border-radius: 14px;
	color: #514b81;
	background-color: transparent;
	font-weight: 500;
	line-height: 25px;
	cursor: pointer;
	transition: var(--button-transition, var(--transition-short));
	transform: translateY(0);
	text-align: center;
	flex-direction: column;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
	transition: 300ms;
  margin-bottom: 20px;

}
#tabs-section .col .inner:hover {
		border: 1px #41537c solid;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
#tabs-section .left ul {
	margin: 20px 0px;
}
#tabs-section .left ul li {
	list-style: none;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
#tabs-section .left ul li img {
	margin-right: 20px;
}
#tabs-section .col .inner img {
	max-width: 40px;
}

#tabs-section .col .inner.active {
	border: 1px #41537c solid;
}

#tabs-section .col .inner span {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	padding: 0px 10px;
	margin-top: 10px;
}

#tabs-section .col-md-12 .inner {
	margin: auto;
    border-radius: 14px;
    border: 1px solid #ceceea;
		margin-top: 30px;
			box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
			padding: 50px 0 47px 50px;
			display: flex;
}
#tabs-section .col-md-12 .inner .left {
	max-width: 50%;
}
#tabs-section .col-md-12 .inner .left h3 {
	font-weight: 800;
    font-size: 20px;
		margin-bottom: 9px;
}
#tabs-section .col-md-12 .inner .left h4 {
	font-size: 16px;
font-weight: 500;
margin-bottom: 9px;
}
#tabs-section .col-md-12 .inner .left p {
	font-size: 14px;
font-weight: 300;
margin-bottom: 9px;
}
#tabs-section .col-md-12 .inner .left a {

padding: 10px 34px;
background: #41537c;
color: #fff;
margin-right: 10px;
border: 1px solid #41537c;
font-weight: 500px;
font-size: 16px;
text-decoration: none;
border-radius: 40px;
transition: 250ms;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
max-width: 250px;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
}
#tabs-section .col-md-12 .inner .left a:hover {
      background: #344263;
          transform: scale(1.02);
}
#tabs-section .grid {
  display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
}
#tabs-section .col-md-12 .inner .right {
	max-width: 45%;
	margin-left: 4%;
	padding-right: 50px;
}
#tabs-section .col-md-12 .inner .right img {
  height: 100%;
}
#news_and_events_block {
	padding: 120px 0px;
	background: #41537c;
	background: url(/wp-content/uploads/2024/09/shutterstock_31110439-scaled.jpg) 0 0 / cover fixed #29a7ba;
	position: relative;
}
#news_and_events_block .row {
	z-index: 1;
position: relative;
}
#news_and_events_block:after {
	position: absolute;
top: 0;
left: 0;
content: " ";
display: block;
height: 100%;
width: 100%;
background:#2494A6;
opacity: 0.75;
}
#news_and_events_block .intro {
	text-align: center;
	color: white;
	margin-bottom: 30px;
}
#news_and_events_block .intro h2 {
	font-size: 28px;
	color: white;
	font-weight: 300;
}

#news_and_events_block .intro p {
	font-size: 22px;
}
#news_and_events_block .buttons {
	grid-column-gap: 8px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 56px;
display: flex;
width: 100%;
}
#news_and_events_block .buttons a {
	border-radius: 20px;

	    padding: 4px 32px;
font-size: 18px;
font-weight: 400;
vertical-align: top;
text-align: left;
cursor: pointer;
height: 40px;
text-decoration: none;
display: inline-block;
position: relative;
color: white;
transition: 200ms;
border: 1px transparent solid;
font-weight: 600;


}
#news_and_events_block .buttons a:hover {
  background: white;
color: #41537C;
	border: 1px #A0A9BE solid;
}
#news_and_events_block .buttons a.active {
	background: white;
color: #41537C;
	border: 1px #A0A9BE solid;
}
#news_and_events_block .content {
	width: 100%;
	display: flex;
	flex-direction: row;
	display: none;
}
#news_and_events_block .content.active {
	display: flex;
}
#news_and_events_block .content .inner {
	width: 100%;
    height: 100%;
    grid-row-gap: 10px;
    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
    transition: .2s;
}
#news_and_events_block .content .inner:hover {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}

#news_and_events_block .content .inner .inner_tekst {
	padding: 0px 20px;
	text-align: center;
}

#news_and_events_block .content .inner .picture {
	width: 100%;
	background-color: #ddd;
	background-position: 50%;
	background-size: cover;
	border-radius: 8px;
	height: 200px;
	position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#news_and_events_block .content .inner span {

	    font-size: 14px;
	    color: #41537c;
}

#news_and_events_block .content .inner p {
	font-size: 18px;
	    line-height: 21px;
	    color: #141a26;
	    margin-bottom: 10px;
	    font-weight: 400;
			margin-top: 10px;
}

@media (max-width: 992px) {
	.new-homepage .video-section .iframe-wrapper {
		overflow: visible;
	}
	.new-homepage .ai-section .ai-desktop {
		display: none;
	}
	.video-section iframe, .video-section video {
		margin-top: 15px;
	}
	.new-homepage .ai-mobile {
		display: block;
	}
	 .logo_section .col-md-12 {
		padding: 0px 15px !important;
	}
	#conversion_page_header {
		height: 100% !important;
	}
	#news_and_events_block .buttons a {
		margin-bottom: 15px;
		padding: 7px 32px;
font-size: 15px;
	}
#conversion_page_header.certificate .row {

    flex-flow: column-reverse;
		height: 100% !important;
}
}
#preview-section-block_63054ee49043d {
	display: none;
}
#conversion_page_header .inner p.errorMessage{
	font-size: 14px;
    color: red;
    font-weight: 300;
    margin-bottom: 4px;
}
#conversion_page_header .inner input.error {
	border: 1px red solid;
}
#frontpage_slideshow {
	 height: calc(100vh - 80px);
	 width: 100%;
	 position: relative;
	 background-color: #fff;
}
#frontpage_slideshow input {
	padding: 21px;
    border: 1px solid #b9bec7;
    border-radius: 9px;
    box-shadow: 0 19px 25px rgba(41,45,52,.04);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    transition: .2s;
    display: block;
    width: 290px;
}
#frontpage_slideshow .keypoints .key:last-child {
	margin-right: 0px;
}
#frontpage_slideshow a {
	background: #2DB9CF;
	padding: 10px 26px;
	line-height: 16px;
	font-size: 16px;
	display: block;
	max-width: 200px;
	margin: auto auto 50px;
	display: flex;
	justify-content: center;
	align-items: center;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
color: #fff;
font-weight: 500;
border-radius: 40px;
height: 40px;
text-decoration: none;
transition: 200ms;
margin-bottom: 0px;
}
#frontpage_slideshow a:hover {
	transform: scale(1.02);
}
#frontpage_slideshow h1 {
	line-height: 52px;
font-size: 42px;
max-width: 720px;
font-weight: 900;
color: white;
display: block;
margin: auto;
}
#frontpage_slideshow h1 span {
	display: inline-block;
text-align: left;
width: 117px;
color: #57C7D9;
}
#frontpage_slideshow p {
	font-size: 21px;

font-weight: 400;
color: white;+ 20GW
max-width: 662px;
display: block;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
}
#frontpage_slideshow .keypoints {
	justify-content: center;
display: flex;
width: 100%;
color: white;
}
#frontpage_slideshow .keypoints .key {
	margin-right: 55px;
text-align: center;
margin-top: 35px;
margin-bottom: 60px;
}
#frontpage_slideshow .keypoints .key span {
	font-size: 40px;
    font-weight: 900;
    color: #81D5E2;
    display: block;
		margin-bottom: -10px;
}
#frontpage_slideshow .keypoints .key p {
	font-size: 16px;
color: #FFFFFF;
font-weight: 400;
margin: 0;
}
 #frontpage_slideshow .slide-wrp {
	 z-index: 1;
	 position: absolute;
	 height: 100%;
	 top: 0;
	 left: 0;
	 width: 100%;
}
 #frontpage_slideshow .slide-wrp:before {
	 z-index: 2;
	 position: absolute;
	 top: 0;
width: 100%;
height: 100%;
left: 0;
background: #175D68;
content: "";
display: block;
opacity: 0.6;
}
 #frontpage_slideshow .slide-wrp .slide {
	 height: 100%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 #frontpage_slideshow .slide-wrp .slide video {
	 width: 100%;
	 height: 100%;
	 -o-object-fit: cover;
	 object-fit: cover;
	 object-position: top left;
}
 #frontpage_slideshow .container-fluid {
	 height: 100%;
	 position: relative;
	 z-index: 3;
}
 #frontpage_slideshow .container-fluid .row {
	 height: 100%;
	 width: 100%;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	     justify-content: center;
			 text-align: center;
}

body:not(.block-editor-writing-flow) [data-animation] {
	 will-change: transform;
	 visibility: var(--se--visibility);
	 opacity: var(--se--opacity);
	 transform: translateY(var(--se--distance));
	 transition-duration: var(--se--duration);
	 transition-timing-function: var(--se--bezier);
	 transition-delay: var(--se--delay);
}
 body:not(.block-editor-writing-flow) [data-animation="fade-up"].is-inview {
	 transform: translateY(0) translateX(0) !important;
	 opacity: 1 !important;
	 visibility: visible !important;
}
 body:not(.block-editor-writing-flow) [data-animation="slide-up"] {
	 --se--opacity: 1;
	 --se--visibility: visible;
	 --se--distance: 8rem;
}
 body:not(.block-editor-writing-flow) [data-animation="slide-up"].is-inview {
	 transform: translateY(0) translateX(0) !important;
}
 body:not(.block-editor-writing-flow) [data-animation="fade-down"] {
	 --se--distance: -5rem;
}
 body:not(.block-editor-writing-flow) [data-animation="fade-down"].is-inview {
	 transform: translateY(0) translateX(0) !important;
	 opacity: 1 !important;
	 visibility: visible !important;
}
 body:not(.block-editor-writing-flow) [data-animation="fade-right"] {
	 --se--distance: -3.5rem;
	 transform: translateX(var(--se--distance));
}
 body:not(.block-editor-writing-flow) [data-animation="fade-right"].is-inview {
	 transform: translateY(0) translateX(0) !important;
	 opacity: 1 !important;
	 visibility: visible !important;
}
 body:not(.block-editor-writing-flow) [data-animation="fade-left"] {
	 --se--distance: 3.5rem;
	 transform: translateX(var(--se--distance));
}
 body:not(.block-editor-writing-flow) [data-animation="fade-left"].is-inview {
	 transform: translateY(0) translateX(0) !important;
	 opacity: 1 !important;
	 visibility: visible !important;
}
 body:not(.block-editor-writing-flow) [data-animation="fade-in"] {
	 transform: none;
}
 body:not(.block-editor-writing-flow) [data-animation="fade-in"].is-inview {
	 opacity: 1 !important;
	 visibility: visible !important;
}
 body:not(.block-editor-writing-flow) [data-animation="zoom-in"] {
	 transform: scale(0.9);
	 opacity: 1 !important;
	 visibility: visible !important;
}
 body:not(.block-editor-writing-flow) [data-animation="zoom-in"].is-inview {
	 transform: scale(1.1) !important;
	 opacity: 1 !important;
	 visibility: visible !important;
}

.page-template-page-conversion-page .progress-container {
  display: none;
}
/*.two-column-grid-section-block .inner_image img {
  height: 100%;
  object-fit: cover;
} */
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #e3e3e3;
  position: fixed;
  top: 81px;
  z-index: 999;
  pointer-events: none;
	display: none;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #41537c;
  width: 0%;
}
.request-a-demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 250ms;
}
.request-a-demo-modal.active {
  visibility: visible;
  opacity: 1;
}
.request-a-demo-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  cursor: pointer;
}
.request-a-demo-modal .form-module {
  position: relative;
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  pointer-events: none;
}
.request-a-demo-modal .form-module .inner {
  max-width: 580px;
  background: white;
  border-radius: 20px;
  height: auto;
  padding: 40px;
  position: relative;
  padding-bottom: 70px;
  pointer-events: all;
}
.request-a-demo-modal .form-module .inner .bottom {
  position: absolute;
    bottom: 0;
    width: 100%;
    background: #EFF0F2;
    left: 0;
    padding: 15px 0px;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.request-a-demo-modal .form-module .inner .bottom a {
  color: #41537C;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.request-a-demo-modal .form-module .inner h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #141A26;
}
.request-a-demo-modal .form-module .inner label {
  display: none;
}
.request-a-demo-modal .form-module .inner input, .request-a-demo-modal .form-module .inner select {
  width: 100% !important;
    display: block;
    padding: 12px 12px 12px 38px;
    border: none;
    font-size: 14px;
    color: #41537c;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px #41537c solid;
    background: url(/wp-content/uploads/2022/02/email-icon.svg) 5px 8px no-repeat #fff;
}
.request-a-demo-modal .form-module .inner input#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126, .request-a-demo-modal .form-module .inner input#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126 {
      background: url(/wp-content/uploads/2022/02/person-icon.svg) 5px 8px no-repeat #fff;
}
.request-a-demo-modal .form-module .inner input#company-3cad6b4a-8897-441e-b1bf-647d4a642126 {
  background: url(/wp-content/uploads/2022/02/company-logo.svg) 5px 8px no-repeat #fff;
}
.request-a-demo-modal .form-module .inner select {
  padding-left: 38px !important;
background: url(/wp-content/uploads/2022/09/Support-and-documentation-help-circle-24px-2.svg) 5px 8px no-repeat #fff;
}
.request-a-demo-modal .form-module .inner input[type="submit"] {
  border: 1px solid #fff;
color: #fff;
text-decoration: none;
font-size: 16px;
padding: 10px 82px;
border-radius: 40px;
background: #41537c;
transition: 250ms;
max-width: 200px;
}
#metrics-section {
  padding: 75px 0px;
  margin-top: 50px;
  background: #f6f6f8;
}
#metrics-section .intro {
  text-align: center;
  margin-bottom: 40px;
}
#metrics-section .intro span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
#metrics-section .intro h2 {
  font-size: 32px;
max-width: 300px;
display: block;
margin: auto;
line-height: 1.2;
margin: 10px auto;
}
#metrics-section .intro p {
  font-weight: 300;
font-size: 18px;
max-width: 500px;
display: block;
margin: auto;
margin-bottom: 10px;
}
#metrics-section .intro a {
  box-shadow: 0 10px 25px rgba(46,58,87,.5);
font-weight: 700;
position: relative;
display: inline-flex;
align-items: center;
padding: 10px 30px;
border-radius: 5px;
background-color: #2db9cf;
border: 1px #2db9cf solid;
color: white;
font-weight: 700;
font-size: 16px;
transition: 250ms;
transform: translateY(0);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 20px;
text-decoration: none;
margin-right: 20px;
}
#metrics-section img {
  max-width: 800px;
  display: block;margin: auto;
}
#request-a-demo-section-conversion {
  height: 500px;
  background: #2f3a58;
  display: flex;
  justify-content: center;align-items: center;
  flex-direction: column;
}
#request-a-demo-section-conversion h2 {
  color: white;
  font-size: 52px;
  font-weight: 700;
}
#request-a-demo-section-conversion p {
  color: white;
  font-size: 28px;
  font-weight: 300;
}
#request-a-demo-section-conversion .buttons {
  display: flex;
}
#request-a-demo-section-conversion .buttons a {
  box-shadow: 0 10px 25px rgba(46,58,87,.5);
font-weight: 700;
position: relative;
display: inline-flex;
align-items: center;
padding: 10px 30px;
border-radius: 5px;
background-color: #2db9cf;
border: 1px #2db9cf solid;
color: white;
font-weight: 700;
font-size: 16px;
transition: 250ms;
transform: translateY(0);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-top: 20px;
text-decoration: none;
margin-right: 20px;
}
#request-a-demo-section-conversion .buttons a:last-child {
  background: none;
}
#interface_section {
  margin-top: 75px;
}
#interface_section .inner {
  display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
#interface_section .inner h2 {
  font-size: 32px;
font-weight: 700;
color: #2f3a58;
margin-bottom: 10px;
}
#interface_section .inner p {
  font-weight: 300;
font-size: 21px;
}
#interface_section .inner .rating p {
  margin-top: 20px;
  font-style: italic;
  font-weight: 500;
color: #2f3a58;
}
#interface_section .inner .rating .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
.request-a-demo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    display: flex;
}
.request-a-demo-overlay.active {
  visibility: visible;
  opacity: 1;
}
.request-a-demo-overlay .left {
  position: absolute;
  left: -100%;
  width: 50%;
  background: rgba(65, 83, 124, 0.9);
  height: 100%;
  overflow: hidden;
cursor: zoom-out;
-webkit-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
}
.request-a-demo-overlay.active .left {
  left: 0;
}
.request-a-demo-overlay .left .inner {
  padding: 70px;
  color: white;

}
.request-a-demo-overlay .left .inner h2 {
  font-size: 42px;
  font-weight: 700;
}
.request-a-demo-overlay .right {
  position: absolute;
  right: -100%;
  width: 50%;
  background: #Fff;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  height: 100%;
  border-top: 10px #29a7ba solid;

}
.request-a-demo-overlay.active .right {
  right: 0;
}
.request-a-demo-overlay .right .inner {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.request-a-demo-overlay .right .inner .meetings-iframe-container {
  width: 100%;
}
.request-a-demo-overlay .right .inner h2 {
  font-size: 32px;
  font-weight: 700;

    padding-left: 50px;
}
.request-a-demo-overlay .right .inner p{
  font-size: 22px;
  font-weight: 300;
  margin-left: 50px;
  display: block;
  max-width: 480px;
}

.page-template-page-conversion-page .logo_section {
  margin-top: 0px;
}
.page-template-page-conversion-page #newsletter, .page-template-page-conversion-page footer {
  display: none;
}
.page-template-page-conversion-page #header {
  display: none;
}
.page-template-page-conversion-page .scroll-container {
  padding-top: 0px;
}
.page-template-page-conversion-page video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
#conversion_header {
  padding: 25px 0px;
  border-bottom: 1px #e6e6e6 solid;
}
#conversion_header img {
  width: 300px;
}
#conversion_page_header {
  height: 700px;
  width: 100%;
}
#conversion_page_header .row {
  height: 700px;
  align-items: center;

    position: relative;
}
#conversion_page_header .inner h1{
  max-width: 440px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 800;
  color: #292d34;
}
#conversion_page_header .inner p {
  font-weight: 300;
  font-size: 22px;
  margin: 15px 0px;
}
#conversion_page_header .inner input {
  padding: 21px;
  border: 1px solid #b9bec7;
  border-radius: 9px;
  box-shadow: 0 19px 25px rgba(41,45,52,.04);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: .2s;
  display: block;
  width: 290px;
}
#conversion_page_header .inner a {
    box-shadow: 0 10px 25px rgba(46,58,87,.5);
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #2db9cf;
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: 250ms;
    transform: translateY(0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 20px;
    text-decoration: none;
}

.blob {
background: linear-gradient(90deg, rgba(65,83,124,1) 38%, rgba(41,167,186,1) 100%);

      height: 500px;
      width: 500px;
      border-radius: 30% 50% 20% 40%;
      animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
      opacity: .7;
      position: absolute;
      left: 70%;
      top: 70px;
      z-index: -1;
}
#conversion_section1 {
  background: linear-gradient(90deg, rgba(65,83,124,1) 0%, rgba(86,105,149,1) 100%);

  height: 600px;
}
#conversion_section1 .row {
  height: 600px;
  align-items: center;
}
#conversion_section1 .inner h2 {
  font-size: 32px;
  color: white;
  line-height: 1.4;
}

#conversion_section1 .inner a {

    box-shadow: 0 10px 25px rgba(46,58,87,.5);
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px white solid;
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: 250ms;
    transform: translateY(0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
}

#conversion_section1 .inner p {
  font-size: 20px;
  color: white;
  margin: 15px 0px;
}
#conversion_section1 img {
  border-radius: 9px;
    height: 350px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(46,58,87,.5);
    object-fit: cover;
}


@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; }
   20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; }
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; }
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; }
   80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; }
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(10%, 20%) rotateY(10deg) scale(1.1); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(10%, 20%) rotate(-200deg) scale(1.1);}
}
.to_top,
body {
    background: #fff;
}
#page_header_new .inner,
.to_top {
    display: flex;
    justify-content: center;
}
#contact-images,
#intro-section,
#meet-the-team,
#our_story,
#text-content {
    padding: 50px 0;
}
#go_further,
#intro-section,
#request-a-demo,
#section6,
#team-members {
    background: #f6f6f8;
}
#page-banner,
#page_header_new {
    background-image: url("/wp-content/uploads/2022/02/overlay-fullpage.png");
}
#copyright,
footer {
    background: #2e3a57;
}
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    overflow-x: hidden;
    --se--bezier: cubic-bezier(0.4, 0, 0.2, 1);
    --se--transition: 350ms cubic-bezier(0.4, 0, 0.2, 1);
    --se--transition-slow: 800ms cubic-bezier(0.4, 0, 0.2, 1);
    --se--delay: 0;
    --se--distance: 5rem;
    --se--opacity: 0;
    --se--duration: 800ms;
}
html ::-webkit-scrollbar {
    display: none;
}
.page-header.video_slide,
.page:not(.home) #page_header.video_slide,
body.fixed,
html.has-scroll-smooth,
html.has-scroll-smooth body {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    z-index: 999999;
}
.c-scrollbar:hover {
    transform: scaleX(1.45);
    opacity: 1;
}
.c-scrollbar .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    width: 3px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

#section6 .success-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#section6 .success-slider .swiper-slide-active,
.client-slideshow .success-slider .slick-dots li.slick-active,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar,
.home #section6 .success-slider .slick-dots li.slick-active,
.home #section8 .success-slider .slick-dots li.slick-active,
.page-header .picture .inner .vert_slide .slick-dots li.slick-active,
.page-header .picture .inner .video_trigger.slick-active,
.page:not(.home) #page_header .picture .inner .vert_slide .slick-dots li.slick-active,
.page:not(.home) #page_header .picture .inner .video_trigger.slick-active,
.page:not(.home) #section6 .success-slider .slick-dots li.slick-active,
.page:not(.home) .resources_slideshow .slick-dots li.slick-active,
.page:not(.home) .resources_slideshow .slide.slick-active {
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}
input:focus,
select:focus,
textarea:focus {
    outline: #2db9cf solid 1px;
}
input.invalid.error,
select.invalid.error,
textarea.invalid.error {
    outline: #d8514e solid 1px !important;
}
.to_top {
    border: 1px solid #a0a9be;
    border-radius: 100%;
    height: 64px;
    width: 64px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    align-content: center;
    box-shadow: 0 0 20px #0000000d;
}
#page_header_new .inner a,
#section6 .outro-link a,
#team-members .button a {
    border-radius: 40px;
    height: 40px;
    text-decoration: none;
}
.to_top svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#text-content {
    margin-top: 90px;
}
#text-content h1 {
    color: #a0a9be;
    font-size: 40px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 30px;
}
#text-content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #141a26;
    line-height: 21px;
    font-weight: 300;
}
#text-content p b {
    font-weight: 800;
    font-size: 16px;
}
#text-content ul {
    padding-left: 40px;
    margin-bottom: 20px;
}
#text-content ul li {
    font-weight: 300;
    list-style: none;
    font-size: 14px;
    color: #141a26;
}
#page_header_new {
    padding-top: 90px;
    margin-top: 90px;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    height: 630px;
}
#page_header_new .inner {
    text-align: center;
    flex-direction: column;
}
#page_header_new .inner .logo {
    height: 46px;
    display: block;
    margin: auto auto 30px;
}
#page_header_new .inner h1 {
    color: #141a26;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 20px;
}
#page_header_new .inner p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    line-height: 21px;
    margin-bottom: 20px;
}
#page_header_new .inner a {
    background: #2db9cf;
    padding: 10px 64px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: auto auto 45px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_header_new .inner .tablet_image {
    height: 440px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -175px;
}
#meet-the-team .left .picture,
#team-members .inner .picture {
    margin-bottom: 10px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
#request-a-demo {
    margin-top: -260px;
    padding: 90px 0 165px;
}
#request-a-demo .list h2,
#request-a-demo .text .inner h2 {
    font-size: 28px;
    color: #141a26;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 300;
}
#request-a-demo .list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    color: #141a26;
}
#request-a-demo .list ul li img {
    margin-right: 15px;
}
#request-a-demo .image img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
#request-a-demo .text {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
#request-a-demo .text .inner p {
    color: #141a26;
    line-height: 21px;
    font-weight: 300;
    font-size: 16px;
    max-width: 444px;
}
.key-benefits-new.demo {
    padding: 0;
    margin-top: -90px;
}
#meet-the-team .left .picture {
    height: 570px;
}
#meet-the-team .left h3 {
    font-size: 24px;
    font-weight: 800;
    color: #141a26;
    line-height: 30px;
}
#meet-the-team .left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #141a26;
    margin-bottom: 50px;
}
#meet-the-team .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
#meet-the-team .inner p {
    color: #141a26;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}
#meet-the-team .inner a {
    color: #41537c;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    display: flex;
}
#team-members .inner h3,
#team-members .intro h2 {
    font-size: 24px;
    font-weight: 800;
    color: #141a26;
}
#meet-the-team .inner a img,
.single-post #page-banner .inner .inner a {
    margin-right: 5px;
}
#team-members {
    padding: 55px 0;
}
#team-members .intro {
    text-align: center;
    margin-bottom: 50px;
}
#team-members .intro h2 {
    line-height: 32px;
}
#team-members .inner,
footer .widget ul li .sub-menu > li {
    margin-bottom: 30px;
}
#team-members .inner .picture {
    height: 335px;
}
#team-members .inner p,
.page:not(.home) #page_intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}
#team-members .button {
    text-align: center;
    margin-top: 40px;
}
#team-members .button a {
    background: 0 0;
    padding: 11px 26px;
    line-height: 16px;
    font-size: 16px;
    border: 1px solid #a0a9be;
    color: #41537c;
    font-weight: 500;
    max-width: 200px;
    text-align: center;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header nav ul li.current-menu-ancestor > a,
#header nav ul li.current-menu-item > a,
#header nav ul li.menu-item-has-children .menu-item-17 a,
.partner-slideshow .slideshow .inner_slide .inner_text span:last-child,
.single-success-stories #header nav ul #menu-item-411 a {
    font-weight: 700;
}
.single-success-stories .image img {
    max-height: 358px;
}
.single-success-stories .content_section iframe {
    height: 350px;
    width: 100%;
}
.single-success-stories .content_section a {
    text-decoration: underline;
    color: #141a26;
}
.single-post #intro-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
#page-banner .inner .inner .social a.heateor_sss_email span,
.single-post #page-banner .inner .inner a.heateor_sss_email span {
    background: #2db9cf !important;
}
#header #logo,
#page-banner .inner .inner .social,
.single-post #page-banner .inner .inner .social {
    align-items: center;
    display: flex;
}
#page-banner .inner .inner .social p,
.single-post #page-banner .inner .inner .social p {
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px;
}
.single-post .single-content #single-hubspot-form .inner {
    background: #41537c;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    margin-bottom: 60px;
}
#header nav ul li .sub-menu .sub-menu li#menu-item-407 a,
#header nav ul li .sub-menu .sub-menu li#menu-item-408 a,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent p,
#page-banner.contact .execution-tabbed-content .content .inner h2,
.page:not(.home) .shoreline_products .text,
.single-post .single-content #single-hubspot-form .inner .tabcontent p,
.single-post .single-content #single-hubspot-form .inner h2,
footer .widget #menu-item-555 li a,
footer .widget ul li .sub-menu > li .sub-menu li a,
footer .widget#nav_menu-4 ul li .sub-menu li a {
    color: #fff;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent,
.single-post .single-content #single-hubspot-form .inner .tabcontent {
    width: 400px;
    margin-top: 0;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent .left,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent .right,
.single-post .single-content #single-hubspot-form .inner .tabcontent .left,
.single-post .single-content #single-hubspot-form .inner .tabcontent .right {
    padding: 0;
    display: block;
}
#logos .intro,
#our_journey .intro,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="submit"],
#section6 .intro,
#section6 .outro-link,
.client-slideshow .intro,
.content_section .intro,
.home #section2 .intro,
.home #section5 .intro,
.home #section6 .intro,
.home #section7 .left .inner .intro,
.home #section7 .right .inner .intro,
.home #section8 .intro,
.logo_section .intro,
.module-section .intro,
.page:not(.home) #module_solutions .intro,
.page:not(.home) #section6 .intro,
.page:not(.home) #section7 .left .inner .intro,
.page:not(.home) #section7 .right .inner .intro,
.page:not(.home) #table_section .intro,
.page:not(.home) .resources_slideshow .intro,
.page:not(.home) .shoreline_products .intro,
.related-section .intro,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="submit"],
.try-for-free-section .left .inner .intro,
.try-for-free-section .right .inner .intro {
    text-align: center;
}
#content_header .inner.active,
#content_header .inner:hover,
#newsletter input[type="submit"]:hover,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="submit"]:hover,
.page:not(.home) #content_header .inner.active,
.page:not(.home) #content_header .inner:hover,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="submit"]:hover {
    background: #ffffff1a;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent .hs-error-msg,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent .hs-error-msgs,
.hs-error-msgs,
.single-post .single-content #single-hubspot-form .inner .tabcontent .hs-error-msg,
.single-post .single-content #single-hubspot-form .inner .tabcontent .hs-error-msgs {
    display: none !important;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent label,
.letstalkform .inner_form label,
.single-post .single-content #single-hubspot-form .inner .tabcontent label {
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: left;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent .frm_checkbox label,
.letstalkform .inner_form .frm_checkbox label,
.single-post .single-content #single-hubspot-form .inner .tabcontent .frm_checkbox label {
    margin-bottom: 27px;
    font-size: 16px;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent li,
.letstalkform .inner_form li,
.single-post .single-content #single-hubspot-form .inner .tabcontent li,
footer .widget ul {
    list-style: none;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="checkbox"],
.letstalkform .inner_form input[type="checkbox"],
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: 10px;
}
#our_journey img,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent .hbspt-form,
.page:not(.home) #module_solutions .module_table,
.page:not(.home) #table_section .sl_table,
.single-post .single-content #single-hubspot-form .inner .tabcontent .hbspt-form {
    width: 100%;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"],
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"],
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"],
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"],
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"],
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"],
.single-post .single-content #single-hubspot-form .inner .tabcontent select,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea {
    width: 100%;
    display: block;
    padding: 12px 12px 12px 38px;
    border: none;
    font-size: 14px;
    color: #41537c;
    border-radius: 3px;
    margin-bottom: 15px;
    background: url("/wp-content/uploads/2022/02/email-icon.svg") 5px 8px no-repeat #fff;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#please_select_the_solution-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#solution_of_interest-1eee3f4b-3f78-4ddc-9ce3-ef302515c150 {
    background-image: none;
    padding-left: 5px;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#phone-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#phone-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#phone-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#phone-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#phone-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#phone-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#phone-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#phone-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#phone-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#phone-c9630d50-2e35-492e-b514-ab03141cef35 {
    background-image: url("/wp-content/uploads/2022/06/phone-icon-2.svg");
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#firstname-4130951e-feda-45ad-8447-85037524f250,
#jobtitle-4130951e-feda-45ad-8447-85037524f250,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
.home #section7 .left .inner .frm_forms fieldset input#field_2ha8e,
.home #section7 .right .inner .frm_forms fieldset input#field_unx7l,
.home #section7 .right .inner .frm_forms fieldset textarea#field_unx7l,
.letstalkform .inner_form input[type="email"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form input[type="email"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form input[type="text"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form input[type="text"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form textarea#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form textarea#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.page:not(.home) #section7 .left .inner .frm_forms fieldset input#field_2ha8e,
.page:not(.home) #section7 .right .inner .frm_forms fieldset input#field_unx7l,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea#field_unx7l,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#firstname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#firstname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#firstname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#firstname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#firstname-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#lastname-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#lastname-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#lastname-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#lastname-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#lastname-c9630d50-2e35-492e-b514-ab03141cef35,
.try-for-free-section .left .inner .frm_forms fieldset input#field_2ha8e,
.try-for-free-section .right .inner .frm_forms fieldset input#field_unx7l,
.try-for-free-section .right .inner .frm_forms fieldset textarea#field_unx7l,
#lastname-4130951e-feda-45ad-8447-85037524f250 {
    background-image: url("/wp-content/uploads/2022/02/person-icon.svg") !important;
}
#newsletter input[type="email"]#company-115fd057-d403-4f35-8fd0-6f20d72ef1b5,
#newsletter input[type="text"]#company-115fd057-d403-4f35-8fd0-6f20d72ef1b5,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#company-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#company-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#company-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#company-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#company-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#company-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#company-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#company-c9630d50-2e35-492e-b514-ab03141cef35,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#company-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#company-c9630d50-2e35-492e-b514-ab03141cef35,
.home #section7 .left .inner .frm_forms fieldset input#field_ejwxi,
.home #section7 .right .inner .frm_forms fieldset input#field_gd7ek,
.home #section7 .right .inner .frm_forms fieldset textarea#field_gd7ek,
.letstalkform .inner_form input[type="email"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form input[type="text"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.letstalkform .inner_form textarea#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.page:not(.home) #section7 .left .inner .frm_forms fieldset input#field_ejwxi,
.page:not(.home) #section7 .right .inner .frm_forms fieldset input#field_gd7ek,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea#field_gd7ek,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#company-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#company-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#company-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#company-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#company-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#company-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#company-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#company-c9630d50-2e35-492e-b514-ab03141cef35,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#company-1eee3f4b-3f78-4ddc-9ce3-ef302515c150,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#company-3cad6b4a-8897-441e-b1bf-647d4a642126,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#company-467f2767-7a9e-49c9-993a-2a72641dac9c,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#company-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#company-c9630d50-2e35-492e-b514-ab03141cef35,
.try-for-free-section .left .inner .frm_forms fieldset input#field_ejwxi,
.try-for-free-section .right .inner .frm_forms fieldset input#field_gd7ek,
.try-for-free-section .right .inner .frm_forms fieldset textarea#field_gd7ek,
#company-4130951e-feda-45ad-8447-85037524f250 {
    background-image: url("/wp-content/uploads/2022/02/company-logo.svg") !important;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent select#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea#TICKET.subject-61e33406-ea99-490c-a3a5-3678228c4641 {
    background-image: none;
}
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]::-webkit-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]::-webkit-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]::-webkit-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent select::-webkit-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea::-webkit-input-placeholder {
    color: #c6cbd8;
}
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]:-ms-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]:-ms-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]:-ms-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent select:-ms-input-placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea:-ms-input-placeholder {
    color: #c6cbd8;
}
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="email"]::placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="tel"]::placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="text"]::placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent select::placeholder,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea::placeholder {
    color: #c6cbd8;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea,
.letstalkform .inner_form textarea,
.single-post .single-content #single-hubspot-form .inner .tabcontent textarea {
    height: 194px;
    resize: none;
    max-height: 80px;
    background-image: url("/wp-content/uploads/2022/02/message-icon.svg");
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent button,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="submit"],
.single-post .single-content #single-hubspot-form .inner .tabcontent button,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="submit"] {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 82px;
    border-radius: 40px;
    background: 0 0;
    transition: 250ms;
    max-width: 200px;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent button:hover,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="submit"]:hover,
.letstalkform .inner_form input[type="submit"]:hover,
.letstalkform .inner_text a:hover,
.single-post .single-content #single-hubspot-form .inner .tabcontent button:hover,
.single-post .single-content #single-hubspot-form .inner .tabcontent input[type="submit"]:hover {
    border: 1px solid #fff;
    background: #ffffff1a;
}
.single-post .single-content .image-featured {
    height: 268px;
    width: 536px;
    display: block;
    margin: -144px auto 50px;
    background-size: cover;
    background-position: center;
}
.single-post .single-content h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #141a26;
    margin-bottom: 40px;
}
.single-post .single-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #141a26;
}
.single-post .single-content p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    line-height: 26px;
    margin-bottom: 30px;
}
.single-post .single-content a {
    color: #2494a6;
}
.single-post .single-content ul {
    padding-left: 40px;
    margin-bottom: 30px;
}
.single-post .single-content ul li {
    font-weight: 300;
}
#intro-section {
    text-align: center;
}
#intro-section h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    color: #141a26;
    max-width: 870px;
    display: block;
    margin: auto auto 30px;
}
#intro-section p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    line-height: 21px;
    max-width: 870px;
    display: block;
    margin: auto;
}
#single_kpi,
.case-study,
.page:not(.home) .case_study {
    padding: 55px 0;
}
#single_kpi .intro {
    margin-bottom: 55px;
    text-align: center;
}
#single_kpi .intro h2 {
    font-size: 24px;
    font-weight: 800;
    color: #141a26;
    line-height: 26px;
}
#single_kpi .inner p,
#single_kpi .inner span {
    font-size: 16px;
    line-height: 26px;
    color: #141a26;
}
#single_kpi .inner,
footer .widget#nav_menu-4 ul li {
    margin-bottom: 40px;
}
#our_story .intro,
footer img {
    margin-bottom: 50px;
}
#single_kpi .inner svg {
    float: left;
    margin-right: 10px;
}
#single_kpi .inner p {
    font-weight: 500;
}
#single_kpi .inner span {
    font-weight: 300;
}
#section6 {
    padding: 150px 0 65px;
}
#section6 .intro h2,
.client-slideshow .intro h2,
.home #section5 .intro h2,
.home #section6 .intro h2,
.home #section8 .intro h2,
.page:not(.home) #section6 .intro h2 {
    color: #677596;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}
#section6 .outro-link a {
    display: inline-block;
    padding: 10px 26px;
    margin-top: 25px;
    color: #41537c;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    border: 1px solid #a0a9be;
    background: 0 0;
    transition: 250ms;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#go_further .inner_text .text a:hover,
#header .buttons a:hover,
#header nav ul li .sub-menu .sub-menu li#menu-item-407:hover,
#section6 .outro-link a:hover,
.client-slideshow .outro-link a:hover,
.grey_content_section .inner a.blue:hover,
.home #section6 .outro-link a:hover,
.home #section7 .right .inner .frm_submit button:hover,
.home #section8 .outro-link a:hover,
.new-homepage .product_and_soloutions .inner_product.execution .bottom a:hover,
.page:not(.home) #section6 .outro-link a:hover,
.page:not(.home) #section7 .right .inner .frm_submit button:hover,
.related-section .inner .bottom a:hover,
.scroll-content-section.execution .scroll-section,
.success-stories .inner .inner_text a:hover,
.try-for-free-section .right .inner .frm_submit button:hover,
.two-column-grid-section-block.reversed .inner,
.two-column-grid-section-block.reversed .inner a:hover {
    background: #344263;
}
#section6 .slick-slider .slick-list,
#section6 .slick-slider .slick-track,
.client-slideshow .slick-slider .slick-list,
.client-slideshow .slick-slider .slick-track,
.home #section6 .slick-slider .slick-list,
.home #section6 .slick-slider .slick-track,
.home #section8 .slick-slider .slick-list,
.home #section8 .slick-slider .slick-track,
.page:not(.home) #section6 .slick-slider .slick-list,
.page:not(.home) #section6 .slick-slider .slick-track {
    padding: 0 !important;
}
#section6 .success-slider .swiper-wrapper {
    margin-bottom: 25px;
}
#section6 .success-slider .swiper-pagination,
.home #section7 .left .inner .frm_forms fieldset .frm_submit,
.page:not(.home) #section7 .left .inner .frm_forms fieldset .frm_submit,
.try-for-free-section .left .inner .frm_forms fieldset .frm_submit {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
#section6 .success-slider .swiper-pagination .swiper-pagination-bullet {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #2db9cf;
    opacity: 0.3;
    cursor: pointer;
    margin: 0 7px 0 0;
}
#section6 .success-slider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0;
}
#section6 .success-slider .navigation {
    position: absolute;
    bottom: 22px;
    right: 120px;
    z-index: 9;
    display: flex;
}
#section6 .success-slider .button-next,
#section6 .success-slider .button-prev,
.arrows-news .button-next,
.arrows-news .button-next-events,
.arrows-news .button-prev,
.arrows-news .button-prev-events,
.partner-slideshow .slideshow .button-next,
.partner-slideshow .slideshow .button-prev {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 6px #00000029;
    color: #41537c;
    font-size: 0;
    transition: 250ms;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
#logos .logo .col:last-child,
#section6 .success-slider .button-next:last-child,
#section6 .success-slider .button-prev:last-child,
.arrows-news .button-next-events:last-child,
.arrows-news .button-next:last-child,
.arrows-news .button-prev-events:last-child,
.arrows-news .button-prev:last-child,
.logo_section .logos .logo:last-child,
.module-section .boxes .col:last-child,
.new-homepage #section1 .keypoints .key:last-child,
.new-homepage .key-intro .keypoints .key:last-child,
.page:not(.home) #module_solutions .boxes .col:last-child,
.partner-slideshow .slideshow .button-next:last-child,
.partner-slideshow .slideshow .button-prev:last-child {
    margin-right: 0;
}
#section6 .success-slider .button-next.disabled,
#section6 .success-slider .button-prev.disabled,
.arrows-news .button-next-events.swiper-button-disabled,
.arrows-news .button-next.swiper-button-disabled,
.arrows-news .button-prev-events.swiper-button-disabled,
.arrows-news .button-prev.swiper-button-disabled,
.partner-slideshow .slideshow .button-next.swiper-button-disabled,
.partner-slideshow .slideshow .button-prev.swiper-button-disabled {
    opacity: 0.4;
}
#header .buttons .login:hover .login-menu,
#header nav ul li.menu-item-has-children.menu-item-7:hover .menu-item-17:after,
#header nav ul li.menu-item-has-children:hover:after,
#news-section .right .inner .slideshow .news:hover .hover_box,
.key-benefits-new .col-md-4 .inner:hover .hover_text,
.resources-section .right .inner .slideshow .news:hover .hover_box,
.scroll-content-section .right-image .image.active,
.success-stories .col-md-4:hover .hover_box {
    opacity: 1;
    visibility: visible;
}
#section6 .success-slider .button-next.owl-prev,
#section6 .success-slider .button-prev.owl-prev,
.arrows-news .button-next-events.owl-prev,
.arrows-news .button-next.owl-prev,
.arrows-news .button-prev-events.owl-prev,
.arrows-news .button-prev.owl-prev,
.partner-slideshow .slideshow .button-next.owl-prev,
.partner-slideshow .slideshow .button-prev.owl-prev {
    background-image: url("/wp-content/uploads/2022/06/chevron-down.png");
}
#section6 .success-slider .button-next.owl-next,
#section6 .success-slider .button-prev.owl-next,
.arrows-news .button-next-events.owl-next,
.arrows-news .button-next.owl-next,
.arrows-news .button-prev-events.owl-next,
.arrows-news .button-prev.owl-next,
.mobile_menu ul li span,
.partner-slideshow .slideshow .button-next.owl-next,
.partner-slideshow .slideshow .button-prev.owl-next {
    background-image: url("/wp-content/uploads/2022/06/chevron-right.png");
}
#section6 .success-slider .slide_new {
    opacity: 0.5;
    text-decoration: none;
    transition: 250ms;
}
#section6 .success-slider .slide_new .slide {
    pointer-events: none;
}
#section6 .success-slider .slide_new a {
    text-decoration: none;
}
#header nav ul li.menu-item-has-children.menu-item-7:hover .menu-item-17 .sub-menu,
#section6 .success-slider .swiper-slide-active .slide {
    pointer-events: all;
}
#section6 .success-slider .slide {
    max-width: 352px;
}
#section6 .success-slider .slide .picture {
    height: 150px;
    width: 100%;
    background-size: cover;
}
#section6 .success-slider .slide .inner_text {
    background: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 20px #00000026;
    margin-bottom: 20px;
}
#section6 .success-slider .slide .inner_text img,
.client-slideshow .success-slider .slide .inner_text img,
.home #section6 .success-slider .slide .inner_text img,
.page:not(.home) #section6 .success-slider .slide .inner_text img {
    height: 84px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}
#section6 .success-slider .slide .inner_text p {
    font-size: 15px;
    font-weight: 300;
    min-height: 77px;
    color: #141a26;
    max-width: 250px;
}
#our_story .intro {
    text-align: center;
}
#our_story .intro h2 {
    font-size: 24px;
    color: #141a26;
    line-height: 32px;
    font-weight: 800;
}
#our_story .left h2 {
    font-size: 28px;
    color: #141a26;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 58px;
}
#our_story .left .picture {
    height: 250px;
    width: 442px;
    background-size: cover;
    background-position: center;
}
#our_story .right p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #141a26;
    margin-bottom: 20px;
}
#our_journey,
.primary-logos {
    padding: 80px 0;
}
#our_journey .intro h2 {
    font-size: 24px;
    font-weight: 800;
    color: #141a26;
    margin-bottom: 22px;
    line-height: 26px;
}
#our_journey .intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #141a26;
    margin-bottom: 45px;
}
#go_further {
    padding: 50px 0 100px;
}
#go_further .col-md-3,
.execution-tabbed-content .sidebar,
.new-homepage .execution-tabbed-content .sidebar {
    padding-right: 0;
}
#go_further .row {
    justify-content: center;
}
#go_further .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#go_further .inner h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    color: #141a26;
    margin-bottom: 20px;
}
#go_further .inner p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #141a26;
    max-width: 244px;
}
#go_further .inner_text .picture {
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
#go_further .inner_text .text,
#our_offices .col .inner {
    box-shadow: 0 0 20px #0000000d;
    background: #fff;
    text-align: center;
}
#go_further .inner_text .text {
    padding: 40px 10px;
}
#go_further .inner_text .text h3 {
    font-size: 18px;
    line-height: 21px;
    color: #141a26;
    margin-bottom: 10px;
}
#go_further .inner_text .text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #141a26;
}
#go_further .inner_text .text a {
    background: #41537c;
    border-radius: 40px;
    padding: 11px 26px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    width: 200px;
    display: block;
    margin: 20px auto auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-banner {
    padding-top: 47px;
}
#page-banner .inner,
#page-banner.single-news .inner {
    margin-bottom: -50px;
}
#page-banner .inner .inner,
#page-banner.single-news .inner .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
#page-banner .inner .inner h1,
#page-banner.single-news .inner .inner h2 {
    font-size: 40px;
    color: #a0a9be;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}
#page-banner .inner .inner h2,
#page-banner.single-news .inner .inner h1 {
    font-size: 24px;
    color: #141a26;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}
#page-banner.single-news.events .inner .inner p {
  max-width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 15px;
}
#page-banner.single-news.events .inner  img {
  margin: 15px 0px;
}
#page-banner.single-news.events .inner  .date {
  font-weight: 700;
color: #a0a9be;
font-size: 20px;
}
#page-banner.single-news.events .inner .inner h2  {
  color: #41537c;
  font-size: 32px;
}
#page-banner.single-news.events .inner .inner h1  {
  color: #41537c;
  font-size: 40px;
}
#page-banner.single-news.events .inner .inner a {
  margin-right: 5px;
    font-size: 17px;
    height: auto;
    padding: 15px 40px;
        background: #41537c;
}
#page-banner.single-news.events .inner .inner .social {
  justify-content: space-between;
      display: flex;
}
#page-banner.single-news.events .col-md-4 .inner {
  margin-top: 59px;
}
#page-banner.single-news.events .col-md-4 .inner .col h3 {
  font-size: 16px;
  padding: 10px;
  display: block;
  background: #41537c;
  color: white;
  display: flex;
    align-items: center;
}
#page-banner.single-news.events .col-md-4 .inner .col h3 svg {
  margin-right: 10px;
  height: 17px;
    width: auto;
}
#page-banner.single-news.events .col-md-4 .inner .col .person {
  display: flex;
  align-items: center;
}
#page-banner.single-news.events .col-md-4 .inner .col .person  img {
    max-width: 110px;
border-radius: 100%;
object-fit: cover;
margin-right: 20px;
}
#page-banner.single-news.events .col-md-4 .inner .col .person .name {
  font-size: 18px;
    font-weight: 700;
    color: #a0a9be;
}
#page-banner.single-news.events .col-md-4 .inner .col .person .title {
  font-weight: 300;
margin-top: -5px;
font-size: 15px;
}
#page-banner.single-news.events .col-md-4 .inner .col .person a {
  background: none;
border-radius: 0;
padding: 0;
line-height: 16px;
font-size: 16px;
color: #41537c;
font-weight: 700;
max-width: intial;
text-align: left;
text-decoration: underline;
margin-right: 0px;
height: auto;
display: block;
justify-content: center;
align-items: center;
margin-top: 5px;
}
.persons {
  background: white;
box-shadow: 0 0 20px #0000000d;
padding: 10px 30px;
margin-bottom: 27px;
}
#page-banner.single-news.events .col-md-4 .inner .col .inner_find_us {
  padding: 30px;

    box-shadow: 0 0 20px #0000000d;
    background: white;
}
#page-banner.single-news.events .col-md-4 .inner .col .inner_find_us span {
  display: block;
}
#page-banner.single-news.events .col-md-4 .inner .col .inner_find_us span.primary {
  font-weight: 700;
    color: #a0a9be;
    font-size: 22px;
}
#page-banner.single-news.events .col-md-4 .inner .col .inner_find_us a {
  background: none;
border-radius: 0;
padding: 0;
line-height: 16px;
font-size: 18px;
color: #41537c;
font-weight: 700;
max-width: intial;
text-align: left;
text-decoration: underline;
margin-right: 0px;
height: auto;
display: block;
justify-content: center;
align-items: center;
margin-top: 5px;
}
#page-banner.single-news.events .col-md-4 .inner .col label {
  display: none;
}
#page-banner.single-news.events .col-md-4 .inner .col input {
  margin-top: 10px;
  width: 100%;
display: block;
padding: 12px;
border: none;
font-size: 14px;
color: #41537c;
border-radius: 3px;
border: 1px #41537c solid;
}
#page-banner.single-news.events .col-md-4 .inner .col .grecaptcha-badge {
  display: none;
}
#please_select_the_solution-4130951e-feda-45ad-8447-85037524f250 {
  background-image: url(https://shoreline.no/wp-content/uploads/2022/09/Support-and-documentation-help-circle-24px-2.svg) !important;
}
#page-banner.contact .execution-tabbed-content,
.execution-tabbed-content .right {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}
#header nav ul li .sub-menu .sub-menu li#menu-item-407,
#page-banner.contact .execution-tabbed-content .content .inner,
.home #frontpage_banner .picture .inner .buttons a:last-child,
.key-benefits-new.execution .col-md-4 .inner .hover_text,
.new-homepage .product_and_soloutions .inner_product.execution .bottom a,
.new-homepage .product_and_soloutions .inner_product.execution .top,
.scroll-content-section.execution .left-bar {
    background: #41537c;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]::-webkit-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]::-webkit-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]::-webkit-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select::-webkit-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea::-webkit-input-placeholder {
    color: #c6cbd8;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]:-ms-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]:-ms-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]:-ms-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select:-ms-input-placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea:-ms-input-placeholder {
    color: #c6cbd8;
}
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="email"]::placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="tel"]::placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent input[type="text"]::placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent select::placeholder,
#page-banner.contact .execution-tabbed-content .content .inner .tabcontent textarea::placeholder {
    color: #c6cbd8;
}
#page-banner.contact .inner .inner a {
    padding: 10px 30px;
    background: 0 0;
    color: #41537c;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    border-radius: 40px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-banner.contact .inner .inner a:hover {
    background: #d9dde5 !important;
    color: #41537c !important;
}
#page-banner.contact .inner .inner a.active {
    color: #fff !important;
    background: #41537c !important;
}
#page-banner.company .inner .inner p {
    max-width: 90%;
}
#page-banner.company .inner .inner a {
    background: 0 0;
    color: #41537c;
    border: 1px solid #41537c;
}
#page-banner .inner .inner a {
    background: #2db9cf;
    border-radius: 40px;
    padding: 11px 26px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    margin-right: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-banner .inner .inner a.blue {
    justify-content: center;
    display: flex;
    background: #41537c;
}
#news-section .right .inner .slideshow .news .inner .resources_link img,
#page-banner .inner .inner a.blue img,
.page:not(.home) .resources_slideshow .slide .tekst .bottom .download img,
.partner-slideshow .slideshow .inner_slide:last-child,
.resources-section .right .inner .slideshow .news .inner .resources_link img {
    margin-right: 10px;
}
#page-banner .inner .inner .social a {
    margin-right: 5px;
    height: auto;
}
#page-banner .inner .inner p {
    font-size: 16px;
    max-width: 400px;
    font-weight: 300;
    line-height: 21px;
    color: #141a26;
    margin-bottom: 35px;
}
#our_offices {
    background: #f6f6f8;
    padding: 50px 0;
}
#our_offices .intro {
    text-align: center;
    margin-bottom: 60px;
}
#our_offices .intro h2 {
    font-size: 24px;
    line-height: 26px;
    color: #141a26;
    font-weight: 800;
}
#our_offices .col .inner {
    height: 100%;
    padding: 0 20px 60px;
}
#our_offices .col .inner img {
    position: relative;
    top: -25px;
}
#our_offices .col .inner a,
#our_offices .col .inner p {
    color: #41537c;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
}
#our_offices .col .inner p:last-child {
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
#our_offices .col .inner p b {
    font-weight: 500;
    text-decoration: none;
}
#contact-images .col-md-5 {
    margin: 0;
    padding: 0;
}
#contact-images .col-new {
    width: 35%;
}
#contact-images .middle {
    width: 28%;
    margin: 0 1%;
}
#contact-images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:not(.select2-container--default .select2-results__option--selected) {
    background-color: #eaf8fa !important;
    color: #29a7ba !important;
}
body .select2-dropdown {
    border: 1px solid #e4e7ed;
    border-radius: 4px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 #000;
    box-shadow: 0 2px 12px 0 #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    border-top: 1px solid #e4e7ed !important;
}
body .select2-container--default .select2-results__option--selected {
    background-color: #2db9cf !important;
    color: #fff !important;
    font-weight: 700 !important;
}
body .select2-search__field {
    line-height: 1;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #eceef2;
    color: #141a26;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 25px;
    padding-left: 6px;
    font-size: 14px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    left: auto !important;
    border: none;
    background: #41537c;
    color: #eceef2;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    margin-top: 3px;
}
.select2-results__option.select2-results__option--selectable {
    font-size: 16px;
    color: #41537c;
    padding: 10px 16px !important;
}
#filter-section {
    padding: 51px 0;
    background: #f6f6f8;
}
#filter-section .inner label,
#header nav ul li .sub-menu .sub-menu li span,
.mobile_menu ul li.menu-item-has-children .menu-item-has-children span {
    display: block;
}
#filter-section .inner .select2-container {
    width: 100% !important;
}
#filter-section .inner .select2-selection__arrow,
#header .mobile-icon,
#header nav ul li.menu-item-has-children .menu-item-16,
#newsletter .hs-error-msg,
.client-slideshow .success-slider .slick-dots li button,
.home #section6 .success-slider .slick-dots li button,
.home #section8 .success-slider .slick-dots li button,
.letstalkform .inner_form .hs-error-msg,
.mobile_menu ul li .sub-menu #menu-item-16,
.mobile_menu ul li .sub-menu .close,
.mobile_menu ul li .sub-menu li img,
.mobile_menu ul li .sub-menu li span,
.mobile_menu ul li.menu-item-has-children span,
.page-header .picture .inner .vert_slide .slick-dots li button,
.page:not(.home) #page_header .picture .inner .vert_slide .slick-dots li button,
.page:not(.home) #section6 .success-slider .slick-dots li button,
.page:not(.home) .resources_slideshow .slick-dots li button {
    display: none;
}
#filter-section .inner .select2-selection--multiple,
#filter-section .inner .select2-selection--single,
#filter-section .inner input {
    border-radius: 5px;
    border: 1px solid #d9dde5;
    width: 100%;
    align-items: center;
    display: flex;
    padding-left: 0;
    height: auto;
    min-height: 40px;
}
#filter-section .inner .select2-selection--multiple#search,
#filter-section .inner .select2-selection--single#search,
#filter-section .inner input#search {
    background-image: url("/wp-content/uploads/2022/04/magnify.svg");
    background-repeat: no-repeat;
    background-position: 10px 11px;
    padding-left: 40px;
    padding-right: 0;
}
#filter-section .inner input {
    padding-left: 10px;
}
.arrows-news {
    width: 100%;
    position: relative;
}
.arrows-news .navigation {
    position: absolute;
    top: -57px;
    right: 40px;
    z-index: 9;
    display: flex;
}
#news-section,
.resources-section {
    display: flex;
    max-width: 1190px;
    margin: auto auto 60px;
    overflow: visible;
    padding: 30px 0 120px;
    height: 500px;
}
#news-section .right .inner .slideshow .news .inner .resources_link,
.resources-section .right .inner .slideshow .news .inner .resources_link {
    background: #41537c;
    color: #fff;
}
#news-section .left,
.resources-section .left {
    max-width: 310px;
    padding-right: 35px;
}
#news-section .left .inner,
.resources-section .left .inner {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#news-section .left .inner h2,
.resources-section .left .inner h2 {
    font-size: 28px;
    font-weight: 300;
    color: #141a26;
    line-height: 34px;
    margin-bottom: 20px;
}
#news-section .left .inner p,
.resources-section .left .inner p {
    color: #141a26;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 38px;
}
#news-section .left .inner a,
#news-section .right .inner .slideshow .news .inner a,
.resources-section .left .inner a,
.resources-section .right .inner .slideshow .news .inner a {
    background: 0 0;
    border-radius: 40px;
    padding: 11px 45px;
    line-height: 16px;
    font-size: 16px;
    color: #41537c;
    font-weight: 500;
    max-width: 200px;
    text-align: center;
    border: 1px solid #a0a9be;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#news-section .right .inner,
.resources-section .right .inner {
    position: absolute;
}
#news-section .right .inner .slideshow .owl-stage-outer,
.resources-section .right .inner .slideshow .owl-stage-outer {
    padding: 0 10px 20px;
}
#news-section .right .inner .slideshow .news,
.resources-section .right .inner .slideshow .news {
    width: 340px;
    position: relative;
}
#news-section .right .inner .slideshow .news .hover_box,
.resources-section .right .inner .slideshow .news .hover_box {
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(65, 83, 124, 0.95);
    z-index: 1;
    padding: 63px 27px 24px;
    box-sizing: border-box;
    transition: 250ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
}
#news-section .right .inner .slideshow .news .hover_box .inner_hover,
.resources-section .right .inner .slideshow .news .hover_box .inner_hover,
.success-stories .col-md-4 .hover_box .inner_hover {
    text-align: center;
    margin-top: -40px;
}
#news-section .right .inner .slideshow .news .hover_box .inner_hover h2,
.resources-section .right .inner .slideshow .news .hover_box .inner_hover h2,
.success-stories .col-md-4 .hover_box .inner_hover h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    margin-bottom: 9px;
}
#news-section .right .inner .slideshow .news .hover_box .inner_hover p,
.resources-section .right .inner .slideshow .news .hover_box .inner_hover p,
.success-stories .col-md-4 .hover_box .inner_hover p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #fff;
}
#news-section .right .inner .slideshow .news .hover_box .inner_hover span,
.resources-section .right .inner .slideshow .news .hover_box .inner_hover a,
.success-stories .col-md-4 .hover_box .inner_hover a {
    background: #344263;
    padding: 11px 45px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    max-width: 200px;
    height: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    display: flex;
    text-decoration: none;
    position: absolute;
    text-align: center;
    right: 0;
}
#news-section .right .inner .slideshow .news .hover_box .inner_hover span,
.resources-section .right .inner .slideshow .news .hover_box .inner_hover a {
    border-radius: 40px;
    font-size: 16px;
    border: 1px solid #344263;
    justify-content: center;
    align-items: center;
    bottom: 31px;
}
#news-section .right .inner .slideshow .news .picture,
.resources-section .right .inner .slideshow .news .picture {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}
#news-section .right .inner .slideshow .news .inner,
.resources-section .right .inner .slideshow .news .inner {
    box-shadow: 0 0 20px #0000000d;
    padding: 30px;
    text-align: center;
    display: block;
    position: relative;
    min-height: 240px;
    margin-bottom: 30px;
}
#news-section .right .inner .slideshow .news .inner span,
.resources-section .right .inner .slideshow .news .inner span {
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #2db9cf;
    margin-bottom: 15px;
}
#news-section .right .inner .slideshow .news .inner h2,
.resources-section .right .inner .slideshow .news .inner h2 {
    font-size: 18px;
    line-height: 21px;
    color: #141a26;
    margin-bottom: 10px;
    font-weight: 400;
}
#news-section .right .inner .slideshow .news .inner p,
.resources-section .right .inner .slideshow .news .inner p {
    font-size: 14px;
    font-weight: 300;
    color: #141a26;
    line-height: 18px;
    margin-bottom: 20px;
}
.content_section {
    padding: 70px 0;
}
.content_section h2 {
    font-size: 24px;
    line-height: 32px;
    color: #141a26;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}
.content_section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #141a26;
    line-height: 26px;
}
.content_section .intro p,
.content_section p,
.content_section ul li {
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
    color: #141a26;
}
.content_section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.content_section p {
    margin-bottom: 15px;
}
.content_section .image {
    position: relative;
    top: -250px;
    text-align: center;
    margin-bottom: -200px;
}
.content_section.grey {
    padding-bottom: 250px;
    background: #f6f6f8;
}
.content_section .intro h2 {
    font-size: 24px;
    line-height: 32px;
    color: #141a26;
    font-weight: 800;
    margin-bottom: 40px;
}
.home #section6,
.home #section8,
.success-stories {
    background: #f6f6f8;
    padding: 65px 0;
}
.success-stories .picture {
      height: 215px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.success-stories .col-md-4 {
    margin-bottom: 16px;
    padding-right: 0;
}
.success-stories .col-md-4 .hover_box {
    position: absolute;
    height: 100%;
    width: calc(97%);
    top: 0;
    left: 15px;
    background: rgba(65, 83, 124, 0.95);
    z-index: 1;
    padding: 63px 27px 24px;
    box-sizing: border-box;
    transition: 250ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success-stories .col-md-4 .hover_box .inner_hover a {
    border-radius: 40px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    bottom: 50px;
}
.success-stories .inner {
    height: 100%;
    overflow: hidden;
}
.success-stories .inner .inner_text {
    padding: 20px 42px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px #0000000d;
    margin-bottom: 30px;
    height: 100%;
}
.success-stories .inner .inner_text img {
    max-width: 70px;
    height: 58px;
    object-fit: contain;
}
.success-stories .inner .inner_text p {
    margin: 15px 0 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    height: 100px;
    color: #141a26;
}
.success-stories .inner .inner_text a {
    background: #41537c;
    border-radius: 40px;
    padding: 11px 26px;
    min-width: 200px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    height: 40px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.grey_content_section {
    background: #f6f6f8;
    padding: 85px 0;
    margin-bottom: 67px;
}
.grey_content_section.padding-bottom {
    padding-bottom: 200px;
}
.grey_content_section .inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.grey_content_section .inner h2 {
    color: #141a26;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    max-width: 720px;
    display: block;
    margin: auto auto 25px;
}
.grey_content_section .inner p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    line-height: 21px;
    max-width: 768px;
    margin: auto auto 40px;
}
.grey_content_section .inner a {
    background: #2db9cf;
    border-radius: 40px;
    padding: 10px 26px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.grey_content_section .inner a.blue {
    border: 1px solid #41537c;
    background: #41537c;
}
.grey_content_section .inner a.white {
    background: 0 0;
    border: 1px solid #41537c;
    color: #41537c;
}
.grey_content_section .inner a img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.key-benefits-new {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.key-benefits-new.subpage {
    padding: 0 0 70px;
    margin-top: -160px;
}
.key-benefits-new.execution .col-md-4 .inner {
    background: #d9dde5;
}
.key-benefits-new.execution .col-md-4 .inner p {
    color: #41537c;
}
.key-benefits-new .intro {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.key-benefits-new .intro h2 {
    font-size: 24px;
    font-weight: 800;
    max-width: 731px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #141a26;
}
.key-benefits-new .intro p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    max-width: 620px;
    line-height: 21px;
    margin-bottom: 25px;
}
.key-benefits-new .intro a {
    border: 1px solid #a0a9be;
    text-decoration: none;
    color: #41537c;
    font-size: 16px;
    padding: 10px 63px;
    border-radius: 40px;
    background: 0 0;
    transition: 250ms;
    line-height: 16px;
    margin-bottom: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.key-benefits-new .intro a:hover,
.new-homepage .product_and_soloutions .inner .inner_text a:hover,
.partner-slideshow .inner a:hover {
    border: 1px solid #a0a9be;
    background: #eceef2;
}
.key-benefits-new .col-md-4 .inner {
    height: 180px;
    background: #c0eaf1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.key-benefits-new .col-md-4 .inner .hover_text {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2db9cf;
    visibility: hidden;
    opacity: 0;
    transition: 250ms;
}
.key-benefits-new .col-md-4 .inner .hover_text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.key-benefits-new .col-md-4 .inner p {
    font-size: 16px;
    font-weight: 500;
    color: #29a7ba;
    line-height: 21px;
    margin-top: 8px;
    max-width: 240px;
}
.page:not(.home) #module_solutions .module_table .bottom,
.page:not(.home) #module_solutions .module_table .top_row,
.page:not(.home) #table_section .bottom,
.page:not(.home) #table_section .top,
.scroll-content-section {
    width: 100%;
    display: flex;
}
.scroll-content-section.fixed .left-bar {
    position: fixed;
    left: 0;
    top: 80px;
}
.scroll-content-section.fixed .scroll-section {
    left: 10%;
    top: 90px;
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100%;
}
.scroll-content-section.fixed .scroll-section .section {
    width: 40%;
}
.scroll-content-section.fixed .right-image {
    position: fixed;
    top: 90px;
    right: 0;
    background: #fff;
    pointer-events: none;
}
.scroll-content-section.execution .left-bar .inner .icon.active svg path,
.scroll-content-section.execution .left-bar .inner .icon:hover svg path {
    fill: #41537c;
}
.scroll-content-section.execution .left-bar .inner .icon svg path {
    fill: #fff;
}
.scroll-content-section .left-bar {
    height: calc(10vh);
    width: 10%;
    background: #2db9cf;
    position: sticky;
    top: 80px;
}
.scroll-content-section .left-bar .inner {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    flex-direction: column;
}
.scroll-content-section .left-bar .inner .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    transition: 0.5s;
    cursor: pointer;
}
.scroll-content-section .left-bar .inner .icon.active,
.scroll-content-section .left-bar .inner .icon:hover {
    background: #fff;
}
.scroll-content-section .left-bar .inner .icon.active svg path,
.scroll-content-section .left-bar .inner .icon.active svg rect,
.scroll-content-section .left-bar .inner .icon:hover svg path,
.scroll-content-section .left-bar .inner .icon:hover svg rect {
    fill: #2db9cf;
}
.scroll-content-section .scroll-section {
    background: #29a7ba;
    width: 40%;
}
.scroll-content-section .scroll-section::-webkit-scrollbar {
    width: 0;
}
.scroll-content-section .scroll-section::-webkit-scrollbar-track {
    background: #dfe1e5;
}
.scroll-content-section .scroll-section::-webkit-scrollbar-thumb {
    background: #8d98b0;
}
.scroll-content-section .scroll-section::-webkit-scrollbar-thumb:hover {
    background: #8d98b0;
}
.scroll-content-section .scroll-section .section {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 93px 0 60px;
    color: #fff;
}
.scroll-content-section .scroll-section .section span {
    font-size: 16px;
    font-weight: 500px;
    line-height: 21px;
    margin-bottom: 25px;
}
.scroll-content-section .scroll-section .section h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
}
.scroll-content-section .scroll-section .section ul li {
    list-style: none;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
}
.scroll-content-section .scroll-section .section ul li:before {
    display: block;
    height: 1px;
    width: 15px;
    background: #fff;
    content: "";
    float: left;
    position: absolute;
    left: 0;
    top: 10px;
}
.scroll-content-section .right-image {
    width: 50%;
    height: calc(10vh);
    overflow: hidden;
    position: relative;
    position: sticky;
    top: 90px;
    background: #fff;
}
.scroll-content-section .right-image .image {
    height: calc(10vh);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
}
.scroll-content-section .right-image .image.active img {
    transform: scale(1.1);
}
.scroll-content-section .right-image .image img {
    margin: auto;
    max-width: 600px;
    transform: scale(0.9);
    transition: 0.4s;
}
.pricing_table .intro {
    text-align: center;
    margin-bottom: 36px;
}
.new-homepage .product_and_soloutions .intro h2,
.pricing_table .intro h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #141a26;
}
.pricing_table .inner h3,
.pricing_table .inner p {
    font-size: 24px;
    color: #141a26;
    line-height: 21px;
    text-align: center;
}
.pricing_table .inner {
    box-shadow: 0 0 20px #0000003b;
    padding: 40px 30px 20px;
    height: 100%;
}
.letstalkform .inner_form,
.partner-slideshow .slideshow .inner_slide:hover {
    box-shadow: 0 0 20px #00000026;
}
.pricing_table .inner .star {
    text-align: center;
    margin-bottom: 10px;
}
.pricing_table .inner .star svg {
    margin-left: -7px;
}
.pricing_table .inner .star svg:first-child {
    margin-left: 0;
}
.pricing_table .inner h3 {
    font-weight: 800;
    margin-bottom: 21px;
}
.pricing_table .inner p {
    font-weight: 300;
    margin-bottom: 35px;
}
.pricing_table .inner a,
.related-section .inner .bottom a {
    color: #fff;
    font-weight: 500;
    border-radius: 40px;
    height: 40px;
    text-decoration: none;
}
.pricing_table .inner a {
    background: #2db9cf;
    padding: 10px 26px;
    line-height: 16px;
    font-size: 16px;
    display: block;
    max-width: 170px;
    margin: auto auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing_table .inner ul li {
    list-style: none;
    margin-bottom: 20px;
}
.pricing_table .inner ul li:before {
    content: " ";
    height: 20px;
    width: 20px;
    background-image: url("/wp-content/uploads/2022/03/checkmark-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.related-section .intro h2 {
    font-size: 24px;
    font-weight: 800;
    color: #141a26;
    margin-bottom: 44px;
    line-height: 32px;
}
.related-section .inner {
    padding: 75px;
    background: #f6f6f8;
    display: flex;
    width: 100%;
}
.related-section .inner .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.related-section .inner .top {
    height: 350px;
    background: #41537c;
    position: relative;
    width: 350px;
}
.related-section .inner .top .logo {
    position: absolute;
    top: 25px;
    left: 20px;
}
.related-section .inner .top .logo img {
    max-height: 35px;
}
.related-section .inner .top .tablet {
    position: absolute;
    bottom: -40px;
}
.related-section .inner .bottom {
    box-shadow: 0 0 20px #0000000d;
    background: #fff;
    display: flex;
    align-content: center;
    flex-direction: column;
    padding: 29px 0 25px;
    width: 350px;
}
.related-section .inner .bottom h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}
.related-section .inner .bottom a {
    display: inline-block;
    margin: auto;
    padding: 12px 70px;
    background: #41537c;
    line-height: 16px;
    font-size: 16px;
    transition: 250ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-section {
    padding: 98px 0;
    background: #29a7ba;
    margin: 0 67px 150px;
}
.video-section iframe, .video-section video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 15px;
}
.video-section .col-md-5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.video-section img {
    float: right;
}
.video-section h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 25px;
    color: #fff;
}
.video-section a,
.video-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.video-section p {
    line-height: 21px;
    margin-bottom: 15px;
}
.video-section a {
    text-decoration: underline;
}
.two-column-grid-section .intro {
    text-align: center;
    color: #141a26;
    margin-bottom: 150px;
}
.two-column-grid-section .intro h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 20px;
}
.two-column-grid-section .intro p {
    font-size: 16px;
    font-weight: 300;
    max-width: 720px;
    display: block;
    margin: auto;
    line-height: 21px;
}
.two-column-grid-section-block.reversed {
    margin-top: 45px;
    margin-bottom: 45px;
}
.two-column-grid-section-block.reversed .inner a {
    background: #41537c;
    border: 1px solid #41537c;
}
.two-column-grid-section-block .inner {
    padding: 90px 72px 50px;
    background: #29a7ba;
    color: #fff;
}
.two-column-grid-section-block .inner h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
}
.two-column-grid-section-block .inner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 15px;
}
.two-column-grid-section-block .inner ul {
    padding-left: 40px;
    margin-bottom: 40px;
}
.two-column-grid-section-block .inner ul li {
    font-size: 14px;
    font-weight: 300;
    list-style: none;
}
.two-column-grid-section-block .inner ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
.two-column-grid-section-block .inner a {
    background: #2db9cf;
    border-radius: 40px;
    padding: 10px 64px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #2494a6;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.two-column-grid-section-block .inner a:last-child {
    background: 0 0;
    border: 1px solid #fff;
    margin-right: 0;
}
.two-column-grid-section-block .inner_image {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.execution-tabbed-content {
    padding-bottom: 50px;
}
.execution-tabbed-content .left {
    display: flex;
    padding: 0 60px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.execution-tabbed-content .left h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    color: #141a26;
}
.execution-tabbed-content .left p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    line-height: 21px;
    margin: 15px 0;
}
.execution-tabbed-content .left a {
    background: 0 0;
    border-radius: 40px;
    padding: 10px 64px;
    line-height: 16px;
    font-size: 16px;
    color: #41537c;
    border: 1px solid #a0a9be;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.execution-tabbed-content .header .inner,
.new-homepage .execution-tabbed-content .header .inner {
    display: flex;
    align-items: center;
    background: #41537c;
    padding: 13px 20px;
}
.execution-tabbed-content .header .inner img,
.new-homepage .execution-tabbed-content .header .inner img {
    max-width: 105px;
    height: auto;
}
.execution-tabbed-content .sidebar .inner {
    background: #eceef2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 20px #0000000d;
    padding: 0 20px;
}
.execution-tabbed-content .sidebar .inner a {
    padding: 7px 20px;
    background: 0 0;
    color: #41537c;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 40px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 271px;
}
.execution-tabbed-content .sidebar .inner a:hover,
.new-homepage .execution-tabbed-content .sidebar .inner a:hover {
    background: #d9dde5;
    color: #41537c;
}
#page-banner.contact .inner .inner a.active:hover,
.execution-tabbed-content .sidebar .inner a.active,
.new-homepage .execution-tabbed-content .sidebar .inner a.active {
    color: #fff;
    background: #41537c;
}
.execution-tabbed-content .content,
.new-homepage .execution-tabbed-content .content {
    padding-left: 0;
}
.execution-tabbed-content .content .inner {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px #0000000d;
    text-align: center;
    padding: 40px 0 20px;
    overflow: hidden;
    position: relative;
}
.execution-tabbed-content .content .inner img {
    position: absolute;
    bottom: -70px;
    max-width: 93%;
    z-index: 1;
}
.execution-tabbed-content .content .inner .tabcontent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    display: none;
    margin-top: -168px;
}
#logos .logo,
.execution-tabbed-content .content .inner .tabcontent.active,
.home #frontpage_banner .picture .inner .buttons,
.home #section3 .boxes,
.home #section4 .inner .flex,
.home #section7 .right .inner .form,
.key-benefits-section .inner .flex,
.new-homepage .execution-tabbed-content .content .inner .tabcontent.active,
.new-homepage .key-benefits .inner .flex,
.page:not(.home) #section4 .inner .flex,
.page:not(.home) #section7 .right .inner .form,
.page:not(.home) .shoreline_products .buttons,
.try-for-free-section .right .inner .form {
    display: flex;
}
.execution-tabbed-content .content .inner h2,
.new-homepage .execution-tabbed-content .content .inner h2 {
    color: #a0a9be;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}
.execution-tabbed-content .content .inner p,
.new-homepage .execution-tabbed-content .content .inner p {
    font-size: 18px;
    font-weight: 300;
    color: #141a26;
    max-width: 444px;
    margin-bottom: 10px;
}
.execution-tabbed-content .content .inner p.subtext,
.new-homepage .execution-tabbed-content .content .inner p.subtext {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 35px;
}
.execution-tabbed-content .content .inner a,
.new-homepage .execution-tabbed-content .content .inner a {
    text-decoration: none;
    border: 1px solid #a0a9be;
    color: #41537c;
    background: 0 0;
    font-size: 16px;
    padding: 7px 63px;
    border-radius: 40px;
    transition: 250ms;
    margin-bottom: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .buttons a:last-child:hover,
#header nav ul li .sub-menu .sub-menu li:hover,
#page-banner.company .inner .inner a:hover,
.execution-tabbed-content .content .inner a:hover,
.new-homepage .execution-tabbed-content .content .inner a:hover,
.single #section6 .outro-link a:hover {
    background: #eceef2;
}
.single-content {
    padding-top: 50px;
}
.partner-slideshow {
    padding: 100px 0;
}
.logo_section .logos .slide,
.page:not(.home) .resources_slideshow .slide .tekst .bottom .share,
.partner-slideshow .col-md-3 {
    display: flex;
    align-items: center;
}
.partner-slideshow .inner h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    color: #141a26;
    margin-bottom: 35px;
}
.new-homepage .product_and_soloutions .inner .inner_text a,
.partner-slideshow .inner a {
    border: 1px solid #a0a9be;
    text-decoration: none;
    color: #41537c;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 40px;
    background: 0 0;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-slideshow .slideshow {
    padding-bottom: 30px;
}
.partner-slideshow .slideshow .slick-list {
    padding: 10px;
}
.partner-slideshow .slideshow .navigation {
    position: absolute;
    bottom: 21px;
    right: 10px;
    z-index: 9;
    display: flex;
}
.partner-slideshow .slideshow .inner_slide {
    padding: 30px 40px;
    display: flex;
    background: #fff;
    max-width: 600px;
    width: 100%;
    max-height: 325px;
    margin: 15px -30px 15px 50px;
    transition: 250ms;
    box-shadow: 0 0 20px #0000000d;
}
.conversion-slideshow .slideshow .inner_slide {
    padding: 30px 40px;
    display: flex;
    background: #fff;
    width: 100%;
    transition: 250ms;
    box-shadow: 0 0 20px #0000000d;
}
.partner-slideshow .slideshow .inner_slide img {
    display: initial;
    max-width: 150px;
    margin-bottom: 15px;
}
.partner-slideshow .slideshow .inner_slide .quotesign p {
    font-size: 300px;
    color: #e0e6f2;
    font-weight: 300;
    line-height: 291px;
}
.partner-slideshow .slideshow .inner_slide .inner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
.new-homepage #section1 .c2a,
.new-homepage #section1 .keypoints,
.new-homepage .key-intro .c2a,
.new-homepage .key-intro .keypoints,
body:not(.home) .logo_section .logos {
    justify-content: center;
    display: flex;
    width: 100%;
}
.partner-slideshow .slideshow .inner_slide .inner_text p {
    font-size: 14px;
    font-style: italic;
    color: #141a26;
    font-weight: 300;
    margin-bottom: 20px;
}
.partner-slideshow .slideshow .inner_slide .inner_text span {
    display: block;
    font-size: 14px;
}
body:not(.home) .logo_section .logos {
    align-items: center;
}
.logo_section {
	padding-top: 30px;
    padding-bottom: 30px;
}
.logo_section .intro h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #677596;
}
.logo_section .logos .logo {
    margin-right: 55px;
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.logo_section .logos .logo img {
    max-height: 66px;
    width: auto;
    margin: auto;
}
.timeline-section {
    padding: 400px 0 100px;
    background: #f6f6f8;
    margin-top: -330px;
}
.new-homepage,
.new-homepage .key-benefits {
    background-attachment: fixed;
    background-size: cover;
}
.timeline-section.execution {
    padding-top: 100px;
    margin-top: 0;
}
.timeline-section svg {
    display: block;
    margin: auto;
}
.timeline-section .inner h2,
.timeline-section p {
    max-width: 720px;
    margin-bottom: 25px;
    color: #141a26;
}
.timeline-section .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.timeline-section .inner h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}
.timeline-section p {
    font-size: 16px;
    font-weight: 300;
}
.scroll-container {
    padding-top: 80px;
}
.new-homepage {
    background-image: url("/wp-content/uploads/2022/02/overlay-fullpage.png");
    background-position: fixed;
}
.new-homepage #section1,
.new-homepage .key-intro {
    padding-top: 78px;
}
.new-homepage #section1 .intro,
.new-homepage .key-intro .intro {
    text-align: center;
    color: #141a26;
}
.new-homepage #section1 .intro h1,
.new-homepage #section1 .intro p,
.new-homepage .key-intro .intro h1,
.new-homepage .key-intro .intro p {
    max-width: 800px;
    margin: auto;
}
.new-homepage #section1 .intro p,
.new-homepage .key-intro .intro p {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 300;
}
.new-homepage #section1 .intro h1,
.new-homepage .key-intro .intro h1 {
    line-height: 42px;
    font-size: 34px;
    max-width: 800px;
    font-weight: 900;
}
.new-homepage #section1 .keypoints .key,
.new-homepage .key-intro .keypoints .key {
    margin-right: 37px;
    text-align: center;
}
.new-homepage #section1 .keypoints .key span,
.new-homepage .key-intro .keypoints .key span {
    font-size: 32px;
    font-weight: 900;
    color: #2db9cf;
    margin-bottom: -10px;
    display: block;
}
.new-homepage #section1 .keypoints .key p,
.new-homepage .key-intro .keypoints .key p {
    font-size: 14px;
    color: #141a26;
    font-weight: 300;
}
.new-homepage #section1 .c2a a,
.new-homepage .key-intro .c2a a {
    padding: 11px 63px;
    background: #2db9cf;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-top: 31px;
    border-radius: 40px;
    transition: 250ms;
    margin-bottom: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header nav ul li .sub-menu .sub-menu li#menu-item-408:hover,
#page-banner .inner .inner a:hover,
#page_header_new .inner a:hover,
.grey_content_section .inner a:hover,
.home #frontpage_banner .picture .inner .buttons a:hover,
.home #section2 .outro-link a:hover,
.new-homepage #section1 .c2a a:hover,
.new-homepage .circle-section .inner_background,
.new-homepage .key-intro .c2a a:hover,
.new-homepage .product_and_soloutions .inner_product .bottom a:hover,
.page-header .picture .inner a:hover,
.page:not(.home) #page_header .picture .inner a:hover,
.page:not(.home) .resources_slideshow .outro-link a:hover,
.two-column-grid-section-block .inner a:hover {
    background: #29a7ba;
}
.home #section7 .row,
.letstalkform .row,
.new-homepage .key-benefits .row,
.new-homepage .preview-section,
.page:not(.home) #section7 .row,
.page:not(.home) #table_section .row,
.try-for-free-section .row {
    position: relative;
    z-index: 1;
}
.new-homepage .preview-section .top_slideshow {
    box-shadow: 0 0 40px #00000026;
}
.new-homepage .circle-section {
    margin-top: 100px;
    padding: 35px 30px 50px;
}
.new-homepage .circle-section .left .inner {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.new-homepage .circle-section .right .inner .circle,
.new-homepage .circle-section .right .inner .shoreline-logo {
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    margin-left: -55px;
    position: absolute;
    left: 50%;
}
.new-homepage .circle-section .left .inner h2 {
    font-size: 26px;
    max-width: 351px;
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 34px;
}
.new-homepage .circle-section .left .inner p {
    max-width: 351px;
    font-size: 16px;
    font-weight: 300;
}
#header .buttons .login,
#header nav ul li .sub-menu #menu-item-1026,
#header nav ul li .sub-menu #menu-item-1043,
.new-homepage .circle-section .right .inner,
.video-wrap .inner {
    position: relative;
}
.new-homepage .circle-section .right .inner path {
    cursor: pointer;
}
#go_further .inner_text .text a,
#page-banner .inner .inner a,
#page-banner.company .inner .inner a,
#page_header_new .inner a,
.grey_content_section .inner a,
.new-homepage .circle-section .right .inner #Module_flower g g g,
.success-stories .inner .inner_text a,
.two-column-grid-section-block .inner a,
.two-column-grid-section-block .inner a:last-child,
.two-column-grid-section-block.reversed .inner a {
    transition: 250ms;
}
.new-homepage .circle-section .right .inner #Module_flower g g g:hover {
    fill: rgba(255, 255, 255, 0.4);
}
.new-homepage .circle-section .right .inner .shoreline-logo {
    top: 50%;
    transform: translateY(-50%);
    background: #41537c;
    align-items: center;
}
.new-homepage .circle-section .right .inner .circle {
    align-items: center;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    cursor: pointer;
    transition: 250ms;
}
.new-homepage .circle-section .right .inner .circle.circle2 {
    left: 77%;
    top: 10%;
}
.new-homepage .circle-section .right .inner .circle.circle2:after {
    transform: rotate(50deg);
    left: -17px;
    bottom: -32px;
}
.new-homepage .circle-section .right .inner .circle.circle2:before {
    left: -6px;
    bottom: -7px;
}
.new-homepage .circle-section .right .inner .circle.circle3 {
    left: 85%;
    top: 37%;
}
.new-homepage .circle-section .right .inner .circle:hover,
.page:not(.home) #table_section .line:nth-child(odd) {
    background: rgba(255, 255, 255, 0.4);
}
.new-homepage .circle-section .right .inner .circle p {
    line-height: 18px;
}
.new-homepage .circle-section .right .inner .circle:after {
    position: absolute;
    bottom: -56px;
    width: 2px;
    height: 35px;
    background: #fff;
    content: " ";
    display: block;
}
.new-homepage .circle-section .right .inner .circle:before {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    bottom: -21px;
    content: "";
}
.new-homepage .key-benefits {
    position: relative;
    background-image: url("/wp-content/uploads/2022/02/frontpage-banner.jpg");
}
.home #section2:after,
.new-homepage .key-benefits:after,
.page:not(.home) .shoreline_products:after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    background: #41537c;
    mix-blend-mode: multiply;
}
.new-homepage .key-benefits .inner {
    padding: 45px 0;
    color: #fff;
}
.home #section3 .intro,
.home #section4 .inner .intro,
.key-benefits-section .inner .intro,
.new-homepage .key-benefits .inner .intro,
.page:not(.home) #section4 .inner .intro {
    text-align: center;
    margin-bottom: 40px;
}
.new-homepage .key-benefits .inner .intro h2 {
    color: #a0a9be;
    font-size: 18px;
    font-weight: 300;
}
.new-homepage .key-benefits .inner .flex .col .circle_image {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #a0a9be;
}
.home #section4 .inner .flex .col h3,
.key-benefits-section .inner .flex .col h3,
.new-homepage .key-benefits .inner .flex .col h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.home #section4 .inner .flex .col p,
.key-benefits-section .inner .flex .col p,
.new-homepage .key-benefits .inner .flex .col p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
.new-homepage .product_and_soloutions {
    margin: 0 67px 150px;
}
.new-homepage .product_and_soloutions .intro {
    text-align: center;
    margin-bottom: 46px;
}
.new-homepage .product_and_soloutions .intro h2 span {
    font-weight: 400;
    font-style: italic;
}
.new-homepage .product_and_soloutions .inner {
    background: #f6f6f8;
    padding: 75px 0;
}
.new-homepage .product_and_soloutions .inner .inner_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.new-homepage .product_and_soloutions .inner .inner_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #141a26;
    line-height: 34px;
}
.new-homepage .product_and_soloutions .inner .inner_text p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    margin-bottom: 20px;
}
.new-homepage .product_and_soloutions .inner_product {
    float: right;
    width: 100%;
}
.new-homepage .product_and_soloutions .inner_product.execution {
    float: left;
}
.new-homepage .product_and_soloutions .inner_product .top {
    width: 100%;
    height: 310px;
    background: #57c7d9;
    position: relative;
		overflow: hidden;
}
.new-homepage .product_and_soloutions .inner_product .top .logo {
    position: absolute;
    top: 25px;
    left: 20px;
    max-width: 84px;
}
.new-homepage .product_and_soloutions .inner_product .top .tablet {
	position: absolute;
	    right: -30px;
	    pointer-events: none;
	    top: 60px;
}
.new-homepage .product_and_soloutions .inner_product .bottom {
    background: #fff;
    box-shadow: 0 0 20px #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    flex-direction: column;
}
.home #section8 .success-slider .slide .inner_text span,
.new-homepage .product_and_soloutions .inner_product .bottom h3 {
    font-size: 18px;
    color: #141a26;
}
.new-homepage .product_and_soloutions .inner_product .bottom p {
    font-size: 14px;
    font-weight: 300;
    margin: 8px 0;
}
.new-homepage .product_and_soloutions .inner_product .bottom a {
    text-decoration: none;
    color: #fff;
    background: #2db9cf;
    font-size: 16px;
    padding: 10px 69px;
    border-radius: 40px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-homepage .execution-tabbed-content {
    padding-bottom: 60px;
}
.new-homepage .execution-tabbed-content .right {
    display: flex;
    flex-wrap: wrap;
}
.new-homepage .execution-tabbed-content .sidebar .inner {
    background: #eceef2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 20px #0000000d;
    padding: 0 50px;
}
.new-homepage .execution-tabbed-content .sidebar .inner a {
    padding: 7px 20px;
    background: 0 0;
    color: #41537c;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 40px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-homepage .execution-tabbed-content .content .inner {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: centert;
    align-items: center;
    box-shadow: 0 0 20px #0000000d;
    text-align: center;
    padding: 40px 0 10px;
}
.new-homepage .execution-tabbed-content .content .inner .tabcontent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    margin-top: -242px;
}
.new-homepage .execution-tabbed-content .content .inner img {
    max-width: 550px;
    display: block;
    margin: auto;
}
.hs_recaptcha {
    margin-bottom: 20px;
}
.letstalkform {
    margin-bottom: 140px;
    background: url("/wp-content/uploads/2022/03/shutterstock_728317879-1.jpg") 0 0 / cover fixed #29a7ba;
    height: 500px;
    margin-top: 100px;
    position: relative;
}
#header,
.video-wrap {
    position: fixed;
    top: 0;
}
.letstalkform:after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    background: #2494a6;
    opacity: 0.8;
}
.letstalkform .inner_text {
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.letstalkform .inner_text h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}
.letstalkform .inner_text p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.letstalkform .inner_text a {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 40px;
    background: 0 0;
    transition: 250ms;
    max-width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.letstalkform .inner_form {
    background: #41537c;
    padding: 42px 46px;
    text-align: center;
    max-width: 444px;
    float: right;
    width: 100%;
    margin-top: -49px;
}
.letstalkform .inner_form h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 26px;
}
.letstalkform .inner_form input[type="email"],
.letstalkform .inner_form input[type="text"],
.letstalkform .inner_form textarea {
    width: 100% !important;
    display: block;
    padding: 12px 12px 12px 38px;
    border: none;
    font-size: 14px;
    color: #2e3a57;
    border-radius: 3px;
    margin-bottom: 15px;
    background: url("/wp-content/uploads/2022/02/email-icon.svg") 5px 8px no-repeat #fff;
}
.letstalkform .inner_form input[type="email"]::-webkit-input-placeholder,
.letstalkform .inner_form input[type="text"]::-webkit-input-placeholder,
.letstalkform .inner_form textarea::-webkit-input-placeholder {
    color: #c6cbd8;
}
.letstalkform .inner_form input[type="email"]:-ms-input-placeholder,
.letstalkform .inner_form input[type="text"]:-ms-input-placeholder,
.letstalkform .inner_form textarea:-ms-input-placeholder {
    color: #c6cbd8;
}
.letstalkform .inner_form input[type="email"]::placeholder,
.letstalkform .inner_form input[type="text"]::placeholder,
.letstalkform .inner_form textarea::placeholder {
    color: #c6cbd8;
}
.letstalkform .inner_form input[type="submit"] {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 82px;
    border-radius: 40px;
    background: 0 0;
    transition: 250ms;
    max-width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.video-wrap {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 9999;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 115px 240px;
    background-color: rgba(16, 50, 62, 0.8);
}
.video-wrap.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.video-wrap .inner video {
    border-radius: 8px;
    -webkit-box-shadow: 20px 20px 80px #000;
    box-shadow: 20px 20px 80px #000;
    width: 100%;
    height: 100%;
    outline: 0;
    position: relative;
}
.video-wrap .inner svg {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.frm_required,
.hs-form-required {
    color: #d8514e;
}
#header {
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px #0000000d;
    background: #fff;
}
#header #logo img {
    height: 40px;
    max-width: 100%;
}
#copyright .row,
#header .row {
    align-items: center;
}
#header .buttons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
#header .buttons .login .login-menu {
    box-shadow: 0 10px 10px #00000033;
    border: 1px solid #e0e6f2;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    margin-top: 10px;
    visibility: hidden;
    width: 115px;
    opacity: 0;
    transition: 250ms;
    padding: 7px;
}
#header .buttons .login .login-menu li {
    list-style: none;
    transition: 250ms;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    margin-bottom: 5px;
}
#header .buttons .login .login-menu li:last-child {
    margin-bottom: 0;
}
#header .buttons .login .login-menu li:hover {
    background: #eaf8fa;
}
#header .buttons .login .login-menu li a {
    display: initial;
    background: 0 0;
    color: initial;
    padding: initial;
    font-size: initial;
    margin-right: initial;
    border: initial;
    text-decoration: initial;
    border-radius: initial;
    height: initial;
    justify-content: initial;
    align-items: initial;
    display: flex;
}
#header .buttons a {
    display: inline-block;
    padding: 10px 34px;
    background: #41537c;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #41537c;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 40px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .buttons a:last-child {
    background: 0 0;
    color: #41537c;
}
#header .col-md-7,
.client-slideshow .success-slider .slick-dots,
.home #section6 .success-slider .slick-dots,
.home #section8 .success-slider .slick-dots,
.page:not(.home) #section6 .success-slider .slick-dots {
    display: flex;
    justify-content: center;
}
#header nav ul {
    display: flex;
    list-style: none;
}
#header nav ul li {
    margin-right: 36px;
    position: relative;
}
#header nav ul li.relative {
    position: initial;
}
#header nav ul li a {
    display: block;
    padding: 25px 0;
    font-size: 18px;
    color: #41537c;
    text-decoration: none;
}
#header nav ul li:hover > a {
    font-weight: 500;
}
#header nav ul li.menu-item-has-children .menu-item-17 .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}
#header nav ul li.menu-item-has-children .menu-item-17 .sub-menu li,
#header nav ul li.menu-item-has-children .menu-item-17 .sub-menu li span {
    font-weight: 400;
}
#header nav ul li.menu-item-has-children:hover > .sub-menu,
#header nav ul li.menu-item-has-children:hover > .sub-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
#header nav ul li .sub-menu {
    background: #fff;
    position: absolute;
    top: 81px;
    box-shadow: 0 0 20px #00000026;
    padding: 33px;
    visibility: hidden;
    opacity: 0;
    transition: 250ms;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header nav ul li .sub-menu a {
    padding: 0;
}
#header nav ul li .sub-menu #menu-item-1026:before,
#header nav ul li .sub-menu #menu-item-1043:before {
    height: 100%;
    width: 2px;
    content: " ";
    display: block;
    background-repeat: repeat;
    position: absolute;
    background-image: url("/wp-content/uploads/2022/09/line-dotted.svg");
    left: -20px;
}
#header nav ul li .sub-menu #menu-item-1026#menu-item-1043:before,
#header nav ul li .sub-menu #menu-item-1043#menu-item-1043:before {
    left: -20px;
}
#header nav ul li .sub-menu > li > a {
    color: #a0a9be;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}
#header nav ul li .sub-menu .sub-menu {
    position: relative;
    top: auto;
    width: auto;
    padding: 0;
    box-shadow: none;
    flex-direction: column;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    transition: 250ms;
    pointer-events: none;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    left: auto;
    transform: initial;
}
#header nav ul li .sub-menu .sub-menu li {
    width: 168px;
    background: #f6f6f8;
    margin-top: 0;
    margin-right: 0;
    cursor: pointer;
    transition: 250ms;
    position: relative;
}
#header nav ul li .sub-menu .sub-menu li:first-child {
    grid-area: 1/1/2/2;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(2) {
    grid-area: 2/1/3/2;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(3) {
    grid-area: 1/2/2/3;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(4) {
    grid-area: 2/2/3/3;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(5) {
    grid-area: 1/3/2/4;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(6) {
    grid-area: 2/3/3/4;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(7) {
    grid-area: 1/4/2/5;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(8) {
    grid-area: 2/4/3/5;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(9) {
    grid-area: 1/5/2/6;
}
#header nav ul li .sub-menu .sub-menu li:nth-child(10) {
    grid-area: 2/5/3/6;
}
#header nav ul li .sub-menu .sub-menu li > a {
    color: #141a26;
    line-height: 16px;
    font-weight: 500;
    display: block;
    padding: 20px 16px 10px;
    margin-bottom: 0;
}
#header nav ul li .sub-menu .sub-menu li#menu-item-408 {
    background: #2db9cf;
}
#header nav ul li .sub-menu .sub-menu li img {
    height: 26px;
}
#header nav ul li .sub-menu .sub-menu li span a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    padding: 7px 16px 20px;
    color: #141a26;
}
#header nav ul li:last-child {
    margin-right: 0 !important;
}
.primary-logos .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.primary-logos .col img {
    max-height: 62px;
    width: auto;
}
.page-header,
.page:not(.home) #page_header {
    height: calc(-14vh);
}
.home #frontpage_banner .picture,
.page-header .picture,
.page:not(.home) #page_header .picture {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.home #frontpage_banner .picture:after,
.page-header .picture:after,
.page:not(.home) #page_header .picture:after,
.page:not(.home) #table_section:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #334260;
    mix-blend-mode: multiply;
}
.home #frontpage_banner .picture .inner,
.page-header .picture .inner,
.page:not(.home) #page_header .picture .inner {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    color: #fff;
}
.page-header .picture .inner h1,
.page:not(.home) #page_header .picture .inner h1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}
.page-header .picture .inner h2,
.page:not(.home) #page_header .picture .inner h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 10px;
}
.page-header .picture .inner p,
.page:not(.home) #page_header .picture .inner p {
    font-size: 16px;
    font-weight: 300;
}
.page-header .picture .inner a,
.page:not(.home) #page_header .picture .inner a {
    display: inline-block;
    padding: 10px 47px;
    font-weight: 500;
    margin-top: 25px;
    background: #2db9cf;
    color: #fff;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 40px;
    transition: 250ms;
}
.page-header .picture .inner .slick-list,
.page:not(.home) #page_header .picture .inner .slick-list {
    position: absolute;
    overflow: visible;
}
.page-header .picture .inner .vert_slide,
.page:not(.home) #page_header .picture .inner .vert_slide {
    height: 100%;
}
.page-header .picture .inner .vert_slide .slick-dots,
.page:not(.home) #page_header .picture .inner .vert_slide .slick-dots {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
.page-header .picture .inner .vert_slide .slick-dots li,
.page:not(.home) #page_header .picture .inner .vert_slide .slick-dots li {
    height: 10px;
    width: 10px;
    color: transparent;
    background: #2db9cf;
    opacity: 0.3;
    border-radius: 100%;
    margin-bottom: 7px;
}
.page-header .picture .inner .video_trigger,
.page:not(.home) #page_header .picture .inner .video_trigger {
    opacity: 0.5;
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.page-header .picture .inner .video_trigger .playbutton,
.page:not(.home) #page_header .picture .inner .video_trigger .playbutton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55%;
}
.page-header .picture .inner .picture_right,
.page:not(.home) #page_header .picture .inner .picture_right {
    height: 460px;
    width: 460px;
    background-size: cover;
    position: absolute;
    right: 0;
    background-position: center;
    border-radius: 10px;
}
.client-slideshow,
.home #section4,
.key-benefits-section {
    padding: 65px 0;
}
.key-benefits-section .inner {
    padding: 45px 50px;
    color: #fff;
}
.home #section4 .inner .intro h2,
.key-benefits-section .inner .intro h2 {
    color: #c0eaf1;
    font-size: 18px;
    font-weight: 300;
}
.client-slideshow .outro-link,
.home #section2 .outro-link,
.home #section6 .outro-link,
.home #section8 .outro-link,
.page:not(.home) #section6 .outro-link,
.page:not(.home) .resources_slideshow .outro-link {
    text-align: center;
    margin-top: 30px;
}
.client-slideshow .outro-link a,
.home #section6 .outro-link a,
.home #section8 .outro-link a,
.page:not(.home) #section6 .outro-link a {
    display: inline-block;
    padding: 10px 26px;
    margin-top: 25px;
    color: #41537c;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 40px;
    border: 1px solid #a0a9be;
    background: 0 0;
    transition: 250ms;
}
.client-slideshow .success-slider .slick-dots li,
.home #section6 .success-slider .slick-dots li,
.home #section8 .success-slider .slick-dots li,
.page:not(.home) #section6 .success-slider .slick-dots li,
.page:not(.home) .resources_slideshow .slick-dots li {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #2db9cf;
    opacity: 0.3;
    cursor: pointer;
    margin-right: 7px;
}
.client-slideshow .success-slider .slide {
    max-width: 500px;
    opacity: 0.5;
    transition: 250ms;
    transform: scale(0.9);
    margin-top: 15px;
}
.client-slideshow .success-slider .slide .picture,
.home #section6 .success-slider .slide .picture,
.home #section8 .success-slider .slide .picture,
.page:not(.home) #section6 .success-slider .slide .picture {
    height: 200px;
    width: 100%;
    background-size: cover;
}
.client-slideshow .success-slider .slide.slick-center {
    margin: 15px 34px 0;
    opacity: 1;
    transform: scale(1);
}
.client-slideshow .success-slider .slide .inner_text,
.home #section6 .success-slider .slide .inner_text {
    background: #fff;
    padding: 20px 42px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 20px #00000026;
    margin-bottom: 20px;
}
.client-slideshow .success-slider .slide .inner_text p,
.home #section6 .success-slider .slide .inner_text p,
.page:not(.home) #section6 .success-slider .slide .inner_text p,
.page:not(.home) .resources_slideshow .slide .tekst p {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
}
#content_header {
    padding: 50px 0;
    background: #41537c;
    position: relative;
}
#content_header:after,
.page:not(.home) #content_header:after {
    top: 100%;
    left: 50%;
    border: 10px solid rgba(46, 58, 87, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #2e3a57;
    margin-left: -10px;
}
#content_header .inner,
.page:not(.home) #content_header .inner {
    padding: 8px 35px;
    border-radius: 18px;
    background: 0 0;
    cursor: pointer;
    transition: 250ms;
}
#content_header .inner img,
#content_section .section .inner p img,
.page:not(.home) #content_header .inner img,
.page:not(.home) #content_section .section .inner p img {
    margin-right: 22px;
}
#content_header .inner p,
.page:not(.home) #content_header .inner p {
    color: #fff;
    display: flex;
    font-size: 16px;
}
#content_section .section,
.page:not(.home) #content_section .section {
    padding: 50px 40px;
}
#content_section .section.reverse,
.page:not(.home) #content_section .section.reverse {
    background: #f6f6f8;
}
#content_section .section.reverse .col-md-6:last-child,
.page:not(.home) #content_section .section.reverse .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#content_section .section .picture,
.page:not(.home) #content_section .section .picture {
    height: 300px;
    width: 90%;
    background: center/cover #eceef2;
}
.home #section2,
.home #section7,
.page:not(.home) #section7,
.try-for-free-section {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("/wp-content/uploads/2022/02/frontpage-banner.jpg");
}
#content_section .section .read_more_link,
.page:not(.home) #content_section .section .read_more_link {
    margin-top: 50px;
    display: flex;
    width: 90%;
    justify-content: center;
}
#content_section .section .read_more_link a,
.page:not(.home) #content_section .section .read_more_link a {
    color: #41537c;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 62px;
    border: 1px solid #a0a9be;
    border-radius: 40px;
}
#content_section .section .inner p,
.page:not(.home) #content_section .section .inner p {
    font-size: 16px;
    color: #141a26;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
#content_section .section .inner h2,
.page:not(.home) #content_section .section .inner h2 {
    font-size: 24px;
    color: #141a26;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 34px;
}
#content_section .section .inner ul,
.page:not(.home) #content_section .section .inner ul {
    margin-left: 75px;
    list-style: none;
}
#content_section .section .inner ul li,
.page:not(.home) #content_section .section .inner ul li {
    font-size: 16px;
    font-weight: 300;
    color: #141a26;
    margin-bottom: 15px;
    display: flex;
}
#content_section .section .inner ul li:before,
.page:not(.home) #content_section .section .inner ul li:before {
    content: "";
    margin-right: 27px;
    display: inline-block;
    height: 1px;
    width: 30px;
    background: #334260;
    margin-top: 8px;
}
.home #section7,
.page:not(.home) #section7,
.try-for-free-section {
    padding: 100px 0;
    position: relative;
}
.home #section7:after,
.page:not(.home) #section7:after,
.try-for-free-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
}
.home #section7 .left .inner,
.page:not(.home) #section7 .left .inner,
.try-for-free-section .left .inner {
    padding: 50px 35px;
    background: #41537c;
    box-shadow: 0 0 20px #00000026;
}
.home #section7 .left .inner .intro h2,
.page:not(.home) #section7 .left .inner .intro h2,
.try-for-free-section .left .inner .intro h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.home #section7 .left .inner .frm_forms fieldset,
.home #section7 .right .inner .frm_forms fieldset,
.page:not(.home) #section7 .left .inner .frm_forms fieldset,
.page:not(.home) #section7 .right .inner .frm_forms fieldset,
.try-for-free-section .left .inner .frm_forms fieldset,
.try-for-free-section .right .inner .frm_forms fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#newsletter label,
.home #section7 .left .inner .frm_forms fieldset label,
.page:not(.home) #section7 .left .inner .frm_forms fieldset label,
.try-for-free-section .left .inner .frm_forms fieldset label {
    font-size: 12px;
    color: #fff;
    display: block;
}
.home #section7 .left .inner .frm_forms fieldset input,
.home #section7 .right .inner .frm_forms fieldset input,
.home #section7 .right .inner .frm_forms fieldset textarea,
.page:not(.home) #section7 .left .inner .frm_forms fieldset input,
.page:not(.home) #section7 .right .inner .frm_forms fieldset input,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea,
.try-for-free-section .left .inner .frm_forms fieldset input,
.try-for-free-section .right .inner .frm_forms fieldset input,
.try-for-free-section .right .inner .frm_forms fieldset textarea {
    width: 100%;
    display: block;
    padding: 12px 12px 12px 38px;
    border: none;
    font-size: 14px;
    color: #c6cbd8;
    border-radius: 3px;
    margin-bottom: 15px;
    background: url("/wp-content/uploads/2022/02/email-icon.svg") 5px 8px no-repeat #fff;
}
.try-for-free-section .left .inner .frm_forms fieldset input::-webkit-input-placeholder {
    color: #c6cbd8;
}
.try-for-free-section .left .inner .frm_forms fieldset input:-ms-input-placeholder {
    color: #c6cbd8;
}
.try-for-free-section .left .inner .frm_forms fieldset input::placeholder {
    color: #c6cbd8;
}
.home #section7 .left .inner .frm_forms fieldset .frm_submit button,
.page:not(.home) #section7 .left .inner .frm_forms fieldset .frm_submit button,
.try-for-free-section .left .inner .frm_forms fieldset .frm_submit button {
    display: inline-block;
    padding: 10px 75px;
    margin-top: 25px;
    color: #fff;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 40px;
    border: 1px solid #fff;
    background: 0 0;
    transition: 250ms;
}
.home #section7 .left .inner .frm_forms fieldset .frm_submit button:hover,
.page:not(.home) #section7 .left .inner .frm_forms fieldset .frm_submit button:hover,
.try-for-free-section .left .inner .frm_forms fieldset .frm_submit button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}
.home #section7 .right .inner,
.page:not(.home) #section7 .right .inner,
.try-for-free-section .right .inner {
    padding: 50px 40px;
    background: #eaf8fa;
    box-shadow: 0 0 20px #00000026;
}
.home #section7 .right .inner .intro h2,
.page:not(.home) #section7 .right .inner .intro h2,
.try-for-free-section .right .inner .intro h2 {
    font-size: 18px;
    color: #677596;
    font-weight: 300;
    margin-bottom: 23px;
}
.home #section7 .right .inner .frm_submit,
.page:not(.home) #section7 .right .inner .frm_submit,
.try-for-free-section .right .inner .frm_submit {
    display: flex;
    justify-content: center;
    margin-top: 19px;
}
.home #section7 .right .inner .frm_submit button,
.page:not(.home) #section7 .right .inner .frm_submit button,
.try-for-free-section .right .inner .frm_submit button {
    display: inline-block;
    padding: 10px 75px;
    margin-top: 25px;
    color: #41537c;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 40px;
    border: 1px solid #a0a9be;
    background: 0 0;
    transition: 250ms;
}
.home #section7 .right .inner .frm_forms fieldset label,
.page:not(.home) #section7 .right .inner .frm_forms fieldset label,
.try-for-free-section .right .inner .frm_forms fieldset label {
    font-size: 12px;
    display: block;
    text-align: left;
    color: #475c86;
}
.try-for-free-section .right .inner .frm_forms fieldset input::-webkit-input-placeholder,
.try-for-free-section .right .inner .frm_forms fieldset textarea::-webkit-input-placeholder {
    color: #c6cbd8;
}
.try-for-free-section .right .inner .frm_forms fieldset input:-ms-input-placeholder,
.try-for-free-section .right .inner .frm_forms fieldset textarea:-ms-input-placeholder {
    color: #c6cbd8;
}
.try-for-free-section .right .inner .frm_forms fieldset input::placeholder,
.try-for-free-section .right .inner .frm_forms fieldset textarea::placeholder {
    color: #c6cbd8;
}
.home #section7 .right .inner .frm_forms fieldset textarea,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea,
.try-for-free-section .right .inner .frm_forms fieldset textarea {
    height: 194px;
    resize: none;
    background-image: url("/wp-content/uploads/2022/02/message-icon.svg");
}
.home #section7 .right .inner .form .left,
.home #section7 .right .inner .form .right,
.page:not(.home) #section7 .right .inner .form .left,
.page:not(.home) #section7 .right .inner .form .right,
.try-for-free-section .right .inner .form .left,
.try-for-free-section .right .inner .form .right {
    width: 48%;
    margin: 1%;
}
.case-study .inner,
.page:not(.home) .case_study .inner {
    max-width: 722px;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
}
.case-study .inner p,
.page:not(.home) .case_study .inner p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #141a26;
    font-style: italic;
}
.case-study .inner .quote_by,
.page:not(.home) .case_study .inner .quote_by {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 25px;
}
.case-study .inner .quote_by span,
.page:not(.home) #module_solutions .module_table .line .col p,
.page:not(.home) .case_study .inner .quote_by span {
    font-size: 14px;
    color: #141a26;
}
.case-study .inner a {
    color: #41537c;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 47px;
    border: 1px solid #a0a9be;
    border-radius: 40px;
    margin-top: 25px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-study .inner img,
.page:not(.home) .case_study .inner img {
    height: auto;
    max-width: 200px;
    margin: auto;
}
.module-section {
    padding: 50px 0 80px;
}
.module-section .intro h2,
.page:not(.home) #module_solutions .intro h2 {
    font-size: 18px;
    font-weight: 300;
    color: #677596;
}
.module-section .break {
    flex-basis: 100%;
    height: 0;
}
.module-section .boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    width: 100%;
    margin-top: 50px;
}
.module-section .boxes .col {
    padding: 0;
    margin-right: 15px;
    grid-area: 0.083333333333333;
    margin-bottom: 40px;
}
.module-section .boxes .inner {
    background: #fff;
    padding-top: 30px;
    width: 260px;
    text-align: center;
}
.home #section3 .boxes .inner img,
.module-section .boxes .inner img,
.page:not(.home) #module_solutions .boxes .inner img {
    margin-bottom: -8px;
}
.home #section3 .boxes .inner h3,
.home #section3 .boxes .inner p,
.module-section .boxes .inner h3,
.module-section .boxes .inner p,
.page:not(.home) #module_solutions .boxes .inner h3,
.page:not(.home) #module_solutions .boxes .inner p {
    padding: 0 10px;
}
.home #section3 .boxes .inner h3,
.module-section .boxes .inner h3,
.page:not(.home) #module_solutions .boxes .inner h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.home #section3 .boxes .inner p,
.module-section .boxes .inner p,
.page:not(.home) #module_solutions .boxes .inner p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.home #frontpage_banner {
    overflow: hidden;
    height: calc(11vh);
}
.home #frontpage_banner .picture:before {
    position: absolute;
    bottom: -220px;
    right: -30px;
    height: 650px;
    width: 670px;
    border-radius: 100%;
    background: #2db9cf;
    content: "";
    z-index: 1;
}
.home #frontpage_banner .picture .inner img {
    width: 683px;
    height: auto;
    max-width: none;
}
.home #frontpage_banner .picture .inner h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 25px;
}
.home #frontpage_banner .picture .inner p {
    font-weight: 300;
    font-size: 16px;
}
.home #frontpage_banner .picture .inner p b {
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    margin-bottom: 10px;
}
.home #frontpage_banner .picture .inner .buttons a {
    display: inline-block;
    padding: 10px 26px;
    margin-top: 25px;
    background: #2db9cf;
    color: #fff;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 40px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home #section2 .outro-link a,
.page:not(.home) #table_section .bottom .col a,
.page:not(.home) .resources_slideshow .outro-link a,
.page:not(.home) .shoreline_products .buttons a {
    display: inline-block;
    text-decoration: none;
    transition: 250ms;
}
.home #section2 {
    padding: 55px 0;
    position: relative;
}
.home #section2 .row,
.page:not(.home) .shoreline_products .row {
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.home #section2 .intro h2 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}
.home #section2 .inner,
.page:not(.home) .shoreline_products .inner {
    padding: 15px 15px 30px;
    background: #fff;
    box-shadow: 0 0 20px #00000054;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 450px;
    margin: auto;
}
.home #section2 .inner img.logo,
.page:not(.home) #table_section .boxes .inner img.logo,
.page:not(.home) .shoreline_products .inner img.logo {
    max-width: 200px;
    margin-top: 45px;
    margin-bottom: 35px;
}
.home #section2 .inner h3,
.page:not(.home) #table_section .boxes .inner h3,
.page:not(.home) .shoreline_products .inner h3 {
    color: #141a26;
    font-size: 18px;
    font-weight: 600;
    max-width: 250px;
    margin-bottom: 20px;
}
.home #section2 .inner p,
.page:not(.home) #table_section .boxes .inner p,
.page:not(.home) .shoreline_products .inner p {
    max-width: 250px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}
.home #section2 .outro-link a {
    padding: 10px 26px;
    margin-top: 25px;
    background: 0 0;
    color: #fff;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #fff;
}
.home #section3 {
    background: #f6f6f8;
    padding: 60px 0;
}
.home #section3 .intro h2 {
    font-weight: 300;
    font-size: 18px;
}
.home #section3 .boxes .inner,
.page:not(.home) #module_solutions .boxes .inner {
    background: #fff;
    padding-top: 30px;
    text-align: center;
}
.home #section4 .inner {
    background: #29a7ba;
    padding: 45px 50px;
    color: #fff;
}
.home #section5 {
    padding: 30px 0 65px;
    background: #fff;
}
.home #section5 .box .inner {
    background: #eaf8fa;
    padding: 23px;
}
#copyright .privacy_links,
.home #section5 .box .inner .boxes {
    display: flex;
    justify-content: space-between;
}
.home #section5 .box .inner .boxes .inner_text {
    position: relative;
    background: #49b7cc;
    padding: 30px 20px;
    height: 290px;
}
.home #section5 .box .inner .boxes .inner_text h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.home #section5 .box .inner .boxes .inner_text span {
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
}
.home #section5 .box .inner .boxes .inner_text img.featured {
    position: absolute;
    z-index: 1;
    max-width: 180px;
    bottom: 40px;
    right: -30px;
}
.home #section5 .box .inner .boxes .inner_text .logobar {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    background: #fff;
    height: 54px;
    display: flex;
    padding-left: 30px;
    align-items: center;
}
.home #section6 .success-slider .slide {
    max-width: 500px;
    opacity: 0.5;
    transition: 250ms;
    transform: scale(1);
}
.home #section6 .success-slider .slide.slick-center,
.home #section8 .success-slider .slide.slick-center {
    margin: 0 34px;
    opacity: 1;
    transform: scale(1);
}
.home #section7 .left .inner .frm_forms fieldset input::-webkit-input-placeholder {
    color: #c6cbd8;
}
.home #section7 .left .inner .frm_forms fieldset input:-ms-input-placeholder {
    color: #c6cbd8;
}
.home #section7 .left .inner .frm_forms fieldset input::placeholder {
    color: #c6cbd8;
}
.home #section7 .right .inner .frm_forms fieldset input::-webkit-input-placeholder,
.home #section7 .right .inner .frm_forms fieldset textarea::-webkit-input-placeholder {
    color: #c6cbd8;
}
.home #section7 .right .inner .frm_forms fieldset input:-ms-input-placeholder,
.home #section7 .right .inner .frm_forms fieldset textarea:-ms-input-placeholder {
    color: #c6cbd8;
}
.home #section7 .right .inner .frm_forms fieldset input::placeholder,
.home #section7 .right .inner .frm_forms fieldset textarea::placeholder {
    color: #c6cbd8;
}
.home #section8 .success-slider .slide {
    max-width: 500px;
    opacity: 0.5;
    transition: 250ms;
    transform: scale(0.9);
    width: 100%;
}
.home #section8 .success-slider .slide .inner_text {
    background: #fff;
    padding: 20px 42px;
    box-shadow: 0 0 20px #00000026;
    margin-bottom: 20px;
}
.home #section8 .success-slider .slide .inner_text .title {
    font-size: 24px;
    color: #334260;
    font-weight: 700;
    margin-bottom: 55px;
}
.home #section8 .success-slider .slide .inner_text .date {
    float: left;
    font-size: 18px;
    margin-right: 28px;
    color: #2db9cf;
}
.home #section8 .success-slider .slide .inner_text .tags {
    color: #41537c;
    font-size: 18px;
}
.page:not(.home) #page_intro {
    padding: 117px 0 66px;
    text-align: center;
}
.page:not(.home) #page_intro .col-md-12 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.page:not(.home) #page_intro h2,
.page:not(.home) #page_intro p {
    max-width: 720px;
}
.page:not(.home) #page_intro h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 23px;
    font-weight: 500;
}
.page:not(.home) #table_section {
    padding: 55px 0;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.page:not(.home) #table_section .intro h2 {
    font-size: 18px;
    font-weight: 300;
    color: #d9dde5;
    margin-bottom: 26px;
}
.page:not(.home) #table_section .top .col {
    border-left: 1px solid #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}
.page:not(.home) #table_section .top .col:first-child,
.page:not(.home) #table_section .top .col:last-child {
    border: none;
}
.page:not(.home) #table_section .bottom .col {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: center;
}
.page:not(.home) #table_section .bottom .col a {
    padding: 10px 62px;
    font-weight: 500;
    margin-top: 25px;
    border: 1px solid #a0a9be;
    color: #fff;
    margin-right: 10px;
    font-weight: 500px;
    font-size: 16px;
    border-radius: 40px;
}
.page:not(.home) #table_section .bottom .col a:hover {
    background: #eceef2;
    color: #41537c;
}
.page:not(.home) #table_section .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 72px;
}
.page:not(.home) #table_section .boxes .inner {
    padding: 15px 15px 20px;
    background: #fff;
    box-shadow: 0 0 20px #00000054;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 450px;
    margin: auto;
}
.page:not(.home) #table_section .line {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    display: flex;
}
.page:not(.home) #module_solutions .module_table .line:nth-child(odd) .col,
.page:not(.home) #table_section .line:nth-child(odd) .col {
    border-top: none;
    border-bottom: none;
}
.page:not(.home) #table_section .line .col {
    border: 1px solid #e0e6f2;
    border-left: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.page:not(.home) #table_section .line .col p {
    font-size: 14px;
    color: #fff;
    margin-left: 80px;
}
#copyright .socials,
.page:not(.home) #module_solutions .module_table .line .col.middle,
.page:not(.home) #table_section .line .col.middle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page:not(.home) #module_solutions .module_table .line .col:last-child,
.page:not(.home) #table_section .line .col:last-child {
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page:not(.home) #module_solutions {
    padding: 50px 0 80px;
    background: #f6f6f8;
}
.page:not(.home) #module_solutions .module_table .top_row .col {
    padding: 20px;
    border-right: 1px solid #e0e6f2;
    text-align: center;
}
.page:not(.home) #module_solutions .module_table .top_row .col p {
    font-size: 14px;
    font-weight: 600;
    color: #475c86;
}
.page:not(.home) #module_solutions .module_table .line {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    display: flex;
}
.page:not(.home) #module_solutions .module_table .line:nth-child(odd) {
    background: 0 0;
}
.page:not(.home) #module_solutions .module_table .line .col {
    border: 1px solid #e0e6f2;
    border-left: 0;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page:not(.home) #module_solutions .module_table .bottom .col {
    border-left: 0;
    border-top: 1px solid #e0e6f2;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page:not(.home) #module_solutions .module_table .bottom .col a {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #41537c;
    color: #41537c;
    font-size: 14px;
    text-decoration: none;
    border-radius: 40px;
    transition: 250ms;
}
.page:not(.home) #module_solutions .module_table .bottom .col a:hover,
.page:not(.home) .shoreline_products .buttons a:hover {
    background: #eceef2;
    color: #41537c;
    border: 1px solid #a0a9be;
}
.page:not(.home) #module_solutions .boxes {
    display: flex;
    margin-top: 95px;
}
.page:not(.home) #module_solutions .boxes .col {
    padding: 0;
    margin-right: 15px;
}
.page:not(.home) #section6 {
    background: #fff;
    padding-bottom: 35px;
}
.page:not(.home) #section6 .success-slider .slide {
    max-width: 500px;
    opacity: 0.5;
    transition: 250ms;
    transform: scale(0.9);
    text-decoration: none;
    pointer-events: none;
}
.page:not(.home) #section6 .success-slider .slide.slick-center {
    margin: 0 34px;
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}
.page:not(.home) #section6 .success-slider .slide .inner_text {
    background: #fff;
    padding: 50px 42px 35px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    box-shadow: 0 0 20px #00000019;
    margin-bottom: 20px;
}
.page:not(.home) #section4 {
    padding: 10px 0 50px;
}
.page:not(.home) #section4 .inner {
    background: #f6f6f8;
    padding: 45px 50px;
    color: #fff;
}
.page:not(.home) #section4 .inner .intro h2 {
    color: #677596;
    font-size: 18px;
    font-weight: 300;
}
.page:not(.home) #section4 .inner .flex .col h3 {
    font-size: 18px;
    font-weight: 500;
    color: #141a26;
    margin-top: 10px;
}
.page:not(.home) #section4 .inner .flex .col p {
    margin-top: 10px;
    font-size: 14px;
    color: #141a26;
    font-weight: 300;
}
.page:not(.home) #content_header {
    padding: 50px 0;
    background: #41537c;
    top: 0;
    left: 0;
}
.page:not(.home) #content_header.sticky {
    position: fixed;
    top: 89px;
    left: 0;
    width: 100%;
    z-index: 11;
}
.page:not(.home) #content_section.sticky {
    margin-top: 230px;
}
.page:not(.home) #section7 .left .inner .frm_forms fieldset input::-webkit-input-placeholder {
    color: #c6cbd8;
}
.page:not(.home) #section7 .left .inner .frm_forms fieldset input:-ms-input-placeholder {
    color: #c6cbd8;
}
.page:not(.home) #section7 .left .inner .frm_forms fieldset input::placeholder {
    color: #c6cbd8;
}
.page:not(.home) #section7 .right .inner .frm_forms fieldset input::-webkit-input-placeholder,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea::-webkit-input-placeholder {
    color: #c6cbd8;
}
.page:not(.home) #section7 .right .inner .frm_forms fieldset input:-ms-input-placeholder,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea:-ms-input-placeholder {
    color: #c6cbd8;
}
.page:not(.home) #section7 .right .inner .frm_forms fieldset input::placeholder,
.page:not(.home) #section7 .right .inner .frm_forms fieldset textarea::placeholder {
    color: #c6cbd8;
}
.page:not(.home) .case_study .inner a {
    color: #41537c;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 47px;
    border: 1px solid #a0a9be;
    border-radius: 40px;
    margin-top: 25px;
}
.page:not(.home) .shoreline_products {
    padding: 100px 0;
    background: url("/wp-content/uploads/2022/02/frontpage-banner.jpg") 0 0 / cover fixed #41537c;
    position: relative;
}
.page:not(.home) .shoreline_products .intro h2 {
    font-size: 18px;
    font-weight: 300;
    color: #d9dde5;
    margin-bottom: 40px;
}
.page:not(.home) .shoreline_products .text h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.page:not(.home) .shoreline_products .text p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}
.page:not(.home) .shoreline_products .buttons a {
    padding: 10px 62px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #2db9cf;
    background: #2db9cf;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    margin-right: 20px;
}
.page:not(.home) .shoreline_products .buttons a:last-child {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.page:not(.home) .resources_slideshow {
    background: #f6f6f8;
    padding: 50px 0 67px;
    overflow: hidden;
}
.page:not(.home) .resources_slideshow .intro h2 {
    font-size: 18px;
    font-weight: 300;
    color: #677596;
    margin-bottom: 40px;
}
.page:not(.home) .resources_slideshow .slick-list {
    overflow: visible;
}
.page:not(.home) .resources_slideshow .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.page:not(.home) .resources_slideshow .slide {
    padding: 35px 38px;
    background: #fff;
    display: flex;
    margin-right: 65px;
    opacity: 0.5;
}
.page:not(.home) .resources_slideshow .slide .picture {
    height: 219px;
    width: 315px;
    background-size: cover;
    background-position: center;
    margin-right: 16px;
    border-radius: 4px;
}
.page:not(.home) .resources_slideshow .slide .tekst span {
    color: #2db9cf;
    font-size: 18px;
}
.page:not(.home) .resources_slideshow .slide .tekst h2 {
    color: #141a26;
    font-size: 21px;
    margin: 4px 0;
    line-height: 31px;
    font-weight: 700;
}
.page:not(.home) .resources_slideshow .slide .tekst .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
.page:not(.home) .resources_slideshow .slide .tekst .bottom .download {
    padding: 10px 34px;
    background: #41537c;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    display: flex;
}
.page:not(.home) .resources_slideshow .slide .tekst .bottom .share p {
    margin-right: 16px;
}
.page:not(.home) .resources_slideshow .slide .tekst .bottom .share img {
    margin-right: 7px;
}
.page:not(.home) .resources_slideshow .outro-link a {
    padding: 10px 26px;
    margin-top: 25px;
    color: #41537c;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #a0a9be;
    background: 0 0;
    font-weight: 500;
}
#newsletter {
    padding: 60px 0;
    background: #29a7ba;
}
#newsletter h2 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
#newsletter p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding-right: 50px;
}
#newsletter input[type="email"],
#newsletter input[type="text"] {
    width: 100%;
    display: block;
    padding: 12px 12px 12px 38px;
    border: none;
    font-size: 14px;
    color: #2e3a57;
    border-radius: 3px;
    margin-bottom: 15px;
    background: url("/wp-content/uploads/2022/02/email-icon.svg") 5px 8px no-repeat #fff;
}
#newsletter input[type="submit"],
.mobile_menu .login_mobile {
    display: inline-block;
    font-weight: 500px;
    font-size: 16px;
    text-decoration: none;
    transition: 250ms;
}
#newsletter input[type="email"]::-webkit-input-placeholder,
#newsletter input[type="text"]::-webkit-input-placeholder {
    color: #c6cbd8;
}
#newsletter input[type="email"]:-ms-input-placeholder,
#newsletter input[type="text"]:-ms-input-placeholder {
    color: #c6cbd8;
}
#newsletter input[type="email"]::placeholder,
#newsletter input[type="text"]::placeholder {
    color: #c6cbd8;
}
#newsletter input[type="submit"] {
    padding: 10px 75px;
    margin-top: 10px;
    color: #fff;
    margin-right: 10px;
    border-radius: 40px;
    border: 1px solid #fff;
    background: 0 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logos {
    padding: 40px 0;
}
#logos .intro h2 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #677596;
}
#logos .logo .col {
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer {
    padding: 110px 0 70px;
}
footer .widget #menu-item-555 li,
footer .widget #menu-item-563 li {
    margin-bottom: 5px;
}
footer .widget #menu-item-555 li a,
footer .widget #menu-item-563 li a {
    color: #fff;
    transition: 250ms;
}
#copyright .privacy_links a:hover,
#copyright .socials img:hover,
footer .widget #menu-item-555 li a:hover,
footer .widget #menu-item-563 li a:hover,
footer .widget ul li .sub-menu > li a:hover,
footer .widget ul li a:hover {
    opacity: 0.8;
}
footer .widget ul li {
    margin-bottom: 15px;
}
footer .widget ul li .sub-menu {
    margin-top: 20px;
}
footer .widget ul li .sub-menu > li a {
    color: #a0a9be;
    font-size: 14px;
    transition: 250ms;
}
footer .widget ul li .sub-menu > li .sub-menu {
    margin-left: 15px;
    margin-top: 0;
}
footer .widget ul li .sub-menu > li .sub-menu li {
    margin: 10px 0;
}
footer .widget ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 250ms;
}
footer .widget .widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 10px;
}
footer .widget#custom_html-2 span {
    color: #a0a9be;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
footer .widget#custom_html-2 span.sales {
    margin-top: 40px;
}
footer .widget#custom_html-2 p {
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
    margin-bottom: 7px;
}
footer .widget#custom_html-2 p img {
    margin-bottom: 0;
    margin-right: 10px;
}
footer .widget#nav_menu-4 ul li .sub-menu {
    margin-left: 15px;
    margin-top: 10px;
}
footer .widget#nav_menu-4 ul li .sub-menu li {
    margin-bottom: 10px;
}
#copyright {
    padding: 15px 0;
    color: #fff;
}
#copyright p {
    font-size: 12px;
    color: #a0a9be;
}
#copyright .privacy_links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: 250ms;
}
#copyright .socials img {
    transition: 250ms;
    margin-right: 20px;

    max-height: 30px;
}
.mobile_menu {
    position: fixed;
    top: 48px;
    z-index: 999;
    background: #fff;
    padding: 20px 36px 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    right: -100%;
    transition: 250ms;
}
.mobile_menu.active {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.mobile_menu .login_mobile {
    padding: 10px 34px;
    background: #41537c;
    color: #fff;
    border: 1px solid #41537c;
    border-radius: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}
.mobile_menu ul li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.mobile_menu ul li span {
    display: none;
    height: 20px;
    width: 70px;
    position: absolute;
    right: 0;
    top: 15px;
    background-repeat: no-repeat;
    background-position: right;
}
.mobile_menu ul li .sub-menu {
    padding-left: 40px;
}
.mobile_menu ul li .sub-menu .sub-menu {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    top: 52px;
    z-index: 1;
    padding: 20px 0 0;
}
.mobile_menu ul li .sub-menu .sub-menu .close {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.mobile_menu ul li .sub-menu .sub-menu .close h3 {
    color: #a0a9be;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.mobile_menu ul li .sub-menu .sub-menu .close img {
    position: absolute;
    display: block;
    left: 40px;
    top: 14px;
}
.mobile_menu ul li .sub-menu .sub-menu li {
    border: none;
    position: relative;
    height: initial !important;
    background: #f6f6f8;
    margin: 0 18px 20px;
    width: initial;
}
.mobile_menu ul li .sub-menu .sub-menu li span {
    margin-bottom: 20px;
    position: relative;
    left: 0;
    height: auto;
    width: auto;
    right: 0;
    background-image: none;
    top: initial;
}
.mobile_menu ul li .sub-menu .sub-menu li span a {
    font-size: 14px;
    color: #141a26;
    line-height: 18px;
    font-weight: 400;
    margin-top: -10px;
    padding: 0 19px 19px;
}
.mobile_menu ul li .sub-menu .sub-menu li a {
    color: #141a26;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 19px;
    margin: 10px 0 0;
}
.mobile_menu ul li .sub-menu li {
    border: none;
    position: relative;
}
.mobile_menu ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #41537c;
    line-height: 25px;
    width: 100%;
    display: block;
    padding: 15px 0;
}
@media (max-width: 1330px) {
    #header .buttons a {
        font-size: 14px;
        padding: 10px 25px;
    }
}
@media (max-width: 1370px) {
    #header nav ul li a {
        font-size: 15px;
    }
    #header nav ul li .sub-menu {
        top: 76px;
    }
}
@media (max-width: 1100px) {
    #header nav ul li .sub-menu {
        transform: initial;
        left: -150px;
    }
}
@media (max-width: 1200px) {
    #header nav ul li {
        margin-right: 20px;
    }
    #header nav ul li .sub-menu #menu-item-1026:before,
    #header nav ul li .sub-menu #menu-item-1043#menu-item-1043:before {
        display: none;
    }
    .scroll-content-section .right-image .image img {
        max-width: 400px;
    }
    .partner-slideshow .inner a {
        font-size: 12px;
    }
    .partner-slideshow .slideshow .inner_slide {
        max-width: 460px;
    }
    #page-banner.contact .execution-tabbed-content .content .inner {
        padding: 0 15px;
    }
    #page-banner.contact .execution-tabbed-content .content .inner .tabcontent {
        width: 100%;
    }
    #header .buttons a {
        font-size: 13px;
        padding: 10px 20px;
    }
    #header nav ul li .sub-menu {
        top: 76px;
    }
    #header nav ul li a {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .new-homepage .circle-section .col-md-4,
    .new-homepage .circle-section .col-md-5 {
        margin-top: 15px;
        margin-bottom: 15px;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .execution-tabbed-content .header {
        padding: 0 15px !important;
    }
    .home .logo-section {
        margin-bottom: -100px;
    }
    .letstalkform,
    .timeline-section p {
        margin-bottom: 0;
    }
    .key-benefits-new,
    .new-homepage .product_and_soloutions {
        padding: 50px 0;
    }
    .new-homepage .execution-tabbed-content .sidebar .inner a {
        font-size: 16px !important;
        font-weight: 500;
        width: 100%;
    }
    .execution-tabbed-content .sidebar .inner,
    .new-homepage .execution-tabbed-content .sidebar .inner {
        padding: 0 15px;
    }
    .execution-tabbed-content .sidebar .inner a {
        font-size: 16px !important;
        font-weight: 500;
        width: 100% !important;
    }
    .key-benefits-new .intro a {
        margin-bottom: 50px;
    }
    .execution-tabbed-content {
        padding-top: 50px;
    }
    .key-benefits-new.subpage {
        margin-top: 0;
    }
    .grey_content_section.padding-bottom {
        padding: 50px 0;
        margin-bottom: 0;
    }
    .letstalkform {
        margin-top: 50px;
    }
    .new-homepage #section1,
    .new-homepage .key-intro {
        padding-top: 30px;
    }
}
@media (max-width: 992px) {
	.logo_section .intro h2{
		font-size: 14px;
	}
	#frontpage_slideshow {
		height: 400px;
		margin-top: 0px;
		padding-bottom: 0px;
	}
		#frontpage_slideshow h1 {
			font-size: 20px;
font-weight: 900;
color: white;
display: block;
margin: auto;
line-height: 1.3;
		}
		.home .logo-section {
			margin-bottom: 0px !important;
		}
		.new-homepage .product_and_soloutions, .new-homepage .ai-section {
margin: 0px 15px;
		}
		.new-homepage .ai-section img {
			margin-top: 20px;
		}
		#frontpage_slideshow h1 span {
			width: 50px;
		}
		#news_and_events_block .content .col-md-4 {
			margin-bottom: 30px;
		}
		#news_and_events_block .content.active {
			flex-direction: column;
		}
		#news_and_events_block .intro h2 {
			font-size: 22px;
		}
		#frontpage_slideshow .keypoints .key {
			margin-right: 20px;
		}
		#frontpage_slideshow .keypoints .key span {
			font-size: 22px;
		}
		#frontpage_slideshow p {
			font-size: 15px;
			max-width: 100% !important;
		}
		#frontpage_slideshow .container-fluid .row {
			width: initial;
		}
		.scroll-container {
			padding-top: 68px;
		}
		#frontpage_slideshow .keypoints {
			display: none;
		}
  .progress-container {
    top: 48px;
  }
  #news-section {
    height: auto;
  }
  .arrows-news {
    display: none;
  }
.home .preview-section {
  display: none !important;
}
.new-homepage .circle-section .right .inner svg {
  display: none;
}
.new-homepage .circle-section .inner_background {
  padding-bottom: 30px;
}
.partner-slideshow .slideshow .navigation {
  display: none;
}
.execution-tabbed-content {
  display: none;
}
  .to_top {
    height: 45px;
    width: 45px;
    right: 15px;
    bottom: 15px;
  }
  .to_top svg {
    height: 20px;
  }
    #request-a-demo {
        margin-top: 0;
    }
    #news-section .slick-dots,
    .hover_box {
        display: none !important;
    }
    .execution-tabbed-content .header,
    .logo_section .col-md-12,
    .new-homepage .circle-section {
        padding: 0;
    }
    .execution-tabbed-content .sidebar .inner a,
    .related-section .inner .bottom {
        width: 200px;
    }
    #go_further .inner p,
    #go_further .inner_text .text,
    .execution-tabbed-content .left a,
    .execution-tabbed-content .left p,
    .two-column-grid-section-block {
        margin-bottom: 30px;
    }
    .two-column-grid-section-block .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .new-homepage #section1 .keypoints .key span,
    .new-homepage .key-intro .keypoints .key span {
        font-size: 24px;
    }
    .new-homepage #section1 .keypoints .key,
    .new-homepage .key-intro .keypoints .key {
        margin-right: 0;
    }
    .new-homepage #section1 .keypoints,
    .new-homepage .key-intro .keypoints {
        justify-content: space-around;
    }
    #header {
        padding: 10px 0;
    }
    .partner-slideshow .slideshow .inner_slide {
        max-width: 85% !important;
        margin: 0;
        max-height: 100%;
    }
    #page-banner .inner .inner,
    .execution-tabbed-content .content .inner .tabcontent {
        margin-top: 0 !important;
    }
    .new-homepage .execution-tabbed-content .content .inner img {
        position: relative;
        max-width: 100%;
    }
    #contact-images .col-new {
        width: 100%;
    }
    .events_slide,
    .news_slide {
        margin-left: 15px;
    }
    #section6 .success-slider .navigation {
        right: 20px;
    }
    .success-slider {
        margin: 0 15px;
    }
    #page_header_new {
        height: auto;
        padding-top: 30px;
        margin-top: 80px;
    }
    #page_header_new .inner a {
        margin-bottom: 0;
    }
    .logo_section .logos .logo img {
        max-height: 36px;
    }
    .logo_section .logos .logo:last-child {
        margin-right: 20px;
    }
    #header #logo .mobile-icon,
    #logos .logo {
        display: block;
    }
    #logos .logo .col {
        display: block;
        width: 24%;
        float: left;
        margin-right: 1%;
    }
    .execution-tabbed-content .content,
    .execution-tabbed-content .sidebar,
    .grey_content_section .inner {
        padding: 0 15px;
    }
    .new-homepage .execution-tabbed-content .content,
    .new-homepage .execution-tabbed-content .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
    #page-banner.contact .execution-tabbed-content .content .inner {
        padding-top: 20px;
        padding-bottom: 50px !important;
    }
    #go_further .inner p,
    .new-homepage .circle-section .left .inner h2,
    .new-homepage .circle-section .left .inner p,
    .new-homepage .execution-tabbed-content .content .inner .tabcontent,
    iframe {
        max-width: 100%;
    }
    .two-column-grid-section .intro {
        padding: 50px 15px;
        margin-bottom: 0;
    }
    .partner-slideshow,
    .timeline-section.execution,
    .video-section {
        padding: 50px 0;
    }
    .two-column-grid-section-block .row {
        flex-direction: column-reverse;
    }
    #copyright .privacy_links,
    #our_offices .row,
    .scroll-content-section,
    .two-column-grid-section-block.reversed .row {
        flex-direction: column;
    }
    .execution-tabbed-content .sidebar .inner {
        padding: 10px 20px;
    }
    .execution-tabbed-content .content .inner {
        height: auto !important;
    }
    .scroll-content-section .left-bar .inner {
        display: flex;
        justify-content: center;
        align-content: center;
        height: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .timeline-section {
        margin-top: 0 !important;
        padding: 50px 0;
    }
    #page-banner .inner .inner a {
        margin-bottom: 25px;
    }
    #header .col-md-3,
    #header .col-md-7,
    #our_journey img,
    #page-banner .col-md-6 img,
    .new-homepage #section1 .intro p br,
    .new-homepage .circle-section .col-md-1,
    .new-homepage .product_and_soloutions .intro h2 br,
    .partner-slideshow .slideshow .inner_slide .quotesign,
    .scroll-content-section .right-image,
    .timeline-section .inner h2 br {
        display: none;
    }
    #page-banner .inner {
        padding-bottom: 0 !important;
    }
    #news-section {
        flex-direction: column;
        padding-bottom: 40px;
    }
    #news-section .right .inner {
        position: relative;
    }
    #our_offices .col {
        margin-bottom: 60px;
    }
    .single-post .single-content .image-featured {
        max-width: 320px;
    }
    #news-section .left .inner {
        height: auto;
    }
    #news-section .left {
        max-width: 100%;
        padding-left: 15px;
    }
    #go_further .col-md-3,
    .success-stories .col-md-4 {
        padding-right: 15px;
    }
    #our_story .left h2 {
        font-size: 22px;
    }
    .related-section .inner .top {
        width: 200px;
        height: 200px;
    }
    .related-section .inner .bottom a {
        padding: 12px 25px;
    }
    .scroll-content-section .scroll-section {
        padding: 25px 0;
    }
    .scroll-content-section .left-bar {
        width: 100%;
        top: 48px;
        z-index: 1;
        height: auto !important;
        padding: 15px 0;
    }
    .scroll-content-section .scroll-section .section {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 80px;
    }
    .execution-tabbed-content .content .inner img {
        position: relative;
        bottom: initial;
    }
    .new-homepage .circle-section .col-md-4,
    .new-homepage .circle-section .col-md-5 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .two-column-grid-section-block .inner_image {
        margin-bottom: 50px;
    }
    .circle-section svg {
        margin-left: 0 !important;
        max-width: 100%;
    }
    .new-homepage .circle-section .right .inner {
        text-align: center;
    }
    .scroll-content-section .left-bar .inner .icon {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
    .scroll-content-section .scroll-section {
        height: auto;
        width: 100%;
    }
    .two-column-grid-section-block .inner {
        padding: 30px 15px;
    }
    .grey_content_section .inner .buttons,
    .two-column-grid-section-block .inner .buttons {
        display: flex;
        flex-direction: column;
    }
    .two-column-grid-section-block .inner .buttons a {
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .grey_content_section .inner a {
        margin-bottom: 10px;
    }
    .video-section {
        margin: 0;
    }
    .new-homepage .execution-tabbed-content .content .inner {
        height: 100% !important;
    }
    .letstalkform {
        height: auto;
        padding-bottom: 50px;
    }
    #copyright .socials {
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
    .new-homepage #section1 .keypoints .key span {
        margin: 0;
        font-size: 16px;
    }
    .new-homepage .circle-section .left .inner {
        margin-bottom: -50px;
        padding-top: 50px;
    }
    #header #logo {
        justify-content: space-between;
    }
    #header #logo a {
        max-width: 50%;
    }
    #header #logo .mobile-icon img {
        max-height: 100%;
				height: auto;
        max-width: 100%;
    }
    .new-homepage #section1 .intro h1 {
        font-size: 21px;
        line-height: 28px;
    }
    .new-homepage #section1 .intro p {
        font-size: 14px;
    }
    .new-homepage #section1 .keypoints {
        padding: 0 20px;
    }
    .timeline-section svg {
        max-width: 100%;
        display: none;
    }
    .partner-slideshow .inner a {
        margin-bottom: 20px;
    }
    .partner-slideshow .slideshow {
        margin-top: 20px;
    }
    .new-homepage .product_and_soloutions .inner_product {
        margin-top: 30px;
        float: none;
    }
    .new-homepage .execution-tabbed-content .sidebar .inner {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
.grey_content_section .inner a:last-child:hover {
    background: #344263 !important;
}
.two-column-grid-section-block .inner a:last-child:hover {
    background: #eceef2 !important;
    color: #41537c !important;
}
.execution-tabbed-content .content .inner {
    height: 650px;
}
#page-banner.contact .execution-tabbed-content .content .inner,
.new-homepage .execution-tabbed-content .content .inner {
    height: 700px;
}
#news-section .right .inner .slideshow .news .inner a:hover,
.grey_content_section .inner a.white:hover,
.grey_content_section .inner a.white:last-child:hover {
    background: #eceef2 !important;
}
#news-section .right .inner .slideshow .news .inner a {
    transition: 250ms;
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 200px;
    padding: 0;
    height: 40px;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    #go_further .col-md-3:first-child,
    #header #logo,
    #page-banner .col-md-4,
    #page-banner.contact .execution-tabbed-content,
    .execution-tabbed-content .left,
    .execution-tabbed-content .right,
    .partner-slideshow .col-md-3,
    .partner-slideshow .col-md-8,
    .product_and_soloutions .col-md-3,
    .product_and_soloutions .col-md-4 {
        -ms-flex: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .key-benefits-new .col-md-4 .inner p {
        padding: 0 15px;
        font-size: 14px;
    }
    .partner-slideshow .slideshow .inner_slide {
        max-width: 100%;
    }
    .two-column-grid-section-block.reversed .row {
        flex-direction: row-reverse;
    }
    .execution-tabbed-content .left {
        padding: 0 15px;
    }
    .execution-tabbed-content .sidebar .inner,
    .new-homepage .execution-tabbed-content .sidebar .inner {
        padding: 0 10px;
    }
    footer .widget .widget-title,
    footer .widget ul li a {
        font-size: 14px;
    }
    footer .widget#custom_html-2 p {
        font-size: 10px;
    }
    .execution-tabbed-content .content,
    .execution-tabbed-content .sidebar,
    .new-homepage .execution-tabbed-content .content,
    .new-homepage .execution-tabbed-content .sidebar {
        padding: 0;
    }
    .execution-tabbed-content .sidebar .inner a,
    .new-homepage .execution-tabbed-content .sidebar .inner a {
        font-size: 12px;
        padding: 7px 10px;
    }
    .success-stories .inner .inner_text a {
        min-width: 100%;
    }
    .success-stories .inner .inner_text p {
        height: auto;
        font-size: 14px;
    }
    .success-stories .inner .inner_text {
        padding: 20px 10px;
    }
    #go_further .col-md-3 {
        -ms-flex: 50%;
        max-width: 50%;
        flex: 50%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .execution-tabbed-content .sidebar .inner,
    .new-homepage .execution-tabbed-content .sidebar .inner {
        padding: 0 20px;
    }
    .execution-tabbed-content .sidebar .inner a {
        padding: 7px 10px;
        font-size: 14px;
    }
    .execution-tabbed-content .content .inner p {
        font-size: 15px;
    }
    .video-section iframe {
        max-width: 100%;
    }
    .execution-tabbed-content .content .inner h2 {
        font-size: 20px;
    }
    .two-column-grid-section-block .buttons {
        display: flex;
    }
    .two-column-grid-section-block .inner a {
        transition: 250ms;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
}

.resources-section .right .inner .slideshow .news .inner {
  min-height: auto;
}
.resources-section .right .inner .slideshow .news .picture {
  height: 200px;
}
.pricing_table {
  margin-bottom: 25px;
}
#feature_tabel {
  background: #fff;
clear: both;
padding: 100px 0;
padding-top: 0px;
display: none;
}
.view_full_pricing {
      text-align: center;
      margin-top: 30px;
}
.view_full_pricing a {
  font-weight: 700;
    color: #41537c;
    text-decoration: none;
}
#feature_tabel .table-container {
  display: grid;
    grid-template-columns: repeat(8, 1fr);
}

#feature_tabel .table-header {
  text-align: center;
  font-weight: bold;
  width: 230px;
}

#feature_tabel .table-header img {
  max-height: 30px;
}
 #feature_tabel .table-header .header-item:first-child {
   background: #ECEEF2;
   height: 80px;
   display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
 }

 #feature_tabel .table-header .header-item.title {
   font-size: 18px;
   font-weight: 700;
   display: block;
 }
#feature_tabel .header-item:not(:first-child), #feature_tabel .row-item:not(:first-child) {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#feature_tabel .table-row .row-item:first-child {
      background: #ECEEF2;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #41537c;
      font-weight: 700;
      padding: 10px 10px;
      font-size: 16px;
      width: 150px;
      line-height: 1.3;

    margin-bottom: 15px;

}
#feature_tabel .table-header .header-item:first-child {
  justify-content: flex-start;
}

#feature_tabel .checked {
  text-align: center;
}
#feature_tabel .checked img {
  display: block;
  margin: auto;
}
#feature_tabel .header-item {
  font-weight: 300;
}
#feature_tabel .table-row .row-item:not(:first-child):nth-child(even) {
  background: #ECEEF2;
}
#feature_tabel .table-header .header-item:not(:first-child):nth-child(even) {
    background: #ECEEF2;
}
#feature_tabel .table-header .header-item.title {
  background: white !important;
}
#feature_tabel .table-row .row-item:not(.empty):not(:first-child) {
  /*box-shadow: 0 0 20px #00000021; */
}
#feature_tabel .table-row .row-item.empty {
  background: white !important;
}
