/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Nicolai Sørensen
Author URI:  https://nicolaisoerensen.dk
Template: Divi
Version:  1.0.2
*/

/* =Theme customizations
------------------------------------------------------- 

@import url("https://use.typekit.net/tns2sle.css");
*/

@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#pi_tracking_opt_in_div {
    display: none;
}

form input[type=checkbox] {
	height: fit-content !important;
	appearance: checkbox;
	min-width: 15px !important;
	min-height: 15px !important;
}

form ._submit {
	background-color: #DC0451 !important;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 14px;
    width: fit-content;
    margin-top: 16px;
}

form legend._form-label {
	font-weight: 700;
    font-size: 16px;
}

form._form_38 legend._form-label {
	margin-top: 20px !important;
}

.password .et_pb_column {
	width: 100%;
}

.password .et_password_protected_form .et_submit_button {
	color: white;
}
.et_password_protected_form p input {
  border: 2px solid #002c5b !important;
  border-radius: 12px !important;
  margin-top: 10px;
}

.et_password_protected_form .et_submit_button:after {
	content: '';
}

.post-password-required {
	margin: 0px 60px;
}

/*** RECAPTCHA ***/

.recaptcha-info {
	margin-bottom: 20px;
}
.recaptcha-info p {
	font-size: 14px;
}



/*** BRAINBITES CUSTOM ***/

.brainbites-container.dpdfg_filtergrid .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
	grid-template-columns: 60% 1fr;
	column-gap: 50px;
	grid-row-gap: 30px;
}

.brainbites-container .dp-dfg-items article {
	grid-column: 2;
	display: grid;
  grid-template-columns: 120px 1fr;
	padding: 0;
	box-shadow: none;
	cursor: pointer;
}

.brainbites-container .dp-dfg-items article:first-child {
	grid-column: 1;
	grid-row: span 3;
	height: 100%;
	display: block;
	position: relative;
	min-height: 450px;

	display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-end;
}

#featured-brainbite .dp-dfg-items {
	display: flex;
}

.brainbites-container .dp-dfg-items article .dp-dfg-content.entry-summary {
	grid-column: 2;
}

.brainbites-container .dp-dfg-items article .read-more-wrapper {
	display: none;
}

.brainbites-container .dp-dfg-items article:first-child .read-more-wrapper {
	display: block;
	padding: 25px 50px 50px 50px;
}



.brainbites-container .dp-dfg-items article .dp-dfg-image.entry-thumb img {
	height: auto;
  border-radius: 12px;
	width: 100%;
}

.brainbites-container .dp-dfg-items article .dp-dfg-image.entry-thumb {
	margin: 0;
	height: 0;
	width: 100%;
}

.brainbites-container .dp-dfg-items article:first-child .dp-dfg-image.entry-thumb {
	height: 100%;
  position: absolute;
}

.brainbites-container .dp-dfg-items article:first-child .dp-dfg-image.entry-thumb:before {
	content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(#171616),color-stop(50%,rgba(41,52,78,0)));
    background-image: -webkit-linear-gradient(bottom,#171616,rgba(41,52,78,0) 50%);
    background-image: -o-linear-gradient(bottom,#171616 0,rgba(41,52,78,0) 50%);
    background-image: linear-gradient(0deg,#171616,rgba(41,52,78,0) 50%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}



.brainbites-container .dp-dfg-header, .brainbites-container .dp-dfg-content.entry-summary {
	padding: 0 !important;
	margin-left: 25px;
	position: relative;
	z-index: 100;
}

.brainbites-container article:first-child .dp-dfg-header {
  padding: 50px 50px 0px 50px !important;
	margin-left: 0px !important;
}

.brainbites-container article:first-child .dp-dfg-content.entry-summary {
	color: white;
  padding: 0px 50px !important;
	margin-left: 0px !important;
}

.brainbites-container .dp-dfg-header h2 {
	font-size: 21px;
	padding-bottom: 15px;
}

.brainbites-container article:first-child .dp-dfg-header h2 {
	font-size: 30px;
	color: white;
}

.brainbites-container .dp-dfg-items article:first-child .dp-dfg-image.entry-thumb img {
	min-height: 400px;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.brainbites-container .dp-dfg-items article:hover {
	box-shadow: none;
}

.brainbites-archive .dp-dfg-meta.entry-meta {
	position: static;
}

.brainbites-archive .dp-dfg-meta.entry-meta .term-link.taxonomy-post_tag {
	position: absolute;
	top: 15px;
	left: 15px;
	pointer-events: none;
}

.brainbites-form-area ._form-title, .brainbites-form-area ._form_element._x72253476 ._html-code{
	display: none;
}

.brainbites-form-area ._form-content ._form_element:not(:last-child) input {
	margin-bottom: 10px;
}

.brainbites-form-area ._submit {
	background-color: #DC0451;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 14px;
    width: 100%;
    margin-top: 16px
}


@media (max-width: 1200px) {
	.brainbites-container.dpdfg_filtergrid .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
		grid-template-columns: 1fr;
	}
	.brainbites-container .dp-dfg-items article {
		grid-column: 1;
	}
	.brainbites-container .dp-dfg-items article:first-child {
		min-height: 330px;
		height: fit-content;
	}
}


/* CONTAINER */

.container, .et_pb_row {
    width: 90%;
}


/* TOP BANNER */

.top-banner {
  background-color: #032344;
  padding: 20px 0px;
  color: white;
  position: relative;
  display: none;
}

.top-banner p {
    margin-bottom: 0 !important;
}

.top-banner.gradient-bg {
  background: url(/wp-content/uploads/2025/07/soft-calming-gradient-background-blending-shades-blue-purple-white-perfect-creating-serene-peaceful-designs-suitable-digital-art-web-design-modern-graphic-projects-15.png) lightgray 0px -281.883px / 100% 1058.494% no-repeat;
}

.top-banner.green-bg {
    background: #13a6a6 !important;
}

.top-banner.purple-bg {
    background: #887DFD !important;
}

.top-banner.pink-bg p {
    margin-bottom: 0 !important;
}

.top-banner.blue-bg {
  background-color: #032344;
}

.top-banner.gray-bg {
  background-color: #F2F4F9;
  color: #032344;
}

.top-banner i.fa-solid {
    color: #fff !important;
    margin-right: 8px;
}

.top-banner.gray-bg a {
  color: #032344;
}

.top-banner a {
  color: white;
  font-weight: 700;
}

.top-banner .banner-close {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 15px;
  cursor: pointer;
}

.top-banner .container {
  text-align: center;
  font-size: 14px !important;
  padding: 0px 6px !important;
}

.top-banner p, .top-banner strong, .top-banner a {
  font-size: 14px !important;
}




/* TYPOGRAPHY */

body {
		text-size-adjust: 100%;
    word-wrap: break-word;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	scroll-behavior: smooth;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7em;
}

body p {
		margin-top: 0;
}

h1, h2, h3 {
    padding-bottom: 25px;
    font-family: proxima-nova, sans-serif !important;
	font-weight: 800;
	font-style: normal;
	    line-height: 1.2em;
}

h4, h5 {
	line-height: 1.3em !important;
    font-family: proxima-nova, sans-serif !important;
	font-weight: 800;
	font-style: normal;
}

.et_pb_text h4, .et_pb_text h5 {
	padding-top: 15px;
}

.et-l--footer .et_pb_text h4, .et-l--footer .et_pb_text h5 {
	padding-top: 0px;
	padding-bottom: 20px;
}

.et-l--footer .widget_nav_menu h4.title {
	padding-bottom: 20px !important;
	color: #fff !important;
}

.et-l--footer .et_pb_bg_layout_dark {color: rgba(255,255,255,0.6) !important;}

@media (min-width: 981px) {
	.et-l--footer .et_pb_gutters2 .et_pb_column_1_2, .et-l--footer.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 39.5%;
	}

	.et-l--footer .et_pb_gutters2 .et_pb_column_1_6, .et-l--footer.et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
		width: 17.1667%;
	}
}

.main-content-section h2, .main-content-section h3, .main-content-section h4 {padding-top: 20px;}
.main-content-section h4 {padding-bottom: 0px;}
.main-content-section .et_pb_column_1_3 h4 {padding-top: 0px; padding-bottom: 20px;}

.secondary-content-section {
	border-bottom: 1px solid #eaf1f0;
}

.secondary-content-section::last-child {
	border-bottom: none;
}

.title-medium, .title-medium h2, .title-medium h3 {
    font-size: 32px !important;
    font-weight: 800;
    line-height: 1.2em;
	padding-bottom: 15px;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}

.title-big, .title-big h2, .title-big h3, .hero-subpages-1 h2 {
    font-size: 46px !important;
    font-weight: 800;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}

p.title-big {
    font-size: 46px !important;
    font-weight: 800;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}

.et_pb_text.title-big, .et_pb_text.title-hero {
	margin-bottom: 0px !important;
}


.title-hero, .et_pb_fullwidth_header_subhead, .title-hero h2, .title-hero h3, .title-hero h1 {
    font-size: 56px !important;
    font-weight: 800;
    line-height: 1.2em !important;
	padding-bottom: 25px !important;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}


p.title-hero, .title-hero p {
	font-size: 56px;
    font-weight: 800;
    line-height: 1.2em;
	padding-bottom: 25px;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}

.title-hero p, .title-hero h1, .title-hero h2, .title-hero h3, .title-big p, .title-big h1, .title-big h2, .title-big h3  {
	padding-bottom: 0px !important;
}
.et_pb_bg_layout_light p.title-hero, .et_pb_bg_layout_light p.title-big, .title-hero p, .title-big.et_pb_bg_layout_light p, .title-big.et_pb_bg_layout_light div {
color: #002f5f !important;
}

.et_pb_bg_layout_dark p.title-hero, .et_pb_bg_layout_dark p.title-big, .et_pb_bg_layout_dark .title-big p, .et_pb_bg_layout_dark .title-hero p, .title-hero.et_pb_bg_layout_dark p, .title-big.et_pb_bg_layout_dark p {
color: #fff !important;
}


.intro {
    font-size: 20px;
    line-height: 1.5em;
}

.single .et_pb_post_content p:first-child, .single .content-post p:first-child {
    font-size: 26px;
    line-height: 1.4em;
	font-weight: 800 !important;
}

.single .et_pb_post_content .wp-block-media-text__content p:first-child, .single .et_pb_post_content blockquote.wp-block-quote p:first-child, .single .et_pb_post_content .ub-notification-box p:first-child {
	font-size: 18px;
    line-height: 1.6em;
	font-weight: 400 !important;
}

blockquote {
	text-align: left !important;
}

.intro-big {
    font-size: 30px;
    line-height: 1.5em;
}

.quote-big, .quote-big p {
	    font-size: 36px;
    line-height: 1.2em;
}

.et_pb_header_content_wrapper {
    font-size: 20px;
    line-height: 1.4em;
}

strong {
    font-weight: 700;
}

.primary-color {
    color: #dc0451;
}

.highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #e2caa6 50%);
}

.preheader-white {
    font-size: 16px !important;
    color: #fff !important;
	font-weight: 800;
	padding-bottom: 15px;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}

h1.preheader, h1.et_pb_module_header, .preheader h1, .title-big.et_pb_bg_layout_light p.preheader, .preheader h2, .preheader h3, h2.preheader, h3.preheader {
    overflow: hidden;
    color: var(--Shades-Pure-White, #FFF);
    text-overflow: ellipsis;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    padding: 12px 16px;
    border-radius: 100px;
    background: var(--Primary-Signal-Indigo, #5348CE);
    display: inline-block;

}

.et_pb_bg_layout_dark .preheader, .et_pb_bg_layout_dark h1.preheader, .et_pb_bg_layout_dark h1.et_pb_module_header, .title-big.et_pb_bg_layout_dark p.preheader {
    color: #fff !important;
}

.preheader-stripped, h1.preheader-stripped, .title-big h1 {
	font-size: 16px !important;
    color: #dc0451 !important;
    font-weight: 800;
    padding-bottom: 15px !important;
	font-family: proxima-nova, sans-serif !important;
	font-style: normal;
}

p.preheader, p.preheader-white, div.preheader, div.preheader-white {
	padding-bottom: 15px;
	font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif !important;
}

h2.preheader, .preheader h2 {
	color: #dc0451 !important;
}

.text-small {
    font-size: 13px !important;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 1.4em;
}


#et-info, #et-secondary-menu>ul>li a {
    font-weight: 500;
}

#et-top-navigation nav>ul>li>a {
    font-weight: 500;
}

.h3-small h3 {
	font-size: 20px;
	line-height: 1.3em;
	padding-bottom: 12px;
}

/* TOP BAR */

#logo {
    max-width: 250px;
	    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#logo:hover {
    opacity: .6;
}

/* NAVIGATION */

#et_search_icon:before {
    color: #999;
}

#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.blog #main-header, .single #main-header, .search #main-header, .archive #main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#top-menu li {
	padding-right: 25px;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background: inherit !important;
}

/* #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
} */

/* SUB NAVIGATION */

#top-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* SLIDER / HERO SECTION */

/* .et-pb-arrow-prev:before {
	content: "\23";
}

.et-pb-arrow-next:before {
	content: "\24";
} */

.et-pb-arrow-next, .et-pb-arrow-prev {
    font-size: 36px;
    color: #002f5f;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
}

.main-content-section blockquote {
    border-left: none;
    padding-left: 50px;
    background-image: url(/wp-content/uploads/2023/01/quote-transparent-2.png);
    background-size: 36px;
    top: 50px;
	background-position: 0px 36px;
    left: 0;
    background-repeat: no-repeat;
    font-style: italic;
    margin-top: 30px;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 34px;
    margin-bottom: 50px;
    padding-bottom: 34px;
	color: #002f5f;
}

.ub-notification-box blockquote {
    border-left: none;
    padding-left: 50px;
    background-image: url(/wp-content/uploads/2023/01/quote-transparent-2.png);
    background-size: 36px;
    top: 0px;
	background-position: 0px 0px;
    left: 0;
    background-repeat: no-repeat;
    font-style: italic;
    font-weight: bold;
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
	color: #002f5f;
}

.ub-notification-box {
	background-color: #ebeef5 !important;
    color: #002f5f !important;
    border-left-color: #002f5f !important;
	padding: 40px 34px;
    margin-bottom: 40px;
    border-radius: 12px;
}

.ub-notification-box.box-dark {
	background-color: #002f5f !important;
    color: #fff !important;
    border-left-color: #dc0451 !important;
}

.ub-notification-box.box-dark h1, .ub-notification-box.box-dark h2, .ub-notification-box.box-dark h3, .ub-notification-box.box-dark h4, .ub-notification-box.box-dark h5 {
	color: #fff !important;
}

.et_pb_slide_content, .et_pb_best_value {
    font-size: 18px !important;
}

.et_pb_slide_content img {
	margin-bottom: 30px;
}

.et_pb_slider .et_pb_slide_image img {
	border-radius: 12px;
}
.et_pb_slide_image img {
	opacity: 1 !important;
}

.et_pb_fullwidth_header {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
}

.et_pb_fullwidth_header.hero-pullup {
    padding-top: 4% !important;
    padding-bottom: 168px !important;
}

.hero-front {
    padding-top: 12% !important;
    padding-bottom: 8% !important;
}

.hero-front .et_pb_text {
    max-width: 560px;
}

.hero-front .et_pb_row {
	padding-top: 0px !important;
	padding-bottom: 0px;
}

.et_pb_fullwidth_header.hero-subpages .et_pb_fullwidth_header_container.left .header-content{
		max-width: 740px !important;
	}

.et_pb_fullwidth_header .header-content {padding: 0px;}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    margin-left: 0;
    text-align: left;
    margin-right: 0;
    max-width: 620px;
	margin-top: 0%;
	margin-bottom: 0%;
}

@media (min-width: 981px) {

	.et_pb_gutters3 .et_pb_column_2_3.et_pb_specialty_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 57.8% !important;
	}

	.et_pb_gutters3 .no-pullup .et_pb_column_1_3.et_pb_column_single, .no-pullup.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 36.7% !important;
		margin-top: 0px;
	}

	 .et_pb_gutters3 .pullup .et_pb_column_2_3.et_pb_specialty_column, .pullup.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
		width: 57.8% !important;
	}
	.et_pb_gutters3 .pullup .et_pb_column_1_3.et_pb_column_single, .pullup.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 36.7% !important;
		margin-top: -150px;
	}


}

@media (min-width: 981px) {
	 .et_pb_gutters3 .et_pb_column_3_4.et_pb_specialty_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
		width: 67.8% !important;
	}
	.et_pb_gutters3 .et_pb_column_1_4.et_pb_column_single, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 26.7% !important;
	}
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {max-width: 1200px !important; width: 90% !important;}

.et_pb_header_content_wrapper {margin-bottom: 15px;}

.et_pb_fullwidth_header.hero-subpage .et_pb_fullwidth_header_container.left .header-content {
    max-width: 730px;
	margin-top: 4%;
	margin-bottom: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 900px;
    margin: 5% auto 5%;
}

.et_pb_fullwidth_header.hero-callout .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}


/* SIDEBAR */

#sidebar li a {
    padding-left: 0px;
    transition: all 0.2s;
}

/* #sidebar li a:hover {
     padding-left: 15px;
} */

/* #sidebar li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #002f5f;
    font-family: 'ETmodules';
    content: "\35";
} */

#sidebar ul {
	border-left: 3px solid #e1e1e1;
    padding-left: 15px;
}

#sidebar .et_pb_widget ul li {
    margin-bottom: 1em !important;
}

.post-date {
    display: block;
    position: relative;
    font-size: 13px;
    color: #999;
}

/* FOOTER */

#main-footer>.container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#main-footer .widget_recent_entries li a, #main-footer .widget_nav_menu li a, .et-l--footer .widget_nav_menu li a {
    padding-left: 0px;
    transition: all 0.2s;
    color: #fff !important;
}

#main-footer a:not([href]),
.et-l--footer a:not([href]) {
    cursor: default !important; 
    text-decoration: none !important; 
    color: inherit !important; 
}

#main-footer .widget_recent_entries li a:hover, 
#main-footer .widget_nav_menu li a:hover, 
.et-l--footer .widget_nav_menu li a:hover {
    text-decoration: underline;;
}

.footer-widget h4 {font-weight: 700;}

.bottom-nav, .bottom-nav a {
    font-size: 13px;
}

.et-l--footer .et_pb_widget li a::before {
display: none !important;
}

/* #main-footer .widget_recent_entries li a:hover, #main-footer .widget_nav_menu li a:hover {
    padding-left: 8px;
}

#main-footer .widget_recent_entries li a::before, #main-footer .widget_nav_menu li a::before, .et-l--footer .widget_nav_menu li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #516981 !important;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
}



.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0;
}

.et_pb_widget li a:hover, #main-footer .widget_nav_menu li a:hover {
    padding-left: 8px;
}

.et_pb_bg_layout_dark .et_pb_widget li a:hover {
    color: #fff !important;
} */

.et_pb_widget li a::before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #1a212d;
    font-family: 'ETmodules';
    content: "\35";
	display: inline-block !important;
}

.et_pb_widget ul li {
    /* margin-bottom: .5em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: .5em;*/
	margin-bottom: 0.5em;
}



.main-content-section .et_pb_widget li a::before {display: none !important;}

.more-link {
    background-color: #002f5f;
    padding: 10px 35px;
    color: #fff !important;
    top: 15px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	border-radius: 50px;
	display: inline-block !important;
}

.et_pb_posts a.more-link {
    display: inline-block !important;
}

.search .et_pb_post {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

/* BLOG POSTS */

.single #sidebar {display: none !important;}

.single #left-area {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

.single-post .post-meta {text-align: center; display: block;}
.single-wpcm_vehicle .post-meta {text-align: center; display: none;}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
    background-color: #fff;
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    padding-bottom: 8px;
    text-align: left;
}
.published {    font-size: 13px;    color: #999;}
.et_pb_blog_grid .post-meta {padding-bottom: 10px;}

.et_monarch .et_social_inline_top {margin-bottom: 10px;}
.et_pb_blog_grid img {border-radius: 12px;}

.et_pb_blog_grid .et_pb_image_container {
    margin: 0px 0px 20px 0px;
}

.blog .et_pb_posts article {
	margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.et_pb_blog_grid article {margin-bottom: 68px !important;}

/* BLOG POSTS */

.post .forbehold {display: none !important;}
.post .et_post_meta_wrapper img {margin-top: 34px;}
.single-post #main-content {border-bottom: 1px solid #e1e1e1 !important; padding-bottom: 34px;}

.et_pb_post .post-meta {
    font-size: 13px !important;
    color: #999;
}

.et_pb_post h1.entry-title, .et_pb_post h2.entry-title {
    padding-bottom: 8px;
}

.single .et_pb_post {
    margin-bottom: 0;
    /* padding-bottom: 68px; */
}

.single-post .post-meta {display: block;}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
background: rgba(255,255,255,0);
}

.et_pb_blog_grid .et_pb_post h2.entry-title {
    padding-bottom: 8px;
    text-align: left;
}
.published {    font-size: 13px;    color: #999;}
.et_pb_blog_grid .post-meta {padding-bottom: 10px;}

.et_monarch .et_social_inline_top {margin-bottom: 10px;}

.signup-box {background: #262b34; padding: 34px; margin-top: 100px; color: #fff; text-align: center;}
.signup-box h3 {color: #fff; padding-top: 14px;}
.signup-box img {margin-left: auto; margin-right: auto; text-align: center;}

/* C2A SERVICES */

.c2a-services {background-color: #fff; border-radius: 12px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
		-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.c2a-services:hover {margin-top: -10px;}
.c2a-services .et_pb_blurb_container {padding: 0px 22px 34px;}

.c2a-services .et_pb_blurb_content h4 {padding-bottom: 8px;}
.c2a-services .et_pb_main_blurb_image img {border-radius: 8px 8px 0 0;}

/* BLURPS */

.et_pb_blurb_position_left h4.et_pb_module_header, .et_pb_blurb_position_left h3.et_pb_module_header {
	font-size: 20px !important;
	padding-bottom: 15px;
	padding-top: 8px;
}

h4.et_pb_module_header, h3.et_pb_module_header {
	font-size: 20px !important;
	padding-bottom: 15px;
	padding-top: 0px;
}

.et_pb_promo h4.et_pb_module_header, .et_pb_promo h3.et_pb_module_header {
	padding-bottom: 8px;
}

.dwd-main-blurb-image .et_pb_main_blurb_image {
	margin-bottom: 0px !important;
}

.dwd-perky-content-inner .dwd-perky-content-inner-wrap {
	display: none !important;
}

/* VIDEO */

.invis-video iframe {
	opacity: 0;
}



.et_pb_video_overlay_hover {
    background: rgba(0,0,0,0.10);
}

.invis-video .et_pb_video_overlay_hover:hover {
    background-color: rgba(0,0,0,05) !important;
}

.invis-video .et_pb_video_overlay {
	background: none !important;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 40px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-left .video-play-button {
	left: 40px !important;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #dc0451;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  /* background: #fa183d; */
	background: rgba(255,255,255,0.2);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
top: -16px;
    left: 9px;
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}

.btn-video {
	position: relative; height: 170px;
	/* margin-top: 60px; */
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* MEDARBEJDERE */

.medarbejdere .et_pb_promo_description {
	max-width: 365px;
    margin: 340px 0 0;
    padding: 0px;
	color: #fff !important;
}

.medarbejdere .et_pb_promo_description h3 {
	color: #fff !important;
	font-size: 26px !important;
}

.et_pb_team_member_description {font-size: 13px;}
.et_pb_team_member_description h4 {
}



.et_pb_member_position {
    padding-bottom: 8px !important;
}

.medarbejdere p:not(.has-background):last-of-type {
    padding-bottom: 16px !important;
}

.medarbejdere .entry-content .et_pb_member_social_links {
    margin-top: 0px;
}

.medarbejdere ul {
    list-style-type: disc;
    padding: 1px 0 28px 2em;
}

.medarbejdere .et_pb_member_social_links {
    margin-top: 0px !important;
}

.medarbejdere h4.et_pb_module_header, .medarbejdere h3.et_pb_module_header {
    padding-bottom: 0px;
}

/* MEDARBEJDERE 2 TIL KONTAKTSIDE */

.medarbejdere-2 h4.et_pb_module_header, .medarbejdere-2 h3.et_pb_module_header {
    font-size: 20px !important;
    padding-bottom: 0px;
    padding-top: 8px;
}

.medarbejdere-2 .et_pb_team_member_description h4 {
	margin-top: 0px !important;
}

.medarbejdere-2 .et_pb_team_member_description {
    font-size: 13px;
    margin-top: -85px;
	background: linear-gradient(180deg, rgba(16,26,35,0) 0%, rgba(16,26,35,1) 100%);
}

.medarbejdere-2 .et_pb_member_position {
    padding-bottom: 40px !important;
}

.medarbejdere-2 .et_pb_team_member_image img {
	border-radius: 4px;
}



/* FAQ SPØRGSMÅL & SVAR */

.et_pb_toggle.et_pb_toggle_item {
    margin-bottom: 0px !important;
	box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
}

.et_pb_toggle.et_pb_module{
    margin-bottom: 10px !important;
}

.et_pb_toggle_close {
	background: #fff;
	border: 1px solid #E4ECF0;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 12px;
}

.et_pb_toggle_open {
	background: #fff;
	border: none;
	border-bottom: 5px solid #dc0451;
	padding-top: 10px;
	padding-bottom: 10px;
}

.et_pb_toggle_content {
	padding-bottom: 25px;
}

.et_pb_toggle {
	border-radius: 12px;
}

.et_pb_toggle_content {
    position: relative;
}

.et_pb_toggle_title:before {
    color: #dc0451;
	content: '\33';
	font-size:36px;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #15181c;
}

.et_pb_toggle.et_pb_toggle_item h5 {
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 18px;
	font-weight: 400 !important;
    color: #15181c;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
	    color: #15181c;
}




/* BOX-C2A til forsiden */

.box-c2a {
	padding:8% 34px !important;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -500px 150px -50px rgba(0,19,50,0.5);
	font-size: 14px;
}

.box-c2a:hover, .box-c2a:focus {
	padding:8% 34px !important;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -500px 150px -50px rgba(0,19,50,0.9);
}

.box-c2a .btn-stripped {color: #dc0451 !important;}

/* SLIDE ANYTHING

.et_pb_mini_menu, .et_pb_minimenu_item {
		-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;
}

.et_pb_mini_menu a .sub-title {
	opacity: 0 !important;
	height: 0px;
		-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;

}

.et_pb_mini_menu a.active .sub-title {
	opacity: 1 !important;
	height: auto;
	padding-top: 10px;
}

.et_pb_minimenu_item a {
	border-radius: 4px !important;
}

.et_pb_minimenu_item .title {
	font-size: 16px !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

.et_pb_minimenu_item a.active {

}


.as_slide_content_wrapper {
    width: 100% !important;
    text-align: left;
    margin-left: 0;
}

.swiper-slide .intro {
	max-height: 290px;
	overflow: hidden;
} */

/* SUPREME SWIPER SLIDER */

.clogoslider .swiper-slide {
    margin-right: 70px !important
}


.dsm_image_carousel .swiper-slide img {
	/* border-radius: 8px !important; */
	padding: 25px 15px;
	/* background: #f0f3f8; */
	width: 100% !important;
}

.dsm_image_carousel.logo-swiper .swiper-slide img {
    width: 100%;
    max-width: 120px !important;
	margin-left: 20px;
	margin-right: 20px;
	max-height: 70px !important;
	border-radius: 0px !important;
}

.swiper-button-prev, .swiper-button-next {
    height: 60px;
    width: 60px;
}

/* .swiper-button-prev {
    left: 40px !important;
}

.swiper-button-next {
    right: 40px !important;
} */

/* .c2a-cases .dsm_card_carousel_0 .swiper-button-prev, .c2a-cases .dsm_card_carousel_0 .swiper-button-next {
    margin-top: -330px;
} */

.c2a-cases h4.dsm_card_title.et_pb_module_header {
	line-height: 1.3em;
	font-weight: 900;
	font-size: 26px !important;
	max-width: 465px;
}

.c2a-cases .dsm_card_wrapper {
    max-width: 465px;
}

.c2a-cases .dsm_card_wrapper {
/* 	background-image: url('/wp-content/uploads/2022/12/right.svg') !important;
    background-position: left 50px bottom 50px !important;
    background-repeat: no-repeat !important;
    background-size: 46px !important; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.c2a-cases .et_pb_module_inner {
	border-radius: 10px !important;
}



/* .c2a-cases .dsm_card_wrapper:hover  {
	background-position: left 58px bottom 50px !important;
	background-size: 46px !important;
} */

.c2a-cases .dsm_card_wrapper {
	    padding-top: 150px !important;
    padding-right: 50px;
    /* padding-bottom: 130px !important; */
	padding-bottom: 50px;
    padding-left: 50px;
	background-size: 100%;
}

.c2a-cases .dsm_card_carousel_child_image_wrapper {
	min-height: 150px;
}

.c2a-cases .dsm_card_wrapper:hover {
	background-size: 120%;
}

.c2a-cases .dsm_card_carousel_child_subtitle {
	max-width: 560px;
	margin-bottom: 0px !important;
}

/* .c2a-cases .dsm_card_carousel_child_description {
	margin-top: 34px;
    font-size: 20px;
    min-height: 110px;
} */

.c2a-cases .dsm_card_carousel_child_img {
    margin-left: 50px;
    margin-top: 50px;
}

.c2a-cases .et_pb_button, .c2a-cases .et_button_no_icon .et_pb_button {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #002f5f !important;
}



/* SEGMENTS CAROUSEL */

.segments .dsm_card_wrapper {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 34px !important;
    padding-left: 25px;
}

.segments .swiper-slide .et_pb_module_inner {
}




/* CASES */

.single-project.et_pb_pagebuilder_layout .nav-single {width: 100%; max-width: 1290px;}

.dp-dfg-skin-default .dp-dfg-item {
    border: none !important;
}

.details .dmach-acf-item-content {
	width: 100%;
}

.details .dmach-acf-label {
	    text-align: left;
    float: left;
	font-weight: 700;
}

.details .dmach-acf-item-containter {
	text-align: right;
}

.details .et_pb_de_mach_acf_item {
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e6eb;
}

.case-details .dmach-icon-image-content {
	margin-right: 15px;
	padding-top: 4px;
}

.dp-dfg-custom-field:first-child {
	font-size: 13px!important;
    color: rgba(26,34,86,0.61)!important;
}

.dp-dfg-meta {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px;
    margin-top: 5px;
}

.dp-dfg-meta .published {
	font-size: 13px!important;
    color: rgba(26,34,86,0.35)!important;
	font-weight: bold;
}

.dp-dfg-content {font-size: 16px !important;}

.cases-gallery .sb_mod_acf_table_item_label {display: none;}

.cases-gallery .et_pb_acf_table table td, .cases-gallery .et_pb_acf_table table th {
    padding: 0px;
}

.single-cases .main-content-section ul li {
		font-size: 15px;
}

.dpdfg_filtergrid .dp-dfg-items article/*, .et_pb_blurb_content*/ {
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	background: #fff;
	border-radius: 12px;
}


.dpdfg_filtergrid .dp-dfg-items article:hover, .nyheder .et_pb_blurb_content:hover {

}

.dpdfg_filtergrid .dp-dfg-items article:hover h1, .dpdfg_filtergrid .dp-dfg-items article:hover h2, .dpdfg_filtergrid .dp-dfg-items article:hover h3, .dpdfg_filtergrid .dp-dfg-items article:hover h4, .nyheder .et_pb_blurb_content:hover h4.et_pb_module_header, .nyheder .et_pb_blurb_content:hover h4.et_pb_module_header:after {

}

.dpdfg_filtergrid .dp-dfg-items article:hover .dp-dfg-custom-field:first-child, .dpdfg_filtergrid .dp-dfg-items article:hover .dp-dfg-meta .published {

}

.dpdfg_filtergrid.nyheder .dp-dfg-items article:hover .dp-dfg-header h4 a::after {

}

.dp-dfg-skin-default .et_pb_button_wrapper .et_pb_button {
    font-size: 13px !important;
	color: #1a2256;
	background: rgba(255,255,255,0);
	border-color: #1a2256;
}

.nyheder .et_pb_blurb, .services .et_pb_blurb {margin-bottom: 50px !important;}

.nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {background: #fff;}

/* FILTER GRID */

.dp-dfg-items article, .nyheder .et_pb_blurb_content, .services .et_pb_blurb_content {
    box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
	/* background-image: url('/wp-content/uploads/2022/01/right-arrow.svg') !important;
	background-position: left 34px bottom 34px !important;
	background-repeat: no-repeat !important;
	background-size: 36px !important; */
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.dp-dfg-items article:hover, .nyheder .et_pb_blurb_content:hover, .services .et_pb_blurb_content:hover  {
	background-position: left 50px bottom 34px !important;
    box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
}

.dp-dfg-header {
	padding: 25px 20px 0px !important;
}

.dp-dfg-header h4, .cases h4 {
	font-size: 22px !important;
}

/* .cases .dp-dfg-header h4 a::before {
	content: 'CASE: ';
}

.cases .dp-dfg-custom-field:first-child::before {
	content: 'Kunde: ';
} */

.nyheder .dp-dfg-header, .nyheder h4.et_pb_module_header, .services h4.et_pb_module_header {
	padding: 25px 20px 0px !important;
	position: relative;
}

.nyheder h4.et_pb_module_header::after {
	    right: 20px;
}

span.terms {
}

span.terms a {
	color: rgba(0,44,91,0.6);
	padding: 6px 10px;
    background: #f2f4f9;
    color: black;
    border-radius: 6px;
    margin-right: 6px;
}

.term-separator {
	display: none;
}



/* BLURB SERVICES */

.services .dp-dfg-items article, .services .et_pb_blurb_content {
	    box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
    -webkit-box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
    -moz-box-shadow: 0 0 21px -5px hsla(0,0%,79%,.71);
	    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.services .dp-dfg-items article:hover, .services .et_pb_blurb_content:hover {
	box-shadow: 0 0 34px -5px hsla(0,0%,79%,.91);
    -webkit-box-shadow: 0 0 34px -5px hsla(0,0%,79%,.91);
    -moz-box-shadow: 0 0 34px -5px hsla(0,0%,79%,.91);
}

.services .dp-dfg-header, .services h4.et_pb_module_header {
	padding: 25px 50px 25px 25px !important;
	position: relative;
	font-size: 21px;
	background-image: url('/wp-content/uploads/2022/12/arrow-point-to-right.svg') !important;
	background-position: right 20px top 25px !important;
	background-repeat: no-repeat !important;
	background-size: 24px !important;
}

.services .et_pb_blurb_content {
	min-height: 200px;
	border-radius: 12px;
}

.services .et_pb_main_blurb_image {
 border-radius: 12px 12px 0px 0px;
	overflow: hidden;
}

.benefits .et_pb_main_blurb_image {
	max-width: 64px;
	max-height: 64px;
}

/* .services .dp-dfg-header h4 a::after, .services h4.et_pb_module_header::after {
    position: absolute;
    margin-right: 0px;
    top: 25px;
    right: 15px;
    font-family: 'ETmodules';
    content: "\24";
    font-weight: 700;
    font-size: 32px;
    color: #00bada;
} */

/* .services h4.et_pb_module_header::after {
	    right: 20px;
} */

/* CUSTOM TING
.nyheder .dp-dfg-header h4 a::after, .nyheder h4.et_pb_module_header::after {
    position: absolute;
    margin-right: 0px;
    top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding: 25px 22px;
    padding: bottom;
    font-family: 'ETmodules';
    content: "\24";
    font-weight: 700;
    font-size: 32px;
    color: #00bada;
    background: #00bada;
    height: 19px;
}

.nyheder h4.et_pb_module_header::after {
    right: 0px;
} */

.nyheder .et_pb_main_blurb_image, .services .et_pb_main_blurb_image {
	margin-bottom: 0px;
}



.selskaber .et_pb_main_blurb_image {
	margin-top: 34px;
	max-width: 200px;
	max-height: 80px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.selskaber .et_pb_blurb_content {
    text-align: left;
}

.nyheder .et_pb_blurb_container, .services .et_pb_blurb_container {
	margin-top: -9px;
}

.nyheder .et_pb_blurb_description {
	padding: 0 34px 25px 34px;
}

.services .et_pb_blurb_description {
	padding: 0 50px 34px 25px;
}

.dp-dfg-custom-content {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 34px !important;
}

.dp-dfg-content.entry-summary {
	    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px;
    padding-top: 0px !important;
}

.dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
    padding-bottom: 30px !important;
}

.dp-dfg-skin-default .dp-dfg-filter a.active, .dp-dfg-skin-default .pagination li.active a, .et-l .dp-dfg-skin-default .dp-dfg-filter a.active, .et-l .dp-dfg-skin-default .pagination li.active a {
    color: #fff !important;
    background-color: #dc0451 !important;
}

.dp-dfg-content.entry-summary {
	max-width: 680px;
}

#positions h4 {padding-bottom: 10px !important;}

#positions a {
    text-decoration: none !important;
}

/* NUMBER COUNTER */

.et_pb_number_counter .percent p {
	    font-size: 46px !important;
    line-height: 1.2em;
    font-weight: 700;
}

.et_pb_circle_counter, .et_pb_number_counter {
    margin: 0 auto 10px;
}

.et_pb_number_counter .percent {
    height: 46px;
    position: relative;
}

.et_pb_number_counter h4.title {
	font-size: 16px !important;
	font-weight: 400 !important;
	opacity: 0.6;
}


/* C2A SERVICES */

.c2a {
	 transition: all 0.2s;
}

.c2a .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 74px;
	display: inline-block !important;
}

.c2a .et_pb_main_blurb_image img {
    max-width: 74px;
	max-height: 74px;
}

.c2a .et_pb_blurb_position_top .et_pb_main_blurb_image img {
    max-width: 74px;
	max-height: 74px;
}

.c2a .et_pb_blurb_position_top .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 74px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.c2a .et_pb_blurb_position_top .et_pb_image_wrap {
	vertical-align: center;
}

.c2a-logoer {
	 transition: all 0.2s;
}

.c2a-logoer .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 48px;
	display: inline-block !important;
}

.c2a-logoer .et_pb_main_blurb_image img {
    max-width: 180px;
	max-height: 48px;
}

.c2a-logoer .et_pb_blurb_position_top .et_pb_main_blurb_image img {
    max-width: 180px;
	max-height: 48px;
}

.c2a-logoer .et_pb_blurb_position_top .et_pb_main_blurb_image {
    margin-bottom: 20px;
	height: 48px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.c2a .et_pb_blurb_position_top .et_pb_image_wrap {
	vertical-align: center;
}


/* KUNDEUDTALELSER */

.dsm_card_carousel_child_subtitle {
	margin-bottom: 30px;
}

/* UDTALELSER */

.udtalelser .dsm_card_carousel img {
	max-width: 74px;
    margin-bottom: 20px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	padding-bottom: 0px;
}

.udtalelser .dsm_card_carousel_child_subtitle {
	font-size: 13px;
    line-height: 1.3em;
}

/* COOKIE */

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
    width: 80%;
    max-width: 1100px;
}

/* CONTACTFORM */

.et_pb_contact p input, .et_pb_contact p textarea {
-webkit-appearance: none;
    background-color: #F2F4F9;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 16px;
    padding: 16px;
    border-radius: 5px;
	border: 1px solid #F2F4F9;
}

.et_pb_contact_select {
        color: #999;
    background-color: rgba(0,0,0,0);
    padding: 16px 20px 16px 16px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.et_pb_contact_field.et_pb_contact_field_last {
	margin-bottom: 10px !important;
}

.et_contact_bottom_container {
	margin-top: 10px !important;
}

/* SKIFT LOGO PÅ SCROLL */

/*  .et-fixed-header#main-header #logo, .blog .et-fixed-header#main-header #logo, .post .et-fixed-header#main-header #logo, .category .et-fixed-header#main-header #logo {
    content: url("#");
}  */



/* TESTIMONIAL */

.dsm_card_carousel_child_image_wrapper .dsm_card_carousel_child_img {

}

/* CONTACT FORM 7 */

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: 2px solid rgba(0,0,0,0.15);
    padding: 15px 20px;
    color: #4e4e4e;
    border-radius: 12px;
    width: 100%;
}

label {
	font-size: 14px;
    /* text-transform: uppercase; */
}


/* TEAM */

#team .et_pb_main_blurb_image img {
	max-width: 120px; max-height: 120px;
	border-radius: 200px;
}


/* BLOG POST FORSIDE */
@media only screen and (min-width: 641px) {
/*blog arrows / pile*/
#kundehistorier .swiper-arrow-button {
	top: -100px !important;
    background: #fff !important;
    border: 1px solid #d9e0e8 !important;
}

	#kundehistorier .dsm-entry-wrapper {
		min-height:210px;
	}

#kundehistorier .dsm-entry-title {
    font-size: 30px !important;
	padding-bottom:10px;}

	#kundehistorier .dsm_blog_carousel .swiper-button-prev {
		left: auto !important;
		right: 60px !important;
	}

	#kundehistorier .dsm_blog_carousel .swiper-button-next {
		right:0 !important;
		border-radius: 200px;
	}

#kundehistorier .dsm_post_carousel .swiper-button-prev {
	left: auto !important;
    right: 60px !important;
	/*width:30% !important;*/
	margin-left:17.5% !important;
	border-radius: 200px;
	}

#kundehistorier .swiper-button-next:after, .swiper-button-prev:after {
	font-size:30px !important;
	color:#002f5f !important;
	}

#kundehistorier .dsm_post_carousel .swiper-button-next {
	right: 0 !important;
	border-radius: 200px;
	}

}

#kundehistorier .dsm-entry-title, .dsm-entry-meta {
	color:#fff;
}

@media only screen and (max-width: 640px) {
/*blog arrows / pile*/
#kundehistorier .swiper-arrow-button {
	top: auto !important;
	bottom:-110px !important;
    background: #fff !important;
    border: 1px solid #d6dce4 !important;}

#kundehistorier .swiper-button-next:after, .swiper-button-prev:after {
	font-size:30px !important;
	color:#002f5f !important;}

#kundehistorier .dsm_post_carousel .swiper-button-next {
	width:30% !important;
	margin-right:17.5% !important;
	right:0 !important;
	}

#kundehistorier .dsm_post_carousel .swiper-button-prev {
	left: 0 !important;
    right: auto !important;
	width:30% !important;
	margin-left:17.5% !important;}
}


#kundehistorier .dsm-entry-thumbnail {
    height: 480px !important;}

#kundehistorier .dsm-entry-wrapper {
	position: absolute;
    bottom: 0;
    /*background: #fff;*/
    width: 100%;
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,#060606 100%);}


#kundehistorier .dsm-entry-content {
	max-width: 420px;
}

#kundehistorier .dsm-entry-meta {
	position: absolute;
    right: 20px;
	font-weight:bold;
    top: 10px;
	font-size: 12px;
	text-transform:uppercase;}

#kundehistorier .dsm-post-carousel-item {
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 7%) !important;}

#kundehistorier .dsm-readmore-btn {
	padding: 10px 30px !important;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #dc0451;
    font-weight: 700;
	border-radius: 6px;
}

#kundehistorier .dsm-readmore-wrap {
	margin-top:25px;
}

#kundehistorier .dsm-readmore-btn:hover {
	color:#fff;
	border-color: #067eb1;
	background: #067eb1;
}

#kundehistorier .dsm-meta-seperator {
	display: none;
}

#kundehistorier .dsm-post-excerpt {
	font-size: 15px;
	line-height:1.4em;
	color:#fff;
	font-weight:300;
}

/* KUNDEUDTALELSER */

.kundeudtalelser .dsm_card_carousel_child_description strong {
	color: #002f5f !important;
}

.kundeudtalelser .dsm_card_carousel {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.kundeudtalelser .dsm_card_carousel .swiper-container {
	padding-left: 15px !important;
    padding-right: 15px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.kundeudtalelser .dsm_card_wrapper {
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.kundeudtalelser .dsm_card_carousel_child {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,.107) !important;
    -webkit-box-shadow: 0 5px 15px 0px rgba(0,0,0,.07) !important;
    -moz-box-shadow: 0 8px 15px 0px rgba(0,0,0,.07) !important; */
}

.kundeudtalelser .dsm_card_carousel_child_image_wrapper {
	margin: 40px 40px 0 40px;
    /* float: left; */
    width: 140px;
}

.kundeudtalelser .dsm_card_carousel_child_description h4 {
    font-size: 18px;
    padding-bottom: 2px;
}

.kundeudtalelser .dsm_card_carousel_child_description {
    margin-top: 20px;
	margin-bottom: 20px;
}

.kundeudtalelser .dsm_card_title.et_pb_module_header {

}

.kundeudtalelser h4.et_pb_module_header, .kundeudtalelser h3.et_pb_module_header {
font-size: 18px !important;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 15px;
}

.kundeudtalelser .dsm_card_carousel_child_subtitle {
    margin-bottom: 30px;
	margin-top: 0px;
    display: block;
    width: 100%;
    float: left;

	font-size: 14px;
    line-height: 1.7em;
}


.kundeudtalelser .swiper-arrow-button, .kundeudtalelser .dsm_card_carousel .swiper-button-prev, .kundeudtalelser .dsm_card_carousel .swiper-button-next {
    top: -40px !important;
    background: rgba(15,2,54,0.1) !important;
    border: none !important;
	color: #2b1e6b !important;
}

/* .swiper-button-prev:before, .swiper-button-next:before {
	color: #2b1e6b !important;
} */

@media only screen and (min-width: 641px) {
	.kundeudtalelser .dsm_card_carousel .swiper-button-prev {
		left: auto !important;
		right: 60px !important;
		/* width: 30% !important; */
		margin-left: 17.5% !important;
		border-radius: 200px;
	}
}

@media only screen and (min-width: 641px) {
	.kundeudtalelser .dsm_card_carousel .swiper-button-next {
		right: 0 !important;
	}
}

.kundeudtalelser .swiper-button-next, .kundeudtalelser .swiper-button-prev {
    background-image: none!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-style: solid;
	border-radius: 200px;
}


.swiper-button-next, .swiper-button-prev {
	border-radius: 200px;
}


/* CASES SWIPER */
@media only screen and (min-width: 641px) {
/*blog arrows / pile*/
.cases .swiper-arrow-button {
	top: -60px !important;
    background: #fff !important;
    border: 1px solid #d9e0e8 !important;
}

	.cases .dsm_psot_carousel {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.cases .dsm_post_carousel .swiper-container {
	padding-left: 15px !important;
    padding-right: 15px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.cases .dsm-entry-title {
    font-size: 30px !important;
	padding-bottom:10px;}

	.cases .dsm_blog_carousel .swiper-button-prev {
		left: auto !important;
		right: 60px !important;
	}

	.cases .dsm_blog_carousel .swiper-button-next {
		right:0 !important;
		border-radius: 200px;
	}

.cases .dsm_post_carousel .swiper-button-prev {
	left: auto !important;
    right: 60px !important;
	/*width:30% !important;*/
	margin-left:17.5% !important;
	border-radius: 200px;
	}

.cases .swiper-button-next:after, .swiper-button-prev:after {
	font-size:30px !important;
	color:#002f5f !important;
	}

.cases .dsm_post_carousel .swiper-button-next {
	right: 0 !important;
	border-radius: 200px;
	}

}

@media only screen and (max-width: 640px) {
/*blog arrows / pile*/
.cases .swiper-arrow-button {
	top: auto !important;
	bottom:-110px !important;
    background: #fff !important;
    border: 1px solid #d6dce4 !important;}

.cases .swiper-button-next:after, .swiper-button-prev:after {
	font-size:30px !important;
	color:#002f5f !important;}

.cases .dsm_post_carousel .swiper-button-next {
	width:30% !important;
	margin-right:17.5% !important;
	right:0 !important;
	}

.cases .dsm_post_carousel .swiper-button-prev {
	left: 0 !important;
    right: auto !important;
	width:30% !important;
	margin-left:17.5% !important;}
}


.cases .dsm-post-carousel-item {
	box-shadow: 0 5px 15px 0px rgb(0 0 0 / 7%) !important;}

/* BLURB C2A */

.blurb-c2a .et_pb_column, .et_pb_gutters1 .blurb-c2a .et_pb_column_1_4, .et_pb_gutters1.et_pb_row.blurb-c2a .et_pb_column_1_4 {
	background: #fff !important;
	margin: 5px !important;
	border-radius: 8px !important;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.blurb-c2a .et_pb_column:hover, .et_pb_gutters1 .blurb-c2a .et_pb_column_1_4:hover, .et_pb_gutters1.et_pb_row.blurb-c2a .et_pb_column_1_4:hover {
	background: #dc0451 !important;
	color: #fff !important;
	cursor: pointer !important;
}

.blurb-c2a .et_pb_column:hover h5.et_pb_module_header, .et_pb_gutters1 .blurb-c2a .et_pb_column_1_4:hover h5.et_pb_module_header, .et_pb_gutters1.et_pb_row.blurb-c2a .et_pb_column_1_4:hover h5.et_pb_module_header {
	color: #fff !important;
}

.blurb-c2a .et_pb_column:hover .et-pb-icon, .et_pb_gutters1 .blurb-c2a .et_pb_column_1_4:hover .et-pb-icon, .et_pb_gutters1.et_pb_row.blurb-c2a .et_pb_column_1_4:hover .et-pb-icon {
	color: #fff !important;
}

/* RATINGS */

.ratings {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.rating {
    font-size: .8125rem;
    max-width: 110px;
    color: #939a97;
    margin: 0 1rem 1rem;
    width: 100%;
}

@media (min-width: 992px) {
	.ratings {
		justify-content: start;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.ratings.ratings-center {
		justify-content: center;
		margin: 0 auto;
	}
}

@media (min-width: 500px) {
	.rating {
		max-width: 150px;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left!important;
	}
}

.rating a {
    color: #939a97;
}

.rating img {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.rating a div {margin-top: -10px;}

.rating-trustpilot, .rating-trustpilot-logo {
    width: 90px;
    display: block;
    margin-bottom: 4px;
}

.rating-google, .rating-google-logo {
    width: 72px;
    display: block;
}

.rating-facebook, .rating-facebook-logo {
    width: 90px;
    display: block;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
	.rating {
		margin: 1rem 3rem 1rem 0;
	}
}

@media (min-width: 992px) {
	.ratings-center .rating {
		margin: auto 3rem auto 0;
	}
}

@media (max-width: 767px) {
.rating img {
    margin-left: auto;
    margin-right: auto;
}
	}

.ratings-center .rating-facebook, .rating-facebook-logo, .ratings-center .rating-trustpilot, .rating-trustpilot-logo, .ratings-center .rating-google, .rating-google-logo {
    width: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* SUPERTABS */

.tabs-text-image, .bsf_content_left {
	text-align: left!important;
}

.bsf_advanced_tabs_nav>ul>li {
    border-style: solid;
}

.bsf_advanced_tabs_nav>ul>li.bsf_active_tab {
    border-bottom-color: #dc0451 !important;
}
.tabs-text-image img {
	margin-top: 34px;
    margin-bottom: 34px;
}

.bsf_advanced_tabs .bsf_advanced_tab_0 .bsf-title-icon img, .bsf_advanced_tabs .bsf_advanced_tab_0 .bsf_advanced_tab_image, .bsf_advanced_tabs .bsf_advanced_tab_1 .bsf-title-icon img, .bsf_advanced_tabs .bsf_advanced_tab_1 .bsf_advanced_tab_image, .bsf_advanced_tabs .bsf_advanced_tab_2 .bsf-title-icon img, .bsf_advanced_tabs .bsf_advanced_tab_2 .bsf_advanced_tab_image, .bsf_advanced_tabs .bsf_advanced_tab_3 .bsf-title-icon img, .bsf_advanced_tabs .bsf_advanced_tab_3 .bsf_advanced_tab_image {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}



@media only screen and (min-width: 981px) {
	.bsf_content_left {
	width: 33% !important;
	}

	.bsf_advanced_tab_image {
	width: 60% !important;
		margin-left: 6% !important;
	}
		.tabs-text-image .bsf_advanced_tab_image {
		width: 60% !important;
	}
	.bsf_content_left {
		text-align: left!important;
		padding-top: 50px;
	}
	.bsf_content_left h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 980px) {
.tabs-text-image .bsf_advanced_tab_image {
	width: 100% !important;
	margin-top: 34px;
}
}

/* .tabs-text-image .bsf_advanced_tab_image {
    background: #f2f4f9;
	border-radius: 12px;
	padding-left: 50px;
	padding-right: 50px;
} */

.bsf_advanced_tab_wrapper {
	overflow: visible;
}

/* WP Button Style */
.wp-block-button__link {
    font-size: 16px;
    background-color: #dc0451;
    border-width: 2px!important;
    border-color: #dc0451;
    border-radius: 8px;
	margin-top: 15px;
	font-weight: bold;
}

.wp-block-button__link:hover {
	color: #ffffff!important;
    background-color: #b91c4a;
    border-color: #b91c4a!important;
    border-radius: 6px;
}

/* LOGOER INTEGRATIONER */

.integrationer .et_pb_main_blurb_image {
	padding: 34px;
	border-radius: 12px;
	background: #F2F4F9;
	height: 206px;
	display: flex; flex-direction: column; justify-content: center;
	margin-bottom: 15px !important;
}

.integrationer .et_pb_main_blurb_image img {
	margin: auto auto !important;
}

.integrationer .et_pb_blurb_container {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.integrationer .et_pb_blurb_content {
    padding: 10px;
}

/* LOGOER REFERENCER*/

.logoer img {
	width: 100%;
	max-width: 180px;
	max-height: 50px;
}


/* GUTENBERG */

.wp-block-media-text {
	margin-top: 34px;
	margin-bottom: 50px;
}

.wp-block-media-text img {
	border-radius: 12px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0;
}

/* FONT AWESOME */

.et_pb_blurb  i.fa-light, .et_pb_blurb  .c2a-customers i.fal  {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 10px;
	background: rgba(0,44,91,0.1);
	width: 46px;
    height: 46px;
	border-radius: 6px;
	text-align: center;
	color: #dc0451;
}

.c2a-customers i.fa-light, .c2a-customers i.fal  {
	font-size: 26px;
	margin-bottom: 10px;
}

.c2a-customers .et_pb_blurb_description {
	min-height: 83px;
	height: auto;
}

.c2a-customers .et_pb_column {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.c2a-customers .et_pb_column.et_clickable:hover {
	background-color: #002f5f;
	color: #fff !important;
	cursor: pointer;
}

.c2a-customers .et_pb_column:hover h5 {
	color: #fff !important;
}

.et_pb_row_6col .et-last-child, .et_pb_row_6col .et-last-child-2, .et_pb_row_6col .et-last-child-3 {
    margin-bottom: 0 !important;
}

/* TABLEMAKER */
.dvmd_tm_table i {
	color: #dc0451;
}

.dvmd_tm_table i.fa-minus {
	color: rgba(0,44,91,0.15);
}

.dvmd_tm_table .dvmd_tm_chead i {
	font-size: 36px !important;
	display: block;
	margin: 0px auto 20px;
	position: relative;
}



.pricing-side-h {
	font-size: 18px !important;
	color: #002C5B !important;
}

.pricing-image {
	max-width: 46px; position: relative; display: block; margin: 20px auto 20px;
}

.dvmd_tm_tcell {
    border-top-style: solid;
    border-top-color: rgba(0,44,91,0.15);
    background: #ffffff;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 34px;
}

.dvmd_tm_tcell.dvmd_tm_chead, .dvmd_tm_tcell .dvmd_tm_chead, .dvmd_tm_tcell.dvmd_tm_chead {
	border-top: none !important;
	border: none !important;
    border-width: 0px !important;
	    justify-content: top !important;
}



@media only screen and (max-width: 980px) {
	.pricing-sub {
		display: none !important;
	}

	.dvmd_tm_col_0, .dvmd_table_maker_item_0, .dvmd_tm_col_odd {
		width: 100% !important;
	}

	 .dvmd_tm_col_even {
		width: 100% !important;
	}

	.dvmd_tm_cblock {
		display: grid;
		grid-template-columns: auto !important;
		grid-auto-rows: minmax(50px,auto);
	}

}


/* WPML */

.wpml-ls-item.menu-item-has-children span.wpml-ls-native, .wpml-ls-item.menu-item-has-children span.wpml-ls-display {
	background-image: url('/wp-content/uploads/2023/02/world-map-1.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left 0px top 1px;
	padding-left: 25px;
}

.wpml-ls-item.menu-item-has-children img{
display: none;
}

.wpml-ls-item.menu-item-has-children .sub-menu span.wpml-ls-native, .wpml-ls-item.menu-item-has-children .sub-menu span.wpml-ls-display {
	background-image: none;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left 0px top 0px;
	padding-left: 8px;
}

.wpml-ls-item.menu-item-has-children .sub-menu img {
display: inline-block;
}




/* ADDITION CSS */

.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 20px 20px;
    vertical-align: top !important;
}

.talk-to-expert .et_pb_button_module_wrapper  {
	margin-top: 34px !important;
}

#positions .et_pb_button_wrapper.read-more-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

.et_pb_row_4col .et-last-child, .et_pb_row_4col .et-last-child-2 {
    margin-bottom: auto !important;
}

/* .et_pb_row_4col .et-last-child, .et_pb_row_4col .et-last-child-2, .et_pb_row_6col .et-last-child, .et_pb_row_6col .et-last-child-2, .et_pb_row_6col .et-last-child-3 {
    margin-bottom: auto !important;
} */

.brbl-smart-post-btn .et_pb_button {
    color: #fff !important;
    position: relative;
	padding: 1.1em 2em !important;
	background: #dc0451 !important;
}

.dsm-readmore-shadow[data-readmore]:after, .dsm-readmore-shadow [data-readmore]:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    content: "";
    display: inline-block;
    position: absolute;
    pointer-events: none;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #fff 10%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, #fff 10%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, #fff 0%, rgba(0, 0, 0, 0) 100%);
}

.logo-swiper .dsm_image_carousel .dsm_image_carousel_container .swiper-slide {
    padding: 34px;
    box-shadow: 0 5px 20px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(0,0,0,.1);
    height: 200px;
	border-radius: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.logo-swiper .et_pb_column_4_4 .et_pb_module {
	margin-bottom: -20px !important;
}


/*add icon to Divi main menu items*/
nav li.login a:before {
    font-family: 'ETMODULES';
    content: '\7e';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
	top: -3px;
    position: relative;
    color: #002f5f;
    font-size: 1.1em;
    transition: all .3s ease;
}

nav li.contact a:before {
    font-family: 'ETMODULES';
    content: '\76';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    color: #002f5f;
    font-size: 1.1em;
    transition: all .3s ease;
}

/*add icon to Divi submenu items
nav li.mega-menu li.nav-icon:before {
    font-family: 'ETMODULES';
    content: '\e0fe' !important;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px !important;
    margin-left: 0px;
    color: #dc0451 !important;
    font-size: 24px;
    transition: all .3s ease;
} */

/* #top-menu li.mega-menu>ul>li.nav-icon>a:first-child {
    padding-top: 0!important;
    font-weight: 800;

	margin-bottom: 25px;
	top: 7px;
} */

nav li.mega-menu li.nav-icon:before, nav li.nav-icon:before {
	display: none;
}

nav li.mega-menu li.nav-icon .fa, nav .fas, nav li.mega-menu li.nav-icon .fal, nav li.mega-menu li.nav-icon .far, nav li.mega-menu li.nav-icon .fad {
    font-size: 24px;
	position: absolute;
	top: 17px;
	margin-right: 12px;
	max-width: 24px;
	width: 24px;
	left: 10px;
}

nav #top-menu li.mega-menu li.nav-icon a {
    padding: 12px 10px 12px 55px !important;
    font-size: 16px;
    line-height: 1.5em;
	border-radius: 12px;
}



nav .fa, nav .fas, nav .fal, nav .far, nav .fad {
    font-size: 18px;
	position: absolute;
	top: 14px;
	margin-right: 12px;
	max-width: 24px;
	width: 24px;
	left: 10px;
}

nav #top-menu li li.nav-icon a {
    padding: 12px 10px 12px 16px !important;
    font-size: 16px;
    line-height: 1.5em;
	border-radius: 12px;
}

.fal:before, .fa-light:before {
    max-width: 10px !important;
    width: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    vertical-align: center !important;
    /* top: 2px !important; */
    position: relative;
    align-content: center;
	vertical-align: -10% !important;
}


#top-menu li.mega-menu>ul {
    padding: 50px 34px 20px !important;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    border-bottom: none !important;
}

#top-menu li.mega-menu>ul>li {
    width: 50% !important;
    margin: 0;
}


span.menu-item-description {
display: block;
color: #667686;
	font-weight: 400 !important;
	font-size: 14px;
}

#top-menu li.mega-menu li.nav-icon a {
	font-weight: 800 !important;
}

#top-menu li {
vertical-align: top;
}


#top-menu li.mega-menu>ul>li>a {
    margin-bottom: 30px !important;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
	vertical-align: top !important;
}

.main-content-section table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none !important;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 1.6em;
	    box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
}

.main-content-section .wp-block-table thead {
    border-bottom: 1px solid;
    border-color: #ebeef5 !important;
}

.main-content-section table tr, .main-content-section table td, .main-content-section table th {
	border-color: #ebeef5 !important;
}

.main-content-section table th {
background-color: #002f5f !important;
	color: #fff !important;
}


.hero-img {
	height: 50vh;
	border-radius: 12px;
	overflow: hidden;
}

.et_pb_specialty_column .et_pb_row_inner_0_tb_body.et_pb_row_inner {
	margin-left: 0!important;
}

.underline {
    display: inline-block;
    background-image: url(/wp-content/uploads/2022/03/underline-purple-1.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.services-icons .dsm_icon_list_text {
    padding-top: 3px !important;
}


header .et_builder_inner_content {
    z-index: 9999 !important;
}

.cwp_et_pb_layout_slide_item_standard_3 .as_slide_content_wrapper, .cwp_et_pb_layout_slide_item_standard_1 .as_slide_content_wrapper, .cwp_et_pb_layout_slide_item_standard_2 .as_slide_content_wrapper, .cwp_et_pb_layout_slide_item_standard_0 .as_slide_content_wrapper {
    width: 100% !important;
    padding: 25px !important;
    padding-left: 20px;
    /* border-left: 3px solid #dc0451; */
    background: #fff !important;
    border-radius: 0px 0px 8px 8px !important;
    font-size: 13px !important;
    text-align: left;
    margin-left: 0;
}

#page-container {
    overflow-y: hidden;
	overflow-x: hidden;
}

.dsm_icon_list .dsm_icon_list_icon {
    font-size: 16px;
    margin-top: 5px;
	font-weight: 700;
}

.dsm_icon_list.btn-stripped .dsm_icon_list_icon {
    margin-top: 0px;
}



.dsm-text-divider-before.dsm-divider {
    margin: 0 10px 0 0px;
}

.dsm-text-divider-after.dsm-divider {
    margin: 0 0px 0 10px;
}

.divider-left .dsm-divider {
    margin: 0 0 0 10px;
}

.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {
    width: auto;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
}


.et_pb_team_member:hover ul.et_pb_member_social_links a.et_pb_font_icon {
	color: #dc0451 !important;
}


.text-outlined {
	    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none !important;
}

.spin {
  transition: transform 1.7s ease-in-out;
}

.spin:hover {
  transform: rotate(80deg);
}

.et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
	background-color: rgba(0,0,0,0.1);
}

.breadcrumb a {
	color: rgba(255,255,255,0.6);
	font-size: 13px !important;
}

.breadcrumb {
	padding-top: 34px;
	font-size: 13px !important;
}

.et_pb_contact_field_radio {
	display: inline-block;
	margin-right: 15px;
}

.list-topalign .dsm_icon_list_icon {
	margin-top: 6px;
}

.dsm-bottom-meta img {
	border-radius: 50% !important;
}

.et_pb_newsletter_button::after {
	display: none;
}

.split .et_pb_button_module_wrappers {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
}

.dsm_icon_list.split, .et_pb_module.split {
    max-width: 560px !important;
    width: 100% !important;
	margin-left: auto;
    margin-right: auto;
}

.et_pb_text.split, .split .et_pb_text {
    max-width: 560px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: block;
}

.split-left .et_pb_button_module_wrapper {
    max-width: 560px;
    margin-right: auto;
}

.split-right .et_pb_button_module_wrapper {
    max-width: 560px;
    margin-left: auto;
}

.split .dsm_icon_list {
	    max-width: 560px;
	width: 100%;
	    margin-left: auto;
    	margin-right: auto;
}

.split .et_pb_blurb .et_pb_blurb_content {
	max-width: 560px;
}


.split.second-on-mobile.et-last-child .et_pb_button_module_wrappers, .split.second-on-mobile.et-last-child .dsm_icon_list,
.second-on-mobile.split.et-last-child .et_pb_button_module_wrappers, .second-on-mobile.split.et-last-child .dsm_icon_list, .second-on-mobile.et-last-child .et_pb_text.split, .second-on-mobile.split.et-last-child .et_pb_text, .split.second-on-mobile.et-last-child .et_pb_text, .split.second-on-mobile.et-last-child .et_pb_blurb .et_pb_blurb_content, .second-on-mobile.split.et-last-child .et_pb_blurb .et_pb_blurb_content  {
    margin-right: 0px;
	margin-left: auto;
}

.split.second-on-mobile .et_pb_button_module_wrappers, .split.second-on-mobile .dsm_icon_list,
.second-on-mobile.split .et_pb_button_module_wrappers, .second-on-mobile.split .dsm_icon_list, .second-on-mobile .et_pb_text.split, .second-on-mobile.split .et_pb_text, .split.second-on-mobile .et_pb_text, .split.second-on-mobile .et_pb_blurb .et_pb_blurb_content, .second-on-mobile.split .et_pb_blurb .et_pb_blurb_content {
    margin-right: auto;
	margin-left: 0px;
}

.split h4.et_pb_module_header {
	padding-bottom: 5px;
	margin-top: -7px;
	font-size: 16px !important;
}

@media (min-width: 981px) {
	.et_pb_gutters4 .et_pb_column_1_2.split .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2.split .et_pb_module {
		margin-bottom: 15px;
		margin-top: 10px;
	}
}

.split .et_pb_blurb_position_left .et-pb-icon, .split .et_pb_blurb_position_right .et-pb-icon {
    font-size: 24px !important;
}

.split .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
    font-size: 16px !important;
}

.split  .et_pb_blurb .et_pb_image_wrap {
    background: #ebeef5;
    padding: 13px;
    border-radius: 12px;
}



.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



ul.list-arrows li::before, .main-content-section ul li::before, .secondary-content-section ul li::before, .et_pb_fullwidth_header ul li::before, .et_pb_blurb_description ul li::before, .et_pb_text_inner ul li::before {
    position: relative;
    margin-right: 19px;
    margin-left: -34px;
    top: 2px;
    color: rgba(0, 0, 0, 0.3);
    font-family: 'ETmodules';
    content: "\48";
    font-weight: 700;
    background: #887dfd !important;
    font-size: 14px;
    border-radius: 50%;
}


	ul.list-arrows, .main-content-section ul, .secondary-content-section ul, .et_pb_fullwidth_header ul, .et_pb_blurb_description ul, .et_pb_text_inner ul {
    width: 100%;
    margin: 0;
		margin-top: 15px;
    list-style: none;
		list-style-type: none !important;
		    padding: 0 0 1.5em 34px !important;
}

.single .main-content-section ul {
		margin-top: 0px;
}

.et_pb_fullwidth_header ul {
		margin-top: 34px;
	font-size: 16px !important;
}

	ul.list-checkmark li::before, .list-checkmark ul li::before {
    position: relative;
    margin-right: 10px;
    top: 6px;
    font-family: 'ETmodules';
    content: "\5e";
    font-weight: 700;
    font-size: 29px;
    color: #887dfd;
    margin-left: -39px;
}

	ul.list-checkmark, .list-checkmark ul {
    width: 100%;
    margin: 0;
		margin-top: 10px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

ul.list-checkmark li, .list-checkmark ul li {
	margin-bottom: 10px;
	padding-left: 30px;
}

.hero-subpages ul.list-checkmark {
	margin-top: 0px !important;
}


	ul.list-inline li::before {
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: rgba(0,0,0,0.3);
    font-family: 'ETmodules';
    content: "\4e";
	font-weight: 700;
    font-size: 22px;
    color: #dc0451;
}

	ul.list-inline {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

ul.list-inline li {
margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    margin-right: 8px;
    display: inline-block;
    width: auto;
    min-width: 50px;
    padding: 16px 35px 16px 25px;
    font-weight: 700;
    color: #002f5f;
}


/* 	ul.list-span li::before {
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: rgba(0,0,0,0.3);
    font-family: 'ETmodules';
    content: "\57";
	font-weight: 700;
    font-size: 13px;
    color: #dc0451;
} */

	ul.list-span {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

ul.list-span li {
margin-bottom: 15px;
    background: rgba(0,0,0,0.15);
    border-radius: 12px;
    margin-right: 5px;
    display: inline-block;
    width: auto;
    padding: 6px 10px 6px 10px;
    font-weight: 700;
    color: #fff;
	font-size: 13px;
}


.c2a-cases .dsm_card_carousel_child_description ul {
    width: 100%;
    margin: 0;
		margin-top: 25px;
    list-style: none;
		list-style-type: none !important;
		padding: 0 0 1.5em 0 !important;
}

.c2a-cases .dsm_card_carousel_child_description ul li {
margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    margin-right: 5px;
    display: inline-block;
    width: auto;
    padding: 6px 10px 6px 10px;
    font-weight: 700;
    color: #002f5f;
	font-size: 13px;
}


.box-shadow {
    box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.1);
}

.box-shadow-dark {
    box-shadow: 0 5px 25px -10px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 5px 25px -10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 5px 25px -10px rgba(0,0,0,.7);
}


.shadow-hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 75px rgba(0, 0, 0, .08);
}

.border-radius {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	overflow: hidden;
}

.et_pb_video_play:before {

}

.mfp-iframe-holder .mfp-content {
    margin-top: 8%;
}

.c2a-box {
    padding: 50px 34px;
	background: #fff;
	margin-bottom: 40px;
}

.content-box {
    padding: 40px 34px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 12px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	   box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.box-dark {
    padding: 40px 34px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 12px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	   box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.box-light {
    padding: 40px 34px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 12px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	   box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.content-box:hover {
	    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}

.box-outline {
    padding: 40px 34px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 12px;
	border: 1px solid rgba(15,2,54,0.1) !important;
}

.content-box-white {
    padding: 34px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    background: #fff;
    margin-bottom: 10px!important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

a {
    cursor: pointer !important;
    z-index: 9999 !important;
}

/* button {
    color: #fff;
    background-color: #227efb;
    padding: 16px 35px 16px 35px;
    border-radius: 0px;
	border: 2px solid #227efb;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	font-size: 16px;
	font-weight: 700;
} */

/* CUSTOM ICONS */

.icon-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #516981;
    font-family: 'ETmodules';
}

.icon-android:before {
    content: "\e009";
}

/* CONTACT ICONS */

.contact-media:before {
    position: relative;
    margin-right: 8px;
    top: 1px;
    color: #516981;
    font-family: 'ETmodules';
}

.contact-address:before {
    content: "\e009";
}

.contact-media {
    margin-bottom: 2px;
}

.contact-phone:before {
    content: "\e090";
}

.contact-login:before {
    content: "\e00";
}

.contact-email:before {
    content: "\e010";
}

.contact-fax:before {
    content: "\e103";
}



/* ANIMATION SPEED */

.et_pb_animation_right.et-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeRight;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.et_pb_animation_left.et-animated {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeLeft;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.et_pb_animation_bottom.et-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation-name: fadeBottom;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

#et-secondary-nav a {
    -webkit-transition: background-color .2s, color .2s ease-in-out;
    -moz-transition: background-color .2s, color .2s ease-in-out;
    transition: background-color .2s, color .2s ease-in-out;
}

.play {
	animation: pulse 2s infinite;
	border-radius: 500px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(120, 82, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(120, 82, 255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(120, 82, 255, 0);
      box-shadow: 0 0 0 20px rgba(120, 82, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(120, 82, 255, 0);
      box-shadow: 0 0 0 0 rgba(120, 82, 255, 0);
  }
}


/* POPUP */

.evr_fb_popup_modal {
    background: rgba(24,22,36,0.9);
}

#popup-kontakt.et_pb_section {
    background: none !important;
}

/* #popup-kontakt div.et_pb_row {
	width: 100% !important;
} */

#popup-kontakt .et_pb_contact p input, #popup-kontakt .et_pb_contact p textarea {
    padding: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    color: #666;
    background-color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 5px;
}

#popup-kontakt p.et_pb_contact_field {
    margin-bottom: 3%;
    padding: 0 0 0 3%;
}

#popup-kontakt .et_pb_contact_field textarea.et_pb_contact_message {
    min-height: 80px;
}

@media (max-width: 980px) {
	.et_pb_column .et_pb_contact p.et_pb_contact_field_half {
		width: 50%;
		clear: none;
		float: left;
	}
}


.et_pb_section.popup {
    box-shadow: none !important;
}

.et_pb_section.popup .evr-close {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    opacity: 1;
    transition: all 0.3s;
	box-shadow: none !important;
	color: #fff;
}

#et-boc .area-outer-wrap .da-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-family: Courier New,monospace;
    font-size: 50px;
    font-weight: 700;
    cursor: pointer;
    opacity: .7;
    transition: all .3s;
    pointer-events: all;
}




/* DROP DOWN MENU */

#top-menu li li a {
    width: 240px;
    padding: 6px 10px 6px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
	text-transform: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#top-menu li li:hover {
    padding-right: 8px;
}

#top-menu li li a:hover {
    color: #dc0451 !important;
}

#top-menu li li::before {
    position: relative;
    margin-right: 8px;
    top: 3px;
    color: rgba(0,0,0,0.2);
    font-family: 'ETmodules';
    content: "\35";
	float: left;
}

.nav li ul {
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.15);
}


/* *************************** RESPONSIVE MOBILE *************************** */

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

	#top-header {display: none;}
	#main-header {top: 0px !important;}

	.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-next {
    right: 15px !important;
}
	.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside .swiper-button-prev {
    left: 15px !important;
}

	.kundeudtalelser .swiper-arrow-button, .kundeudtalelser .dsm_card_carousel .swiper-button-prev, .kundeudtalelser .dsm_card_carousel .swiper-button-next {
    top: 0px !important;
}

	.custom_row .et_pb_column.first-on-mobile {
		margin-bottom: 30px !important;
	}

	span.menu-item-description {
padding-left: 0px;
}

	body #page-container .et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button, body #page-container .et_pb_section .dsm_button_1 .et_pb_button_two.et_pb_button {
		margin-left: 0px !important;
	}

	.dsm_button .et_pb_button_two {
		margin-top: 20px !important;
	}

	.lang-mobile {
	display: inline-block;
    width: 70px;
    height: 25px;
    position: absolute;
    top: 26px;
    right: 96px;
}

	.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 6px !important;
    border-color: rgba(15,2,54,0.1)!important;
}



	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {display: none;}


	.et_pb_row {
		position: relative;
		width: 90%;
	}

	#main-header .container {
		width: 90%;
	}

	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
		background-color: rgba(18,39,65,.5);
	}

	/* BTN MENU */
	#et_mobile_nav_menu .btn-menu-app a, .btn-menu a {
	margin: 20px 0px;
    padding: 16px 32px !important;
    background: #002f5f !important;
    color: #fff !important;
    border-radius: 6px;
	margin-left: auto;
    margin-right: auto;
    max-width: 86%;
		text-transform: uppercase;
	font-weight: 700;
	}

	.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 7%;
    display: block;
}

	.et_mobile_menu li a {color: #002f5f !important;}
	.et_mobile_menu li.btn-menu a {color: #fff !important;}

	.et_divi_100_custom_hamburger_menu__icon div {
	margin: 0.325rem 0 0px;
    height: 2px;
}

	.et_divi_100_custom_hamburger_menu__icon div:nth-child(2) {
    width: 70%;
	margin: 0.25rem 0 0px;
     height: 2px;
}

	.et_divi_100_custom_hamburger_menu__icon {
    position: relative;
    display: block;
    width: 2.3rem;
    height: 1.875rem;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.25rem;
    clear: both;
}

	.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 10px;
    padding-top: 13px;
}

	.et_pb_fullwidth_header.hero-front {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.dsm_button .et_pb_button_two, .et_pb_button_two.et_pb_button, body #page-container .et_pb_section .et_pb_button_two.et_pb_button {
    margin-left: 0px !important;
}


		/* CUSTOM OVERLAY */

	.et_mobile_menu {
border:0px #fff;
width:125%;
margin-left: -12.5%;
		padding-left: 5%;
		padding-right: 5%;
}





	.et_pb_promo h2 {padding-bottom: 0px;}

	.mobile-text-left {text-align: left !important;}

    .visible-phone {
        display: block !important;
    }
    .hidden-phone {
        display: none !important;
    }
    .hero-subpages {
        padding-top: 0px!important;
        padding-bottom: 50px !important;
    }

	.et_pb_fullwidth_header.hero-pullup {
		padding-top: 100px !important;
		padding-bottom: 128px !important;
	}


    .c2a-frontboxes {
        padding: 0px !important;
    background-color: rgba(255,255,255,0);
		    -webkit-box-shadow: none;
    -moz-box-shadow: none ;
    box-shadow: none;
    }
    .btn-inline .et_pb_button_module_wrapper {
        display: block;
    }
    .btn-inline-center .et_pb_button_module_wrapper {
        display: block;
    }
    .et_pb_button {
        width: 100%;
    }

	.dsm_button .et_pb_button_two {margin-left: 0px !important;}

	.et_pb_fullwidth_header_container {width: 90% !important;}

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
        margin-left: 0px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
        margin-left: 0px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
    }


	/* UDTALELSE MED IKON VENSTRE OG TEKST HØJRE */

	.et_pb_team_member {
		text-align: center;
	}

	.et_pb_team_member_description {
		display: inline-block;
		margin-left: 10px;
		margin-top: 5px;
	}

	.et_pb_team_member_image {
    display: inline-block;
}

    /* SLIDER / HERO SECTION */
    .hero-front {
        padding-top: 68px !important;
        padding-bottom: 50px !important;
    }
	.hero-front .subtitle-big {margin-bottom: -30px !important;}



.full-mobile.et_pb_row, .full-mobile.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
}

	.full-mobile.et_pb_row>.et_pb_column {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

.split-mobile {
		display: block !important;
    	min-height: 250px !important;
	}





/* MOBILE MENU */

	#main-header {

	}

/* .et_mobile_menu {
	background: #fff !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
	} */




.box-c2a {
	padding:150px 34px 34px 34px !important;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -350px 150px -50px rgba(11,31,47,0.95);
	border: 8px solid #f0f2f7;
	font-size: 14px;
}

.box-c2a:hover, .box-c2a:focus {
	padding:150px 34px 34px 34px !important;
	box-shadow: inset 0px 0px 0px 0px #CCC, inset 0px -350px 150px -50px rgba(11,31,47,0.95);
}

		/* #main-header { top: 40px !important; } */
.et_pb_fullwidth_header {
padding-top: 150px !important;
	padding-bottom: 60px !important;
}

}



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

	    body {
        font-size: 16px !important;
    }
    .title-big, .et_pb_fullwidth_header_subhead {
        font-size: 30px !important;
        line-height: 1.25em;
    }
	p.title-big, .title-big, .title-big h2, .title-big h3, .title-hero p, .title-hero h1, .title-hero h2, .title-hero h3, .title-big p, .title-big h1, .title-big h2, .title-big h3, .title-hero, .et_pb_fullwidth_header_subhead, .title-hero h2, .title-hero h3, .title-hero h1 {
        font-size: 30px !important;
        line-height: 1.25em;
    }
    .title-hero, .title-hero h2, .title-hero h3, .hero-subpages-1 h2 {
        font-size: 30px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }
	p.title-hero {
        font-size: 30px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }



    .hero-front .intro, .intro-big, .quote-big {
    font-size: 20px;
    line-height: 1.4em;
}

	.intro, .intro p, p.intro {
		font-size: 16px;
	}

    .subtitle-big, .et_pb_fullwidth_header_subhead {
        font-size: 16px;
        line-height: 1.4em;
    }
		h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
			font-size: 26px;
	}

	.quote-big, .quote-big p {
		font-size: 30px;
		line-height: 1.3em;
	}


}



/* EXTRA BREAKPOINTS RESPONSIVE */

@media only screen and (min-width: 981px) and (max-width: 1360px) {

	   .title-big, .et_pb_fullwidth_header_subhead {
        font-size: 36px !important;
        line-height: 1.25em;
    }
	p.title-big, .title-big, .title-big h2, .title-big h3 {
        font-size: 36px !important;
        line-height: 1.25em;
    }
    .title-hero, .title-hero h2, .title-hero h3, .hero-subpages-1 h2 {
        font-size: 46px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }
	p.title-hero {
        font-size: 46px !important;
        line-height: 1.25em;
        padding-bottom: 10px;
    }

}






	/*------------------------------------------------*/
/*---------[GQ - MOBILE MENU BUTTON 1]------------*/
/*------------------------------------------------*/

    .mobile_menu_bar:before {
      color: #002f5f !important;
	}
    .mobile_menu_bar::after {
            content: "MENU";
            position: relative;
            color: #15181c!important;
        	cursor: pointer;
		    top: -9px;
    		left: 2px;
	}
    .mobile_nav.opened .mobile_menu_bar:after {
        color: #15181c !important;
}


/* Alt pånær telefoner */

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

	#top-menu li.mega-menu ul li.visible-phone {
		display: none !important;
	}

	.integrationer .et_pb_text ul li {
		width: 31%;
		float: left;
		margin-right: 2%;
	}

	#main-header.et-fixed-header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

	#et-top-navigation {
		padding-left: 250px !important;
        padding-top: 35px !important;
	}

	.hero-subpages-1 {padding-right: 34px;}

	#top-menu li li.nav-label {
		font-size: 22px !important;
		margin-bottom: 0px !important;
		padding-left: 0px !important;
}

		#top-menu li li.nav-label:before {
		display: none !important;
}


		/* BTN MENU */

#main-header .btn-menu a {
        color: #fff !important;
background: #006AF9 !important;
	border: 2px solid #006AF9!important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -16px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }




	/* BTN MENU OUTLINE */

	li.btn-menu-outline {padding-right: 6px !important;}

.btn-menu-outline a {
        color: #14234e !important;
border: 1px solid #14234e !important;
		padding: 14px 30px 14px 30px !important;
        margin-top: -10px;
        border-radius: 6px;
        max-height: 44px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }
    .btn-menu-outline a:hover {
        color: #fff !important;
        background-color: #4979ff!important;
		border: 2px solid #4979ff !important;
		opacity: 1 !important;
    }
    #top-header #et-secondary-nav .btn-menu-outline.a:hover {
        color: #fff !important;
    }

	.et-fixed-header #top-menu .btn-menu-outline a {color: #14234e !important;}
	.et-fixed-header #top-menu .btn-menu-outline a:hover {color: #fff !important;}

		.et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.btn-menu.current-menu-item>a, .et-fixed-header #top-menu li.btn-menu.current_page_item>a {
		color: #fff !important
	}



	.menu-divider-left a::before {
        content: "|";
        display: inline-block;
        margin-right: 22px;
        color: #e1e1e1;
    }

	#sidebar-c2a{display: none !important;}

    .visible-phone {
        display: none !important;
    }
    .hidden-phone {
        display: block !important;
    }


	.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}

		 /* CENTER MENU LINKS
 #top-menu {
max-width: 100% !important;
}

#et-top-navigation {
text-align: left;
margin: 0 auto;
width: 100%;
	padding-left: 280px !important;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
    float: none;
}

#top-menu>li:last-child {
float: right;
} */



/* #top-menu>li:first-child {
margin-left: 34px;
}

.logo_container img{
	padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(255,255,255,0.2);
}

#top-menu a {
	    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.et_fixed_nav #et-top-navigation {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}



	.et-fixed-header .sub-menu a {color: #fff !important;}

	#main-header.et-fixed-header .nav li ul a {color: #002f5f !important;} */


/* SEARCH OPTIMERET IKON I MENU */

	@media all and (min-width: 981px) {
     #et-top-navigation,
    #top-menu-nav,
    #top-menu {
        width: 100%;
    }
    #top-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

		#et_top_search {
		float: right;
		margin: 3px 0 0 15px;
		width: 18px;
	}

		#et_top_search {
		display: none;
	}
}

@media all and (min-width: 1360px) {
	/* #et-top-navigation,
    #top-menu-nav,
    #top-menu {
        width: 97%;
    }

	#et_top_search {
		display: block;
	} */
}



    /* NAVIGATION */
    .menu-divider-left a::before {
        content: "|";
        display: inline-block;
        margin-right: 22px;
        color: #e1e1e1;
    }
    /* NAVIGATION DESKTOP */
    .sub-menu {
        border-top: none;
    }
    #main-header .nav li ul {
        border-radius: 4px;
        width: 280px;
        left: unset !important;
        border: none;
    }

	#main-header .nav li.mega-menu ul {width: 100% !important; left: unset; max-width: 480px;}

	#main-header .nav li ul ul {
        border-radius: 4px;
        width: 280px;
        left: 280px;
		top: -20px;
        border: none;
    }
	.sub-menu {background: #fff !important;}
    .sub-menu:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .sub-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 14px;
        margin-left: -14px;
    }
    .sub-menu:before {
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -11px;
    }

	ul.sub-menu ul.sub-menu:after {
display: none;
    }

		.et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {color: #002f5f !important;}

	#main-header .nav li ul a {
    color: #002f5f !important;
}

	#main-header .nav li ul a:hover {
    color: #dc0451 !important;
}



}


/* TWO BY TWO COLUMNS ON MOBILE */

	@media (max-width: 980px) {
.two_on_mob .et_pb_column{
width: 47.5%!important;
    margin-right: 5% !important;
	padding: 0 20px;
}
.two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(5){
margin: 0 25%;
	display: none !important;
}

		.two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(2), .two_on_mob .et_pb_column.et_pb_column_1_5:nth-of-type(4) {
 margin-right: 0% !important;
}

}
@media (max-width: 980px){
.et_pb_section .et_pb_row.two_on_mob div.et_pb_column.et_pb_column_1_4 {
    width: 47.5% !important;
}
	.et_pb_section .et_pb_row_4col.two_on_mob>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 47.5%!important;
    margin-right: 0 !important;
}

}



	@media (max-width: 980px) {
.two_on_mob.et_pb_gutters1 .et_pb_column{
width: 50%!important;
    margin-right: 0% !important;
}
.two_on_mob.et_pb_gutters1 .et_pb_column.et_pb_column_1_3:nth-of-type(3){
margin: 0 25%;
}
}
@media (max-width: 980px){
.et_pb_section .et_pb_row.two_on_mob.et_pb_gutters1 div.et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
}
	.et_pb_section .et_pb_row_4col.two_on_mob.et_pb_gutters1>.et_pb_column.et_pb_column_1_4:nth-of-type(even) {
    width: 50%!important;
    margin-right: 0 !important;
}

}


/* THREE BY TWO COLUMNS ON MOBILE */

	@media (max-width: 980px) {
.three_on_mob .et_pb_column{
width: 30%!important;
    margin-right: 3% !important;
	padding: 0 20px;
}

		.three_on_mob .et_pb_column.et_pb_column_1_6:nth-of-type(3), .three_on_mob .et_pb_column.et_pb_column_1_6:nth-of-type(6) {
 margin-right: 0% !important;
}

.et_pb_row.three_on_mob .et_pb_column.et_pb_column_1_6 {
		margin-bottom: 30px !important;
}

		.et_pb_row.three_on_mob {
			padding-bottom: 0px;
		}

}


/* DOWN ARROW ANIMATION */
span.scroll-down.et-pb-icon {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}


@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}





/* FLIP COLUMNS ON MOBILE */
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}

/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}

.second-on-mobile {
-webkit-order: 2;
order: 2;
}

.third-on-mobile {
-webkit-order: 3;
order: 3;
}

.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}

	.split-mobile {
		display: block !important;
    	min-height: 250px !important;
	}

/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}

}



/*** Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {display:none;}

/*** Expand the content area to fullwidth for Single WooCommerce Product Pages ***/
@media (min-width: 981px){
.single-product #left-area, .single-product #primary {
width: 100% !important;
padding: 23px 0px 0px !important;
float: none !important;
}
}




div.wpcf7 .ajax-loader {height: 0px; display: none;}

.one-half,
.one-third {
    position: relative;
    margin-right: 2%;
    float: left;
        margin-bottom: 2%;

}

.one-half { width: 49%; }
.one-third { width: 30.66%; }

.last {
    margin-right: 0 !important;
    clear: right;
}

@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}





/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 15px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #dc0451;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}








/* ANYTHING SLIDER TEMPLATE 48 */

.et_pb_column.Desktop {
    border-top: 35px solid #fff;
    border-bottom: none;
    border-left: 2px #fff;
    border-right: 2px #fff;
    border-radius: 8px 8px 0px 0px;
    position: relative;
 }

.et_pb_column.Desktop:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 25px;
    width: 12px;
    height: 12px;
    background: #f36;
    border-radius: 100px;
    box-shadow: 0 0 0 0 #f36, 24px 0 0 0 #fc9, 48px 0 0 0 #3f6;
}

  .anything .et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .anything .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 0 !important;
}

/***********menu styling*************/

.lp-15-style1 .et_pb_minimenu_item a{
    border: none;
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	    box-shadow: 0 5px 15px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,.1);
	border-radius: 6px;
}

.lp-15-style1 .et_pb_minimenu_item a {
    width: 90% !important;
}

.lp-15-style1 .et_pb_minimenu_item a.active {
    border-radius: 6px !important;
	border: none;
    border-top: 2px solid #fff;
	border-bottom: 2px solid #0078D7;
	    box-shadow: 0 5px 15px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 15px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 15px -10px rgba(0,0,0,.1);
}

.lp-15-style1 .et_pb_minimenu_item .active:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2022/01/right-arrow.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    top: 20px;
    left: 90%;
    margin-left: 15px;
}

.lp-15-style1 {
    position: relative;
    overflow: inherit !important;
}

.lp-15-style1 .et_pb_minimenu_item a {
    position: relative;
}

@media (min-width: 320px)  and (max-width: 450px) {

.et_pb_column.Desktop:before {
    content: "";
    position: absolute;
    top: -23px; }

} /***End 450px****/

@media(max-width: 800px) {

.lp-15-style1 .et_pb_minimenu_item .active:before {
      display : none !important;
}

} /*****End 800px******/

@media(min-width: 980px) and (max-width: 1030px) {

.et_pb_column.Desktop {
    z-index: 0;
}

.lp-15-style1 .et_pb_minimenu_item .active:before {
      z-index: 999;
}

} /******End 1030px*****/


.as_slide_image_wrapper {
	width: 100%;
}

/***************************
Generel
***************************/
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #5348CE;
}

::selection {
    color: #fff;
    background: #5348CE;
}

#main-content a {
    text-decoration: underline;
}

.et_pb_button.blue {
    background: var(--Primary-Sync-Blue, #006AF9) !important;
    border: 2px solid var(--Shades-Ink-Black, #006AF9) !important;
    color: #fff;

    padding: 10px;
    border-radius: 100px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.et_pb_button.blue:hover {
    background: #004096 !important;
    border-radius: 100px !important;
}

h1, h2, h3, h4, h5, h6, p, li {
    color: var(--Raisin-Black, #1D1A26) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Istok Web" !important;
}

.darkmode h1, 
.darkmode h2, 
.darkmode h3, 
.darkmode h4, 
.darkmode h5, 
.darkmode h6, 
.darkmode p,
.darkmode a,
.darkmode li {
    color: #fff !important;
}

.nospacing .et_pb_row,
.nospacing {
    padding: 0;
}

.nospacing h2 {
    padding: 0;
}

.compressed {
    max-width: 900px !important;
    margin: 0 auto;
}

.page-template-default h2,
.page-template-default h3,  
.page-template-default p,
.project-template-default p, 
.project-template-default h2,
.project-template-default h3 {
    margin-bottom: 24px;
}

.page-template-default p,
.project-template-default p {
    color: var(--Raisin-Black, #1D1A26);
    font-family: "Open Sans" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-bottom: 0;
}

.page-template-default h2,
.project-template-default h2 {
    color: #000;
    /* Headings/H2/Regular */
    font-family: "Istok Web" !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 48px !important; /* 133.333% */
    letter-spacing: -0.72px !important;
    padding-bottom: 0 !important;
}

.page-template-default h3,
.project-template-default h3 {
    color: #000;
    /* Headings/H2/Regular */
    font-family: "Istok Web" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 34px !important; /* 133.333% */
    letter-spacing: -0.72px !important;
    padding-bottom: 0 !important;
}

h3.et-cloud-app-layouts-grid-item-cursor-pointer {
    font-size: 18px !important;
}

.page-template-default h6 {
    margin-bottom: 6px;
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    padding-bottom: 0;
}

.objectfit,
.objectfit .et_pb_image_wrap,
.objectfit img  {
    height: 100% !important;
    width: 100% !important;
}

.objectfit img {
    object-fit: cover !important;
}

.increaseimg,
.increaseimg .et_pb_image_wrap {
    width: 116% !important;
}

.increaseimg img {
    width: 100% !important;
}

.et_pb_button.purple.intro {
    border: 2px solid var(--Primary-Network-Violet, #887DFD) !important;
    background: var(--Primary-Network-Violet, #887DFD) !important;
    color: var(--Shades-Ink-Black, #000) !important;
    pointer-events: none !important;
    padding: 10px !important;
    text-align: center !important;
    border-radius: 100px !important;
    text-align: center !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin-bottom: 16px;
    min-width: auto;
}

.et_pb_button.white {
    border: 2px solid var(--Shades-Ink-Black, #000) !important;
    background: var(--Shades-Pure-White, #FFF) !important;
    color: var(--Shades-Ink-Black, #000) !important;
    padding: 10px !important;
    border-radius: 100px;

    text-align: center;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

a#transparent{
    border: 2px solid #fff !important;
    background: transparent!important;
    color: #fff!important;
    padding: 10px !important;
    border-radius: 100px;

    text-align: center;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

a#transparent:hover {
    border-radius: 100px !important  ;
    border: 2px solid var(--Primary-Network-Violet, #887DFD) !important;
    background: var(--Primary-Signal-Indigo, #5348CE) !important;
    color: #fff !important
}

a#white {
    border-radius: 100px !important;
    border: 1px solid var(--Shades-Ink-Black, #000) !important;
    background: var(--Shades-Pure-White, #FFF) !important;
    color: var(--Shades-Ink-Black, #000) !important;

    padding: 10px 30px !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

a#blue,
.more-link {
    border-radius: 100px !important;
    border: 2px solid  var(--Primary-Sync-Blue, #006AF9) !important;
    background:  var(--Primary-Sync-Blue, #006AF9) !important;
    color: #fff !important;

    padding: 10px 30px !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none !important;
}

a#blue:hover,
.more-link:hover {
    background: var(--Primary-Deep-Connect, #004096) !important;
}


a#white:hover {
    border-radius: 100px !important  ;
    border: 1px solid var(--Primary-Network-Violet, #887DFD) !important;
    background: var(--Primary-Signal-Indigo, #5348CE) !important;
    color: #fff !important
}

.home .chero a#white {
    border: 0 !important;
}
.home .chero a#white:hover {
    border: 0 !important;
}

a#purple {
    border-radius: 100px !important;
    background: var(--Primary-Network-Violet, #887DFD) !important;
    padding: 10px 30px !important;
    border: 0 !important;

    color: var(--Shades-Ink-Black, #000) !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

a#purple:hover {
    border-radius: 100px;
    background: #5348CE !important;
    color: #fff !important;
}

.et_pb_text ol {
    padding: 0 0 1.5em 18px !important;
    list-style: number;
}


.et_pb_text ul li,
.et_pb_text ol li {
    color: var(--Shades-Ink-Black, #000);

    font-family: "Open Sans" !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 8px;;
}

.et_pb_text ul li::before{
    color: #887dfd!important
}

.darkmode .et_pb_text ul li::before {
    color: #fff!important;
    background: #fff !important;
}

.dsm_icon_list_wrapper .dsm_icon_list_icon {
    color: #887dfd!important;
}

.dsm_breadcrumbs>li {
    margin-left: 6px;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
    background: #5348cd !important;
}

.wp-block-ub-content-toggle-accordion-title-wrap h5 {
    color: #fff !important;
}

.et_pb_button,
.dsm_breadcrumbs_0 .dsm_breadcrumbs li.dsm_breadcrumbs_item a,
.et-fb a {
    text-decoration: none !important;
}

/***************************
In editor styling
***************************/
.media-attachments-filter-heading,
.media-frame-menu-heading {
    position: absolute;
    left: 20px;
    top: 22px;
    margin: 0;
    font-size: 13px !important;
    line-height: 1 !important;
    z-index: 151;
}

.et-db #et-boc .et-l .et-fb-settings-heading {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 26px;
    margin: 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #6c2eb9;
    color: #fff !important;
    cursor: move !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#et-cloud-app .et-cloud-app-content-wrapper .et-cloud-app-sidebar>div>h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    margin-bottom: 23px !important;
    padding-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

.et-db #et-boc .et-l .et-cloud-app__upsell-title {
    color: #4c5866 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

/***************************
Header + Navigation
***************************/
#top-menu .menu-item-has-children>a:first-child:after, 
#et-secondary-nav .menu-item-has-children>a:first-child:after {
    content: "" !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><mask id="mask0_203_222" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="0.428391" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_203_222)"><path d="M13.3746 11.9999L8.77464 7.39994L9.82839 6.34619L15.4821 11.9999L9.82839 17.6537L8.77464 16.5999L13.3746 11.9999Z" fill="black"/></g></svg>');
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    right: -6px;
    top: -4px;
}

.menu-item-277975 ul.sub-menu {
    display: none !important;
}

#top-menu li.mega-menu>ul {
    padding: 24px !important;
}

#top-menu li.mega-menu>ul li::before {
    display: none;
}

#top-menu li.mega-menu>ul li a {
    padding-left: 0;
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a,
#page-container .et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, 
#page-container .et-fixed-header #top-menu li.current_page_item>a,
#page-container #main-header .nav li ul a:hover,
#top-menu-nav>ul>li>a:hover,
#top-menu-nav .current-menu-item a,
#page-container #top-menu li.current-menu-item>a,
#page-container .et-fixed-header #top-menu li.current-menu-item>a {
    color: #5348CE !important;
}

#page-container .et-fixed-header #top-menu .btn-menu a,
#page-container #main-header #top-menu-nav .btn-menu a {
    color: #fff !important
}

#top-menu .login {
    margin-left: auto;
}

#top-menu .wpml-ls-item {
    display: none !important;
}

#et-top-navigation nav>ul>li>a {
    color: var(--Shades-Ink-Black, #000);

    font-family: "Open Sans" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-right: 8px;
}

#top-menu-nav > ul > .menu-item-has-children > a:first-child:after {
    transition: transform 0.3s ease;
}

#top-menu-nav>ul>.menu-item-has-children:hover>a:first-child:after {
    transform: rotate(90deg);
}

li.btn-menu.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-245315 {
    padding-right: 0 !important;
}

.et-fixed-header #top-menu .btn-menu a,
#main-header .btn-menu a {
    margin-right: 0 !important;
    border-radius: 100px !important;
    background: var(--Primary-Sync-Blue, #006AF9);
    color: #fff !important;

    color: var(--Shades-Pure-White, #FFF);
    text-align: center;

    /* Body/Body/Regular */
    font-family: "Open Sans" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    border: 0 !important;
}

.et-fixed-header #top-menu .btn-menu a:hover,
#main-header .btn-menu a:hover {
    border-radius: 100px !important;
    background: var(--Primary-Deep-Connect, #004096) !important;
    color: #fff !important;
    opacity: 1;
}

/***************************
Custom mega menu
***************************/
.tippy-popper,
.tippy-content .et_pb_row {
    width: 100%;
}

.tippy-content * {
    text-decoration: none !important;
}

.tippy-content {
    max-width: 1120px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.tippy-content .et_pb_section,
.tippy-content .et_pb_row {
    padding: 0 !important;
    border-radius: 20px;
}

.tippy-popper .divimegapro {
    height: auto !important;
}

.tippy-popper .et_pb_row.et_pb_row_0.et_pb_row_4col {
    display: flex;
}

.tippy-popper .et_pb_column {
    padding: 16px;
}

.tippy-popper .et_pb_row_4col .et-last-child {
    margin-bottom: 0 !important;
}

.tippy-popper .et_pb_column_1_4.et_pb_column_2 {
    margin-top: 65px;
}

.tippy-popper .et_pb_column.et_pb_column_1_4 {

}

.tippy-content {
    border-radius: 20px;
}

.tippy-popper h4 {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    padding: 0;
}

.tippy-popper .showcase {
    padding-bottom: 24px;
    border-bottom-left-radius: 12px;
}

.tippy-popper .options {
    border-bottom-right-radius: 12px;
}

.tippy-popper .showcase img {
    margin-bottom: 16px;
}

.tippy-popper .showcase h4 {
    color: var(--Shades-Pure-White, #FFF) !important;
    font-family: "Open Sans" !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin-bottom: 8px;
    padding: 0;
}

.tippy-popper .showcase p {
    color: var(--Shades-Pure-White, #FFF) !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0;
}

.tippy-popper .showcase .a {
    color: var(--Shades-Pure-White, #FFF);
}


.tippy-popper h5 {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin-top: 40px !important;
    padding: 0;
}

.tippy-popper .options h5 {
    font-weight: 400;
    margin-top: 20px !important;
}

.tippy-popper .options > h5:first-of-type {
    margin-top: 20px !important
}

.tippy-popper .et_pb_text_3 h5 {
    margin-top: 0 !important;
}

.tippy-popper .et_pb_module {
    margin-bottom: 0 !important;
}

.tippy-popper p {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 0;
    margin-bottom: 8px;
}

.tippy-popper p a {
    background: none !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    text-align: left !important;
    margin: 0;

    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

    color: var(--Shades-Ink-Black, #000);
    transition: none !important;
}

.tippy-popper .showcase p a {
    color: var(--Shades-Pure-White, #FFF);
}

.tippy-popper p a:after {
    display: none;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_500_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_500_96)"><path d="M12.9462 12.0004L8.34619 7.40043L9.39994 6.34668L15.0537 12.0004L9.39994 17.6542L8.34619 16.6004L12.9462 12.0004Z" fill="black"/></g></svg>');
    display: inline-block !important;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    position: relative;
    top: 8px;
}

.tippy-popper .et_pb_column_1 p a:after,
.tippy-popper .et_pb_column_2 p a:after  {
    display: none !important;
}

.tippy-popper .showcase p a:after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_579_326" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_579_326)"><path d="M12.9463 11.9999L8.34625 7.39994L9.4 6.34619L15.0538 11.9999L9.4 17.6537L8.34625 16.5999L12.9463 11.9999Z" fill="white"/></g></svg>');
}

.tippy-popper .options h4 {
    margin-bottom: 40px; ;
}

/***************************
Blog archive
***************************/
.cfeaturedpost *{
    text-decoration: none !important;
}

.cfeaturedpost .brbl-smart-post-item.brbl-featured {
    flex: 0 0 50% !important;
}

.cfeaturedpost .brbl-featured .brbl-smart-post-thumb {
    height: 550px !important;
    border-radius: 10px;
}

.cfeaturedpost .brbl-featured .brbl-smart-post-content {
    padding: 0 !important;
    margin-top: 40px;
}

.cfeaturedpost .brbl-featured .brbl-smart-post-content h4.brbl-post-title {
    color: var(--Shades-Ink-Black, #000);

    /* Headings/H4/Regular */
    font-family: "Istok Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.cfeaturedpost .brbl-featured .brbl-smart-post-content .brbl-post-excerpt {
    overflow: hidden;
    color: var(--Shades-Ink-Black, #000);
    text-overflow: ellipsis;
    
    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.cfeaturedpost .brbl-featured .brbl-smart-post-content .brbl-smart-post-btn a {
    background: none !important;
    padding: 0 !important;
    text-align: left !important;

    color: var(--Shades-Ink-Black, #000) !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: block;
    margin-top: -10px;
}

.cfeaturedpost .brbl-featured .brbl-smart-post-content .brbl-smart-post-btn a:after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_500_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_500_96)"><path d="M12.9462 12.0004L8.34619 7.40043L9.39994 6.34668L15.0537 12.0004L9.39994 17.6542L8.34619 16.6004L12.9462 12.0004Z" fill="black"/></g></svg>');
    display: inline-block !important;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    position: relative;
    top: 8px;
}

.cfeaturedpost .brbl-smart-post-list .brbl-smart-post-thumb {
    height: 227px !important;
    border-radius: 10px;
}

.cfeaturedpost .brbl-featured .brbl-smart-post-thumb img ,
.cfeaturedpost .brbl-smart-post-list .brbl-smart-post-thumb img {
    height: 100% !important;
    object-fit: cover;
}

.cfeaturedpost .brbl-smart-post-list .brbl-post-title {
    color: var(--Shades-Ink-Black, #000);

    /* Headings/H4/Regular */
    font-family: "Istok Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.cblogarchive .dp-dfg-items article,
.crelated .dp-dfg-items article  {
    box-shadow: none !important;
}

.cblogarchive *,
.crelated * {
    text-decoration: none !important;
}

.cblogarchive .dp-dfg-item,
.crelated .dp-dfg-item  {
    padding: 0 !important;
}

.cblogarchive .dp-dfg-items article .dp-dfg-header,
.cblogarchive .dp-dfg-items article .dp-dfg-meta,
.cblogarchive .dp-dfg-items .dp-dfg-content.entry-summary,
.crelated .dp-dfg-header,
.crelated .dp-dfg-meta,
.crelated .entry-summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.newsroom .dp-dfg-items article .dp-dfg-header {
    padding-bottom: 24px !important;
}

.newsroom .dp-dfg-items article .dp-dfg-meta {
    padding: 0 !important;
    margin-bottom: 8px;
    margin-top: -8px;
}

.crelated .entry-terms-above {
    padding: 24px 0 0 !important;
    position: unset;
}

.crelated a.term-link.article.taxonomy-post_tag,
.crelated a.term-link.whitepaper.taxonomy-post_tag  {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #887DFD !important;
    color: #fff !important;
    padding: 4px 16px;
    border-radius: 50px;
}

.crelated span.published {
    display: none;
}

.cblogarchive .dp-dfg-layout-grid .dp-dfg-image {
    height: 308px;
}

.cblogarchive .dp-dfg-layout-grid .dp-dfg-image img {
    height: 100%; 
    object-fit: cover;
}

.cblogarchive .entry-title,
.crelated .entry-title  {
    color: var(--Shades-Ink-Black, #000);

    /* Headings/H4/Regular */
    font-family: "Istok Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.cblogarchive .dp-dfg-items article .dp-dfg-meta {
    padding: 24px 0 !important;
    margin: 0;
}

.cblogarchive .dp-dfg-content.entry-summary,
.crelated .entry-summary  {
    overflow: hidden;
    color: var(--Shades-Ink-Black, #000);
    text-overflow: ellipsis;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.crelated figure.dp-dfg-image.entry-thumb {
    height: 308px; 
}

.crelated figure.dp-dfg-image.entry-thumb img {
    height: 100%;
    object-fit: cover;
}

body #page-container .cblogarchive .read-more-wrapper,
body #page-container .crelated .read-more-wrapper {
    text-align: left;
}

body #page-container .cblogarchive .read-more-wrapper a.et_pb_button.dp-dfg-more-button,
body #page-container .crelated .dp-dfg-more-button {
    padding: 0 !important;
    border: 0;
    text-align: left;

    color: var(--Shades-Ink-Black, #000) !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
body #page-container .cblogarchive .read-more-wrapper a.et_pb_button.dp-dfg-more-button:hover,
body #page-container .crelated .dp-dfg-more-button:hover {
    background: none !important;
    padding: 0 !important;
    border: 0;
    text-align: left;

    color: var(--Shades-Ink-Black, #000) !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.cblogarchive span.terms a,
.crelated span.terms a {
    border-radius: 5px;
    background: var(--Shades-Ice-Grey, #F5F7F8);
    padding: 10px; 

    color: var(--Shades-Ink-Black, #000);

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


body #page-container .cblogarchive .read-more-wrapper a.et_pb_button.dp-dfg-more-button:after,
body #page-container .crelated .read-more-wrapper a.et_pb_button.dp-dfg-more-button:after  {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_500_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_500_96)"><path d="M12.9462 12.0004L8.34619 7.40043L9.39994 6.34668L15.0537 12.0004L9.39994 17.6542L8.34619 16.6004L12.9462 12.0004Z" fill="black"/></g></svg>');
    display: inline-block !important;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    position: relative;
    top: 8px;
}

.cblogarchive .dp-dfg-filters-dropdown {
    position: absolute !important;
    right: 0;

    width: 300px;

    border-radius: 10px;
    border: 1px solid var(--Shades-Cloud-Grey, #CEDAE0);
    background: var(--Shades-Pure-White, #FFF);
}

.cblogarchive .dp-dfg-filters-dropdown p.dp-dfg-dropdown-label {
    margin-bottom: 0;
}

.dp-dfg-skin-default .dp-dfg-filter a.active, .dp-dfg-skin-default .pagination li.active a, .et-l .dp-dfg-skin-default .dp-dfg-filter a.active, .et-l .dp-dfg-skin-default .pagination li.active a{
    background: var(--Primary-Signal-Indigo, #5348CE) !important;
}

.cblogarchive .dp-dfg-skin-default[data-search-position=left] .dp-dfg-search-input {
    border-radius: 10px;
    border: 1px solid var(--Shades-Cloud-Grey, #CEDAE0);
    background: var(--Shades-Pure-White, #FFF);
    width: 600px; 

    overflow: hidden;
    color: var(--Shades-Ink-Black, #000);
    text-overflow: ellipsis;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    padding-left: 50px;
}

.cblogarchive span.et-pb-icon.dp-dfg-search-icon {
    position: absolute;
    left: 3px;
    top: 10px;
}

body #page-container .crelated .et_pb_column_1_2  .et_pb_button {
    padding: 0 !important;
    border: 0;
    text-align: left;

    color: var(--Shades-Ink-Black, #000) !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border: none !important;

    position: relative;
    top: -40px;
}

body #page-container .crelated .et_pb_column_1_2  .et_pb_button:hover {
    background: none !important;
    padding: 0 !important;
    border: 0;
    text-align: left;

    color: var(--Shades-Ink-Black, #000) !important;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border: none !important;
}

body #page-container .crelated .et_pb_column_1_2  .et_pb_button:after  {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_500_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_500_96)"><path d="M12.9462 12.0004L8.34619 7.40043L9.39994 6.34668L15.0537 12.0004L9.39994 17.6542L8.34619 16.6004L12.9462 12.0004Z" fill="black"/></g></svg>');
    display: inline-block !important;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    position: relative;
    top: 8px !important;
}

.crelated .dpdfg_filtergrid {
    margin-top: -80px;
}

/***************************
Single blog post
***************************/

.blogheader .blogherocontainer {
    display: flex !important;
    align-content: center;
    align-items: stretch;
}

.blogheader .blogherocontainer .et_pb_column_1_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

.blogheader h1 {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Istok Web" !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    letter-spacing: -0.72px !important;
}

.blogheader .tags .et_pb_text_inner a {
    border-radius: 5px;
    background: var(--Shades-Cloud-Grey, #CEDAE0);
    padding: 10px;
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none !important;
}

.blogheader .blogimg {
    max-height: 430px;
    min-height: 430px;
}

.blogheader .backtrigger {
    position: absolute;
    top: 0;
}

.blogheader .backtrigger p a {
    color: var(--Shades-Ink-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none !important;
}

.blogheader .backtrigger p:before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_487_929" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" y="24" width="24" height="24" transform="rotate(-180 24 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_487_929)"><path d="M11.0538 11.9996L15.6538 16.5996L14.6001 17.6533L8.94631 11.9996L14.6001 6.34582L15.6538 7.39957L11.0538 11.9996Z" fill="black"/></g></svg>');
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    display: inline-block;
    position: relative;
    top: 7px;
}

.blogsidebar .et_pb_module_heading {
    color: #000;
    font-family: "Istok Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.blogsidebar .dsm_social_share_buttons {
    position: relative;
    top: -40px;
}

.single-post .et_pb_section_1_tb_body .et_pb_row_1_tb_body,
.single-newsroom .et_pb_section_1_tb_body .et_pb_row_1_tb_body,
.single-e-books .et_pb_section_1_tb_body .et_pb_row_1_tb_body,
.single-position .et_pb_section_1_tb_body .et_pb_row_1_tb_body {
    max-width: 1200px;
}

.single-post p, 
.single-newsroom p, 
.single-e-books p, 
.single-position p,
.single-post ul li, 
.single-newsroom ul li, 
.single-e-books ul li, 
.single-position ul li  {
    color: var(--Raisin-Black, #1D1A26);
    font-family: "Open Sans" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/***************************
Hero module
***************************/
.chero {
    display: flex;
}

.chero .et_pb_column_1_2,
.subhero .et_pb_column_1_2  {
    margin-right: 3%;
    width: 42%;
}

.hero50 .et_pb_column_1_2 {
    margin-right: 3%;
    width: 50%;
}

.chero .et_pb_column:last-child,
.subhero .et_pb_column:last-child,
.chero .et_pb_column_1_2:nth-of-type(2),
.subhero .et_pb_column_1_2:nth-of-type(2)  {
    width: 53% !important;
}

.chero h1 {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Istok Web" !important;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -1.44px;
    padding: 0;
    margin-bottom: 16px;
}

.subhero h1 {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Istok Web" !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.96px;
}

.chero p {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans" !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    margin-bottom: 16px !important;
}

.chero ul,
.subhero ul {
    padding-bottom: 0 !important;
}

.chero .dsm_button,
.subhero .dsm_button {
    margin-top: 16px;
}

.subhero p,
.subhero p li,
.subhero p span {
    color: var(--Shades-Ink-Black, #000);

    font-family: "Open Sans" !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 16px;
}

.subhero ul li::before{
    color: #887dfd!important
}

.chero .et_pb_module {
    margin-bottom: 0 !important;
}

.chero .dsm_button {
    margin: 24px 0 !important;
}

.chero .iconline p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.chero .iconline img {
    position: relative;
    top: 5px;
}

.chero .iconline img:not(:first-of-type) {
   margin-left: 40px;
}

.chero .et_pb_button {
    padding: 10px;
    border-radius: 100px;

    text-align: center;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.chero .et_pb_button.blue {
    background: var(--Primary-Sync-Blue, #006AF9) !important;
    border: 2px solid var(--Shades-Ink-Black, #006AF9) !important;
    color: #fff;
}
.chero .et_pb_button.purple {
    border: 2px solid var(--Primary-Network-Violet, #887DFD) !important;
    background: var(--Primary-Network-Violet, #887DFD) !important;
    color: var(--Shades-Ink-Black, #000) !important;
}
.chero .et_pb_button.white {
    border: 2px solid var(--Shades-Ink-Black, #000) !important;
    background: var(--Shades-Pure-White, #FFF) !important;
    
}

.et_pb_button.white {
    border: 2px solid var(--Shades-Ink-Black, #000) !important;
    background: var(--Shades-Pure-White, #FFF) !important;
    color: var(--Shades-Ink-Black, #000) !important;
    padding: 10px;
    border-radius: 100px;

    text-align: center;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.chero .et_pb_button.blue:hover,
.chero .et_pb_button.purple:hover,
.chero .et_pb_button.white:hover  {
    background: #004096 !important;
    border-radius: 100px !important;
    color: #fff !important;
}

.chero .et_pb_button.purple.breadcrumb {
    margin-bottom: 40px !important;
    pointer-events: none !important;
}

.chero .et_pb_button.purple.breadcrumb:hover {
    pointer-events: none !important;
}

.subhero .dsm_breadcrumbs {
    margin-bottom: 24px;
}

.casehero .objectfit img {
    max-height: 400px !important;
}

.contacthero .et_pb_column.et-last-child {
    padding: 40px;
    border-radius: 10px;
    background: var(--Shades-Pure-White, #FFF);

    /* Reduced UI - Drop Shadow */
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
}

.contacthero .et-last-child h3 {
    color: var(--Shades-Ink-Black, #000);

    /* Headings/H3/Regular */
    font-family: "Istok Web" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.56px;
}

.contacthero .et-last-child h4 {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Open Sans" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 200% */
    margin-bottom: 10px;
}

/***************************
Columns
***************************/
.colbox {
    width: 100% !important;
    display: flex;
    padding: 0 !important;
    max-width: none !important;
    gap: 24px;
    margin-top: 54px;
    padding: 24px;
}

.colbox:after {
    display: none;
}

.colbox .et_pb_column {
    border-radius: 20px;
    background: var(--Shades-Pure-White, #FFF);

    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;

    margin-right: 0 !important;

}

.colbox.graybg .et_pb_column {
    background: var(--Shades-Ice-Grey, #F5F7F8) !important;
}

.colbox.graybg.hovercol .et_pb_column {
    transition: opacity 0.3s ease;
}

.colbox.graybg.hovercol .et_pb_column:hover {
    opacity: 0.8;
}

.colbox .et_pb_column .et_pb_text_inner {
    display: flex;
    flex-direction: column;
}

.colbox .et_pb_image_wrap img[src*=".svg"] {
    margin-bottom: 40px;
}

.colbox .et-last-child{
    margin-bottom: 0 !important;
}

.colbox .readmore {
    margin-top: auto;
}

.colbox .et_pb_module {
    margin-bottom: 0 !important;
}

.colbox .et_pb_image {
    padding: 0 !important;
    margin: 0 !important;
}

.colbox .et_pb_column h3,
.centerbigcol .et_pb_text h3 {
    color: var(--Shades-Slate-Depth, #131C27);

    /* Headings/H4/Regular */
    font-family: "Istok Web" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.colbox p {
    margin-top: auto;
}

.colbox p,
.centerbigcol .et_pb_text p {
    color: var(--Shades-Slate-Depth, #131C27);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.centerbigcol .et_pb_text p:last-of-type {
    margin-bottom: 0;
}

.colbox p a,
.centerbigcol .et_pb_text p a {
    background: none !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    text-align: left !important;
    margin: 0;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    transition: none !important;
    text-decoration: none !important;
}

.colbox p a:after,
.centerbigcol .et_pb_text p a:after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_500_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_500_96)"><path d="M12.9462 12.0004L8.34619 7.40043L9.39994 6.34668L15.0537 12.0004L9.39994 17.6542L8.34619 16.6004L12.9462 12.0004Z" fill="black"/></g></svg>');
    display: inline-block !important;
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    position: relative;
    top: 8px;
}

.colbox .et-last-child-2 {
    margin-bottom: unset !important;
}

/***************************
Center big column
***************************/
.centerbigcol {
    display: flex;
    width: 100% !important;
    max-width: 1358px !important;
    padding: 0 !important;
    justify-content: center;
    gap: 24px;
}

.centerbigcol:after {
    display: none;
}

.centerbigcol .et_pb_column {
    margin-right: 0 !important;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.centerbigcol .et_pb_text {
    flex: 1;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    border-radius: 10px;
    background: var(--Shades-Ice-Grey, #F5F7F8);
}

.centerbigcol .et_pb_column:nth-child(2) {
    width: 65%;
    text-align: center;
}

.centerbigcol .et_pb_column:nth-child(2) span.et_pb_image_wrap,
.centerbigcol .et_pb_column:nth-child(2) .et_pb_module {
    margin-right: 0 !important;
}

.centerbigcol h3 {
    padding-bottom: 0;
    margin-bottom: 16px;
}

/***************************
Customer stories / project slider
***************************/
.project-slider * {
    color: #fff;
    text-decoration: none !important;
}

.project-slider .splide__list {
    align-items: center;
}

.project-slider .splide__slide.is-active {
    height: 500px;
}

.project-slider .splide__slide {
    height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    border-radius: 25.161px;

    position: relative;

    transition: height 0.4s ease, transform 0.4s ease;

}

.project-slider .splide__slide::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius: inherit;
    background: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.40) 100%);
    z-index: 1;
}  

/* blur the backdrop (the bg image) under the overlay */
.project-slider .splide__slide::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius: inherit;
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    background: rgba(0,0,0,0.05);
    z-index: 0; 
}

/* keep your slide content above the overlays */
.project-slider .splide__slide > *{
    position: relative;
    z-index: 2;
}

.project-slider .categories {
    margin-bottom: 30px;
}

.project-slider .categories .category {
    border-radius: 6.29px;
    border: 1.258px solid var(--Shades-Ice-Grey, #F5F7F8);
    background: rgba(255, 255, 255, 0.01);
    padding: 12.581px;

    color: var(--Shades-Pure-White, #FFF);

    font-family: "Open Sans" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.project-slider .categories h3 {
    padding-bottom: 0;
    margin-bottom: 24px;

    color: var(--Shades-Pure-White, #FFF);

    font-family: "Istok Web" !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
}

.project-slider .excerpt {
    color: var(--Shades-Pure-White, #FFF);

    font-family: "Open Sans" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */

    margin-bottom: 24px;
}

.project-slider .splide__arrow  {
    top: unset;
    bottom: -80px;
}

.project-slider .splide__pagination {
    bottom: -85px;
}

.project-slider .splide__arrow {
    background: #fff;
    border-radius: 200px;
    border: 2px solid var(--Shades-Cloud-Grey, #CEDAE0);
    background: var(--Shades-Pure-White, #FFF);
    height: 2.5em;
    width: 2.5em;
}

.project-slider .splide__arrow svg {
    fill: #000;
    height: 1em;
    width: 1em;
}

.project-slider .splide__pagination__page {
    height: 10px;
    width: 10px; 
    background: var(--Shades-Cloud-Grey, #CEDAE0);
}

.project-slider .splide__pagination__page.is-active {
    fill: var(--Primary-Sync-Blue, #006AF9);
    background: var(--Primary-Sync-Blue, #006AF9);
    transform: scale(1);
}

/***************************
Customer case quote
***************************/
.casequote {
    padding: 80px 40px !important;
}

.casequote p {
    color: var(--Shades-Pure-White, #FFF);
    text-align: center;
    
    /* Body/Large/Regular */
    font-family: "Open Sans" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.casequote p strong {
    color: var(--Shades-Pure-White, #FFF);
    text-align: center;
    
    /* Headings/H6/SemiBold */
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */

    margin-bottom: -24px !important;
    display: block;
}

/***************************
Customer case - Why Worklinq
***************************/
.caseboxes {
    display: flex;
    gap: 24px;
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 24px !important;
}

.caseboxes:after {
    display: none !important;
}

.caseboxes .et_pb_column {
    border-radius: 20px;
    background: var(--Shades-Ice-Grey, #F5F7F8);
    padding: 24px !important;
    margin-right: 0 !important;
    width: auto;
    flex: 1;
}

.caseboxes h2 {
    color: var(--Shades-Slate-Depth, #131C27);

    font-family: "Istok Web" !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: -0.48px !important;
}

.caseboxes ul li {
    color: var(--Shades-Slate-Depth, #131C27);
    font-family: "Open Sans" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px !important;
}

/***************************
Stacked cards
***************************/
.slackedcards .et_pb_module {
    margin-bottom: 0 !important;
}

.slackedcards .et-last-child .et_pb_text { 
    border-radius: 10px;
    background: var(--Shades-Ice-Grey, #F5F7F8);
    padding: 24px !important;
}

.slackedcards .et-last-child .et_pb_text:nth-of-type(2) {
    border-top: 1px solid var(--Shades-Cloud-Grey, #CEDAE0);
    border-bottom: 1px solid var(--Shades-Cloud-Grey, #CEDAE0);
    border-radius: 0;
}

.slackedcards .et-last-child .et_pb_text h3 {
    color: var(--Shades-Slate-Depth, #131C27);

    /* Headings/H4/Regular */
    font-family: "Istok Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px; 
    margin-bottom: 8px; 
}

.slackedcards .et-last-child .et_pb_text p {
    color: var(--Shades-Slate-Depth, #131C27);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
}

/***************************
2 col - Flex centered
***************************/
.col2 .et_pb_module {
    margin-bottom: 0 !important;
}

.flex .et_pb_row{
    display: flex;
    align-items: center;
}

.col2 .et_pb_column {
    margin-right: 3%;
}

/* Primary CSS (works in modern browsers) */
.col2 .et_pb_column_1_2:has(.et_pb_image) {
    width: 65%;
}

/* Fallback CSS (for older browsers) */
.col2 .et_pb_column_1_2.has-image {
    background: blue;
}

.col2.equalwidth .et_pb_column_1_2:has(.et_pb_image) {
    width: 50%;
}

.col2:not(.leadership) h6 {
    background: #887DFD !important;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
}

/***************************
Single quote / Testimonial
***************************/
#singlequote {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#singlequote .et_pb_testimonial_portrait {
    background-size: contain;
    margin-bottom: 24px;
}

#singlequote .et_pb_testimonial_portrait:before{
    display: none;
}

#singlequote .et_pb_testimonial_description {
    margin: 0 !important;
}

#singlequote .et_pb_testimonial_content p {
    max-width: 972px;
    margin: 0 auto;

    color: var(--Shades-Ink-Black, #000);
    text-align: center;

    /* Headings/H3/Regular */
    font-family: "Istok Web" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.56px;
}

#singlequote span.et_pb_testimonial_author {
    text-align: center !important;
    margin-top: 0;

    color: var(--Shades-Ink-Black, #000);
    text-align: center;

    font-family: "Open Sans" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

/***************************
Logo slider
***************************/

.clogoslider .swiper:not(.swiper-initialized) {
    opacity: 0;
}

.clogoslider .swiper.swiper-initialized {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/***************************
3 small columns
***************************/
.smallcol3 .et_pb_module {
    margin-bottom: 0 !important;
}

.smallcol3 {
    max-width: 1130px;
    margin: 0 auto;
}

.smallcol3 .et_pb_row {
    display: flex;
    gap: 24px;
}

.smallcol3 .et_pb_column {
    border-radius: 10px;
    background: var(--Shades-Ice-Grey, #F5F7F8);
    padding: 16px;
    margin-right: 0 !important;
}

/***************************
Counter element
***************************/
.ccounter span.percent-value {
    color: var(--Shades-Ink-Black, #000);
    text-align: center;
    
    /* Headings/H2/Regular */
    font-family: "Istok Web" !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
}

.ccounter p {
    margin-bottom: 0px;
}

.ccounter .et_pb_number_counter {
    margin-bottom: 16px;
}

.ccounter .et_pb_number_counter {
    margin-bottom: 16px !important;
}

/***************************
Pricing table
***************************/
/***************************
Pricing table (responsive grid)
***************************/
.feature-table-scroller {
    width: 100%;
    overflow-x: auto;         
    -webkit-overflow-scrolling: touch;
  }
  
  .feature-table {
    display: grid;
    gap: 24px;
  }

  .feature-table {
    --label-col: 253px;
    --plan-min: 240px;
    --cols: 4;
  }
  

  .ft-header,
  .ft-row {
    display: grid;
    grid-template-columns: var(--label-col) repeat(var(--cols), minmax(var(--plan-min), 1fr));
    align-items: start;
    column-gap: 24px;
    min-width: calc(var(--label-col) + var(--cols) * var(--plan-min)); 
  }
  
  .ft-header-label,
  .ft-label {
    position: sticky;
    left: 0;
    z-index: 2;            
    background: #fff;   
  }
  
  .ft-header-label { 
    width: var(--label-col);
  }
  
  .ft-plan {
    text-align: center;
    padding: 0 16px;
  }
  
  .plan-icon svg { width: 48px; height: auto; display: block; margin: 0 auto 8px; }
  
  h3.plan-name {
    margin: 0 0 6px;
    font-family: "Istok Web", system-ui, sans-serif !important;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.3px;
  }
  p.plan-desc {
    margin: 0;
    font-family: "Open Sans", system-ui, sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    opacity: .9;
  }
  
  .ft-category {
    font-family: "Istok Web", system-ui, sans-serif !important;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
    color: var(--Shades-Ink-Black, #000);
    padding: 12px 0;
    width: var(--label-col);
    text-align: right;
  }
  
  .ft-row { row-gap: 0; }
  
  .ft-label {
    padding: 12px 8px;
    text-align: right;
    font-family: "Open Sans", system-ui, sans-serif !important;
    font-size: 15px;
    line-height: 22px;
    color: var(--Shades-Ink-Black, #000);
  }
  
  .ft-status {
    padding: 18px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .ft-status svg { width: 22px; height: 22px; }
  
  .ft-row:nth-of-type(odd) .ft-status { background: #f7f7f7; border-radius: 16px; }
  .ft-row:nth-of-type(even) .ft-status { background: #fff; }
  
  .ft-status::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #eef0f2;
  }
  .ft-row .ft-status:last-of-type::after { display: none; }
  
  .feature-addon { font-size: 0.9em; color: #444; font-style: italic; }
  
  @media (max-width: 1024px) {
    .feature-table { --label-col: 200px; --plan-min:220px; }
    h3.plan-name { font-size: 18px; line-height: 26px; }
    p.plan-desc { font-size: 13px; line-height: 20px; }
    .ft-category { font-size: 20px; }
    .ft-label { font-size: 14px; line-height: 20px; }
  }
  
  @media (max-width: 640px) {
    .feature-table { --label-col: 100px; --plan-min: 200px; }
    .plan-icon svg { width: 40px; }
    h3.plan-name { font-size: 17px; line-height: 24px; letter-spacing: -0.2px; }
    .ft-status { padding: 14px 6px; }
    .ft-status::after { right: -10px; }
    .ft-label {text-align: left;}
    .ft-category {width: 100%; text-align: left;}
  }
  .pricelist .dsm_icon_list_child {
    margin-bottom: 24px !important;
  }

  .pricelist .dsm_icon_list_items .dsm_icon_list_icon {
    color: #fff !important;
    border-radius: 100% !important;
    padding: 4px;
    font-size: 14px !important;
  }


/***************************
Insights custom filter
***************************/
.insightsfilter * {
    text-decoration: none !important;
}

.insightsfilter div#ptf-filter {
    margin-bottom: 40px;
}

.insightsfilter div#ptf-filter button {
    border-radius: 100px !important;
    border: 2px solid var(--Shades-Ink-Black, #000) !important;
    background: var(--Shades-Pure-White, #FFF) !important;
    color: var(--Shades-Ink-Black, #000) !important;
    padding: 10px 30px !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.insightsfilter div#ptf-filter button:hover {
    background: #f2f2f2 !important;
}

.insightsfilter div#ptf-filter button.ptf-btn.active{
    background: var(--Primary-Sync-Blue, #006AF9) !important;
    border: 2px solid var(--Primary-Sync-Blue, #006AF9) !important;
    color: #fff !important;
    opacity: 1;
}

.insightsfilter .ptf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    column-gap: 40px;
    row-gap: 40px;
}

.insightsfilter .ptf-grid .ptf-item {
    position: relative;
}

.insightsfilter .ptf-grid .ptf-item .ptf-type {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #887DFD !important;
    color: #fff !important;
    padding: 4px 16px 2px;
    border-radius: 50px;
    font-size: 13px;
}

.insightsfilter .ptf-grid .ptf-item .ptf-thumb img {
    width: 100% !important;
    height: 300px !important;
    border-radius: 16px;
    object-fit: cover;
}

.insightsfilter .ptf-grid .ptf-item {
    display: flex;
    flex-direction: column;
}

.insightsfilter .ptf-grid .ptf-item h3.ptf-title {
    color: var(--Shades-Ink-Black, #000);
    font-family: "Istok Web";
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: -0.48px !important;
    margin-bottom: 24px !important;
}

.insightsfilter .ptf-grid .ptf-item .ptf-excerpt {
    overflow: hidden;
    color: var(--Shades-Ink-Black, #000);
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px !important;
}

.insightsfilter .ptf-grid .ptf-item a.ptf-readmore {
    padding: 0 !important;
    border: 0;
    text-align: left;
    color: var(--Shades-Ink-Black, #000) !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.insightsfilter .ptf-grid .ptf-item a.ptf-readmore:after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_500_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_500_96)"><path d="M12.9462 12.0004L8.34619 7.40043L9.39994 6.34668L15.0537 12.0004L9.39994 17.6542L8.34619 16.6004L12.9462 12.0004Z" fill="black"/></g></svg>');
    display: inline-block !important;
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    position: relative;
    top: 8px;
}

.insightsfilter .dp-dfg-pagination {
    margin-top: 60px;
}

.insightsfilter .dp-dfg-pagination .pagination a {
    font-size: 16px !important;
}

/***************************
Custom styling for career output
***************************/
.cjob h4 {
    color: var(--Shades-Ink-Black, #000);

    /* Headings/H4/Regular */
    font-family: "Istok Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    margin-bottom: 14px !important;
}

.cjob .dp-dfg-content.entry-summary {
    overflow: hidden;
    color: var(--Shades-Ink-Black, #000);
    text-overflow: ellipsis;

    /* Body/Body/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    max-width: none;
}

#page-container .cjob a.et_pb_button.dp-dfg-more-button {
    border-radius: 100px !important;
    border: 2px solid var(--Shades-Ink-Black, #000) !important;
    background: var(--Shades-Pure-White, #FFF) !important;
    color: var(--Shades-Ink-Black, #000) !important;
    padding: 10px 30px !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#page-container .cjob a.et_pb_button.dp-dfg-more-button:hover {
    border-radius: 100px !important;
    border: 2px solid var(--Primary-Network-Violet, #887DFD) !important;
    background: var(--Primary-Signal-Indigo, #5348CE) !important;
    color: #fff !important;
}

/***************************
Single e-books template
***************************/
.single-e-books .et_pb_button.btn-primary,
.single-e-books .wp-block-button__link {
    background: var(--Primary-Sync-Blue, #006AF9) !important;
    border: 2px solid var(--Shades-Ink-Black, #006AF9) !important;
    color: #fff;
    padding: 10px;
    border-radius: 100px !important;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none !important;
}

body.single-e-books .et_pb_button.btn-primary:hover,
body.single-e-books .wp-block-button__link:hover {
    background: #004096 !important;
    border-radius: 100px !important;
}

/***************************
Footer
***************************/
.footer-toggle-arrow {
    display: inline-block;
    margin-left: 8px;
    transition: transform .2s ease;
    vertical-align: middle;
    position: absolute;
    right: 0;
}


.footer-toggle-arrow.rotated {
    transform: rotate(180deg);
}

.et-l--footer p {
    color: rgba(255,255,255,0.6) !important;
}

@media only screen and (max-width: 700px) {
    .et-l--footer .et_pb_row_2_tb_footer .et_pb_column_1_6 {
        width: 100%;
    }
    .et-l--footer .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
        margin-bottom: 0;
    }
    .et-l--footer .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        margin-right: 0;
    }
}

/***************************
Main responsive settings - 1260
***************************/
@media only screen and (max-width: 1260px) {
    #top-menu li {
        padding-right: 15px;
    }
    #top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
        padding-right: 10px;
    }
    #top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
        right: -14px;
    }
}

/***************************
Main responsive settings - 1200
***************************/
/*centerbigcol*/
@media only screen and (max-width: 1200px) {
    .centerbigcol .et_pb_column:nth-child(2) {
        display: none !important;
    }
    .centerbigcol .et_pb_text {
        margin-bottom: 20px !important;
    }
    .cfeaturedpost .brbl-smart-post-wrapper{
        display: block !important;
    }
    .cfeaturedpost  .brbl-smart-post-list {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/***************************
Main responsive settings - 1080px
***************************/
@media only screen and (max-width: 1080px) {
    .cblogarchive .dp-dfg-filters.dp-dfg-filters-dropdown-layout {
        display: block !important;
    }
    .cblogarchive .dp-dfg-search {
        justify-content: left !important;  
    }
    .cblogarchive .dp-dfg-filters-dropdown {
        position: relative !important;
        margin-top: 20px;
    }
    #main-header .btn-menu a {
        display: none;
    }
    /*Generel*/
    h1 {
        font-size: 48px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 56px !important;
        letter-spacing: -0.96px !important;
    }
}

/***************************
Main responsive settings - 980px
***************************/
@media only screen and (max-width: 980px) {
    /*Generel*/
    h1 {
        font-size: 48px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 56px !important;
        letter-spacing: -0.96px !important;
    }
    .page-template-default h2, 
    .project-template-default h2 {
        font-size: 30px !important;
        line-height: 44px !important;
    }
    .page-template-default h3, 
    .project-template-default h3 {
        font-size: 24px !important;
        line-height: 32px !important; 
    }
    .et_pb_section_0 {
        padding-top: 30px;
    }
    #logo {
        margin-left: 20px;
    }

    /*Header*/
    .et_header_style_left .logo_container {
        left: 0; 
        right: 0;
    }
    #main-header .container {
        width: 100%;
        padding: 0 32px;
    }
    .et_mobile_menu {
        width: 100% !important;
        background: var(--Primary-Deep-Connect, #004096) !important;
        padding: 24px !important;
        right: 0 !important;
        left: 0 !important;
        margin: 0 !important;
    }
    .et_mobile_menu li a {
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 24px;
        padding: 16px 0px !important;
        color: #fff !important;
    }
    ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
        top: 15px;
        position: relative;
        font-family: "ETModules";
        content: '\33';
        color: #fff;
        background: none;
        border-radius: 0;
        padding: 3px;
        font-size: 32px;
    }
    ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
        text-align: right;
        right: 0;
        opacity: 1;
    }
    ul.et_mobile_menu .wpml-ls-item {
        display: none !important;
    }
    div#et-main-area {
        margin-top: -24px;
    }
    .et-fixed-header #top-menu .btn-menu a, #main-header .btn-menu a {
        margin: 24px auto !important;
        background: #fff !important;
        color: #000 !important;
        max-width: 300px;
    }
    ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
        background: transparent !important;
    }
    ul.et_mobile_menu .menu-item-has-children .sub-menu, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
        background: #fff !important;
        padding: 0 !important;
        margin-left: -21px;
        margin-right: -21px;
    }
    ul.et_mobile_menu .menu-item-has-children .sub-menu, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu .mobile-toggle::after {
        color: #000 !important;
        right: 20px;
        padding: 10px 20px !important;
    }
    ul.et_mobile_menu .menu-item-has-children .sub-menu, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu a {
        color: var(--Shades-Ink-Black, #000) !important;
    }

    /*Hero*/
    .chero {
        flex-direction: column;
    }
    .chero .et_pb_column_1_2, .subhero .et_pb_column_1_2,
    .chero .et_pb_column:last-child, .subhero .et_pb_column:last-child, .chero .et_pb_column_1_2:nth-of-type(2), .subhero .et_pb_column_1_2:nth-of-type(2) {
        margin-right: 0 !important;
        width: 100% !important;
    }
    .increaseimg, .increaseimg .et_pb_image_wrap {
        width: 100% !important;
    }

    /*colbox*/ 
    .colbox .et_pb_column {
        flex: auto;
        margin-bottom: 0;
    }

    /*Compressed*/
    .compressed {
        width: 100%;
    }

    /*Project slider*/
    div#project-splide {
        margin-bottom: 60px;
    }

    /*2 col layout*/
    .col2 .et_pb_column {
        width: 100% !important
    }
    .col2  .et_pb_row {
        flex-direction: column;
    }

    /*Insights*/
    .insightsfilter .ptf-grid,
    .cblogarchive .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items,
    .crelated .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items  {
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)) !important;
    }

    /*small col 3*/
    .smallcol3 .et_pb_row {
        flex-direction: column;
    }
    .smallcol3 .et_pb_column {
        margin-bottom: 0;
    }

    /*Footer*/
    .et-l--footer .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 48%;
    }

    /*BLOG*/
    .blogheader h1 {
        font-size: 30px !important;
    }
    .blogheader .blogherocontainer {
        flex-direction: column-reverse;
    }
    .blogsidebar {
        display: none !important;
    }
    #page-container .blogheader .blogimg {
        max-width: 90%;
        margin: 0 auto !important
    }
    .blogheader .tags .et_pb_text_inner a {
        font-size: 12px;
    }
    .blogheader .blogherocontainer .et_pb_column_1_2 {
        padding-bottom: 0;
    }
    .single .et_pb_post_content p:first-child, 
    .single .content-post p:first-child {
        font-size: 22px;
        line-height: 1.3em;
    }
    #main-header .btn-menu a {
        display: block;
    }
    .et_fixed_nav.osx .tippy-popper {
        display: none !important;
    }
}

/***************************
Main responsive settings 650px
***************************/
@media only screen and (max-width: 650px) {
    /*Generel
    .et_pb_section {
        padding-right: 20px;
        padding-left: 20px;
    }*/

    /*colbox*/ 
    .colbox {
        flex-direction: column;
        gap: 20px !important;
    }
    .colbox .et_pb_column,
    .centerbigcol .et_pb_text {
        flex: 100%;
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .centerbigcol{
        flex-direction: column;
        gap: 0;
    }
    .et_pb_row.et_pb_row_6.centerbigcol {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .centerbigcol .et-last-child {
        margin-top: -32px;
    }
    .centerbigcol .et_pb_column {
        width: 100%;
        gap: 20px !important
    }
    .compressed {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*Stacked cards*/
    .slackedcards .et-last-child .et_pb_text {
        margin-bottom: 20px !important;
        border: none !important;
        border-radius: 20px !important;
    }
    .insightsfilter div#ptf-filter button {
        padding: 10px 15px !important;
        margin-bottom: 8px;
    }
    .cblogarchive .dp-dfg-skin-default[data-search-position=left] .dp-dfg-search-input {
        width: 100% !important;
    }
    /*Insights*/
    .insightsfilter .ptf-grid,
    .cblogarchive .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items,
    .crelated .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items  {
        grid-template-columns: repeat(auto-fill, minmax(90%, 1fr)) !important;
    }
    /*.project-slider*/
    .project-slider .categories .category {
        padding: 8px;
    }
    .project-slider .excerpt {
        font-size: 14px;
    }
    .project-slider .splide__slide.is-active {
        height: 460px;
    }

    .et-l--footer .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 100%;
    }
}

/***************************
Main responsive settings 400px
***************************/
@media only screen and (max-width: 650px) {
    /*Generel*/
    h1 {
        font-size: 40px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 50px !important;
        letter-spacing: -0.96px !important;
    }
}