:root{
 --plain-white: #FFFFFF;
 --ballpen-black: #232D46;
 --mbs-blue: #3C6ECD;
 --80-mbs-blue: #648CD7;
 --60-mbs-blue: #8CA5E1;
 --40-mbs-blue: #AFC8EB;
 --20-mbs-blue: #D7E1F5;
 --mbs-orange: #FFA041;
 --mbs-sustainability-green: #7DB428;
 --legacy-blue: #004A96;
 --legacy-orange: #F39500;

 /* Font/text values */
 --unnamed-font-family-arial: Arial;
 --unnamed-font-style-normal: normal;
 --unnamed-font-weight-normal: normal;
 --unnamed-font-weight-bold: bold;
 --unnamed-font-size-8: 8px;
 --unnamed-font-size-10: 10px;
 --unnamed-font-size-12: 12px;
 --unnamed-font-size-14: 14px;
 --unnamed-font-size-16: 16px;
 --unnamed-font-size-18: 18px;
 --unnamed-font-size-22: 22px;
 --unnamed-font-size-24: 24px;
 --unnamed-font-size-26: 26px;
 --unnamed-font-size-28: 28px;
 --unnamed-font-size-30: 30px;
 --unnamed-font-size-46: 46px;
 --unnamed-font-size-62: 62px;
 --unnamed-font-size-64: 64px;
 --unnamed-font-size-100: 100px;
 --unnamed-character-spacing-0: 0px;
 --unnamed-character-spacing-0-08: 0.08px;
 --unnamed-line-spacing-12: 12px;
 --unnamed-line-spacing-16: 16px;
 --unnamed-line-spacing-18: 18px;
 --unnamed-line-spacing-20: 20px;
 --unnamed-line-spacing-24: 24px;
 --unnamed-line-spacing-26: 26px;
 --unnamed-line-spacing-28: 28px;
 --unnamed-line-spacing-30: 30px;
 --unnamed-line-spacing-32: 32px;
 --unnamed-line-spacing-36: 36px;
 --unnamed-line-spacing-38: 38px;
 --unnamed-line-spacing-40: 40px;
 --unnamed-line-spacing-54: 54px;
 --unnamed-line-spacing-68: 68px;
 --unnamed-line-spacing-80: 80px;
 --unnamed-line-spacing-120: 120px;
}





@font-face {
 font-family: 'Roboto';  
 src: url('https://1295364.fs1.hubspotusercontent-na1.net/hubfs/1295364/a%20-%20BASF%20Blog/fonts/typography/Roboto-Regular.ttf')  format('truetype')
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

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

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
 margin: 0 auto;
 max-width: 1240px;
 padding: 0 20px;
}

.inner-wrapper{
 max-width: 1200px;
 padding: 0 32px;
 margin: 0 auto; 
}
.mbs .inner-wrapper.narrow{
 max-width: 1464px;
 padding: 0 32px;
 position: relative;
}
.mbs .inner-wrapper.narrow .mbs-cm {
 padding: 0;
}
.mbs .inner-wrapper{
 max-width: 100%;
 padding: 0 32px;
}
.mbs .inner-wrapper .mbs-cm{
 margin: 0 auto;
 float: none!important;
 position: relative;
 z-index: 1;
}
.mbs .inner-wrapper .inner-wrapper {
 padding: 0;
}
.row-fluid .il-comp[class*="span"] {
 margin: 0 auto;
}
@media (min-width: 768px){
 .full-width .inner-wrapper{
	max-width: 100%;
	padding: 0;
 }
 .inner-wrapper {
	max-width: 750px;
	padding: 0 16px;
 }
}
@media (min-width: 992px){
 .inner-wrapper {
	max-width: 970px;
 }
 .mbs .inner-wrapper .mbs-cm{
	max-width: 1464px;
	padding: 0 32px; 
 }
}

@media (min-width: 1200px){
 .inner-wrapper {
	max-width: 1170px;
 }
}


@media screen and (min-width: 1380px) {
 .content-wrapper {
	padding: 0;
 }
}

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

.dnd-section > .row-fluid {
 margin: 0 auto;
 max-width: 1200px;
}

.dnd-section .dnd-column {
 padding: 0;
}

@media (max-width: 767px) {
 .dnd-section .dnd-column {
	padding: 0;
 }
}
.il-comp{
 padding: 60px 0;
}
.type-bg{
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.align-left{
 justify-content: flex-start;
}
.align-right{
 justify-content: flex-end;
}
.align-center{
 justify-content: center;
}
@media(min-width: 1024px){
 .row-fluid [class*="span"].mode-flex,
 .mode-flex{
	display: flex;
	flex-wrap: wrap; 
 }
 .mode-flex.reversed{
	flex-direction: row-reverse;
 }
 .mode-flex.col-one > div{
	max-width: 100%;
	flex-basis: 100%;
 }
 .mode-flex.col-two > div{
	max-width: 48%;
	flex-basis: 48%;
 }

 .mode-flex.col-three > div{
	max-width: 32%;
	flex-basis: 32%; 
 }
 .mode-flex.col-four>div {
	margin-right: 16px;
 }
 .mode-flex.col-four>div {
	max-width: calc(24% - 12px);
	flex-basis: calc(24% - 12px);
 }
 .justify-between{
	justify-content: space-between;
 }
}
a.mode__abs-link{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 9;
}

.intro-pp p{
}
@media(min-width: 1024px){
 .mode-flex.col-three>div:nth-child(3n-1){
	padding: 0 15px;	
 }
}


body a.mobile-only,
.mobile-only{
 display: none;
}
@media (max-width: 1023px){
 body a.mobile-only,
 .mobile-only{
	display: block;
 }
 .hidden-xs {
	display: none!important;
 }
}


/* Default Module Styles */
@media (max-width: 1023px){
 div.widget-type-rich_text {
	padding: 0 15px;
 }
}
@media (max-width: 1170px){
 .il-comp{
	padding: 60px 30px;
 }
}
@media(max-width: 767px){
 .il-comp{
	padding: 30px 0;
 }
 img{
	max-width: 100%;
 }
}

table{
 box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 15%);
 overflow-wrap: break-word;
 border-collapse: collapse;
 border-color: transparent;
}
table td,
table th{
 border: 1px solid white;
 vertical-align: inherit;
}

/* Animated CTAs */
a.cta_button.hvr-sweep-to-right {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 box-shadow: 0 0 1px rgb(0 0 0 / 0%);
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
a.cta_button.hvr-sweep-to-right:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #000000;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0 50%;
 transform-origin: 0 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
a.cta_button.hvr-sweep-to-right:hover:before,
a.cta_button.hvr-sweep-to-left:hover:before{
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}

a.cta_button.hvr-sweep-to-left {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 box-shadow: 0 0 1px rgb(0 0 0 / 0%);
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
a.cta_button.hvr-sweep-to-left:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #000;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 100% 50%;
 transform-origin: 100% 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}





/* Popup Styles */
body .mfp-wrap{
 z-index: 999999999;
}
.white-popup.results-form-submitted .text-part {
 display: none;
}
.white-popup.results-form-submitted div.submitted-message p {
 font-size: 20px;
 font-weight: 300;
 line-height: normal;
 text-align: center;
 margin-bottom: 10px;
}
.white-popup.results-form-submitted div.submitted-message p:last-child {
 font-weight: bold;
}

div#lightbox-embedded-form {
 position: relative;
 background: #FFF; 
 padding: 120px 80px 40px; 
 width: auto;
 max-width: 680px;
 margin: 20px auto;
}
div#lightbox-embedded-form .legal-consent-container {
 padding: 0 25px;
}

body > div.hbspt-form {
 display: none;
}


div.mfp-content .popup-header,
div.mfp-content .popup-header span{
 color: #2D312D;
 font-size: 36px;
 line-height: 52px;
 text-align: center;
 margin-bottom: 20px;
}


/* After submission */
div.submitted-message {
 overflow: unset!important;
}
div.submitted-message p {    
 font-size: 20px;
 font-weight: 300;	line-height: 22px;	text-align: center;
}
div.submitted-message p:last-child {
 font-weight: bold;    
}



@media (max-width: 767px){
 .white-popup{
	padding: 50px 20px 90px;
 }

}

.popup-modal-dismiss {
 -webkit-appearance: none !important; 
}

/* New rules */
iframe,
img{
 border-radius: 18px;
}
@media (min-width: 768px){
 iframe,
 img{
	border-radius: 32px;
 }
}
.slick-dots li.slick-active button:before{
 color: var(--legacy-blue);
}
.slick-dots li button:before{
 color: var(--mbs-blue);
}


.title-effect {
 display: flex; 
 position: relative;
 gap: 10px;
}


.title-effect:before {
 background-color: var(--mbs-orange);
 content: "";
 display: block;
 height: 2px;
 left: 0;
 min-width: 32px;
 border-radius: 8px; 
}



.h1.title-effect:before{
 height: 2px;
 margin-top: 16px;
}


.title-effect.h2{
 gap: 8px;
}
.h2.title-effect:before{ 
 height: 2px;
 width: 36px;  
 margin-top: 12px;
}

.title-effect.h2 h2{
 margin-bottom: 0;
}

.title-effect.h3{
 gap: 16px;
}
.h3.title-effect{
 transform: translateX(-12px);
 width: calc(100% + 12px);
}
.title-effect.h3:before{
 min-width: 20px;
 width: 20px;
 margin-top: 10px;
}


.recent-posts .h3.title-effect {
 transform: none;
 width: auto;
 gap: 10px;
}
.recent-posts .title-effect.h3:before {
 min-width: 24px;
 width: 24px;
}
.title-effect h1,
.title-effect h2,
.title-effect h3{
 margin-top: 0;
 margin-bottom: 0;
}
@media (min-width: 744px){
 .title-effect {
	gap: 26px;
 }
 .title-effect.h2{
	gap: 22px;
	margin-top: 110px;	
	margin-bottom: 45px;
 }
 .title-effect.h3{
	gap: 16px;
 }
 .title-effect.h3:before {	
	width: 52px;
	min-width: 52px;
	margin-top: 16px;
 }
 .recent-posts .h3.title-effect {
	gap: 18px;
 }
 .recent-posts .title-effect.h3:before {
	min-width: 30px;
	width: 30px;
 }
 .h2.title-effect:before{ 
	height: 3px;
	width: 78px; 
	margin-top: 20px;
 }
 .h1.title-effect:before{
	margin-top: 30px;
	width: 75px;
	min-width: 75px;
 }
 .h3.title-effect {
	transform: translateX(-66px);
	width: calc(100% + 66px);
 }
}


@media (min-width: 1200px){
 .title-effect {
	gap: 36px;
 }
 .recent-posts .h3.title-effect {
	gap: 18px;
 }
 .title-effect.h2{
	gap: 32px;
	margin-top: 150px;	
	margin-bottom: 40px;
 }
 .title-effect.h3{
	gap: 24px;
 }
 .title-effect:before {
	height: 4px; 
	width: 82px;
	min-width: 82px;
 }
 .title-effect.h3:before {	
	width: 96px;
	min-width: 96px;
 }
 .h1.title-effect:before{
	height: 5px;	
	width: 87px;
	min-width: 87px;
	margin-top: 50px;
 }
 .h2.title-effect:before{ 
	height: 4px;
	width: 87px;
	min-width: 87px;
	margin-top: 34px;
 }
 .h3.title-effect {
	transform: translateX(-120px);
	width: calc(100% + 120px);
 }
}


main.mbs{
 position: relative;
}
main.mbs:not(.no-style):before {
 background: transparent linear-gradient(1deg,var(--mbs-blue) 0,var(--legacy-blue) 100%) 0 0 no-repeat padding-box;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 40px;
 z-index: -1;
}
li::marker {
 color: var(--mbs-blue);
}

.rel {
 position: relative;
}
a.abs-url {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 max-width: 100%;
}

@media (min-width: 1200px){
 main.mbs:before {
	width: calc((100% - 1300px)/2);
 }
}


p.recent-post-info{
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-10)/var(--unnamed-line-spacing-12) var(--unnamed-font-family-arial);
 color: var(--ballpen-black);
 letter-spacing: var(--unnamed-character-spacing-0);
}

.recent-post-content h4 {
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-26) var(--unnamed-font-family-arial);
 color: var(--ballpen-black);
}
.recent-posts.overlap ul.post-details{
 margin-left: 36px;
 margin-bottom: 10px;
}
.recent-post.rel {
 background: var(--plain-white) 0% 0% no-repeat padding-box;
 border-radius: 36px;
 box-shadow: 0px 10px 50px #00000019;
 padding: 20px;
 margin-bottom: 18px;
}
.recent-posts.overlap .single-post.clearfix {
 display: block;
 padding: 0;
}
.recent-posts.overlap .single-post .desc-w {
 max-width: 100%;
 padding: 0;
 margin-bottom: 24px;
}
.recent-posts.overlap .single-post .img-w {
 height: 200px;
 width: 100%;
 padding: 10px;
}
.single-post .part-details {
 padding: 0 24px;
 margin-top: 12px;
}
.title-side-spacing{
 margin-left: 45px;
 margin-top: 18px;
}


@media (min-width: 744px){
 .title-side-spacing {
	margin-left: 105px;
	margin-top: 45px;
 }
 .recent-post-content h4 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
 }
 p.recent-post-info{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-arial);
 }
 .single-post .part-details {
	padding: 0;
	margin-top: 18px;
 }
 .recent-posts.overlap ul.post-details{
	margin-left: 50px;
 }
 .recent-posts.overlap .single-post .desc-w{
	margin-bottom: 30px;
 }
 .recent-posts.overlap .single-post.clearfix{
	width: 50%;
	flex-basis: 50%;
 }
 .recent-posts.overlap .single-post .img-w {
	height: 300px; 
	padding: 20px;
 }
}
@media (min-width: 1200px){
 .title-side-spacing{
	margin-left: 135px;
	margin-top: 50px;
 }
 .recent-post-content h4 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-30)/var(--unnamed-line-spacing-40) var(--unnamed-font-family-arial);
 }
 p.recent-post-info{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-arial);
 }
 .recent-posts.overlap .single-post .desc-w{
	margin-bottom: 35px;
 }
 .recent-posts.overlap ul.post-details{
	margin-bottom: 20px;
 }
}


.inner-wrapper.blue-effect:before{
 background: transparent linear-gradient(1deg,var(--mbs-blue) 0,var(--legacy-blue) 100%) 0 0 no-repeat padding-box;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 40px;
 z-index: -1;
}
.mbs-border{
 border-radius: 16px;
}
@media (min-width: 744px){
 .mbs-border{
	border-radius: 30px;
 }
}
@media (min-width: 1200px){
 .inner-wrapper.blue-effect:before{
	transform: translateX(calc(-100% + 50px));
	width: 100%;
 }
 .mbs-border{
	border-radius: 36px;
 }
}
html {
 font-size: 24px;
}

@media (max-width: 767px) {
 html {
	font-size: 18px;
 }
}

@media (max-width: 480px) {
 html {
	font-size: 16px;
 }
}

body {
 color: #494A52;
 font-family: Roboto, sans-serif;
 line-height: 1.4;
 word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
 line-break: strict;
 word-break: break-all;
}

strong {
 font-weight: 700;
}

/* Anchors */

a {
 color: #0270E0;
 cursor: pointer;
 text-decoration: none;
}

a:hover, a:focus {
 text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
 color: #494A52;
 font-family: Roboto, serif;
 font-weight: 700;
 margin: 0 0 1.4rem;
}


/* Lists */

ul,
ol {
 margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
 margin: 0;
}

ul.no-list {
 list-style: none;
}

/* Code blocks */

code {
 vertical-align: bottom;
}

/* Blockquotes */

blockquote {
 border-left: 2px solid #A9A9A9;
 margin: 0 0 1.4rem;
 padding-left: 15px;
}

/* Horizontal rules */

hr {
 background-color: #CCC;
 border: none;
 color: #CCC;
 height: 1px;
}

/* Subscripts and superscripts */

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

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}

/* Focus styles */

:focus {
 outline: auto;
 outline-color: green;
}

.disable-focus-styles :focus {
 outline: none;
}




/* Typography updates */

/* Paragraphs */

p,
li{
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-arial);
 margin: 0 0 1.4rem;
}

/* Character Styles */
h1, .phone_heading-1 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-normal);
 font-size: var(--unnamed-font-size-28);
 line-height: var(--unnamed-line-spacing-36);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}
h1.h1-inh2,
h2, .phone_heading-2 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-normal);
 font-size: var(--unnamed-font-size-24);
 line-height: var(--unnamed-line-spacing-30);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}
h3, .phone_heading-3 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-normal);
 font-size: var(--unnamed-font-size-18);
 line-height: var(--unnamed-line-spacing-26);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}


h4, .phone_heading-4 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-bold);
 font-size: var(--unnamed-font-size-14);
 line-height: var(--unnamed-line-spacing-20);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--mbs-blue);
}
h5, .phone_heading-5 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-bold);
 font-size: var(--unnamed-font-size-12);
 line-height: var(--unnamed-line-spacing-18);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}

.phone_copy-1 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-normal);
 font-size: var(--unnamed-font-size-12);
 line-height: var(--unnamed-line-spacing-18);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}
.phone_copy-2 {
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-normal);
 font-size: var(--unnamed-font-size-10);
 line-height: var(--unnamed-line-spacing-12);
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}

/* Blog Exceptions */
.blog-post #hs_cos_wrapper_post_body h2,
.blog-post #hs_cos_wrapper_post_body .desktop_heading-2,
.blog-post #hs_cos_wrapper_post_body h2 span{
 font-family: var(--unnamed-font-family-arial);
 font-style: var(--unnamed-font-style-normal);
 font-weight: var(--unnamed-font-weight-bold);
 font-size: var(--unnamed-font-size-22)!important;
 line-height: var(--unnamed-line-spacing-28)!important;
 letter-spacing: var(--unnamed-character-spacing-0);
 color: var(--ballpen-black);
}
.blog-post #hs_cos_wrapper_post_body h3:not(.get-in-touch-card h3), .blog-post #hs_cos_wrapper_post_body .desktop_heading-3, .blog-post #hs_cos_wrapper_post_body h3 span {
 font-size: var(--unnamed-font-size-18)!important;
 line-height: var(--unnamed-line-spacing-22)!important;
}
.blog-post #hs_cos_wrapper_post_body h4, .blog-post #hs_cos_wrapper_post_body .desktop_heading-4, .blog-post #hs_cos_wrapper_post_body h4 span {
 font-size: var(--unnamed-font-size-16)!important;
 line-height: var(--unnamed-line-spacing-20)!important;
}
.blog-post #hs_cos_wrapper_post_body h5, .blog-post #hs_cos_wrapper_post_body .desktop_heading-5, .blog-post #hs_cos_wrapper_post_body h5 span {
 font-size: var(--unnamed-font-size-14)!important;
 line-height: var(--unnamed-line-spacing-16)!important;
}
.blog-post #hs_cos_wrapper_post_body p,
.blog-post #hs_cos_wrapper_post_body li{
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-arial);

}

/* Blog Comment Form */
.blog-post .comment-from h4 {
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-12)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-arial);
 margin-bottom: 7px;
}
.blog-post .comment-from h4 a{
 color: var(--ballpen-black);
}
.blog-post form input[type=submit]{
 background: var(--mbs-orange) 0% 0% no-repeat padding-box;
 color: var(--plain-white);
}
.blog-post .comment-date {
 display: block;
 margin: 0;
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-10)/var(--unnamed-line-spacing-12) var(--unnamed-font-family-arial);
 color: #232D46;
 margin-bottom: 15px;
}
.blog-post #comments-listing .comment-reply-to { 
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-10)/var(--unnamed-line-spacing-12) var(--unnamed-font-family-arial);
 color: var(--mbs-blue);
}
.blog-post #comments-listing .comment-reply-to:focus, 
.blog-post #comments-listing .comment-reply-to:hover {
 background-color: initial;
}
.blog-post .comment.depth-0 {
 border-top: 0;
 padding-top: 0;
 margin-top: 24px
}
.blog-post .comments-w form{
 margin-top: 24px;
}
@media (min-width: 744px){
 p,
 li {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-arial);
 }

 .tablet_copy-3 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-8);
	line-height: var(--unnamed-line-spacing-12);
	letter-spacing: var(--unnamed-character-spacing-0-08);
	color: var(--ballpen-black);
 }
 .tablet_copy-2 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-12);
	line-height: var(--unnamed-line-spacing-16);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 .tablet_copy-1 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-16);
	line-height: var(--unnamed-line-spacing-24);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 .tablet_copy-1 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-16);
	line-height: var(--unnamed-line-spacing-24);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h5, .tablet_heading-5 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-16);
	line-height: var(--unnamed-line-spacing-28);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h4, .tablet_heading-4 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-22);
	line-height: var(--unnamed-line-spacing-30);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--mbs-blue);
 }
 h3, .tablet_heading-3 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-28);
	line-height: var(--unnamed-line-spacing-38);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h1.h1-inh2,
 h2, .tablet_heading-2 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-46);
	line-height: var(--unnamed-line-spacing-54);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h1, .tablet_heading-1 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-62);
	line-height: var(--unnamed-line-spacing-68);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }

 /* Blog Exceptions */

 .blog-post #hs_cos_wrapper_post_body h2,
 .blog-post #hs_cos_wrapper_post_body .desktop_heading-2,
 .blog-post #hs_cos_wrapper_post_body h2 span{
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-22)!important;
	line-height: var(--unnamed-line-spacing-32)!important;
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }

 .blog-post #hs_cos_wrapper_post_body h3:not(.get-in-touch-card h3), .blog-post #hs_cos_wrapper_post_body .desktop_heading-3, .blog-post #hs_cos_wrapper_post_body h3 span {
	font-size: var(--unnamed-font-size-18)!important;
	line-height: var(--unnamed-line-spacing-22)!important;
 }
 .blog-post #hs_cos_wrapper_post_body h4, .blog-post #hs_cos_wrapper_post_body .desktop_heading-4, .blog-post #hs_cos_wrapper_post_body h4 span {
	font-size: var(--unnamed-font-size-16)!important;
	line-height: var(--unnamed-line-spacing-20)!important;
 }
 .blog-post #hs_cos_wrapper_post_body h5, .blog-post #hs_cos_wrapper_post_body .desktop_heading-5, .blog-post #hs_cos_wrapper_post_body h5 span {
	font-size: var(--unnamed-font-size-14)!important;
	line-height: var(--unnamed-line-spacing-16)!important;
 }
 .blog-post #hs_cos_wrapper_post_body p,
 .blog-post #hs_cos_wrapper_post_body li{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-arial);

 }


 /* Blog Comment Form */
 .blog-post .comment-from h4 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
	margin-bottom: 7px;
 }
 .blog-post .comment-from h4 a{
	color: var(--ballpen-black);
 }
 .blog-post .comment-date {
	display: block;
	margin: 0;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-14)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-arial);
	color: #232D46;
	margin-bottom: 15px;
 }
 .blog-post #comments-listing .comment-reply-to { 
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-arial);
	color: var(--mbs-blue);
 }
 .blog-post #comments-listing .comment-reply-to:focus, 
 .blog-post #comments-listing .comment-reply-to:hover {
	background-color: initial;
 }
 .blog-post .comment.depth-0 {
	border-top: 0;
	padding-top: 0;
	margin-top: 50px
 }
 .blog-post .comments-w form{
	margin-top: 50px;
 }
}
@media (min-width: 1200px){
 p,
 li {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-arial);
 }

 .desktop_copy-2 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-18);
	line-height: var(--unnamed-line-spacing-24);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 .desktop_copy-1 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-22);
	line-height: var(--unnamed-line-spacing-28);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 } 
 h5, .desktop_heading-5 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-22);
	line-height: var(--unnamed-line-spacing-28);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h4, .desktop_heading-4 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-26);
	line-height: var(--unnamed-line-spacing-32);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--mbs-blue);
 }
 h3, .desktop_heading-3 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-30);
	line-height: var(--unnamed-line-spacing-40);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h1.h1-inh2,
 h2, .desktop_heading-2 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-64);
	line-height: var(--unnamed-line-spacing-80);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 h1, .desktop_heading-1 {
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-normal);
	font-size: var(--unnamed-font-size-100);
	line-height: var(--unnamed-line-spacing-120);
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 /* Blog Exceptions */
 .blog-post #hs_cos_wrapper_post_body p,
 .blog-post #hs_cos_wrapper_post_body li{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-arial)!important;
 }
 .blog-post #hs_cos_wrapper_post_body h2,
 .blog-post #hs_cos_wrapper_post_body .desktop_heading-2,
 .blog-post #hs_cos_wrapper_post_body h2 span{
	font-family: var(--unnamed-font-family-arial);
	font-style: var(--unnamed-font-style-normal);
	font-weight: var(--unnamed-font-weight-bold);
	font-size: var(--unnamed-font-size-26)!important;
	line-height: var(--unnamed-line-spacing-32)!important;
	letter-spacing: var(--unnamed-character-spacing-0);
	color: var(--ballpen-black);
 }
 .blog-post #hs_cos_wrapper_post_body h3:not(.get-in-touch-card h3), .blog-post #hs_cos_wrapper_post_body .desktop_heading-3, .blog-post #hs_cos_wrapper_post_body h3 span {
	font-size: var(--unnamed-font-size-22)!important;
	line-height: var(--unnamed-line-spacing-26)!important;
 }
 .blog-post #hs_cos_wrapper_post_body h4, .blog-post #hs_cos_wrapper_post_body .desktop_heading-4, .blog-post #hs_cos_wrapper_post_body h4 span {
	font-size: var(--unnamed-font-size-20)!important;
	line-height: var(--unnamed-line-spacing-24)!important;
 }
 .blog-post #hs_cos_wrapper_post_body h5, .blog-post #hs_cos_wrapper_post_body .desktop_heading-5, .blog-post #hs_cos_wrapper_post_body h5 span {
	font-size: var(--unnamed-font-size-18)!important;
	line-height: var(--unnamed-line-spacing-20)!important;
 }
 /* Blog Comment Form */
 .blog-post .comment-from h4 {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-26)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
	margin-bottom: 7px;
 }
 .blog-post .comment-from h4 a{
	color: var(--ballpen-black);
 }
 .blog-post .comment-date {
	display: block;
	margin: 0;
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-arial);
	color: #232D46;
	margin-bottom: 15px;
 }
 .blog-post #comments-listing .comment-reply-to { 
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/var(--unnamed-line-spacing-24) var(--unnamed-font-family-arial);
	color: var(--mbs-blue);
 }
 .blog-post #comments-listing .comment-reply-to:focus, 
 .blog-post #comments-listing .comment-reply-to:hover {
	background-color: initial;
 }
 .blog-post .comment.depth-0 {
	border-top: 0;
	padding-top: 0;
	margin-top: 50px
 }
 .blog-post .comments-w form{
	margin-top: 50px;
 }
}
button,
.button {
 background-color: #494A52;
 border: 1px solid #494A52;
 border-radius: 6px;
 color: #FFF;
 cursor: pointer;
 display: inline-block;
 font-size: 0.92rem;
 font-weight: normal;
 height: auto;
 line-height: 1.1;
 margin: 0;
 padding: 15px 53px;
 position: relative;
 text-align: center;
 text-decoration: none;
 transition: all 0.15s linear;
 white-space: normal;
 width: auto;
 word-break: break-word;
}

button:disabled,
.button:disabled {
 background-color: #D0D0D0;
 border-color: #D0D0D0;
 color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
 background-color: #21222A;
 border-color: #21222A;
 color: #FFF;
 text-decoration: none;
}

button:active,
.button:active {
 background-color: #71727A;
 border-color: #71727A;
 color: #FFF;
 text-decoration: none;
}


.hs-button.primary,
form input[type="submit"],
form input[type="button"],
a.cta_button{
 background: transparent linear-gradient(80deg, var(--mbs-blue) 0%, var(--legacy-blue) 100%) 0% 0% no-repeat padding-box;
 border-radius: 4px; 
 text-decoration: none !important;
 border: none !important;
 outline: none !important;
 margin: 0 auto;
 line-height: 14px;
 padding: 10px 20px;
 border-radius: 12px;
 display: inline-block;
 text-align: center;
 cursor: pointer;
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
 color: var(--plain-white);
}
form input[type="submit"],
form input[type="button"]{
 background: var(--mbs-orange) 0% 0% no-repeat padding-box;
}
a.cta_button:hover {
 text-decoration: none;
 color: #fff;
}
@media (min-width: 744px){
 .hs-button.primary,
 form input[type="submit"],
 form input[type="button"],  
 a.cta_button{	
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/21px var(--unnamed-font-family-arial);
 }
}
@media (min-width: 1200px){
 .hs-button.primary,
 form input[type="submit"],
 form input[type="button"],  
 a.cta_button{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-arial);
 }
}
/* Colors */

   
  










/* Typography */



 
 

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* New Rules */
:root{
 --mbs-orange : #FFA041;
}


/* Form */

form {
 font-family: Lato, sans-serif;
}

.hs-form-field {
 margin-bottom: 1.4rem;
}

/* Labels */

form label {
 color: #33475B;
 display: block;
 font-size: 14px;
 padding-top: 0;
 margin-bottom: 0.35rem;
 text-align: left;
 width: auto;
 font-weight: bold;
}

/* Help text - legends */

form legend {
 color: #33475B;
 font-size: 0.875rem;
}

/* Inputs */

.input {
 position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
 background-color: #FFF;
 border: 2px solid #D1D6DC;
 border-radius: 3px;
 color: #33475B;
 display: inline-block;
 font-size: 0.875rem;
 padding: 0.7rem;
 width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
 outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
 max-width: 100% !important;
}

::-webkit-input-placeholder {
 color: #404040;
 font-size: 14px;
}

::-moz-placeholder {
 color: #404040;
 font-size: 14px;
}

:-ms-input-placeholder {
 color: #404040;
 font-size: 14px;
}

:-moz-placeholder {
 color: #404040;
 font-size: 14px;
}

::placeholder {
 color: #404040;
 font-size: 14px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
 margin: 0;
 padding: 0;
 list-style: none;
}

.inputs-list > li {
 display: block;
 margin: 0.7rem 0;
 padding: 0;
 width: 100%;
}

.inputs-list input,
.inputs-list span {
 font-size: 0.875rem;
 vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
 border: none;
 cursor: pointer;
 height: auto;
 line-height: normal;
 margin-right: 0.35rem;
 padding: 0;
 width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
 color: #33475B;
 content:'\01F4C5';
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
 color: #FFF;
}

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

.fn-date-picker td.is-selected .pika-button {
 background: #343A40;
 border-radius: 0;
 box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
 background-color: #343A40 !important;
 border-radius: 0 !important;
 color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
 background-color: transparent;
 border: initial;
 box-shadow: none;
 line-height: initial;
 padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
 font-size: 14px;
 margin: 0 0 1.4rem;
}

form .hs-richtext img {
 max-width: 100% !important;
}

form .header {
 background-color: transparent;
 border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
 font-size: 0.875rem;
 margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
 color: red;
}

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

.hs-error-msg {
 color: #EF6B51;
 margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
 cursor: pointer;
 display: inline-block; 
 height: auto;
 line-height: 1.1;
 margin: 0;
 position: relative;
 text-align: center; 
 text-decoration: none;
 transition: all 0.15s linear;
 white-space: normal;
 width: auto;
 word-break: break-word;
}

/* Captcha */

.grecaptcha-badge {
 margin: 0 auto;
}



/* ==========================================================================
Form - Adjustments
========================================================================== */

.hs-form .hs-form-field.hs-fieldtype-checkbox>label {
 display: block;
}

.hs-form input[type="password"], 
.hs-form input[type="text"],
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select{
 background: var(--20-mbs-blue) 0% 0% no-repeat padding-box;
 border: 1px solid transparent;
 border-radius: 12px;
 color: var(--ballpen-black);
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
 outline: none !important;
 padding: 10px 12px;
 width: 100%!important;
 min-height: 34px;
}

.hs-form input::-webkit-input-placeholder,
.hs-form textarea::-webkit-input-placeholder{
 color: var(--ballpen-black);
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
 opacity: 0.4;
}
.hs-form textarea::-webkit-input-placeholder{
 color: var(--ballpen-black);
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
}
.hs-form input:-moz-placeholder,
.hs-form textarea:-moz-placeholder{
 color: var(--ballpen-black);
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
}

.hs-form input::-moz-placeholder,
.hs-form textarea::-moz-placeholder{ 
 color: var(--ballpen-black);
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
}

.hs-form input:-ms-input-placeholder,
.hs-form textarea:-ms-input-placeholder{
 color: var(--ballpen-black);
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/14px var(--unnamed-font-family-arial);
}


@media (min-width: 744px){

 .hs-form input[type="password"], 
 .hs-form input[type="text"],
 .hs-form input[type="datetime"], 
 .hs-form input[type="datetime-local"], 
 .hs-form input[type="date"], 
 .hs-form input[type="month"], 
 .hs-form input[type="time"], 
 .hs-form input[type="week"], 
 .hs-form input[type="number"], 
 .hs-form input[type="email"], 
 .hs-form input[type="url"], 
 .hs-form input[type="search"], 
 .hs-form input[type="tel"], 
 .hs-form input[type="color"],
 .hs-form input[type="file"],
 .hs-form textarea,
 .hs-form select{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/var(--unnamed-line-spacing-20) var(--unnamed-font-family-arial);
	padding: 14px 20px;
	min-height: 46px;
 }
}

@media (min-width: 1200px){
 .hs-form input[type="password"], 
 .hs-form input[type="text"],
 .hs-form input[type="datetime"], 
 .hs-form input[type="datetime-local"], 
 .hs-form input[type="date"], 
 .hs-form input[type="month"], 
 .hs-form input[type="time"], 
 .hs-form input[type="week"], 
 .hs-form input[type="number"], 
 .hs-form input[type="email"], 
 .hs-form input[type="url"], 
 .hs-form input[type="search"], 
 .hs-form input[type="tel"], 
 .hs-form input[type="color"],
 .hs-form input[type="file"],
 .hs-form textarea,
 .hs-form select{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-28) var(--unnamed-font-family-arial);
	padding: 22px 35px;
	min-height: 67px;
 }
}

.hs-form fieldset.form-columns-2 {
 max-width: 100% !important;
}

.hs-form .hs-error-msgs{
 list-style: none;
 color: #fff;
 margin: 10px 0 -15px 0;
 padding: 0;
}

.hs-form .hs-form-field,
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field{
 margin-bottom: 30px;
}
.hs-form .hs-form-field {
 margin-bottom: 30px;
}

.hs-form select {
 outline: none !important;
}

.hs-form ul.inputs-list.multi-container {
 list-style: none;
 padding: 0;
}

.hs-form fieldset.form-columns-2 .hs-form-field + .hs-form-field{
 padding-left: 20px;
}
@media(max-width: 767px){
 .hs-form fieldset.form-columns-2 .hs-form-field + .hs-form-field{
	padding-left: 0px;
 } 
}

.hs_submit{
 text-align: center;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */




.header {
 background-color: transparent;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 99999999;
}

.header__container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.header__row-1,
.header__row-2 {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 width: 100%;
}

.header__row-1 {
 padding-top: 20px;
}

/* Navigation skipper */

.header__skip {
 height: 1px;
 left: -1000px;
 overflow: hidden;
 position: absolute;
 text-align: left;
 top: -1000px;
 width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
 height: auto;
 left: 0;
 overflow: visible;
 top: 0;
 width: auto;
}

/* Logo */

.header__logo {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: auto;
 margin-right: auto; 
 max-width: 356px;
}

.header__logo img {
 max-width: 86px;
}

.header__logo .logo-company-name {
 font-size: 28px;
 margin-top: 7px;
}

.header__logo--main {

}
@media (min-width: 480px){
 .header__logo img {
	max-width: 200px;
 }
}
@media (min-width: 768px){
 .header__logo img {
	max-width: 275px;
 }
}
@media (min-width: 1200px){
 .header__logo img {
	max-width: 356px;
 }
}


.display-f {
 display: flex;
 justify-content: space-between;
}
/* Search bar */

.header__search {
 padding: 0 22px;
 width: auto;
 display: flex; 
 align-items: center;
}

.hs-search-field__bar > form{
 position: relative;
}
.hs-search-field__bar > form:after {
 display: inline-block;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: "\f002";
 position: absolute;
 right: 10px;
 top: 10px;
}



.header__search input[type=text].hs-search-field__input {
 background-color: #FFF;
 border: 1.79px solid #D1D6DC;
 border-radius: 6px;
 color: #494A52;
 font-size: 16px;
 font-weight: 300;
 height: 40px;
 padding: 0 15px;
 padding-right: 50px;
 min-width: 180px;
}

.header__search .hs-search-field--open input[type=text].hs-search-field__input {
 border: 1.79px solid #D1D6DC;
 border-bottom: none;
 border-radius: 6px 6px 0 0;
 background-color: #FFF;
 outline: none;
}
.header__search input[type=text].hs-search-field__input:focus {
 border-color: #f59100;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=file]:focus, select:focus, textarea:focus{
 outline: none;
}

.header__search input[type=text].hs-search-field__input::placeholder {
 color: transparent;
}

body .hs-search-field--open .hs-search-field__suggestions {
 background-color: #FFF;
 border: 1.79px solid #f59100;
 border-top: 0;
 border-radius: 0 0 6px 6px;
 position: absolute;
 width: 100%;
 z-index: 10;
}
.search-controller.mobile-only .hs-search-field__suggestions li,
.header__search .hs-search-field__suggestions li {
 border-top: 1px solid #f59100;
 font-size: 22px;
}

.search-controller.mobile-only .hs-search-field__suggestions li a,
.header__search .hs-search-field__suggestions li a {
 color: #494A52;
 padding: 5px 15px;
 text-decoration: none;
 transition: background-color 0.3s;  
 color: #494a52;
 font-size: 13px;
 font-weight: 300;
}

body .hs-search-field__suggestions #results-for {
 display: none;
}


/* Language switcher */

.header__language-switcher {
 cursor: pointer;
 padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
 position: static;
}

.header__language-switcher .lang_list_class {
 border: 2px solid #D1D6DC;
 border-radius: 6px;
 box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
 color: #494A52;
 display: block; 
 font-size: 0.8rem;
 left: calc(100% - 24px);
 opacity: 0;
 min-width: 100px;
 padding-top: 0;
 text-align: left;
 top: 100%;
 transition: opacity 0.3s;
 visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
 opacity: 1;
 transition: opacity 0.3s;
 visibility: visible;
}

.header__language-switcher .lang_list_class:before {
 border-bottom-color: #D1D6DC;
 left: 70%;
 top: -25px;
}

.header__language-switcher .lang_list_class:after {
 left: 70%;
 top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
 border-bottom-color: #EBEFF3;
 top: -22px;
 transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
 border: none;
 font-size: 18px;
 padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
 border-radius: 6px 6px 0 0;
 border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
 border-bottom: none;
 border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
 background-color: #EBEFF3;
 transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
 color: #494A52; 
}

.header__language-switcher .lang_list_class li a:hover{
 color: #494A52;
}
.white-popup .lang_list_class li a:hover{
 color: #ffb928;
}

.header__language-switcher--label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
}

.header__language-switcher--label-current {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 font-size: 18px;
 margin-bottom: 5px;
 margin-left: 10px;
}

.header__language-switcher--label-current:after {
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-top: 6px solid #494A52;
 content: "";
 display: block;
 height: 0px;
 margin-left: 10px;
 margin-top: 3px;
 width: 0px;
}

a.languageChooserButton{ 
 display: block;
 min-width:  270px;
 margin-left: 32px;
}
a.languageChooserButton,
a.languageChooserButton:hover,
a.languageChooserButton:focus{
 color: #fff; 
 text-decoration: none;
}
a.languageChooserButton.mobile-only{
 margin: initial;
 min-width: initial;
}

a.languageChooserButton{
 min-width: max-content;
}



body .white-popup{
 font-weight: 300;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.75;
 letter-spacing: normal;
 color: #585657;  
 max-width:608px;  

 position: relative;
 background-color: #fff;
 border: 1px solid #999;
 border: 1px solid rgba(0,0,0,.2);
 border-radius: 6px;
 -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
 box-shadow: 0 3px 9px rgba(0,0,0,.5);
 background-clip: padding-box;
 outline: 0;
 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
 box-shadow: 0 5px 15px rgba(0,0,0,.5);

 padding: 15px;
}
.white-popup .company-image {
 text-align: center;
}
.white-popup .company-image img {
 max-width: 120px;
}
.white-popup .blue-area{    
 font-size: 24px;
 margin: 0 auto;    
 padding-top: 30px;
 padding-bottom: 30px;
 position:relative;
}
.white-popup .blue-area .text{
 text-align: center;
}
.white-popup .text-content{
 font-size: 16px;
}
.white-popup .box{
 width: 163px;
 height: 160px;  
}
.white-popup .boxContentWrapper{
 padding:0px;
}

.white-popup .text-content p:last-child {
 margin-bottom: 0;
}

.white-popup .position{
 max-width: 286px;
 margin: 0 auto;
 text-align:center;
 font-size: 12px;
}
.mfp-close-btn-in .mfp-close{
 display: none;
}
a.popup-modal-dismiss{
 position: absolute;
 top: 17px;
 right: 17px;
}
a.popup-modal-dismiss img{
 width: 19px;
}
.popupContainer {
 margin: 0 auto;
 padding-top: 37px;
 padding-bottom: 0;
}
.white-popup{
 position: relative;
 background: #FFF;        
 margin: 20px auto;
}
.mfp-fade.mfp-bg {
 opacity: 0;
 -webkit-transition: all 0.15s ease-out;
 -moz-transition: all 0.15s ease-out;
 transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
 opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
 opacity: 0;
}
.mfp-wrap{
 position: fixed;
 overflow: auto;
 top: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
 opacity: 0;
 transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
 opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
 opacity: 0;
}
.mfp-content .globe_class {
 background: none;
 width: auto;
 height: auto;
}
.mfp-content .globe_class ul.lang_list_class {
 display: block;
 position: relative;
 top: auto;
 left: auto;
 transform: none;
 padding: 0;
}
.mfp-content .header__language-switcher--label-current{
 margin: 0;
 border-bottom: 1px solid #f59100;
 padding-bottom: 10px;
}
.mfp-content .header__language-switcher--label-current:after{
 display: none;
}
.mfp-content .lang_list_class:after,
.mfp-content .lang_list_class:before{
 display: none;
}

.mfp-content .lang_list_class li{	
 text-align: left;	
}
a.lang_switcher_link{
 color: #000;
 font-weight: bold;
}
.mfp-content .lang_list_class li,
.mfp-content .lang_list_class li:last-child,
.mfp-content .lang_list_class li:first-child{
 border-left: none;
 border-right: none;
 border-top: none;
 border-bottom: none;
 padding: 0;
 margin: 15px 0;
}

.mfp-content .close{
 margin-top: -6px;
 color: #000;
 opacity: 1;
 font-size: 30px;
 text-decoration: none;
}


body .mfp-wrap {
 z-index: 999999999
}


.white-popup {
 position: relative;
 background: #FFF;
 padding: 15px;
 width: auto;
 max-width: 680px;
 margin: 20px auto
}


div.mfp-content .popup-header,
div.mfp-content .popup-header span {
 color: #2d312d;
 font-size: 21px;
 line-height: 32px;
 text-align: left;
 margin-bottom: 20px;
 padding-top: 15px;
}

div.mfp-content p {
 color: #2d312d;
 font-weight: 300;
 line-height: 22px;
 margin: 0;
 text-align: center; 
 font-size: 16px
}

div.mfp-content .text-part>p {
 font-size: 18px;
 font-weight: 300;
 line-height: 22px;
 text-align: center
}

div.mfp-content .text-part {
 margin-bottom: 40px
}


div.mfp-content form p{
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-8)/var(--unnamed-line-spacing-12) var(--unnamed-font-family-arial);
 letter-spacing: var(--unnamed-character-spacing-0-08);
 color: var(--ballpen-black);
}
div#lightbox-embedded-form{
 padding: 36px;
}
div#lightbox-embedded-form h3#hs_cos_wrapper_footer_social_blog_subscribe_title{
 display: none;
}
div#lightbox-embedded-form .modal-header {
 margin-bottom: 32px;
}
div#lightbox-embedded-form form{
 padding: 0 20px;
}
 div#lightbox-embedded-form .h3.title-effect {
	transform: translateX(-32px);
	margin-bottom: 32px;
 }
@media (min-width: 768px){
 div.mfp-content form p{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-8)/var(--unnamed-line-spacing-12) var(--unnamed-font-family-arial);
 }
 div#lightbox-embedded-form form{
	padding: 0 40px;
 }
 div#lightbox-embedded-form .h3.title-effect {
	transform: translateX(-34px);
 }
}
@media (min-width: 1200px){
 div.mfp-content form p{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-12)/var(--unnamed-line-spacing-18) var(--unnamed-font-family-arial);
 }
 div#lightbox-embedded-form form{
	padding: 0 80px;
 }
 div#lightbox-embedded-form .h3.title-effect {
	transform: translateX(-38px);
 }
}
@media(max-width: 1023px) {
 .white-popup {
	padding:50px 20px 90px
 }  
 div#lightbox-embedded-form{
	padding: 20px 32px 20px;
 }
} 


/* Navigation */

#nav-toggle {
 display: none;
}

.header__menu--flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 1023px) {
 .header__column {
	width: 100%;
 }
}

/* Mobile styles */

@media (max-width: 1023px) {
 .header__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
 }
 .header__container.for-menu{
	padding: 0;
 }
 .header__container form {
	max-width: 100%;
 }

 .header__logo {
	margin: 0;
	width: 100%;
 }

 .header__navigation,
 .header__search,
 .header__language-switcher {
	display: none;
	width: 100%;
	transition: 0.5s;		
 }
 .header__navigation{	
	width: 100%;
	height: 100vh;	
	box-shadow: 5px 0 5px -5px #333;
	display: block;
	width: 65vw;
	top: 0;	
	left: 0;
	bottom: 0;
	background: white;
	color: #333;
	position: fixed;
	transform: translateX(-405px);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);	
	z-index: 2;
	list-style-type: none;
	padding: 0;	
	max-width: 400px;	
	padding-top: 70px;
	background-color: #fff;
 }
 .header__navigation.open {			
	transform: translateX(0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
 }

 .header__navigation--toggle,
 .header__search--toggle,
 .header__language-switcher--toggle,
 .header__close--toggle {
	cursor: pointer;
	margin: 0 5vw;
	position: relative;
 }

 .header__navigation--toggle.hide,
 .header__search--toggle.hide,
 .header__language-switcher--toggle.hide {
	display: none;
 }

 .header__navigation--toggle.open{
	display: block;
	opacity: 0;
 }

 .header__navigation--toggle.open:after{
	display: block;
	word-break: normal;
 }

 .header__navigation--toggle:after, 
 .header__language-switcher--toggle:after {
	display: none;
	font-size: 26px;
	font-weight: 600;
	position: absolute;
	left: 40px;
	text-transform: uppercase;
	top: -10px;
 }

 .header__column {
	position: relative;
 }

 .header__row-1 {
	padding-top: 0;
 }

 .header__row-2 {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;	
 }

 .header__navigation--toggle {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDE5Ij48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIj48cmVjdCB3aWR0aD0iMjEiIGhlaWdodD0iMSIgeD0iMS41IiB5PSIxLjUiIHJ4PSIuNSIvPjxyZWN0IHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiB4PSIxLjUiIHk9IjkuNSIgcng9Ii41Ii8+PHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHg9IjEuNSIgeT0iMTcuNSIgcng9Ii41Ii8+PC9nPjwvc3ZnPg==);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 25px;
	width: 25px;
	margin-right: auto;
 }

 .header__language-switcher--toggle {
	background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
	background-size: cover;
	height: 25px;
	width: 25px;
 }

 .header__language-switcher--toggle:after {
	content: "Language";
 }

 .header__language-switcher {
	border-top: 2px solid #CED4DB;
	padding-left: 30px;
	padding-right: 0;
 }

 .header__language-switcher .lang_list_class {
	background-color: inherit;
	border: none;
	border-radius: 0;
	box-shadow: unset;
	display: block;
	left: 30px;
	opacity: 1;
	padding: 0 30px;
	top: 0;
	visibility: visible;
 }

 .header__language-switcher .lang_list_class li {
	background-color: inherit;
	font-size: 22px;
 }

 .header__language-switcher--label-current {
	display: none;
 }

 .header__language-switcher .globe_class {
	background-image: none;
 }

 .header__language-switcher .lang_list_class li:hover {
	background-color: inherit;
 }

 .header__language-switcher .lang_list_class:before,
 .header__language-switcher .lang_list_class:after {
	content: none;
 }



 .header__search--toggle {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
	background-size: cover;
	height: 25px;
	width: 25px;
 }


 .header__search {
	border-top: 2px solid #CED4DB;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 30px;
	justify-content: flex-end;
 }

 .header__search input[type=text].hs-search-field__input {
	padding-left: 15px;
 }

 .header__search .hs-search-field__suggestions li {
	padding: 10px 0;
 }

 .header__close--toggle {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 110%;
	display: none;
	height: 25px;
	margin-right: 0;
	width: 25px;
 }

 .header__close--toggle.show {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 99999999;
 }
}


div#hs_cos_wrapper_site_search {
 position: absolute;
 top: 38px;
 right: 5px;
 background: #FFF;
 opacity: 0;
 max-height: 0;
 transition: all .2s ease-in-out; 
 padding: 10px;
}
div#hs_cos_wrapper_site_search.active {
 transition: all .2s ease-in-out;
 opacity: 1;
 max-height: 80px;
 box-shadow: 0 0 8px rgba(0,0,0,.1);
}
div.search-controller {
 position: relative;
}
div.search-controller li {
 margin: 0;
}
div.search-controller ul.on-off{
 list-style: none;
 padding: 0;
 margin: 0;
}
div.search-controller  ul.on-off i {
 color: #fff;
}
div.search-controller .search .closed {
 display: block;
}
div.search-controller .search .open {
 display: none;
}
div.search-controller .search.active .closed {
 display: none;
}
div.search-controller .search.active .open {
 display: block;
}

.search-controller.mobile-only {
 margin-left: 16px;
}
.search-controller.mobile-only i {
 font-size: 26px;
}

div.search-controller.mobile-only ul.on-off i{
 color: #fff;
}
@media(max-width: 1023px){
 div#hs_cos_wrapper_site_search{
	min-width: 250px;
 }
 div#hs_cos_wrapper_site_search {
	position: absolute;
	top: 42px;
	right: 5px;
	background: #FFF;
	opacity: 0;
	max-height: 0;
	transition: all .2s ease-in-out;
	padding: 10px;
 }
}

body header.main-header .container {
 width: 100%; 
 max-width: 1600px;
 margin: 0 auto; 
}
body header.main-header {
 background: transparent;
 position: absolute;
 left: 0;
 box-shadow: none;
 width: 100%;
 padding: 16px 32px;
 z-index: 9;
}

body.sticky header.main-header {
 background: #FFF;
 box-shadow: 0 0 10px rgb(0 0 0 / 50%);
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 99999999;
}
body header.main-header img {
 max-width: 240px;
 padding: 0;
}
@media (max-width: 767px){
 body header.main-header img{
	max-width: 50%;
 }
}
header.header.v2 .widget-type-logo img {
 max-width: 240px;
 padding: 0;
}
header.header.v2 .widget-type-logo {
 margin: 0;
 padding: 43.5px;
}
header.header.v2 {
 margin: 0;
}
header.header {
 position: absolute;
 width: 100%;
 z-index: 999;
 margin: 0;
 background-color: rgba(99,99,98,0);
 -webkit-transition: all .3s linear;
 -o-transition: all .3s linear;
 -moz-transition: all .3s linear;
 transition: all .3s linear;
 padding-top: 22px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
 float: left;
}
header.header #menu ul li.hs-menu-depth-1 {
 display: inline-block;
 line-height: 70px;
 position: relative;
}
header.header #menu ul li.hs-menu-depth-1 a {
 font-family: 'Arial',sans-serif;
 text-decoration: none;
 display: block;
 padding: 19px 20px ;
 max-width: initial;
 -webkit-transition: all .3s linear;
 -o-transition: all .3s linear;
 -moz-transition: all .3s linear;
 transition: all .3s linear;
 font-size: 17px;
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
 line-height: 17px;
 letter-spacing: normal;
}
header.header--white #menu ul li.hs-menu-depth-1 a {
 color: #fff;
}

@media (min-width: 768px){
 header.header {
	padding-top: 50px;
 }

}
@media (min-width: 1200px){
 header.header {
	padding-top: 100px;
 }
}
@media (min-width: 768px){
 header.v2.w-menu.header .container .logodiv, header.v2.w-menu.header .container .header-panel {
	max-width: 1600px ;
	margin: 0 auto;
	float: none;
 }
 header.v2.w-menu.header .span12.widget-span.widget-type-cell.orange-bar {
	background: rgba(243,149,0,.8);
	min-height: 1px ;
	margin: 0 auto;
 }
 header.v2.w-menu.header .header-panel {
	height: initial;
	padding: 0 43.5px;
 }
 header.v2.w-menu.header .container .logodiv,
 header.v2.w-menu.header .container .header-panel {
	max-width: 1600px;
	margin: 0 auto;
	float: none;
 }
}

/* New adjustments */
.nav-wrapper{
 max-width: 1720px;
 margin: 0 auto; 
 padding: 0 32px;
}
.footer {
 background-color: #F8FAFC;
 text-align: center; 
}

.footer__container.content-wrapper {
 padding: 40px 20px 30px;
}

section.v2 .menu-w .hs-menu-wrapper ul {
 display: block;
}
section.v2 .footer-menus.span12 {
 margin: 0;
}
section.v2 .footer-menus.span12 h4 {
 color: #fff;
}
section.v2 .footer-menus.span12 li{
 color: #fff;
 padding: 5px 0;
}

section.v2 {    
 padding: 30px 0 10px;
 text-align: left;
}
section.footer .container, 
.footer-container-wrapper .footer .container {
 position: relative;
 height: auto;
 overflow: hidden;
 max-width: 1600px;
}
img.footer__mbcc-group-logo{
 width: 325px;
}

body .footer a {
 color: #fff;
 display: block;
}
body .footer__copyright.noindex a {
 display: block; 
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-18)/21px var(--unnamed-font-family-arial);
 margin-bottom: 24px;
}
.logo-label {
 margin-bottom: 32px;
}
body .footer {
 background: var(--ballpen-black) 0% 0% no-repeat padding-box;
 color: #dcdcdc;
 position: relative;
}
.footer .scroll-top {
 background-color: #f39500;
 top: 0;
 cursor: pointer;
 height: 55px;
 width: 55px;
 position: absolute;
 right: 55px;
 text-align: center;
 transform: translateY(-50%);
 border-radius: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.footer .scroll-top i {
 font-size: 44px;
 color: #fff;
 line-height: 67px;
 -webkit-transition: all .3s linear;
 -o-transition: all .3s linear;
 -moz-transition: all .3s linear;
 transition: all .3s linear;
} 
.footer-copyright p {
 color: #fff;
 margin: 0;
}
@media (max-width: 767px){
 img.footer__mbcc-group-logo{
	margin-top: -5px; margin-left: 0px; margin-bottom: 15px; transform: translateX(-7px); -webkit-transform: translateX(-7px); width: 104px;
 }
 section.v2 {    
	padding: 30px 0 60px;
 }
}
@media (min-width: 768px){
 .footer__container.content-wrapper {
	padding: 50px 0 20px;
 }
 .footer .scroll-top{
	height: 70px;
	width: 70px;
 }
}
@media (min-width: 1200px){
 .footer__container.content-wrapper {
	padding: 60px 0 60px;
	position: relative;
 }
 .footer .scroll-top{
	right: 0;
	height: 100px;
	width: 100px;
 }
}

/* ------------------------------------------------------------ *	Socials Slider
\* ------------------------------------------------------------ */
.socials.footer__socials {
 display: block;
 overflow: hidden;
 text-align: center;
}

.mbs .socials-slider i {
 border-radius: 8px;
 transition: all 0.3s; 
 font-size: 32px;
}
.mbs .socials-slider i:hover {
 transform: scale(1.12); }

.mbs .socials-slider .owl-item {
 float: left; }

div.footer-copyright .owl-stage {
 display: flex;
 justify-content: center;
}

div.footer-copyright .span3.noindex {
 display: block;
 margin-bottom: 16px;
}



section.v2 {    
 padding: 30px 0 10px;
 height: auto;
}
section.footer .container, .footer-container-wrapper .footer .container {
 position: relative;
 height: auto;
 overflow: hidden;
 max-width: 100%;
 margin: 0 auto;
 padding: 0 43px;
}
img.footer__mbcc-group-logo{
 margin-top: -10px; margin-left: -7px; margin-bottom: 15px; transform: translateX(-7px); -webkit-transform: translateX(-7px); width: 240px;
}

section.v2.mbs .container {
 max-width: 1600px;
 padding: 0 30px;
}
footer h3.form-title {
 color: #fff;
 background: none; 
}
.footer form span {
 color: #fff;
}
p.h6.socials__title{
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
 margin-bottom: 20px;
}
.footer__copyright p{
 font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/21px var(--unnamed-font-family-arial);
}

.subscribe-newsletter h3.form-title {   
 background: none;
 color: #000; 
}
.subscribe-newsletter .actions {
 text-align: center;
}

@media (min-width: 768px){
 p.h6.socials__title{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
	margin-bottom: 0;
	margin-right: 32px;
 }
 footer .left-side {
	display: flex;
	width: 100%;
	justify-content: space-between;
 }
 .socials.footer__socials {
	display: flex;
	justify-content: center;
 }
} 
@media (min-width: 1200px){
 p.h6.socials__title{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
 }
 .links-w.footer__copyright.noindex {
	margin-left: 150px;
 }
 .bottom-w {
	display: flex;
	width: 100%;
	justify-content: space-between;
 }
 .right-side {
	flex-basis: 50%;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
 }

 body .footer__copyright.noindex a{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-18)/21px var(--unnamed-font-family-arial);
 }

 .footer__copyright p{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-32) var(--unnamed-font-family-arial);
 }
 body .footer__copyright.noindex a{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-18)/21px var(--unnamed-font-family-arial);
 }
 .footer__copyright p{
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-18)/21px var(--unnamed-font-family-arial);
 }
 footer .left-side {
	justify-content: flex-start;
 }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Missing Template at Path: \'Themes\/MBCC-Main-Theme\/css\/templates\/_blog.css\' */
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}
main.search-results{
 padding-top: 200px;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}