*, *: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;
}

/* 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;
}
/* Adjust padding of the first dnd-section to fit header */
@media (max-width: 1199px){
  .body-container:first-child:not(.body-container--inner-simple) .dnd-section:first-child{
    padding-top: 135px !important;
    padding-bottom: 100px !important;
  }
}

@media (max-width: 992px){
  .body-container:first-child:not(.body-container--inner-simple) .dnd-section:first-child{
    padding-top: 115px !important;
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767px){
  .body-container:first-child:not(.body-container--inner-simple) .dnd-section:first-child{
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 576px){
  .body-container:first-child:not(.body-container--inner-simple) .dnd-section:first-child{
    padding-top: 150px !important;
    padding-bottom: 20px !important;
  }
}
/* 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: 28px;
    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: 28px;
        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: 28px;
        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;
}

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

.dnd-section {
  padding: 80px 20px;
}

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

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

.dnd-section[class*="-full-width-section"] > .row-fluid > .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
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: Lato, 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;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

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: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* 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;
}

/* Form */

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

.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

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

/* 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 #fff;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 1rem;
  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);
  border-color: var(--primary-color);
}

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

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

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* 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: 0.875rem;
  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;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px) {
  form fieldset.form-columns-1 .input {margin-right: 0;}
  form fieldset.form-columns-1 .hs-input {width: 100% !important;}
  form fieldset.form-columns-1 .hs-input[type="radio"],
  form fieldset.form-columns-1 .hs-input[type="checkbox"] {width: auto !important;}

}
/* Table */

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

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-wrapper{
  position: absolute;
  height: 0px;
  width: 100%;
  top:0;
  z-index: 1000;
  overflow: visible;
}

.header-wrapper--sticky-enabled{
  position: sticky;
}

.header-wrapper--sticky.header-wrapper--shadow .header{
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.5);
}

.header-wrapper--sticky .header__container{
  padding-left: var(--sticky-header-side-padding);
  padding-right: var(--sticky-header-side-padding);
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}

@media (max-width: 576px){
  .header-wrapper--sticky .header__container{
    padding-left: 0;
    padding-right: 0;
  }
  .menu-item__text, .menu-item__toggle-text {display: none;}
}

.header-wrapper--sticky .header{
  background-color:var(--sticky-header-background-color);
}

.header-wrapper--sticky .header__logo{
  max-width: 150px;
}

.header-wrapper--blog .menu-item__submenu {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.3);
}

.body-container--hero-section .dnd-section .dnd-column {padding: 0;}

/* Blog header */
/*
 * .header-wrapper--blog:not(.header-wrapper--sticky) .header-menu__menu-item,
.header-wrapper--blog:not(.header-wrapper--sticky) .header-menu__menu-item:not(:last-child):after,
.header-wrapper--blog:not(.header-wrapper--sticky) .menu-item__link,
.header-wrapper--blog:not(.header-wrapper--sticky) .menu-item__link:hover {
  color: var(--blog-header-text-color);
}

.header-wrapper--blog:not(.header-wrapper--sticky) .header-menu__menu-item--border {
  border-color: var(--blog-header-text-color);
}

.header-wrapper--blog:not(.header-wrapper--sticky)
  .menu-item__submenu-icon
  svg
  path {
  stroke: var(--blog-header-text-color);
}

.header-wrapper--blog:not(.header-wrapper--sticky) .menu-item__icon svg path,
.header-menu #menutoggle svg path {
  fill: var(--header-menu-font-color);
}
*/

#menutoggle,
.menu-item__toggle-text {
  color: var(--header-menu-font-color);
}

.header {
  background-color: transparent;
  width: 100%;
  transition: background-color .3s;
  padding: 0;
}

.header__top__container {background: var(--header-notice-bg-color); padding: 0;}

@media (min-width: 768px) {
  .header__top__container > .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1280px) {
  .header__top__container > .content-wrapper.hsbar-header-row {padding: 0 20px;}
}

.header__top__container > .content-wrapper {
  transition: padding .3s;
}
.header__top__container .social-links__link {height: 30px !important;}
.header__top__container .social-links__icon {background: transparent !important; width: 20px !important; height: 30px !important;}
.header__top__container .header__phone a {color: #fff;}

.header-wrapper--sticky .header__top__container {display: none;}

a.button.button_hsbar {border-radius: 3px;}
a.button.button_hsbar:hover {background: #fff; color: #1D1D1D;}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: padding .3s;
  padding-top: 15px;
  padding-bottom: 15px;
}


.header.header--no-navigation .header__container {align-items: center;}


.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;
}

.header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/* 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: 350px;
/*  overflow: hidden; */
  transition: max-width .3s;
}

.header__logo.header__logo-dark {display: none;}

.header-wrapper.header-wrapper--sticky .header__logo.header__logo-light {display: none;}
.header-wrapper.header-wrapper--sticky .header__logo.header__logo-dark {display: block;}

.header__logo span{
  line-height: 0;
  display: inherit;
}

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

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

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .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-family: Lato, serif;
  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;
  font-family: Lato, serif;
}

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

.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;
}

/* Navigation */

#nav-toggle {
  display: none;
}

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

.header-wrapper--sticky .header__logo img {max-width: 160px;}

/* Tablet styles */

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

/* Mobile styles */

@media (max-width: 991px) {
  .header__logo img{
    width: auto !important;
    max-height: 75px;
    max-width: 170px;
    min-width: 50px;
    transition: max-height 0.3s;
  }

  .header-wrapper--sticky .header__logo img{
    max-height: 50px;
  }
}
  
@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
    padding: 0;

  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo img{
    width: auto !important;
    max-height: 75px;
    max-width: 170px;
    min-width: 50px;
    transition: max-height 0.3s;
  }

  .header-wrapper--sticky .header__logo img{
    max-height: 50px;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .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,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    padding: 0 30px 0 0;
  }

  .header__logo--main {
    margin-left: 20px;
  }
  

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .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--toggle:after {
    content: "Search";
  }

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

  .header__search .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;
  }
}
.footer {
  background-color: #2C2C2C;
  color: #ffffff;
}
.footer.footer-simple {padding-top: 10px !important; padding-bottom: 20px !important;}

.footer__copyright {
  padding: 30px 0;
  font-size: 0.7rem;
  margin: 0.5rem 0;
  text-align: center;
}


#hs_cos_wrapper_footer_social_links .social-links {display: block;}

.footer_bottom_menu ul {margin: 10px auto 0 !important; justify-content: center;}
.footer_bottom_menu ul li {padding: 5px 15px 0 0;}
.footer_bottom_menu ul li:after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
}

.footer_bottom_menu ul li:last-child:after {display: none;}

.footer_bottom_menu a {font-size: 0.7rem;}

@media (max-width: 767px) {
  .footer-column {margin-bottom: 30px;}
  .footer_bottom_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {flex-direction: row;}
}




.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;
  }
}
.blog {
  padding-top: 250px;
}

.blog  h1{      font-weight: normal;  padding-bottom: 15px;  }

.blog--no-padding-top{
  padding-top: 0px;
}

.blog .latest_posts {
  padding: 35px 0px;
}

.blog .blog__title-container {
  border-bottom: 1px solid var(--blog-black-color);
  margin-bottom: 45px;
}

.blog .blog__title {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 20px;
  border-bottom: 7px solid var(--primary-color);
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  .blog .blog__title {
    font-size: 25px;
  }
}

.blog .latest-posts__container {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .blog .latest-posts__container {
    flex-direction: column;
  }
}

.blog .post-item {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
}

@media (max-width: 767px) {
  .blog .post-item {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .blog .post-item {
    margin-bottom: 35px;
  }
}

.blog .latest-posts__section-featured {
  width: 60%;
}

.blog .latest-posts__section-featured--single-post {
  width: unset;
}

@media (max-width: 992px) {
  .blog .latest-posts__section-featured {
    width: 100%;
  }
}

.blog .latest-posts__section-featured .post-item__right-section {
  padding: 30px 0px;
}

@media (max-width: 767px) {
  .blog .latest-posts__section-featured .post-item__right-section {
    padding-bottom: 0px;
  }
}

.blog .latest-posts__side-section {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36%;
}

.blog .latest-posts__side-section--align-top {
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .blog .latest-posts__side-section {
    width: 100%;
  }
  
  .blog  h1{     width: 100%;    font-weight: normal;  }

  
  
}

.blog .post-item__left-section {
  min-width: 50%;
  margin-right: 30px;
}

.blog .similar-posts .post-item__left-section,
.blog .latest-posts__side-section .post-item__left-section {
  min-width: unset;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog .similar-posts .post-item__left-section,
  .blog .latest-posts__side-section .post-item__left-section,
  .blog .post-item__left-section {
    margin-right: unset;
  }
}

.blog .post-item__right-section {
  padding: 15px 0px;
}

.blog .similar-posts .post-item__right-section,
.blog .latest-posts__side-section .post-item__right-section {
  padding: 0;
}

@media (max-width: 767px) {
  .blog .similar-posts .post-item__right-section,
  .blog .latest-posts__side-section .post-item__right-section {
    padding: 30px 0px 0px;
  }
}

.blog .post-item__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog .similar-posts .post-item__image,
.blog .latest-posts__side-section .post-item__image {
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .blog .similar-posts .post-item__image,
  .blog .latest-posts__side-section .post-item__image {
    height: unset;
    width: unset;
  }

  .blog .post-item__image {
    padding-bottom: 65%;
  }
}

.blog .similar-posts .post-item__title,
.blog .latest-posts__side-section .post-item__title {
  margin-bottom: 14px;
}

.blog .post-item__title a {
  font-size: 21px;
  color: var(--blog-black-color);
  font-weight: 700;
}

.blog .post-item__title a:focus,
.blog .post-item__title a:hover {
  text-decoration: none;
}

.blog .post-item__content {
  display: -webkit-box;
  margin-bottom: 25px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .post-item__content span,
.blog .post-item__content p {
  font-size: var(--primary-paragraph-size);
}

.blog .post-item__info {
  font-size: 16px;
}

.blog .post-item__info-author,
.blog .post-item__info-publish-date {
  white-space: nowrap;
}

.blog .similar-posts .post-item__info,
.blog .latest-posts__side-section .post-item__info {
  margin: unset;
}

.blog .post-item__read-more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  font-size: var(--secondary-paragraph-size);
  color: var(--primary-color);
}

.blog .post-item__read-more:focus,
.blog .post-item__read-more:hover {
  text-decoration: none;
}

/* BLOG SUBSCRIBE */

.blog-right-section-border {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.blog .blog-subscribe__title {
  margin-bottom: 15px;
  color: var(--blog-black-color);
  font-weight: 600;
}

.blog .blog-subscribe__description {
  margin: 10px 0;
}

.blog .blog-subscribe__section .hs_email .hs-form-required,
.blog .blog-subscribe__section .hs_email label {
  font-size: 20px;
  color: var(--blog-black-color);
}

.blog .blog-subscribe__section .hs-error-msgs {
  height: 0px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section .hs-error-msgs {
    height: auto;
  }
}

.blog .blog-subscribe__section .hs_error_rollup {
  display: none;
}

.blog .blog-subscribe__section .hs-error-msg {
  position: absolute;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section .hs-error-msg {
    position: relative;
  }
}

.blog .blog-subscribe__section .hs_email input[type='email'] {
  width: 100%;
  max-height: 50px;
  border: 2px solid #fff;
  font-size: 1rem;
  font-weight: 400;
}

.blog .blog-subscribe__section .hs_email input[type='email']:active,
.blog .blog-subscribe__section .hs_email input[type='email']:focus {
  border-color: var(--primary-color);
}

.blog .blog-subscribe__section .hs-submit input[type='submit'] {
  margin-left: 0;
  white-space: nowrap;
  width: 100%;
}

.blog .blog-sidebar__subscribe {
  padding-bottom: 35px;
}

.blog .blog-sidebar__subscribe p {
  font-size: 20px;
}

/* POPULAR POSTS */
.blog .popular-posts .popular-posts__item {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
}

.blog .popular-posts .popular-posts__item-index {
  flex-shrink: 0;
  width: 75px;
  font-size: 35px;
}

.blog .popular-posts .popular-posts__item-info {
  font-size: 16px;
}

.blog .popular-posts .popular-posts__item-title {
  margin-bottom: 12px;
}

.blog .popular-posts .popular-posts__item-title a {
  font-size: 21px;
  color: var(--blog-black-color);
  font-weight: 700;
}

.blog .popular-posts .popular-posts__item-title a:focus,
.blog .popular-posts .popular-posts__item-title a:hover {
  text-decoration: none;
}

/* SPLITTED SECTION */

.splitted-section {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .splitted-section {
    flex-direction: column;
  }
}

.splitted-section .blog-content {
  width: 60%;
}

.splitted-section .blog-sidebar {
  width: 40%;
  padding-left: 60px;
}

.splitted-section .blog-sidebar h4,
.blog-similar__section h4 {
  font-weight: 600;
}

.blog-similar__section {margin-top: 50px;}

.splitted-section .blog-sidebar section {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .splitted-section .blog-content {
    width: 100%;
  }

  .splitted-section .blog-sidebar {
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
}

/* ALL POSTS */
@media (max-width: 768px) {
  .blog .all-posts {
    margin-top: 60px;
  }
}

.blog .all-posts__container {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog .all-posts__container .post-item {
  width: 48%;
  flex-direction: column;
}

@media (max-width: 576px) {
  .blog .all-posts__container .post-item {
    width: 100%;
  }

  .blog .all-posts__container .post-item__info {
    margin: unset;
  }
}

.blog .all-posts__container .post-item__left-section {
  margin: unset;
}

.blog .all-posts__container .post-item__image {
  padding-bottom: 65%;
}

.blog .all-posts__pagination-container .all-posts__pagination-link {
  float: left;
  min-width: 45px;
  padding: 0 15px;
  border-right: 1px solid var(--blog-black-color);
  text-align: center;
  font-size: 18px;
  color: var(--blog-black-color);
}

.blog .all-posts__pagination-container .all-posts__pagination-link:hover {
  color: var(--blog-black-color);
  text-decoration: none;
}
.blog .all-posts__pagination-container .all-posts__pagination-link:first-child {
  min-width: auto;
  padding-left: 0px;
  padding-right: 24px;
}
.blog .all-posts__pagination-container .all-posts__pagination-link:last-child {
  border-right: unset;
}

.blog .all-posts__pagination-container .all-posts__pagination-link--active {
  font-weight: 700;
}

/* CATEGORIES */

.blog .categories__item {
  margin-bottom: 25px;
}

.blog .categories__item-title {
  margin: unset;
}

.blog .categories__item-link {
  font-size: 21px;
  color: var(--blog-black-color);
  font-weight: 700;
}

.blog .categories__item-link:focus,
.blog .categories__item-link:hover {
  text-decoration: none;
  color: var(--blog-black-color);
}

.blog .categories__item-total-articles {
  font-size: 16px;
}

.blog-categories__section {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.blog .blog-categories__section .categories__item {margin: 5px;}

.blog-categories__section .categories__item-link {
  color: var(--secondary-color);
  background: #fff;
  padding: 5px 15px;
  font-size: var(--font-small);
  font-weight: 400;
}


/* SIMILAR POSTS  */
.blog .similar-posts__container .post-item {
  margin-bottom: 15px;
}

/* BLOG POST */
.blog .blog-post .blog-post__tag-container {
  padding-top: 25px;
  border-top: 2px solid var(--blog-gray-color);
  margin-top: 30px;
  font-size: 20px;
}

.blog .blog-post .blog-post__tag-link {
  display: inline-block;
  color: var(--blog-black-color);
  text-decoration: none;
  background: #f0f0f080;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.blog .blog-post .blog-post__title span {
  font-size: inherit;
}

.blog .blog-post .blog-post__title {
  font-size: 50px;
}

.blog .blog-post .blog-post__image {
  width: 100%;
  border-radius: 3px;
}

.blog .blog-post .blog-post__info-container {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--blog-gray-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 25px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .blog .blog-post .blog-post__info-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .blog .blog-post .blog-post__social-share {
    margin-top: 25px;
  }
}

.blog-prev_next__container {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  padding: 10px 0;
  border-top: 1px solid var(--blog-gray-color);
  border-bottom: 1px solid var(--blog-gray-color);
}

.blog-prev_next__container a {color: var(--primary-color); text-decoration: none;}
.blog-prev_next__container a:hover {color: var(--secondary-color);}

.blog-prev_next__container a.blog-link-prev:before {
  content: '<<';
  color: var(--secondary-color);
  margin-right: 10px;
  letter-spacing: -5px;
}

.blog-prev_next__container a.blog-link-next:after {
  content: '>>';
  color: var(--secondary-color);
  margin-left: 5px;
  letter-spacing: -5px;
}


.blogpost-container,
.blog-similar__container .hs_cos_wrapper_type_related_blog_posts {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-wrap: wrap;
}
.blogpost-container.blog-type-a,
.blog-similar__container .hs_cos_wrapper_type_related_blog_posts {margin: 0 -10px;}

.blogpost-item-wrapper {width: 50%; padding: 10px;}
.blogpost-item-wrapper .blogpost-card {background: #fff;}

@media (max-width: 767px) {
  .blogpost-item-wrapper {width: 100%;}
}


.blogpost-card {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
  background-color: #F6F6F6;
  overflow: hidden;
  margin: 0px 0 20px;
}

@media(max-width: 767px) {
  .blogpost-card{
    height: auto;
    margin-top: 35px;
  }
  .blogpost-container .span4 {width: 100%;}
}

.blogpost-card__image {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 14px;
  background-size: cover;
  background-position: center;
  position: relative; 
}

.featured-blogpost .blogpost-card__image,
.blog-similar__container .blogpost-card__image,
.all-posts .blogpost-card__image {height: 200px;}

.blogpost-card__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.blogpost-card__title a { color: inherit; }

.blogpost-card__meta {
  background: var(--secondary-color);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
.blogpost-card__meta .blogpost-card__date {
  color: #fff;
  font-size: 26px;  
  font-weight: 600;
  line-height: 0.8;
}
.blogpost-card__meta .blogpost-card__date:hover {text-decoration: none;}
.blogpost-card__meta .blogpost-card__date span {text-transform: uppercase; font-size: 14px; font-weight: 400;}


.blogpost-card__body {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  flex-direction: column;
  flex:1;
  padding: 30px 20px 20px;
}

.blogpost-card__text {
  flex: 1;
  padding: 20px 0;
}

.blogpost-card__text * {
  color: #706F6F;
  font-size: font-size: var(--font-small);
  /* margin-bottom: 0.65rem; */
  font-weight: 200;
  display: inline;
  font-family: var(--primary-font);
}

.blogpost-card__read-more {
  margin-top: 30px;
  font-size: var(--font-small);
  font-weight: 700;
  color: var(--secondary-color) !important;
  font-family: var(--primary-font);
  display: inline-block;
}

.blog-popular-posts .blogpost-card__read-more {font-weight: 400; margin-top: 10px;}

.popular-posts__item-info-container {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
  margin-bottom: 20px;
}

.popular-posts__item-info-container > a {width: 30%; margin-right: 20px;}
.popular-posts__item-info-container > a img {width: 100%;}
.popular-posts__item-info-container .popular-posts__item-content {width: calc(70% - 20px);}
.popular-posts__item-info-container .popular-posts__item-content .popular-posts__item-title a {font-size: 18px; color: var(--primary-color);}
/* 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;
  }
}

.systems-page-padding {padding: 100px 0 !important;}
.systems-page-center {text-align: center;}

h2.error-page__comment {
  color: var(--primary-color);
  font: 200px/200px var(--primary-font);
  font-weight: 800;
  letter-spacing: 0px;
  margin-bottom: 1rem;
}

.error-page__heading {
  color: var(--secondary-color);
  font: 30px/40px var(--primary-font);
  font-weight: 800;
  margin-bottom: 1rem;
}

/* 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;
}

/* 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;
}
/* @import url('http://example.com/example_style.css'); */


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Slider */
.slider_main__section {
  width: calc(100% - 60px);
  margin: 20px 30px;
  padding: 0;
}

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none;}
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-15px; display:inline-block; color:#fff;  background: transparent; width:30px; height:30px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before {font-family:'FontAwesome' !important; font-size:18px;}
.slick-arrow:hover {background: #fff; color: var(--secondary-color);  opacity: 1;  }
.slick-arrow.slick-prev,
.slick-arrow.slick-next { width: 30px; height: 30px; background-color: transparent; border-color: transparent; }
.slick-arrow.slick-prev { left:-60px; }
.slick-arrow.slick-next { right:-60px; }

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before{
  content: "\f105";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 25px;
  border-radius: 20px; 
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.slick-arrow.slick-prev:before { transform: rotate(180deg); }
.slick-arrow.slick-prev.slick-disabled:before,
.slick-arrow.slick-next.slick-disabled:before{ transition:all  0.2s ease-in-out; border-color: #1d1d1d; color: #1d1d1d; background: transparent; }

.slick-arrow.slick-disabled { display:none; }
ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%; position:relative; bottom:0; }
ul.slick-dots { text-align:center; padding:18px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#ffffff;  width:11px; height:11px; border-radius:100%; font-size:0;  border: 1px solid #FFFFFF; text-index:-9999; cursor:pointer; padding:0; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button {   border-color:#013D5D;  transform: scale(1.3); background:#013D5D;  }
ul.slick-dots li button:before{     content: ''; }

/* ========== general  css ========== */
.header__logo img {max-width: 200px;}

/*
 * .header__logo img,
.site_logo_footer img { filter: brightness(100); }
*/

.header-top-phone:before,
.header-menu .menu-footer .menu-phonenumber p:before,
.header-global .menulist-top .hs-menu-wrapper > ul > li:nth-child(2) > a:before {
    background: url(//22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/raw_assets/public/Master%20Theme%202/images/icons/icon-call.svg) no-repeat;
}

.header-top-phone:before {
    background: url(//22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/raw_assets/public/Master%20Theme%202/images/icons/icon-social-phone-black.svg) no-repeat center center;
    background-size: contain !important;
}
.header-top-phone.email:before {
    background: url(//22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/raw_assets/public/Master%20Theme%202/images/icons/icon-social-email-black.svg) no-repeat;
    top: 8px;
}

.header__top__container .social-links {justify-content: flex-start;}
.header__top__container .social-links__link {background: #121212; border-radius: 15px; margin-right: 5px;}
.header__top__container .social-links__icon svg {fill: #FF0060;}
.header__top__container .social-links__link a {color: #121212 !important;}

.header__top__container .header-top-phone-wrapper,
.header__top__container .header-top-email-wrapper {margin-left: 5px;}



/* ========== Start services section ========== */

.services-section { padding-top:36px; }
.services-section-row {        justify-content: center; margin: 0 -18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-flow: wrap; }
.services-column {  overflow: hidden; width: calc(100% / 3 - 36px); margin: 0 18px; text-align: center; position: relative; z-index: 1; border-radius: 10px; padding: 55px 20px; margin-bottom: 36px;  }
.serve-icon img { }
.serve-text * { color: #fff; }
.serve-text { font-size: 18px; line-height: 24px; max-width: 323px; margin: 0 auto; }
.serve-text h3 { line-height: normal; margin-bottom: 16px; }
.services-column:before { position: absolute; content: ""; background: #171717; opacity: 0.6; transition: 0.3s;  top: 0; bottom: 0; left: 0; right: 0; z-index: -1; border-radius: 10px; }
.serve-icon { padding-bottom: 15px; }
.bg-serviceimage img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 10px; height: 100% !important; width: 100%; object-fit: cover; z-index: -1; }
.serve-button a{     font-size: 18px;   font-weight: bold; }
.services-column:before { position: absolute; content: ""; background: #171717; opacity: .6; top: 0; bottom: 0; left: 0; right: 0; border-radius: 10px; z-index: 1; }
.serve-content {   position: relative;   z-index: 1; }
.bg-serviceimage img{  transition: 0.3s;  }
.services-column:hover .bg-serviceimage img {   transition: 0.3s;   transform: scale(1.05); }
.services-column:hover:before{  opacity: 0.75; transition: 0.3s;  }
.serve-button a {   font-size: 18px;   padding-top: 12px;  padding-bottom: 10px; }

/* ========== End services section ========== */




/* ========== testimonile section ========== */

.testimonials-column { text-align: center; color: #fff;      }
.testi-text{ padding: 0 30px; }
.testimonials-section {     padding: 55px 0;  padding-bottom: 100px; }
.testi-quote img { width: 63px; height: 63px; }
.testi-text { font-size: 20px; line-height: 30px; padding-top: 15px; }
.testi-name { font-weight: bold; }
.testimonials-section .testi-quote img{     display: inline-block; }

.testibutton-button { text-align: center; padding-top: 90px; }
.testibutton-button a { background: #fff; color: #013d5d; border: 1px solid #fff; }
.testibutton-button a:hover { background: transparent; border: 1px solid #fff; }



/* ========== end testimonile section ========== */




/* ========== Start Video section ========== */

.video-popup-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-flow: wrap; margin: 0 -20px; justify-content: center; }
.video-popup-column {   transition: 0.3s; width: calc(100% / 3 - 40px); margin: 0 20px; box-shadow: 0px 5px 10px #00000029; border-radius: 10px; margin-bottom: 40px; }
.video-core a img { width: 60px; height: 60px; }
.video-core {     background-size: cover;    background-position: center;    background-repeat: no-repeat; text-align: center; height: 220px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; border-radius: 10px 10px 0 0; position: relative; }
.video-core:before { position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0;  border-radius: 10px 10px 0 0; }
.video-core a { position: relative; border-radius: 10px 10px 0 0; }
.video-text { text-align: center; padding: 18px 18px; }
.video-text h3 { margin-bottom: 10px; line-height: normal; }
.video-text p { font-size: 18px; line-height: 24px; margin-bottom: 5px; }
.video-popup-column:hover {    transform: translateY(-10px);    transition: 0.3s; }

/* ========== Start Video section ========== */



/* ========== Start risk free section ========== */

.risk-free-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; }
.risky-text { text-align: center; padding: 0 50px; }
.risky-text h2, .risky-text h3 { margin-bottom: 10px; padding-bottom: 0; }
.risky-icon { text-align: right;    padding-right: 20px; }
.risky-button{ padding-left: 20px; }
.risky-button a { background: #013D5D;   }
.risky-text p {   margin-bottom: 10px; }

/* ========== End risk free section ========== */



/* ========== Start love us section ========== */


.love-us-section { text-align: center; position: relative; z-index: 1; padding: 60px 0px;  background-size: cover;   background-position: center;   background-repeat: no-repeat;}
.love-us-section:before { position: absolute; content: "";  top: 0; bottom: 0; left: 0; right: 0; z-index: -1; }
.love-header h2 { color: #fff; }
.love-usrow { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-flow: wrap; justify-content: center;     padding-top: 25px; }
.love-uscolumn { width: calc(100% / 3 - 30px); margin: 0 15px; padding: 0 20px; }
.love-us-title h3 { color: #fff; margin-bottom: 10px; line-height: normal; }
.love-us-text { color: #fff;  margin: 0 auto; }
.love-us-text p { }
.love-us-title { padding-bottom: 5px; max-width: 240px; margin: 0 auto; }
.love-us-icon { padding-bottom: 15px; }
.love-us-title.love-usno h3 {   font-size: 54px;   font-weight: 900;   line-height: 56px; }
.love-us-cta a {   border: 1px solid #FFFFFF;   border-radius: 50px;   background: transparent; }
.love-us-cta {   margin-top: 28px; }



/* ========== end  love us section ========== */




/* ========== Start ready to next section ========== */


.readynext-section { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.readbext-left { width: 50%; padding-right: 20px; }
.readynext-right { width: 50%; padding-left: 20px; }
.readbext-header * { color: #fff; }
.readbext-list { color: #fff; counter-reset: my-sec-counter; }
.readbext-list ol li { margin: 30px 0; position: relative; }
.readbext-list ol { margin: 0; padding: 0; list-style: none; padding-left: 50px; }
.readbext-list ol li:before {  counter-increment: my-sec-counter;
   content: "" counter(my-sec-counter) "";  position: absolute; left: -48px; width: 28px; height: 28px; background: #FFFFFF; color: #013D5D; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; border-radius: 100%; font-size: 16px; font-weight: bold; }
.form-style-white .input input { border: 1px solid #FFFFFF; border-radius: 27px; height: 40px; background: transparent; color: #fff; outline: none; }
.form-style-white textarea {     color: #fff; border: 1px solid #FFFFFF; border-radius: 27px; height: 124px; background: transparent; outline: none; resize: none; }
.form-style-white label { color: #fff; font-size: 16px; line-height: 18px; }
.form-style-white fieldset.form-columns-2 > .hs-form-field:first-child { padding-right: 14px; }
.form-style-white fieldset.form-columns-2 > .hs-form-field:last-child { padding-left: 14px; }
.form-style-white fieldset.form-columns-2 .input { margin-right: 0 !important; }
.form-style-white fieldset.form-columns-1 .input { margin-right: 0 !important; }
.form-style-white  fieldset.form-columns-1 .hs-input  { width: 100% !important; }
.form-style-white .hs-form-field {   margin-bottom: 0.8rem; }
.form-style-white span.hs-form-required{ display:none; }
.row-fluid  .form-style-white .hs-input[type=radio]{     width: 20px !important; }


.fancybox-container {z-index: 100000000 !important;}
.fancybox-container .fancybox-bg {background: rgba(0,0,0,0.6) !important;}
.fancybox-container .fancybox-content {max-width: 800px !important; width: 80% !important; padding: 0 !important;}
.fancybox-slide--html .fancybox-close-small {background: #fff !important; opacity: 1;}
.fancybox-button svg {color: #1d1d1d;}
.fancybox-button:hover svg {color: var(--secondary-color);}
.popup-content-wrapper .popup-content {padding: 50px 30px; text-align: left;}


/* ========== end ready to next section ========== */
@media (min-width: 992px) {
  .header__phone #hs_cos_wrapper_header-phone {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center;}
}
@media (max-width: 991px) {
  .header-barbutton {display: block !important; text-align: center;}
  .header__phone #hs_cos_wrapper_header-phone {text-align: center; margin-top: 5px;}
}
.header__social {padding: 5px 0;}
@media (min-width: 620px) {
  .header__social {display: flex; align-items: center;}
}
@media (max-width: 619px) {
  .header__top__container .social-links,
  .header__social #hs_cos_wrapper_header-phone {justify-content: center;}
  .header__top__container .social-links__link {margin: 0 2px;}
  .header__top__container .header-top-phone-wrapper,
  .header__top__container .header-top-email-wrapper {margin: 0 3px;}
}
.header__social #hs_cos_wrapper_header-phone {display: flex; align-items: center;}

.header__phone .header-top-menu {padding: 15px; background: #121212;}
.header__phone .header-top-menu {line-height: 1;}
.header__phone .header-top-menu a {font-size: 0.8em; line-height: 0.8em; padding: 0 5px; min-width: 110px; text-align: center; text-decoration: none; display: inline-block;}
.header__phone .header-top-menu a:hover {font-weight: 600;}

span.hbar-text { color: #fff; font-size: 18px; line-height: 20px; margin-right: 4px; }
a.button.button_hsbar { padding: 3px 15px; text-transform: uppercase; font-weight: normal; font-size: 13px; line-height: 22px; background: transparent; border: 1px solid #fff; margin-left: 10px; padding-top: 5px; }
.hsbar-header-row {   padding: 0; }

@media (min-width: 992px) {
  .hsbar-header-row {   display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;   align-items: center;}
}
.header-barbutton {   display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;   align-items: center; }

@media (max-width: 767px) {
  .hsbar-header-row .header__phone {display: none;}
  a.button.button_hsbar {margin-top: 5px;}
  
  .slick-arrow.slick-prev {left: -35px;}
  .slick-arrow.slick-next {right: -35px;}
}

@media (max-width: 420px) {
  .header-barbutton {text-align: center;}
  .header-top-phone {MARGIN: 0;}
}

.rentrange-address-content { background: rgba(252,252,252,0.91); text-align: center; box-shadow: 0px 3px 6px #00000029; border-radius: 10px; padding: 25px 30px; padding-bottom: 38px; }
.rentrange-address-content h4 { font: normal normal bold 24px/28px Nunito; color: #013D5D; }
.rentrange-address-content p { font: normal normal normal 21px/30px Nunito; margin-bottom: 18px; font-size: 18px; line-height: 24px; }

form#rentrange-step1 input#rr_address { width: 100%;   outline: none; background: transparent;  padding-right: 60px; }
.input-wrapper { width: 100%; position: relative; margin-bottom: 20px; }
form#rentrange-step1 input.hs-submit.hs-button { margin: 0 auto; padding: 10px 28px; padding-top: 12px; }
.input-wrapper:before { content: "\f002"; font-family: "fontawesome"; position: absolute; right: 20px; color: #013D5D;     font-size: 22px;   top: 7px; }

h3.service-item__title {   text-align: center;   margin-bottom: 12px;   margin-top: 5px;   text-align: center;   line-height: normal; }
span.item__description-read a {   font: normal normal bold 20px/27px Nunito; }

.svnew-v1 .services-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-flow: wrap; }
.svnew-v1 .service-item.span4 { width: calc(100% / 3 - 30px); margin: 0 15px; padding: 0 20px; }
.menu-item__submenu-icon{    padding-left: 8px;   }

.menu-socialicon{  width: 100%; padding-top: 28px; padding-left: 10px; }
   
    

.twocolumn-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.twocolumn-column { width: calc(100% / 2 - 70px); margin: 0 35px;  margin-bottom: 35px; background: #fff; box-shadow: 0px 5px 10px #00000029; border-radius: 10px; font-size: 18px; line-height: 24px; padding: 32px 30px; padding-bottom: 0; }
.twocolumn-column h3 { color: #00A0DF; }
.twocolumn-column p { font-size: 18px; line-height: 24px; }
.twocolumn-column  li { margin: 20px 0; }
.twocolumn-column ul { padding: 0 20px; }
.towcolumnbox-section { padding-top: 15px; padding-bottom: 25px; }



/* ========== updates section ========== */
   
  
/* new css 5//18/2021 */
.take_carebottom .col1-text-img-section { max-width: 680px; margin: 0 auto; padding-right: 110px; padding-top: 80px; margin-bottom: -173px; }



/* ====== Counter ====== */
.counter_title { text-align: center; color: #fff; }
.counter_title h2 { color: #fff; font-weight: 400; margin: 0;}
.counter_row { display: flex; flex-flow: wrap;  margin: 0 auto; padding-top: 40px; }
.counter_column { width: calc(100% / 4); text-align: center; }
.counter_iocn img { max-width: 70px !important;     max-height: 80px;  object-fit: contain; }
.counter_text { color: #fff; padding-top: 10px; }
.counter_number { padding-top: 10px; font-size: 40px; font-weight: bold; color: #fff; line-height: 50px; display: flex; align-items: center; justify-content: center; }
.counter_number img { max-width: 33px; vertical-align: top; padding-top: 7px; }
.counter_number span { padding: 0 3px; }
.counter_section { padding: 50px 0; }
.counter_iocn{     min-height: 90px;  display: flex;   justify-content: center;   align-items: center; }
.counter_caption {   color: #fff;   padding-top: 10px; }
.counter_number.dollar_nnumb:before {  content: "$"; }



.col2-text-img-section-multiple-wrapper .col2-text-img-multiple-section img{     object-fit: cover;  }


.team_slide_single img{ height: 272px;  object-fit: contain; }



















@media(max-width:1250px){
  .counter_number{     font-size: 43px; }
  
}




@media only screen and (min-width: 1800px) {
  .take_carebottom .col1-text-img-section{     padding-right: 125px;   padding-top: 80px;   margin-bottom: -51px; }
  
}


@media only screen and (max-width: 1365px) {
  .testimonials-column{     padding: 0 0px; }
  .testi-text {    padding: 0 80px; }  
}



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

  .video-popup-row{     margin: 0 -15px; }
  .video-popup-column{     width: calc(100% / 3 - 30px);    margin: 0 15px; margin-bottom:30px;  }
  
  
}






@media only screen and (max-width: 991px) {
  .services-column{     width: calc(100% / 2 - 36px); }
  .testimonials-column{     padding: 0 0px; }
  .testi-text {   padding: 0 80px; }
  .video-popup-row{     margin: 0 0px; }
  .video-popup-column{     width: calc(100% / 2 - 40px);    margin: 0 20px; margin-bottom:40px;  }
  
  .risky-text{ padding: 18px 20px; }
  .risky-button { padding-left: 0; }
  .risky-icon { padding-right: 0; }
  .risk-free-row {  flex-direction: column; }
  
  
  .love-uscolumn{     padding: 0; }  
  
  .svnew-v1 .service-item.span4 { width: calc(100% / 2 - 30px); margin: 0 15px; padding: 0 0px; }

  .twocolumn-column{     width: calc(100% / 2 - 30px);  margin: 0 15px;  margin-bottom:30px; }
  
  
  .take_carebottom .col1-text-img-section  {      margin-bottom: -112px;  }
  
  
  
}





@media only screen and (max-width: 767px) {
  .services-column{     width: calc(100% / 1 - 36px); }
  .testimonials-column {   padding: 0 0; }
  .testi-text {    padding: 0 0px; }
    
  .video-popup-row{     margin: 0 0px; }
  .video-popup-column{     width: calc(100% / 2 - 30px);    margin: 0 15px; margin-bottom:30px;  }
  .risky-text {   padding: 10px 20px; }
  
  .love-uscolumn{ width: calc(100% / 2 - 30px);  }
  
  .readynext-section{     flex-direction: column; }
  .readbext-left,.readynext-right{  padding-left: 0px;  width: 100%; padding-right: 0px; }
  
  .hsbar-header-row{ flex-direction: column-reverse;     padding-bottom: 12px; }
  .header-barbutton{     flex-direction: column; }  
  span.hbar-text{      margin: 10px 0; }
  .header__logo img {  padding: 6px 0; }
  
  .svnew-v1 .service-item.span4 { width: calc(100% / 1 - 30px); margin: 0 15px; padding: 0 0px; }

  
    .twocolumn-column{     width: calc(100% / 1 - 0px);  margin: 0 0px;  margin-bottom:30px; }
    .twocolumn-row{     flex-direction: column; }
 
 
  a.button.button--custom {  margin-bottom: 15px; }
  .blog .blog-subscribe__section .hs-submit input[type='submit']{     float: none;
    margin-top: 15px;    margin: 0 auto;    display: inherit;    margin-top: 20px; }
  .area-we-serve .section-header--left {  text-align: center; }

  
  .take_carebottom .col1-text-img-section{      margin-bottom: 0;     padding-right: 0;     padding-top: 30px; max-width: 501px;  }
  
  
  
  
  
  
}



@media only screen and (max-width: 580px) {
 .video-popup-row{     padding: 0 20px; }
  .video-popup-column{     width: calc(100% / 1);    margin: 0 0px; margin-bottom:30px;  }
  .love-uscolumn{ width: calc(100% / 1 - 30px); margin-bottom: 15px; }
  .love-us-cta {   margin-top: 0px; }
  
  a.menu-item__link {   display: none; }
  ul.menu-item__submenu {   display: none; }
  
  h1 { font-size: 42px !important; }
  
  .footer-address__field br {   display: block; }
  
  
  
}

@media only screen and (max-width: 480px) {
.form-style-white fieldset.form-columns-2>.hs-form-field:last-child { padding-left: 0px; }
.form-style-white fieldset.form-columns-2>.hs-form-field:first-child{ padding-right: 0px; }  
 .form-style-white .input input{  width: 100% !important; } 
}


.content-with-custom-list ul {margin: 0; padding-left: 30px;}
.content-with-custom-list ul li {list-style: none; padding: 20px 0; position: relative;}
.content-with-custom-list ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('https://5724620.fs1.hubspotusercontent-na1.net/hubfs/5724620/Brian%20Properties%20Website/Icon%20feather-check-circle.svg') no-repeat center center;
  background-size: contain;
}

a.cta_button {font-family: var(--primary-font) !important;}

.cta_button.cta1 {display: inline-block; background: var(--secondary-color); border: 1px solid var(--secondary-color); color: #fff; margin: 20px 0 !important; padding: 15px 25px; border-radius: 5px;}
.cta_button.cta1:hover {border-color: #cd8000; background: #cd8000; color: #fff; text-decoration: none;}

.cta_button.cta2 {display: inline-block; background: transparent; border: 1px solid #fff; color: #fff; margin: 20px 0 !important; padding: 15px 25px; border-radius: 5px;}
.cta_button.cta2:hover {border-color: #cd8000; background: #cd8000; color: #fff; text-decoration: none;}

.cta_button.cta3 {display: inline-block; background: #fff; border: 1px solid var(--primary-color); color: var(--primary-color); margin: 20px 0 !important; padding: 15px 25px; border-radius: 5px;}
.cta_button.cta3:hover {border-color: #cd8000; background: #cd8000; color: #fff; text-decoration: none;}

h3.section-header {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.96px;
  margin: 0;
}

h2.section-header {
  color: #000;
  margin: 0;
}

h2.section-header2 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 32px;

  margin: 10px 0;
}

hr.hr1 {max-width: 200px; background: var(--secondary-color); height: 4px; margin: 30px 0; text-align: left;}
hr.hr2 {width: 200px; background: var(--secondary-color); height: 4px; margin: 30px auto; text-align: center;}
hr.hr3 {width: 70px; background: var(--secondary-color); height: 4px; margin: 30px 0; text-align: left;}
hr.hr4 {background: #ddd; height: 2px; margin: 10px 0 20px;}

.text-center,
.section-header.text-center {text-align: center !important;}

.text-center hr.hr1,
.text-center hr.hr2,
.text-center hr.hr3 {margin: 30px auto;}


a.circle-button:before {
  font-family:'FontAwesome' !important;
  font-size:18px;
  line-height: 1 !important;
  background: #fff;
  color: #1d1d1d;
  border-radius: 20px;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  content: "\f105";
  display: block;
  margin: 20px auto 10px;
}

a.circle-button:hover:before {background: #1d1d1d; color: #fff; text-decoration: none;}

.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.with_bottom_border {border-bottom: 2px solid #746770; padding-bottom: 30px;}

.site_logo_footer img{max-width: 200px;}
.footer-title {font-weight: 600; margin: 0;}
span.menu-item__text {
    font-size: 18px;
}




@media (max-width: 767px) {
  .mobile_center_aligned {text-align: center !important; margin-bottom: 20px;}
  .mobile_center_aligned hr.hr1,
  .mobile_center_aligned hr.hr3,
  .footer hr.hr3 {margin-left: auto; margin-right: auto;}
  
  
  
.counter_section{     padding-top: 50px;  padding-bottom: 30px; }
.counter_row{      padding-top: 50px;   flex-direction: column; }
.counter_column{     width: 100%;     margin-bottom: 40px; }
.counter_number{     padding-top: 11px;  font-size: 42px;   color: #fff;  line-height: 50px; }
.counter_number img{ max-width: 21px;    padding-top: 8px; }  
  
  .get-started-wrapper{     padding-bottom: 50px !important;  }
  .get-started-wrapper{ padding-top: 8px !important; }
   .area_weserve_right{ display:none; }  
  
    
  ul.hero-tabs{     flex-direction: column;  justify-content: center;  }
  ul.hero-tabs li{ width: 100% !important;     margin-bottom: 25px;  }
  h2{  line-height: initial;     }
 .social-links  .footer-social li a{     width: 32px;
    height: 32px;
    padding: 3px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;

  
  }
  .footer_bottom_menu a{     font-size: 16px;  }
  .footer-address__field a{ font-size: 18px; }
  .blogpost-card__read-more{     font-size: 18px;  }
  
  .blog-subscribe-wrapper form{ flex-direction: column;  }
  .blog-subscribe-wrapper form .hs_email{     width: 100% !important;  }
  .blog-subscribe-wrapper form .hs_email input{ border-radius: 5px !important; width:100%;  }
  .blog-subscribe-wrapper form .hs_submit{ padding-top: 15px !important;  }
  .get-started-wrapper .get-started-form{ padding: 20px;  }
  .get-started-wrapper input[type="submit"] {  margin-top: 15px; }
  .footer-sitemap ul li {  padding-bottom: 13px; }
  
  .footer-subscribe__form form .hs_submit input[type="submit"],.get-started-wrapper input[type="submit"]{     font-size: 18px;  }
 .img-wrapper {  padding-bottom: 30px;}
    .cst-rght-col-grp h2 {   margin-bottom: 22px;}
  .cards__card2{     height: 420px !important; }
  
  
  
  
}

@font-face {
  font-family: 'Knockout-Featherweight';
  src: url("//22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/raw_assets/public/Master%20Theme%202/css/fonts/Knockout-HTF48-Featherweight.eot");
  src: url("//22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/raw_assets/public/Master%20Theme%202/css/fonts/Knockout-HTF48-Featherweight.eot?#iefix") format('embedded-opentype'),
       url("//22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/raw_assets/public/Master%20Theme%202/css/fonts/Knockout-HTF48-Featherweight.ttf") format('truetype');
}

@font-face {
  font-family: 'Knockout-FullLiteweight';
  src: url("");
  src: url("#iefix") format('embedded-opentype'),
       url("") format('truetype');
}


/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * brandon-grotesque:
 *   - http://typekit.com/eulas/0000000000000000000132df
 *   - http://typekit.com/eulas/0000000000000000000132e0
 *   - http://typekit.com/eulas/0000000000000000000132e3
 *   - http://typekit.com/eulas/0000000000000000000132e4
 *   - http://typekit.com/eulas/000000000000000077359df2
 *   - http://typekit.com/eulas/000000000000000077359df3
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-05-11 14:49:49 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=suv4ezw&ht=tk&f=10294.10295.10296.10297.10302.10303&a=29410751&app=typekit&e=css");

@font-face {
font-family:"brandon-grotesque";
src:url("https://use.typekit.net/af/1da05b/0000000000000000000132df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/1da05b/0000000000000000000132df/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/1da05b/0000000000000000000132df/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"brandon-grotesque";
src:url("https://use.typekit.net/af/32d3ee/0000000000000000000132e0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/32d3ee/0000000000000000000132e0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/32d3ee/0000000000000000000132e0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"brandon-grotesque";
src:url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"brandon-grotesque";
src:url("https://use.typekit.net/af/383ab4/0000000000000000000132e4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/383ab4/0000000000000000000132e4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/383ab4/0000000000000000000132e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"brandon-grotesque";
src:url("https://use.typekit.net/af/d03e48/000000000000000077359df2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/d03e48/000000000000000077359df2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/d03e48/000000000000000077359df2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"brandon-grotesque";
src:url("https://use.typekit.net/af/b59a99/000000000000000077359df3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/b59a99/000000000000000077359df3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/b59a99/000000000000000077359df3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;
}

.tk-brandon-grotesque { font-family: "brandon-grotesque",sans-serif; }



@media (min-width: 751px){

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-right: 0 !important;
}
  
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom
{ left:0% !important;     -webkit-transform: translate3d(0%,0,3000000000px)!important;        left: 20px !important;   max-width: 400px;     bottom: 20px !important;  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
   
    justify-content: center !important;
}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
    margin: 0 0em !important;
}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    margin-right: 0 !important;
}
  

  }


.no_footer .footer__row { display:none; }
.no_header .header-menu{ opacity:0;     visibility: hidden;  }




.no_header header.header.header-global,
.header_main header.header.header-global {  background: #222222; }
.header__top__container .social-links__link:hover {
    background-color: #121212;
    transition: all 0.4s ease;
}
.header__logo img{   min-width: 155px;  }



/* ========= start Custome CSS ========= */

.header-menu__container.header-menu__main .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item ul.hs-menu-children-wrapper{ width: 218px !important;  }
.header-menu__container.header-menu__main .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item ul.hs-menu-children-wrapper li{  width: 100% !important; padding: 7px 0  !important;  }
.footer-column .footer-subscribe__form form .hs_submit input[type=submit] { background-color: #db9600; border-color: #db9600; color: #121212; text-decoration: none; }
.footer-column .footer-subscribe__form form .hs_submit input[type=submit]:hover { background-color: #db9600; border-color: #db9600; color: #121212; text-decoration: none; background-color: #cd8000; border-color: #cd8000; color: #121212; text-decoration: none; }
.dnd-section{ overflow-x: hidden; }




  .get-started-form form .hs_submit input[type=submit] { background-color: #db9600; border-color: #db9600; color: #121212; text-decoration: none; }
.get-started-form form .hs_submit input[type=submit]:hover { background-color: #db9600; border-color: #db9600; color: #121212; text-decoration: none; background-color: #cd8000; border-color: #cd8000; color: #121212; text-decoration: none; }
.dnd-section{ overflow-x: hidden; }

/**/
.header__top__container .social-links__link{       background: #fff; }
.get-started-wrapper .get-started-form h2{ color:#fff !important; }
.header-top-phone:before{ background: url(https://22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/Website%20Elements/Homepage/icon-phone-header.svg); }




.footer-address__field div {  width: 100% !important; }


.login_cion a { color: #fff; font-weight: 500; }
.login_cion a img { vertical-align: middle; margin-right: 5px; margin-bottom: 2px; }
.header__top__container {  padding: 7px 0; }
.login_cion a:hover {  color: #fff;}




ul.footer-social li a svg{ transform: translateY(-2px); }
.menu-phonenumber svg {  position: relative;  top: 2px; }





@media (min-width:992px){
  
.header__logo img,.site_logo_footer img{     max-width: 250px;  }
.header-wrapper--sticky .header__logo img {  max-width: 208px;}
  
}  






@media (max-width:1200px) and (min-width:992px){
  
  .header__logo img, .site_logo_footer img{ max-width: 152px; }
  .header-wrapper--sticky .header__logo img{ max-width: 152px;  }
  .header-wrapper--sticky .header-menu__container.header-menu__additional li, .header-wrapper--sticky .header-menu__container.header-menu__main .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item{ font-size: 14px !important;  }
  .header-menu__container.header-menu__additional li, .header-menu__container.header-menu__main .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item{     font-size: 14px !important; }
  
  
  
}







@media (max-width:991px){
  
.header-wrapper--sticky .header__logo img{     max-height: initial;  width: 100% !important;  }
  
.mobile_sociale > div {    text-align: left; }
.mobile_sociale .header-top-phone::before {  color: #F5A800; }
.header-top-phone{  color:#fff !important;  margin-left: 0; }  
  
.social-links.mobile_social_links { text-align: left;  justify-content: left;  padding-top: 20px; }
.mobile_social_links .social-links__icon svg{ height: 12px;     fill: #000; }
.mobile_social_links .social-links__icon{ background-color: #F5A800; }
.mobile_social_links .social-links__icon{     height: 33px; margin: 0 4px;width: 32px; }
  
.mobile_social_links  .header-top-phone::before{   }
/* .header-top-phone::before { background-image: url('https://5724620.fs1.hubspotusercontent-na1.net/hubfs/5724620/Branding/Icon%20ionic-md-call%20%281%29.svg'); } */
.header-top-phone.email::before { background-image: url('https://5724620.fs1.hubspotusercontent-na1.net/hubfs/5724620/Branding/Icon%20zocial-email%20%281%29.svg'); }
.header-inner-menu .menu-main{ margin-bottom: 24px !important;  }
.mobile_social_links .social-links__icon:hover{  background-color: #F5A800 !important;  }

  
.header__phone .header-top-phone-wrapper {  display: block !important; margin-left: 0; }
.header__top__container {  padding: 0px 0px; } 
.header-top-phone:before { width: 20px;  background-repeat: no-repeat;  } 
  
.header-menu.openhead .header-inner-menu{     background: #121212;  } 
  .header-menu .menu-main .hs-menu-wrapper > ul > li > a{     font-family: var(--primary-font),sans-serif !important;    text-transform: capitalize !important;  }  
  .header-menu .menu-main .hs-menu-wrapper ul.hs-menu-children-wrapper li a{     font-family: Lato,sans-serif !important;  font-size: 16px !important; }
  .header-menu .menu-main .hs-menu-wrapper > ul > li:not(:last-child){   padding-bottom: 23px !important; margin-bottom: 0 !important;  }
  
  
  
  
  span.mobile_trigger { position: absolute; width: 24px !important; background-image: url(https://22536354.fs1.hubspotusercontent-na1.net/hubfs/22536354/Icon%20ionic-ios-arrow-back%20%282%29.svg); height: 30px; background-repeat: no-repeat; top: 5px; background-position: center; left: 85px; transform: rotate(180deg); }
  ul.hs-menu-children-wrapper {  display: none; }
  span.mobile_trigger.active{ transform: rotate(0deg); }
  

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children  ul.hs-menu-children-wrapper { display: block !important; }
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper > li { padding-left: 10px; }
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children span.mobile_trigger { display: none; }
  
  
  
  
}







@media (max-width:767px){

.header-top-phone-wrapper { width: 100%; text-align: center; }
.header-top-email-wrapper { width: 100%; text-align: center; }
.header__social #hs_cos_wrapper_header-phone { flex-flow: wrap; }
.header-top-phone-wrapper { padding: 10px 0; }
.header__social { padding: 14px 0; }
.cards__card2.card2 .card__text{ height: 370px;  overflow: auto; }
.dnd-section{ overflow-x: hidden; }
.header__social { display: flex; align-items: center; flex-flow: wrap;  justify-content: center; }
div#hs_cos_wrapper_header-social { width: 100%; text-align: center; }
.header__top__container .social-links { justify-content: center; }
  /**/
  .header__top__container .header-top-phone-wrapper {  display: none; }
  .header__top__container .header-top-email-wrapper { display: none; }

  .hsbar-header-row .header__phone {  display: inline-block; }
  .header__social{  display: inline-flex;   padding: 7px 0px;  }
  .content-wrapper.hsbar-header-row { justify-content: space-between;  display: flex;   flex-flow: wrap;}
  

  
  
}





/* ========= start Custome CSS ========= */