*, *: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 */
.body-container:first-child .dnd-section:first-child{
  padding-top: 135px;
}

@media (max-width: 992px){
  .body-container:first-child .dnd-section:first-child{
    padding-top: 115px;
  }
}

@media (max-width: 767px){
  .body-container:first-child .dnd-section:first-child{
    padding-top: 120px;
  }
}

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

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

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

@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;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: bold;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

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

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

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

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

/* 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 #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

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

::-webkit-input-placeholder {
  color: #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;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}

@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-wrapper--blog:not(.header-wrapper--sticky) #menutoggle svg path {
  fill: var(--blog-header-text-color);
}

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

.header__top__container {background: var(--primary-color); padding: 2px 0;}
.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;
  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;}


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

.hs-blog-pages .header-wrapper:not(.header-wrapper--sticky) .header__logo.header__logo-light {display: none;}
.hs-blog-pages .header-wrapper:not(.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;
}

/* Tablet styles */

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

/* Mobile styles */

@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: 120px;
    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__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;}




.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: 155px;
}

.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: flex;
  justify-content: space-between;
}

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

.blog .post-item {
  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: 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 .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;
}

h4.post-item__title {
    padding-bottom: 5px;
}
.blog .post-item__content p {
    font-size: 18px;
    line-height: 27px;
}
.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;
      margin-top: 20px;
  
}

/* .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 .blog-subscribe__container {
  display: flex;
  padding: 50px;
  margin: 90px 0px;
  background-color: #f0f0f080;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__container {
    flex-direction: column;
    margin: unset;
  }
}

@media (max-width: 767px) {
  .blog .blog-subscribe__container {
    margin: 0;
  }
}

.blog .blog-subscribe__section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0px 20px;
}

.blog .blog-subscribe__section--full-width {
  width: 100%;
  padding: 0px;
}

.blog .blog-subscribe__section:first-child {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__section {
    justify-content: flex-start;
    margin-bottom: 25px;
    width: 100%;
  }
}

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

.blog .blog-subscribe__description {
  font-size: 20px;
  margin: unset;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__section .hs_cos_wrapper {
    width: 100%;
  }
}

.blog .blog-subscribe__section form.hs-form {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section form.hs-form {
    flex-direction: column;
    align-items: unset;
  }
}

.blog .blog-subscribe__section .hs_email {
  /* Decrease input border */
  margin-bottom: -2px;
}

@media (max-width: 992px) {
  .blog .blog-subscribe__section .hs_email {
    flex: 1;
  }
}

.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: 1px solid #171717;
  font-size: 20px;
  font-weight: 400;
      height: 44px;
}
.blog-header__banner-section.blog-header__section {
    position: relative;
    z-index: -1;
}

.blog .blog-subscribe__section .hs-submit input[type='submit'] {
  margin-left: 15px;
  white-space: nowrap;
      height: 44px;
    padding: 0;
    margin-top: 0;
    position: relative;
    top: 2px;
  
}

@media (max-width: 576px) {
  .blog .blog-subscribe__section .hs-submit input[type='submit'] {
    float: right;
    margin-top: 15px;
  }
}

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

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

/* POPULAR POSTS */
.blog .popular-posts .popular-posts__item {
  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: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10px;
}
.popular-posts__item-info-container {
    margin-bottom: 35px;
}

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

/* 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;
  font-size: 16px;
}
.blog .blog-post .blog-post__tag-link:hover{     color: #81bd41; }

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

.blog .blog-post .blog-post__title {
     font-size: 42px;
    line-height: 46px;
    margin-bottom: 15px;
  
}

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

.blog .blog-post .blog-post__info-container {
  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;
  }
}
/* 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;
  }
}

.error-page__heading {
  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 */
.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:-17.5px; display:inline-block; color:#fff;  background:transparent; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome' !important; font-size:14px; }
.slick-arrow:hover {     background: transparent;   color: #fff;   opacity: 0.5;  }
.slick-arrow.slick-prev { left:-98px;background-color: transparent;
    border-color: transparent; }
.slick-arrow.slick-prev:before {      margin-top: 6px;  content: ""; content: "\f105";  height: 28px; font-size: 60px;    width: 31px; position:absolute;  background-repeat: no-repeat;  background-size: contain;     transform: rotate(180deg); }
.slick-arrow.slick-next { right:-68px; background-color: transparent;
    border-color: transparent; }
.slick-arrow.slick-next:before { position:absolute;  content: "\f105"; font-size: 60px;  height: 22px;   width: 31px;  background-repeat: no-repeat;  background-size: contain;     top: -15px; }
.slick-arrow.slick-prev.slick-disabled:before{ opacity:0.4; transition:all  0.2s ease-in-out;  }
.slick-arrow.slick-next.slick-disabled:before{ opacity:0.4; transition:all  0.2s ease-in-out; }

.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: 143px; }







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

.services-section { padding-top:36px; }
.services-section-row {        justify-content: center; margin: 0 -18px; 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: 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: 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: 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: 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: 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: 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; }



/* ========== end ready to next section ========== */

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: 8px 20px;   display: flex;   align-items: center;}
.header-barbutton {   display: flex;   align-items: center; }

.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: 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: 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 ========== */
   
  












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

  .slick-arrow.slick-next{    right: 30px; }
  .slick-arrow.slick-prev{   left: 0; }
  .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; }
  br{ display:none; }
  
  
  .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; }
  
  
  
  
}





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

  
  
  
}



@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: 35px !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; }  
  
}