



/* 1. Variables */

/* 1a. Layouts */




/* 1b. Global colors */








/* 1c. Global fonts */




/* 1d. Typography */











/* 1e. Buttons */










/* 1e. Forms */







/* 1f. Tables */








/* Blog */














/* Scroll to top */





/* 2. Containers / Grid / DnD Areas */

body {
  background-color: #ffffff;
}

.growfast-content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 64px 0;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

/* 3. Typography  */

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

hr{
  background-color: #000000;
}

/* Anchors */

a {
  color: #2c6180;
}

a:hover{
  color: #70c8dc;
}

/* Headings */

h1 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
  font-size: 40px;
}

h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
  font-size: 30px;
}

h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
  font-size: 24px;
}

h4 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 18px;
}

h5 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #000000;
}

/* 4. Buttons  */

button,
.button {
  background-color: #00527e;
  border: 2px solid #00527e;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

button svg path,
.button svg path {
  fill: #ffffff;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 178, 204, 1.0);
  border-color: #00b2cc;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(0, 178, 204, 1.0);
  border-color: #00b2cc;
  color: #ffffff;
}

/* 5. Forms  */

form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #000000;
}

/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #000000;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #EEEEEE;
  color: #000000;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #CCCCCC;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

#hs_form_target_widget_1643285325802 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
#hs_form_target_widget_1643285325802 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
#hs_form_target_widget_1643285325802 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
#hs_form_target_widget_1643285325802 ::-webkit-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
#hs_form_target_widget_1643285325802 ::-moz-placeholder { /* Microsoft Edge */
  color: #ffffff;
}
#hs_form_target_widget_1643285325802 :-moz-placeholder { /* Microsoft Edge */
  color: #ffffff;
}


/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #00527e;
}

.fn-date-picker td .pika-button:hover {
  background-color: #00527e !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #00527e;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #00527e;
  border: 2px solid #00527e;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: rgba(0, 178, 204, 1.0);
  border-color: #00b2cc;
  color: #ffffff;
}

/* Validation */

.hs-form-required {
  color: #990100;
}

.hs-input.invalid.error {
  border-color: #990100;
}

.hs-error-msg {
  color: #990100;
}

/* 6. Tables */

table {
  background-color: #ffffff;
  border-color: #EEEEEE;
}

th,
td {
  border-color: #EEEEEE;
  color: #000000;
}

thead th,
thead td {
  background-color: ;
  border-bottom-color: #EEEEEE;
  color: #000000;
}

tfoot td {
  background-color: #ffffff;
  color: #000000;
}

/* 9. Scroll to top  */

.growfast-scrolltop {
  background-color: rgba(244, 186, 0, 1.0);
  border: 1px solid #ffffff;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  right:1.5rem!important;
  bottom:1.5rem!important;
}
.growfast-scrolltop-svg-wrap svg path{
  fill: rgba(255, 255, 255, 1.0);
}

/* 10. Blog */

.growfast-blog-post__header__content-inner--tag-link:hover{
  color: #ffffff;
  background-color: #00527e;
  border-color: #00527e;
}

.growfast-blog__header__content-inner--tag-link:hover{
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.growfast-blog__header__bg{
  background-color: #2c6180;
}

.growfast-blog-pagination__link {
  color: #00527e;
}

.growfast-blog-pagination__link--active {
  color: #2c6180;
}

.growfast-blog-pagination__link:hover {
  color: #2c6180;
}

.growfast-blog-pagination__prev-link svg,
.growfast-blog-pagination__next-link svg {
  fill: #000000;
}

.growfast-blog-pagination__prev-link:hover svg,
.growfast-blog-pagination__next-link:hover svg {
  fill: #2c6180;
}

.growfast-blog-related-posts__title a:hover,
.growfast-blog-related-posts__title a {
  color: #000000;
}

.growfast-blog-related-posts__author {
  color: #000000;
}

.growfast-blog-related-posts__author:hover {
  color: #000000;
}

.growfast-blog-related-posts__author-info--name {
  color: #000000;
}

.growfast-blog-related-posts__content--tag-link>span:after {
  background-color: #70c8dc;
}

.growfast-blog-auhtor__inner__label {
  background-color: rgba(240, 84, 125, 1.0);
}

.growfast-blog-auhtor__inner__details__social-links svg path {
  fill: rgba(149, 149, 149, 1.0);
}

.growfast-blog-auhtor__inner__details__social-links a:hover svg path {
  fill: rgba(240, 84, 125, 1.0);
}

.growfast-blog-prev-next-posts__content--label{
  font-family: Jost;
  font-family: Jost, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
}

.growfast-blog-prev-next-posts__content--title{
  font-family: Jost;
  font-family: Jost, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
}

.growfast-blog-prev-next-posts__bg--image:after {
  background-color: rgba(17, 17, 17, 1.0); 
}

.growfast-blog-prev-next-posts__prev__content{
  height: 300px;
}

.growfast-blog-prev-next-posts__content--title svg {
  fill: rgba(255, 255, 255, 1.0); 
}

.growfast-blog-prev-next-posts__next__content,
.growfast-blog-prev-next-posts__prev__content {
  min-height: 300px;
}

/* 11. System pages */

/* 12. Modules */

.growfast-theme .lang_list_class li a {
  color: #000000;
}

.growfast-theme .lang_list_class li a:hover{
  color: #2c6180;
}

.growfast-theme .hs-common-confirm-message{
  font-size: 18px !important;
}

.growfast-theme .comment-reply-to{
  background: #00527e;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ffffff;
}

.growfast-theme .comment-reply-to:hover {
  background-color: rgba(0, 178, 204, 1.0);
  color: #ffffff;
}

.growfast-theme .comment-from h4 a,
.growfast-theme .comment-from h4 {
  color: #000000;
}

.growfast-theme .hs-search-field__suggestions #results-for {
  font-weight: 800;
}

.growfast-blog-listing1__title a:hover,
.growfast-blog-listing1__title a {
  color: #000000;
}

.growfast-blog-listing1__author {
  color: #00527e;
}

.growfast-blog-listing1__author:hover {
  color: #00527e;
}

.growfast-blog-listing1__author-info--name {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
}

.growfast-blog-listing1__content--tag-link>span:after {
  background-color: #70c8dc;
}

.growfast-blog2__title a:hover,
.growfast-blog2__title a {
  color: #000000;
}

.growfast-blog2__content--tag-link>span:after {
  background-color: #70c8dc;
}

.growfast-footer-module__navigation .hs-menu-depth-1 > a{
  font-weight: 800;
}

.growfast-testimonial2__inner
.growfast-slider__slide__content-wrapper__content,
.growfast-cta1__content-wrapper__content,
.growfast-page-header__content-wrapper__content {
  width: 1240px !important;
}

.timeline .time.time-position-change  {display:none;}
.timeline ul li:before {
    width: 30px!important;
    height: 30px!important;
    top: 18px!important;
    right: -16px!important;
    box-shadow: 0 0 0 5px #efefef!important;
}
.timeline ul li:nth-child(even):before{
left: -14px!important;
}
#timeline_Test {
    background-color: transparent!important;}


.growfast-header--header{
  background-color:transparent!important;
}
.growfast-header--header.growfast-sticky-header{
  background-color:#ffffff!important;
}

.growfast-header-wrapper{
  top: 70px;
  position: relative;
  z-index:999;
}

.growfast-header__language-switcher--label-current{color:#ffffff!important;}
.growfast-header--header.growfast-sticky-header .growfast-header__container:not(.growfast-header--mobile) .growfast-header__language-switcher--label-current{color:#000000!important;}

.Evoque_logo_slider_v1 .headers{display:none;}
.Evoque_logo_slider_v1 {padding: 0px 0!important;}
.Evoque_logo_slider_v1 .logo-inner {height: 180px!important;}
.Evoque_logo_slider_v1 .slick-arrow {bottom: 40%!important;}
.Evoque_logo_slider_v1 .slick-slide {margin: 0px 0px!important;}
.Evoque_logo_slider_v1 .slick-slide img {width: 150px!important;}

#hs_form_target_widget_1643207441916 h1 {display:none;}
#hs_form_target_widget_1643207441916 .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    font-weight: bold;
}
#hs_form_target_widget_1643207441916 .hs-input[type="checkbox"] {width:auto!important;}
#hs_form_target_widget_1643207441916 .hs-submit {text-align:center;}


.cell_16438801314352-row-0-vertical-alignment > .row-fluid {
    box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
    background-color: #fff;
    border-radius: 25px;
}

.cell_16581354459738-row-0-vertical-alignment {
    box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
    background-color: #fff;
    border-radius: 25px;
}

.cell_16438985033972-row-0-vertical-alignment {
    padding:20px;
    box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
    background-color: #fff;
    border-radius: 25px;
}

.cell_16581315486214-background-color{
    border-radius: 15px;
}


.blog-button{
  color: #ffffff;
  background: #00527e;
  padding: 12px 30px!important;
  border-width: 0px;
  border-style:solid;
  border-color: #494949 ;
  display: inline-block;
  text-decoration:none;
  transition: all 0.4s ease 0s;
  font-family:'Montserrat', Arial!important;
  font-size:18px!important;
  font-weight:700!important;
  border-radius: 8px;
}
.blog-button:hover{
  color: #ffffff;
  background: rgba(0, 178, 204,1.0);
}

.home-product-button{
  color: #ffffff;
  background: #00527e;
  padding: 12px 30px!important;
  border-width: 0px;
  border-style:solid;
  border-color: #00527e ;
  display: inline-block;
  text-decoration:none;
  transition: all 0.4s ease 0s;
  font-family:'Montserrat', Arial!important;
  font-size:18px!important;
  font-weight:700!important;
  border-radius: 8px;
  text-align:center;
  border:2px solid #00527e;
}
.home-product-button:hover{
  color: #ffffff;
  background: rgba(0, 178, 204,1.0);
  box-shadow: 0 1px 10px #ccc;
  border:2px solid #fff;
}

.landingpage-anchor-button{
  display:inline-block;
    padding:14px 30px;
    color: rgba(255, 255, 255,1.0);
    background: rgba(244, 186, 0,1.0);
    border-color: rgba(255, 255, 255,1.0);
    border-radius: 12px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
  }
.landingpage-anchor-button:hover{
 color: rgba(255, 255, 255,1.0);
    background: rgba(0, 82, 126,1.0);
    border-color: rgba(0, 0, 0,1.0);
}
  
#hs_cos_wrapper_widget_1643981909416 .dccard.cstyle_3, #hs_cos_wrapper_module_1643981986104 .dccard.cstyle_3{
  padding-top:40px!important;
}

.testimonial-widget_1643973491024 .client-detail .name{margin:0;}
.quote-box blockquote::before{top:25px; left:-25px!important; color:rgba(244, 186, 0,1.0);}
.quote-box blockquote::after{top:25px; color:rgba(244, 186, 0,1.0);}
.quote-box blockquote {padding: 1em 3.5em!important;}
.quote-box blockquote::before, .quote-box blockquote::after {
    top: 50%;
    margin-top: -100px!important;
}

.error-page{
}
.error-page {
    padding: 20rem 0;
    position: relative;
    text-align: center;
    background-image:url(https://25074557.fs1.hubspotusercontent-eu1.net/hubfs/25074557/tech-bg_big.jpg);
}
.error-page h1 {
    color: #ffffff;
}
.error-page .growfast-button--button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 18px;
    background-color: rgba(244, 186, 0,1.0);
    border-radius: 10px;
    padding: 12px 30px;
}

.error-page .growfast-button--button:hover {
    background-color: rgba(0, 178, 204,1.0);
}

#hs_cos_wrapper_module_1646933168618 .dccard.cstyle_3,
#hs_cos_wrapper_module_1646933170330 .dccard.cstyle_3,
#hs_cos_wrapper_widget_1646932862886 .dccard.cstyle_3,
#hs_cos_wrapper_module_1646933167290 .dccard.cstyle_3,
#hs_cos_wrapper_module_1643980062835 .dccard.cstyle_3,
#hs_cos_wrapper_module_1643980412052 .dccard.cstyle_3,
#hs_cos_wrapper_module_16439804287273 .dccard.cstyle_3,
#hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3 {
  min-height:450px;
  transition: all 0.4s ease 0s;
  position:relative;
  padding: 40px 25px!important;
}

@media (max-width: 992px){
#hs_cos_wrapper_module_1646933168618 .dccard.cstyle_3,
#hs_cos_wrapper_module_1646933170330 .dccard.cstyle_3,
#hs_cos_wrapper_widget_1646932862886 .dccard.cstyle_3,
#hs_cos_wrapper_module_1646933167290 .dccard.cstyle_3,
#hs_cos_wrapper_module_1643980062835 .dccard.cstyle_3,
#hs_cos_wrapper_module_1643980412052 .dccard.cstyle_3,
#hs_cos_wrapper_module_16439804287273 .dccard.cstyle_3,
#hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3 {
  min-height:auto;
}
}

#hs_cos_wrapper_module_1646933168618 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1646933170330 .dccard.cstyle_3 p,
#hs_cos_wrapper_widget_1646932862886 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1646933167290 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1643980062835 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1643980412052 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_16439804287273 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3 p
{
  min-height:225px;
}

@media (max-width: 992px){
#hs_cos_wrapper_module_1646933168618 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1646933170330 .dccard.cstyle_3 p,
#hs_cos_wrapper_widget_1646932862886 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1646933167290 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1643980062835 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1643980412052 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_16439804287273 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3 p {
  min-height:auto;
}
}

#hs_cos_wrapper_module_165813820908510 .dccard.cstyle_3,
#hs_cos_wrapper_module_165813820908512 .dccard.cstyle_3,
#hs_cos_wrapper_module_1658138209086 .dccard.cstyle_3,
#hs_cos_wrapper_module_16581382090863 .dccard.cstyle_3 {
  transition: all 0.4s ease 0s;
}


#hs_cos_wrapper_module_165813820908510 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_165813820908512 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1658138209086 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_16581382090863 .dccard.cstyle_3 p {
  min-height:155px;
}

@media (max-width: 992px){
#hs_cos_wrapper_module_165813820908510 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_165813820908512 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_1658138209086 .dccard.cstyle_3 p,
#hs_cos_wrapper_module_16581382090863 .dccard.cstyle_3 p {
  min-height:auto;
}
}

#hs_cos_wrapper_module_165813820908510 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_165813820908512 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_1658138209086 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_16581382090863 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_1646933168618 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_1646933170330 .dccard.cstyle_3:hover,
#hs_cos_wrapper_widget_1646932862886 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_1646933167290 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_1643980062835 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_1643980412052 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_16439804287273 .dccard.cstyle_3:hover,
#hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3:hover {box-shadow: 0px 30px 90px rgb(0 0 0 / 40%);}



@media (max-width: 768px)
.growfast-page-header__bg {
    min-height: 300px !important;
}
@media (max-width: 600px)
.growfast-page-header__bg {
    height: auto !important;
}
@media (max-width: 375px)
.growfast-page-header__bg {
    height: auto !important;
}


.growfast-career--module_164370741895121 .growfast-career--filter .selected{background-color: #efefef; color:#000000;}

/*.hs-blog-id-45911572426 .growfast-blog-listing1__image{display:none;}*/
.hs-blog-id-45911572426 .growfast-blog__header__content-inner--tags{display:none!important;}
.hs-blog-id-45911572426 .growfast-blog-listing1__post-image-wrapper span img {height: 200px!important;}
.hs-blog-id-45911572426 .growfast-blog-related-posts__post-image-wrapper span img {height: 200px!important;}

.hs-blog-id-45911572426 .growfast-blog-listing1__content--time{display:none;}


.hs-blog-id-45911572426 .growfast-blog-listing1__post {
    /*border-radius: 0 0 12px 12px!important;*/
    border-radius: 12px;
    min-height: 405px;
    /*border-top: 3px solid #f5c24d;*/
}
@media (max-width: 992px){
  .hs-blog-id-45911572426 .growfast-blog-listing1__post {
    min-height: auto;
  }
}

.hs-blog-id-45911572426 .growfast-blog-related-posts__content--time{display:none;}
.hs-blog-id-45911572426 .growfast-blog-related-posts__post {
    border-radius: 12px;
    min-height: 405px;
}
@media (max-width: 992px){
  .hs-blog-id-45911572426 .growfast-blog-related-posts__post {
    min-height: auto;
  }
}
.hs-blog-id-45911572426 .growfast-blog-post__header__content{background:none!important;}
.hs-blog-id-45911572426 .growfast-blog-post__header__bg--image{
   background-image:url("https://25074557.fs1.hubspotusercontent-eu1.net/hubfs/25074557/tech-bg_blog.jpg")!important;
}
.hs-blog-id-45911572426 .growfast-blog-listing1__post-summary{display:none!important;}

.growfast-blog-listing1__title a:hover{text-decoration:underline;}

.growfast-blog-listing1__post {
    box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    min-height: 800px;
}
@media (max-width: 992px){
  .growfast-blog-listing1__post {
    min-height: auto;
  }
}


.growfast-blog-listing1__post{border-radius: 12px!important;}

.hs-blog-id-45493761263 .growfast-blog-related-posts__post, .hs-blog-id-45493993957 .growfast-blog-related-posts__post {
    box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    min-height: 800px;
}
@media (max-width: 992px){
  .hs-blog-id-45493761263 .growfast-blog-related-posts__post, .hs-blog-id-45493993957 .growfast-blog-related-posts__post {
    min-height: auto;
  }
}

.hs-blog-id-45493761263 .growfast-blog-post__header__content-inner--meta{display:none!important;}

.growfast-blog-post__body {
    margin: 1rem auto 3rem!important;
}


/******** Resource Library ********/
/* Featured Box */
.cell_16444861150875-background-color {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}
.growfast-portfolio--widget_1644490266152 .growfast-portfolio--filter .selected{background-color: #efefef; color:#000000;}



.cell_1644505540758-background-color, .cell_1644505903373-background-color, .cell_16445055983583-background-color, .cell_1644505943489-background-color{ 
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  padding:35px 20px 25px 20px!important;
  justify-content: flex-start!important;
  border-top:3px solid #f1bf4c;
  transition: all 0.4s ease 0s;
}

.cell_1644505540758-background-color:hover, .cell_1644505903373-background-color:hover, .cell_16445055983583-background-color:hover, .cell_1644505943489-background-color:hover{ 
  box-shadow: 0px 30px 90px rgb(0 0 0 / 25%);
  border-top:3px solid rgba(0, 178, 204,1.0);
}

@media (min-width: 768px){
  .cell_1644505903373-vertical-alignment{justify-content: flex-start!important;}
}

.mm-menu_position-top {
    height: 55vh!important;
    border-bottom: 3px solid rgba(244, 186, 0,1.0)!important;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}

.display-none{display:none!important;}




/* HEADER FONT SIZE MOBILE */
@media (max-width: 992px){
  .growfast-custom-header--left h1,
  .growfast-custom-header--center h1{
    font-size: 30px!important;
    line-height: 1.3!important;
  }
}

/* BLACK SUBTITLES FONT SIZE MOBILE */
@media (max-width: 992px){
  .growfast-custom-header h3 {
    font-size: 26px!important;
    line-height: 1.3!important;
  }
}



.growfast-cta1__content__inner--subheading{line-height:1.3!important;}
.growfast-cta1__content__inner--description{line-height:1.3!important;}

/* FONTSIZES CTA CONTACT/CAREER MOBILE */
@media (max-width: 992px){
  .growfast-cta1__content__inner--title {
    line-height: 1.3!important;
  }
}

@media (max-width: 992px){
  .dccard h2{font-size:26px!important;}
}

/* ERFOLGSGESCHICHTEN responsive header */
@media (max-width: 768px){
.hs-blog-id-45471971575 .growfast-blog__header__bg, .hs-blog-id-45493761263 .growfast-blog__header__bg{
    height: 45vh!important;
}}
@media (max-width: 600px){
.hs-blog-id-45471971575 .growfast-blog__header__bg, .hs-blog-id-45493761263 .growfast-blog__header__bg {
    height: 45vh!important;
}}
@media (max-width: 375px){
.hs-blog-id-45471971575 .growfast-blog__header__bg, .hs-blog-id-45493761263 .growfast-blog__header__bg {
    height: 45vh!important;
}}


/* BLOG responsive header */
@media (max-width: 768px){
.hs-blog-id-45493993957 .growfast-blog__header__bg, .hs-blog-id-45472002538 .growfast-blog__header__bg{
    height: 50vh!important;
}}
@media (max-width: 600px){
.hs-blog-id-45493993957 .growfast-blog__header__bg, .hs-blog-id-45472002538 .growfast-blog__header__bg {
    height: 65vh!important;
}}
@media (max-width: 375px){
.hs-blog-id-45493993957 .growfast-blog__header__bg, .hs-blog-id-45472002538 .growfast-blog__header__bg {
    height: 70vh!important;
}}


/* NEWS responsive header */
@media (max-width: 768px){
.hs-blog-id-45911572426 .growfast-blog__header__bg{
    height: 30vh!important;
}}
@media (max-width: 600px){
.hs-blog-id-45911572426 .growfast-blog__header__bg{
    height: 25vh!important;
}}
@media (max-width: 375px){
.hs-blog-id-45911572426 .growfast-blog__header__bg{
    height: 25vh!important;
}}


/* LPs */
.cell_1644934145503-padding{border-radius:15px;}
#hs_form_target_widget_1642771771004 .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    font-weight: bold;
}
#hs_form_target_widget_1642771771004 .hs-input[type="checkbox"] {width:auto!important;}
#hs_form_target_widget_1642771771004 .hs-submit {text-align:center;}
.growfast-button-wrapper--center{display:block!important;text-align:center;}



/******** WP Featured Boxes ********/

/* ABM DE */
.cell_1650889466379-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}
/* ABM EN */
.cell_16508907514007-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}

/* LEAD DE */
.cell_1650962639587-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}
/* LEAD EN */
.cell_1650962206228-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}

/* DIGITAL SOLUTIONS DE */
.cell_16509645859979-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}
/* DIGITAL SOLUTIONS EN */
.cell_16509632817773-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}

/* Content Syndication DE */

/* Content Syndication EN */
.cell_16522031807403-padding {
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  background-color: #fff;
  border-radius: 25px;
}


/* NAVI PUSH TO TOP FIX */
.mm-page {
    margin: -70px 0 0 0;
}


/*************** JOB LANDINGPAGES ******************/

.cell_1652437474205-padding {
  border-radius:15px;
}



/*************** ES ANPASSUNGEN ********************/
.hs-content-id-48255679163 .row-number-21 .dccard.cstyle_3{
  min-height:489px!important;
}
@media (max-width: 992px){
.hs-content-id-48255679163 .row-number-21 .dccard.cstyle_3{
  min-height:auto!important;
}
}

.hs-content-id-48255679163 .row-number-21 .dccard.cstyle_3 p {
    min-height: 248px!important;
}
@media (max-width: 992px){
.hs-content-id-48255679163 .row-number-21 .dccard.cstyle_3 p {
  min-height:auto!important;
}
}

.hs-content-id-48255679163 .row-number-21 #hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3 p {
    min-height: 214px!important;
}
@media (max-width: 992px){
.hs-content-id-48255679163 .row-number-21 #hs_cos_wrapper_module_16439804312583 .dccard.cstyle_3 p {
    min-height: auto!important;
}
}

.optout-button{font-size: 14px; color:#ffffff; background-color: rgba(0, 82, 126, 1.0); border-radius: 8px; padding: 5px 15px;transition: all 0.4s ease 0s;border-color: rgba(0, 82, 126, 1.0);}
.optout-button:hover{color:#ffffff; background-color:rgba(0, 178, 204, 1.0);}

.big-optout-button{color:#ffffff; background-color: rgba(0, 82, 126, 1.0); border-radius: 8px; transition: all 0.4s ease 0s;border-color: rgba(0, 82, 126, 1.0);}
.big-optout-button:hover{color:#ffffff; background-color:rgba(0, 178, 204, 1.0); border-color:rgba(0, 178, 204, 1.0)}

.uc-embed-list button svg g path { fill:;}

.uc-embed-toggle-button.toggle-on
  > svg g path:first-child {
    fill: #549e2b;
  }
.uc-embed-toggle-button.toggle-on
  > svg g path:nth-child(3) {
    fill:none;
    fill-rule="evenodd"
  }
.uc-embed-toggle-button.toggle-off
  > svg g path:first-child {
    fill: #af2e2e;
  }
.uc-embed-toggle-button.toggle-disabled
  > svg g path:first-child {
    fill: #cccccc;
  }
.uc-embed-container h2{display:none;}
.uc-embed-container h3{font-size:18px; padding:25px 0 10px !important;}
.uc-embed-container h4{padding:0 0 24px!important; font-weight:normal;}
.uc-embed-container {padding:0 0!important;margin-top: -20px;}


.header-top-row-1-background-color{border-bottom:1px solid #cccccc!important;}
.header-top-row-2-background-color{border-bottom:1px solid #cccccc!important; line-height:16px;}

.nav-buttons{
    color: rgba(255, 255, 255,1.0);
    background: rgba(0, 178, 204,1.0);
    border-color: rgba(0, 178, 204,1.0);
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
   }
.nav-buttons:hover{
    color: rgba(255, 255, 255,1.0);
    background: rgba(244, 186, 0,1.0);
    border-color: rgba(244, 186, 0,1.0);
}
.request-demo{margin-right:10px;}

.growfast-header--header .growfast-submenu.level-1 > li > span a{
  padding: 15px 15px!important;
}

/** navigation buttons update 2024**/
/** spanish **/
.growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(5) > span > a, .growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(6) > span > a{
    background-color: #f4ba00;
    padding: 8px 10px!important;
    color: #ffffff;
    line-height: 16px;
    border-radius: 8px;
    margin-top: 13px;
    font-size: 14px!important;
}
.growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(5) > span > a > span:not(.growfast-menu-chevron):after, .growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(6) > span > a > span:not(.growfast-menu-chevron):after {
    background-color: transparent;
}

.growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(5) > span > a {
    margin-right: 10px;
}

.growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(5) > span > a:hover, .growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(6) > span > a:hover{
    background-color: #00527e!important;
    color: #ffffff!important;
}

.growfast-header__navigation.growfast-header__nav--right > nav > ul > li:nth-child(5) > span a.growfast-active-item {
    background-color: #00527e!important;
    color: #ffffff!important;
}

/** spanish **/
:lang(es) div.growfast-header__navigation.growfast-header__nav--right > nav > ul > li > span > a {font-size: 14px!important;}
/** french **/
:lang(fr) div.growfast-header__navigation.growfast-header__nav--right > nav > ul > li > span > a {font-size: 14px!important;}