/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "pt-sans";
  src: url("https://use.typekit.net/af/dfade6/0000000000000000000124f9/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/dfade6/0000000000000000000124f9/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/dfade6/0000000000000000000124f9/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "pt-sans";
  src: url("https://use.typekit.net/af/86d3cf/0000000000000000000124fa/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/86d3cf/0000000000000000000124fa/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/86d3cf/0000000000000000000124fa/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "source-sans-pro";
  src: url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "source-sans-pro";
  src: url("https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "source-sans-pro";
  src: url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.63;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height:1.1;
}

h3 {
  font-size: 1.25rem;
  line-height:1.3;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
   padding-left: 20px;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
 
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
figure {
  margin: 0;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #e10a1e;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #e10a1e;
  text-shadow: none;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.dnd-section>.row-fluid {
  padding-right: 12px;
  padding-left: 12px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  display: inline-block;
  position: relative;
  border-style: solid;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  white-space: normal !important;
  margin: 10px 0;
  outline:0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input , .passowrd-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: auto;
  font-weight: normal;
  background-color: #fff;
  box-sizing: border-box;
  color: #3d494b;
  font-size: 16px;
  line-height: 1;
  margin-top: 6px;
  padding: 15px 20px;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: 600;
  font-size: 13px;

}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;

}

body {
  padding-top:148px;
}

.header-group {
  z-index: 10000;
  position: fixed;
  right: 0;
  left: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 6px 40px -5px rgb(0 0 0 / 11%);
  box-shadow: 0 6px 40px -5px rgb(0 0 0 / 11%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  top: 0;
  letter-spacing: -.02em;
}
.header-group.scrolled {
  top: -53px;
}

.scrolled .header_menu .hs-menu-wrapper>ul>li>.menu-dropdown {
  top: 92px;
}

.header-group .topbar {
  font-size: 14px;
  border-bottom: 1px solid #dadada;
  line-height: 50px;
  z-index: 99;
  position: relative;
}

.header-group .topbar .header__container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-group .topbar .header__container>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.header-right-lang ul
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-right-lang li {
  padding-left: 30px;
  position: relative;
}

.header-right-lang li figure {
  display: inline-block;
  position: relative;
  top: 3px;
}

.header-right-lang li a {
  color: #3d494b;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 19;
}

.header-right-lang li .language-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  z-index: -1;
  left: 0;
  width: calc(100% - 30px);
  padding: 50px 30px 16px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0 6px 40px -5px rgb(0 0 0 / 13%);
  box-shadow: 0 6px 40px -5px rgb(0 0 0 / 13%);
  top: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-sizing: content-box;
}

.header-group .topbar .header__container>.header-right-lang {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-right-lang li figure svg {
  margin-right: 8px;
}

.header-right-lang li figure svg g {
  stroke: #e10a1e;
}

.header-right-lang li:hover .language-menu {
  visibility: visible;
  opacity: 1;
}

.language-menu hr {
  height: 1px;
  width: 100%;
  background: #dadada;
  margin-bottom: 16px;
  margin-top: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 1;
}

.language-menu p {
  margin: 0;
  margin-bottom: 10px;
  color: #9d9d9d;
  line-height: 1.63;
}

.header-right-lang li .language-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

.header-right-lang li .language-menu li figure {
  top: -1px;
}

.header-right-lang li .language-menu li a {
  margin-left: 5px;
}

.header-right-lang li .language-menu li a:hover {
  text-decoration: none;
  margin-left: 10px;
}

.header-right-lang li a:hover {
  text-decoration: underline;
}

.header-group .lowerbar {
  z-index: 50;
  position: relative;
}

.header-group .lowerbar .header__container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-group .lowerbar .header__container>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-group .lowerbar .header__container>.header_logo {
  width: 66.6666666667%;
}
.header-group .lowerbar .header__container>.header_menu {
  width: 8.3333333333%;
  padding-left: 80px;
}
.header-group .lowerbar .header__container>.header-search-section {
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-group .mobile-menu-toggle {
  display: none;
}

.lowerbar__logo {
  margin: 30px 0 26px;
}
.header_menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.header_menu .hs-menu-wrapper>ul>li {
  padding: 0 30px;
  text-transform: uppercase;
}

.header_menu .hs-menu-wrapper>ul li {
  line-height: 90px;
}

.header_menu .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
  display: none;
}

.header_menu .hs-menu-wrapper>ul>li>a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #3d494b;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid transparent;
  padding: 0;
  position:relative;
}
.header_menu .hs-menu-wrapper>ul>li:hover>a {
  border-bottom: 2px solid transparent;
}
.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 27px);
  border-bottom: 10px solid #f3f3f3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 1;
}
.header_menu .hs-menu-wrapper>ul>li>a:hover {
  color: #e10a1e;
  border-bottom: 2px solid #e10a1e;
}

.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover {
  border-bottom: none;
}

.header_menu .hs-menu-wrapper>ul>li.active>a {
  color: #e10a1e;
  border-bottom: 2px solid #e10a1e;
}
.header_menu .hs-menu-wrapper>ul>li:first-child {
  padding-left: 0;
}

.header_menu .hs-menu-wrapper>ul>li>a span.arrow {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.header-group .search-container {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #f3f3f3;
  width: 100%;
  -webkit-box-shadow: 0 22px 40px -5px rgb(0 0 0 / 13%);
  box-shadow: 0 22px 40px -5px rgb(0 0 0 / 13%);
  padding-top: 62px;
  padding-bottom: 80px;
  overflow-y: auto;
  max-height:100vh;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.header-search-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-search-section ul li {
  padding: 0 40px;
  position: relative;
  line-height: 90px;
}

.header-search-section ul li:last-child {
  padding-right: 0;
}

.header-search-section ul li a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d494b;
  text-decoration: none;
}

.header-search-section ul li:first-child a span:first-child {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 2px solid #3d494b;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-sizing: content-box;
}

.header-search-section ul li a span:first-child {
  margin-right: 10px;
}

.header-search-section ul li:first-child a span:first-child:before {
  width: 2px;
  height: 8px;
  border-radius: 9px;
  -webkit-transform: rotate( -45deg );
  transform: rotate( -45deg );
  background: #3d494b;
  position: absolute;
  bottom: -6px;
  right: -2px;
  content: "";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.header-search-section ul li:last-child a span:first-child {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 2px solid #3d494b;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-sizing: content-box;
}

.header-search-section ul li:last-child a span:first-child:before,
.header-search-section ul li:last-child a span:first-child:after {
  width: 9px;
  height: 2px;
  border-radius: 9px;
  background: #3d494b;
  position: absolute;
  left: 2px;
  content: "";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.header-search-section ul li:last-child a span:first-child:before {
  bottom: 3px;
}

.header-search-section ul li:last-child a span:first-child:after {
  top: 3px;
}

.header-search-section ul li:first-child a span:last-child {
  margin-right: 10px;
}

.header-group  .search-container.is-active {
  visibility: visible;
  opacity: 1;
}

.header-search-section ul li:first-child a.is-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 12px);
  border-bottom: 10px solid #f3f3f3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 1;
  z-index: 99;
}

.header-search-section ul li:first-child a.is-active,
.header-search-section ul li a:hover{
  color: #e10a1e;
}
.header-search-section ul li a:hover span:first-child,
.header-search-section ul li a.is-active span:first-child{
  border: 2px solid #e10a1e;
}
.header-search-section ul li a:hover span:first-child:after,
.header-search-section ul li a:hover span:first-child:before,
.header-search-section ul li a.is-active span:first-child:before{
  background: #e10a1e;
}

.search-container .search-row {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: auto;
  position: relative;
}

.search-container .search-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.header-search-section ul li:first-child a.is-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 12px);
  border-bottom: 10px solid #f3f3f3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 1;
  z-index: 99;
}

.search-container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-container form .search-nav {
  margin-bottom: 30px;
  line-height: 1;
  margin: 6px 0 25px;
  padding: 0 12px;
  position: relative;
  padding: 0;
  width: 100%;
  padding-right: 24px;
}

.search-container form .search-nav input {
  width: calc(100% - 40px);
  max-height: 20px;
  margin-top: 6px;
  padding: 15px 20px;
  border: 1px solid #f3f3f3;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3d494b;
  font-size: 16px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0;
  width: calc(100% - 74px);
  padding-left: 54px;
  box-sizing: content-box;
}

.search-container form .search-nav .search-icon {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 2px solid #3d494b;
  position: absolute;
  top: 18px;
  left: 21px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-sizing: content-box;
}

.search-container form .search-nav .search-icon:after {
  width: 2px;
  height: 8px;
  border-radius: 9px;
  -webkit-transform: rotate( -45deg );
  transform: rotate( -45deg );
  background: #3d494b;
  position: absolute;
  bottom: -6px;
  right: -2px;
  content: "";
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.search-container .search-column .closeSearch {
  position: absolute;
  top: 17px;
  right: 50px;
  min-width: 30px;
  height: 30px;
  border: 0;
  z-index: 99;
  cursor: pointer;
  background: transparent;
}

.search-container .search-column .closeSearch:before,
.search-container .search-column .closeSearch:after {
  position: absolute;
  width: 2px;
  height: 18px;
  border-radius: 9px;
  left: 12px;
  top: 6px;
  background: #3d494b;
  content: "";
  pointer-events: none;
}

.search-container .search-column .closeSearch:before {
  -webkit-transform: rotate( -45deg );
  transform: rotate( -45deg );
}

.search-container .search-column .closeSearch:after {
  -webkit-transform: rotate( 45deg );
  transform: rotate( 45deg );
}

.search-container form .search-nav input:focus {
  outline: none;
  border: 1px solid #3d494b;
}



.menu-dropdown-row {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: auto;
}

.menu-dropdown-row>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.menu-dropdown-row>.menu-column-rigght {
  padding-left: 50px;
  position: relative;
}

.menu-dropdown-row>.menu-column-left {
  padding-left: 60px;
  padding-right: 20px;
}

.menu-dropdown-row>.menu-column-left>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-top: 10px;
}

.menu-dropdown-row>.menu-column-left>ul>li {
  text-transform: none;
  display: block;
  line-height: 45px;
  font-weight: 400;
  border-bottom: 1px solid #dadada;
  padding-left: 20px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.menu-dropdown-row>.menu-column-left>ul>li:first-child {
  padding-top: 30px;
}

.menu-dropdown-row>.menu-column-left>ul>li>a {
  color: #3d494b;
  text-decoration: none;
  line-height: 1.1;
  border: 0;
  padding: 0;
  display: inline;
}
.menu-dropdown-row>.menu-column-left>ul>li>a:hover {
  color: #e10a1e;
}
.menu-dropdown-row>.menu-column-left .btn--text--dark {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 25px;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: transparent;
  padding: 0;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #3d494b;
  line-height: 1.2;
  padding-left: 20px;
}

.menu-dropdown-row>.menu-column-left .btn--text--dark figure {
  display: inline-block;
  margin-left: 7px;
}

.menu-dropdown-row>.menu-column-left .btn--text--dark:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e10a1e;
}

.menu-dropdown-row>.menu-column-rigght img {
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  position: absolute;
  max-width: calc(100% - 62px);
  border-bottom-right-radius: 15px;
  display: block;
}

.menu-dropdown-row>.menu-column-rigght img.show,
.menu-dropdown-row>.menu-column-rigght figure.show>img{
  opacity: 1;
}
.header_menu .hs-menu-wrapper>ul li:last-child {
  padding-right: 0;
}
.search-container form .search-nav input::placeholder {
  color: #9d9d9d;
}
.header-group.lp-header.scrolled {
  top: 0;
}
@media (min-width: 1025px) {
  .mobile-menu-section {
    display: none;
  }
  .mobile-menu-part {
    display: none !important;
  }
  .menu-dropdown-row>.menu-column-left {
    margin-left: 16.6666666667%;
    width: 41.6666666667%;
  }
  .menu-dropdown-row>.menu-column-rigght {
    width: 41.6666666667%;
  }
  .search-container .search-column {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .header-group .topbar .header__container>.header-number-section {
    width: 16.6666666667%;
  }
  .header-group .topbar .header__container>.topbar__center_menu {
    width: 50%;
  }
  .header-group .topbar .header__container>.header-right-lang {
    width: 33.3333333333%;
  }
  .header-group .lowerbar .header__container>.header_logo {
    width: 16.6666666667%;
  }
  .header-group .lowerbar .header__container>.header_menu {
    width: 41.6666666667%;
  }
  .header-group .lowerbar .header__container>.header-search-section {
    width: 41.6666666667%;
  }
  .header_menu .hs-menu-wrapper>ul>li>.menu-dropdown {
    visibility: hidden;
    position: fixed;
    top: 145px;
    left: 0;
    width: 100%;
    opacity: 0;
    padding-bottom: 50px;
  }

  .header_menu .hs-menu-wrapper>ul>li:hover>.menu-dropdown {
    visibility: visible;
    opacity: 1;
  }

  .header_menu .hs-menu-wrapper>ul>li>.menu-dropdown:after {
    min-width: 3999px;
    content: "";
    position: absolute;
    top: 0;
    left: -1999px;
    background: #f3f3f3;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 22px 40px -5px rgb(0 0 0 / 13%);
    box-shadow: 0 22px 40px -5px rgb(0 0 0 / 13%);
  }
  .menu-dropdown-row>.menu-column-left>ul>li.active > a {
    font-size: 20px;
    font-weight: 600;
  }

  .menu-dropdown-row>.menu-column-left>ul>li.active:before {
    height: 33px;
    width: 2px;
    content: "";
    position: absolute;
    background: #e10a1e;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


@media(max-width:1280px){
  .header-group .topbar .header__container>div:nth-child(2) {
    padding-left: 40px;
  }

  .header-group .lowerbar .header__container>.header_menu {
    padding-left: 40px;
  }
}

@media(max-width:1180px){
  .topbar__center_menu .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }
}

@media(max-width:1024px){
  .mobile-lang-section ul li:first-child a:hover {
    text-decoration: underline;
  }
  .lp-header .lowerbar__logo {
    left: 34px;
  }
  body {
    padding-top: 142px;
  }
  .topbar__center_menu .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }

  .header_menu .hs-menu-wrapper>ul li:last-child {
    padding-right: 0;
  }

  .header-group .topbar {
    display: none;
  }

  .header-group .lowerbar {
    padding-top: 32px;
    padding-bottom: 18px;
  }

  .header-group .lowerbar .header__container>.header_logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-group .lowerbar .header__container>.header_menu {
    padding-left: 0;
  }

  .header_menu .hs-menu-wrapper>ul {
    display: none;
  }

  .header-search-section ul li {
    line-height: normal;
    padding: 0 16px;
  }

  .header-search-section ul li:first-child a span:last-child {
    display: none;
  }



  .header-search-section ul li:last-child a span:last-child {
    display: none;
  }

  .lowerbar__logo {
    position: relative;
    top: 5px;
    left: 10px;
    margin: 0;
    width:100%;
  }

  .lowerbar__logo a svg {
    max-height: 70px;
  }

  .header-group .mobile-menu-toggle {
    position: relative;
    left: 5px;
    display: block;
  }

  .header-group .mobile-menu-toggle .burger-piece {
    width: 24px;
    height: 2px;
    background: #3d494b;
    margin-bottom: 6px;
  }

  .header-group .mobile-menu-toggle .burger-piece:last-child {
    margin-bottom: 0;
    width: 12px;
  }
  .mobile-menu-part {
    display: block;
    border-top: 1px solid #dadada;
    padding-top: 20px;
    margin-top: 20px !important;
  }

  .header-group .lowerbar .header__container {
    line-height: 1.15;
  }



  .mobile-bottom-menu span#hs_cos_wrapper_my_bottom_menu {
    width: 100%;
  }

  .mobile-bottom-menu .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    padding: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-bottom-menu .hs-menu-wrapper > ul > li {
    line-height: normal;
  }

  .mobile-bottom-menu .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 0;
    color: #3d494b;
    text-decoration: none;
    display: inline;
  }

  .mobile-bottom-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #e10a1e;
  }
  .header-group .search-container.is-active {
    top: 0;
    width: calc(100% - 8px);
    padding-top: 30px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    overflow-y: scroll;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: visible;
    opacity: 1;
    max-height: none;
    padding-bottom: 80px;
    height: calc(100vh - 110px);
    height: 100vh;
  }

  .search-container .search-row {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #f3f3f3;
    padding-top: 14px;
    width: calc(100% - 8px);
  }

  .search-container form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .search-container form .search-nav {
    padding: 0;
    width: calc(100% - 46px);
    padding-right: 0;
    margin-bottom: 20px;
  }

  .search-container form .search-nav input {
    margin-top: 0;
  }

  .search-container .search-column .closeSearch {
    right: 8px;
    top: 31px;
  }



  .search-container .search-row:after {
    height: 1px;
    width: calc(100% - 24px);
    background-color: #dadada;
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
  }

  .header-group.scrolled {
    top: 0;
  }


  .mobile-menu-section {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #ececec;
    z-index: 999;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .mobile-open .mobile-menu-section {
    left: 0;
    right: 0;
  }

  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    line-height: 1.15;
  }

  .mobile-menu-column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .close-cross {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 30px;
    right: 23px;
    cursor: pointer;
    z-index: 1200;
  }

  .close-cross:after,  .close-cross:before {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 9px;
    left: 0;
    top: 9px;
    background: #3d494b;
    content: "";
  }

  .close-cross:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-cross:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-lang-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
    margin-left: -12px;
    margin-right: -12px;
    padding: 30px 12px;
  }

  .mobile-lang-section ul li:first-child {
    padding-left: 0;
  }

  .mobile-lang-section ul li {
    padding-left: 30px;
    position: relative;
  }

  .mobile-lang-section ul li figure {
    display: inline-block;
    position: relative;
    top: 3px;
  }

  .mobile-lang-section ul li figure svg {
    margin-right: 8px;
  }

  .mobile-lang-section ul li figure svg g {
    stroke: #e10a1e;
  }



  .menu-mobile-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: 0;
    width: calc(100% - -30px);
    padding: 80px 30px 16px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
    box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
    top: -30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .lang-open .menu-mobile-dropdown {
    visibility: visible;
    opacity: 1;
  }
  .menu-mobile-dropdown ul li a:hover {
    text-decoration: none;
    margin-left: 10px;
    color: #e10a1e;
  }
  .mobile-lang-section ul li:last-child {
    z-index: 999;
  }

  .menu-mobile-dropdown p {
    margin: 0;
    margin-bottom: 10px;
    color: #9d9d9d;
    line-height: 1.63;
  }

  .menu-mobile-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    background-color: transparent;
  }



  .menu-mobile-dropdown ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    line-height: 1;
    font-weight: 600;
  }

  .menu-mobile-dropdown ul li figure {
    top: 0;
    display: block;
  }

  .menu-mobile-dropdown ul li figure img {
    display: block;
    max-width: 100%;
  }

  .menu-mobile-dropdown ul li a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 19;
    margin-left: 5px;
  }



  .header_menu.mobile-menu__upper .hs-menu-wrapper > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 38px;
    background: #f3f3f3;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header_menu.mobile-menu__upper .hs-menu-wrapper > ul > li {
    padding: 0;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1.4px;
    position: relative;
    line-height: 38px;
  }

  .header_menu.mobile-menu__upper .hs-menu-wrapper > ul > li:first-child {
    border-top: 1px solid #dadada;
  }

  .header_menu.mobile-menu__upper .hs-menu-wrapper > ul > li > a {
    color: #3d494b;
    text-decoration: none;
    border: none;
  }

  .header_menu.mobile-menu__upper .hs-menu-wrapper > ul > li > a:hover {
    color: #e10a1e;
  }

  .header_menu.mobile-menu__upper .hs-menu-wrapper > ul > li:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    text-transform: none;
    border-bottom: 0;
    letter-spacing: normal;
  }

  .mobile-menu__lower .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 42px;
    padding: 20px 0 30px;
    display: block;
  }

  .mobile-menu__lower .hs-menu-wrapper > ul > li > a {
    color: #3d494b;
    text-decoration: none;
    padding: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: inline;
  }

  .mobile-menu__lower .hs-menu-wrapper > ul > li > a:hover {
    color: #e10a1e;
  }

  .header-mobile-social a {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: pt-sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: .18em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 8px;
    padding: 0;
    line-height: 50px;
    font-size: 14px;
    border-color: #3d494b;
    margin-right: 40px;
    margin-bottom: 40px;
    height: 43px;
    width: 43px;
  }

  .header-mobile-social a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 18px;
  }
  .menu-dropdown-row>.menu-column-rigght {
    display: none;
  }
  .header_menu .hs-menu-wrapper>ul>li>a span.arrow {
    display: none;
  }

  .mobile-arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 30px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-arrow:before,.mobile-arrow:after {
    position: absolute;
    border-radius: 9px;
    background: #3d494b;
    content: "";
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .mobile-arrow:before {
    width: 2px;
    height: 9px;
    left: 8px;
    top: 0;
  }

  .mobile-arrow:after {
    width: 9px;
    height: 2px;
    left: 0;
    top: 8px;
  }
  .menu-dropdown {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .child-open .menu-dropdown {
    max-height: 999px;
    visibility: visible;
    opacity: 1;
  }

  .menu-dropdown-row {
    margin-right: -12px;
    margin-left: -12px;
    width: auto;
  }

  .menu-dropdown-row>.menu-column-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .menu-dropdown-row>.menu-column-left>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-dropdown-row>.menu-column-left>ul>li {
    padding: 0;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 0;
    border-bottom: 0;
    text-transform: none;
    font-weight: 400;
  }

  .menu-dropdown-row>.menu-column-left>ul>li:first-child {
    padding-top: 12px;
  }

  .menu-dropdown-row>.menu-column-left .btn--text--dark {
    display: none;
  }
  .child-open .mobile-arrow:before ,.child-open .mobile-arrow:after {
    background: #e10a1e;
  }



  .header_menu.mobile-menu__upper .hs-menu-wrapper>ul>li.child-open > a {
    color: #e10a1e;
  }

  .child-open .mobile-arrow {
    top: 24px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

@media(max-width:479px){
  .mobile-bottom-menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
}

@media(max-width:360px){
  .header-search-section ul li {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #17313A;

}
.footer__container {
  margin: 0 auto;
}

.lower-footer {
  font-size: 14px;
  color: hsla(0,0%,100%,.6);
  letter-spacing: normal;
  padding-top: 50px;
}

.lower-footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.lower-footer__bottom {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 24px 0;
  font-size: 12px;
  line-height: 21px;
  margin-top: 0;
  position: relative;
}

.lower_bottom-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}



.lower_bottom-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  text-align: right;
  text-transform: uppercase;
}


.lower_bottom-left P {
  margin: 0;
  line-height: 1.63;
}

.lower_bottom-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.lower_bottom-right ul li {
  display: inline-block;
  margin: 0 20px;
}

.lower_bottom-right ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  color: #979797;
  opacity: .3;
  margin: 0;
  background-color: transparent;
  border-style: inset;
  border-width: 1px;
  border-bottom: 0;
}

.lower-footer-row .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lower-footer-row > span {
  width: 100%;
}

.lower-footer-row .hs-menu-wrapper > ul > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}


.lower-footer-row .hs-menu-wrapper > ul > li > a {
  line-height: 22px;
  color: hsla(0,0%,100%,.8);
  font-family: source-sans-pro,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 27px;
  padding: 0;
}

.lower-footer-row .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
  display: block;
}

.lower-footer-row .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 10px;
  line-height: 1.15;
}

.lower-footer-row .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 0;
  text-decoration: none;
  color: inherit;
  display: inline;
}

.upper-footer {
  background: #17313A;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.upper-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}


.newsletter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  background: #fff;
  padding: 20px;
  position: relative;
  top: -70px;
  -webkit-box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
  box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
}



.upper-left h4 {
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 50px;
  margin-left: 30px;
  position: relative;
  color: #fff;
}

.upper-left h4:before {
  width: 2px;
  height: 31px;
  background: #fff;
  position: absolute;
  left: -30px;
  content: "";
}

.upper-footer__contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -12px;
  margin-left: -12px;
  width: auto;
}

.upper-footer__contact-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.upper-footer__contact-left {
  width: 50%;
}

.upper-footer__contact-left {
  width: 50%;
}

.upper-footer__contact-left {
  width: 41.6666666667%;
}

.upper-footer__contact-right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.upper-footer__contact-right {
  width: 50%;
}

.upper-footer__contact-right {
  width: 50%;
}

.upper-footer__contact-right {
  width: 41.6666666667%;
}

.upper-footer__contact-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.upper-footer__contact-right ul li {
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.upper-footer__contact-right ul li figure {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upper-footer__contact-right ul li figure img {
  display: block;
  max-width: 100%;
}

.upper-footer__contact-right ul li a {
  color: #fff;
  text-decoration: none;
}
.upper-footer__contact-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.upper-footer__contact-left ul li {
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.upper-footer__contact-left ul li figure {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  position: relative;
  top: 5px;
}

.upper-footer__contact-left ul li figure img {
  display: block;
  max-width: 100%;
}

.upper-footer__contact-left ul li p {
  line-height: 1.63;
  margin: 0;
}

.upper-footer__socials {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -12px;
  margin-left: -12px;
  width: auto;
  margin-top: 35px;
  margin-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.upper-footer__socials a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 25px;
  background: #e10a1e;
  color: #fff;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: transparent;
  border: 1px solid hsla(0,0%,100%,.3);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
}

.upper-footer__socials a figure {
  margin: 0;
}

.upper-footer__socials a figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 45%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.upper-footer__socials a:last-child {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border-radius: 25px;
  color: #fff;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: transparent;
  border: 1px solid hsla(0,0%,100%,.3);
  width: auto;
  height: auto;
  line-height: 1.15;
}

.upper-footer__socials a:last-child figure {
  display: inline-block;
  margin-left: 7px;
}

.upper-footer__socials a:last-child figure img {
  display: block;
  max-width: 100%;
  position: static;
  top: 0;
  left: 0;
  transform: none;
}

.upper-footer__socials a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsla(0,0%,100%,.7);
}
.newsletter-wrap {
  padding: 50px 85px;
  border: 1.5px dashed rgba(0,0,0,.2);
}

.newsletter__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.newsletter__header figure {
  margin: 0;
  margin-right: 30px;
}

.newsletter__header figure img {
  display: block;
  max-width: 100%;
}

.newsletter__header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #e10a1e;
}
.newsletter__header h2 {
  color: rgba(225,10,30,1.0);
  letter-spacing: -0.32px;
}
.newsletter__form {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.hbspt-form form {
  display: table;
  position: relative;
  line-height: 1.15;
  letter-spacing: -.02em;
}



.hbspt-form form .hs_email {
  margin-bottom: 30px;
  line-height: 1;
  margin: 6px 0 25px;
  position: relative;
  max-width: 460px;
  width: 100%;
  float: left;
  padding: 0;
}




.hbspt-form form .hs_email .hs-input {
  margin: 0;
  font-family: inherit;
  width: calc(100% - 40px);
  padding: 14px 20px;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3d494b;
  font-size: 16px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0;
  background: #f3f3f3;
}

.hbspt-form form .hs-submit {
  text-align: center;
  margin: 6px 0 25px;
  width: 100%;
  width: auto;
  position: absolute;
  right: 0;
}

.hbspt-form form .hs-submit .hs-button.primary.large {
  line-height: 1.15;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 25px;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}



.legal-consent-container {
  max-width: 460px;
  width: 100%;
  float: left;
}

.legal-consent-container .hs-richtext {
  margin: 0 0 1em;
  font-size: 14px;
  width: 100%;
}

.legal-consent-container .hs-richtext p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.63;
  color: #3d494b;
  font-size: 11px;
}

.hbspt-form form label {
  margin: 0;
}

.hbspt-form  .hs-error-msgs {
  margin: 10px 0;
}


.legal-consent-container .hs-form-booleancheckbox-display>span {
  position: relative;
  margin: 0;
  margin-left: 35px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none!important;
  color: #3d494b;
  font-weight: 600;
  cursor: pointer;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  height: 21px;
  width: 21px !important;
  border: 2px solid #dadada !important;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  float: left;
  margin-top: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: 2px solid #dadada;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: content-box;
}

.legal-consent-container .hs-form-booleancheckbox-display {
  position: relative;
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: 20px;
  text-transform: uppercase;
  color: #9d9d9d;
  margin-left: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display input+span {
  position: relative;
  margin: 0;
  margin-left: 35px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none!important;
  color: #3d494b;
  font-weight: 600;
  cursor: pointer;
  display: block;
}

.legal-consent-container .hs-form-booleancheckbox-display input+span:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 9px;
  background: #e10a1e;
  -webkit-transform: rotate( 45deg );
  transform: rotate( 45deg );
  left: -28px;
  top: 15px;
  display: none;
}

.legal-consent-container .hs-form-booleancheckbox-display input+span:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 9px;
  background: #e10a1e;
  -webkit-transform: rotate( 305deg );
  transform: rotate( 305deg );
  left: -27px;
  top: 12px;
  display: none;
}

.legal-consent-container .hs-form-booleancheckbox-display input:checked+span:after, 
.legal-consent-container .hs-form-booleancheckbox-display input:checked+span:before {
  display: block;
}

.legal-consent-container .inputs-list {
  padding: 0;
}

.footer__container .upper-left {
  letter-spacing: -.02em;
}

.upper-footer__socials a:last-child {
  white-space: nowrap;
}

.hbspt-form form .hs_error_rollup {
  position: absolute;
  top: 73px;
}
.legal-consent-container .hs-form-required {
  color: #3d494b;
}
@media (min-width: 631px){
  .lower_bottom-right {
    width: 50%;
  }
  .lower_bottom-left {
    width: 50%;
  }
}
@media (min-width: 1025px){
  .lp-footer .lower-footer__bottom {
    padding-bottom: 26px;
  }

  .lp-footer .lower-footer {
    padding-top: 20px;
  }
  .lower_bottom-right {
    width: 50%;
  }
  .lower_bottom-left {
    width: 50%;
  }
  .lower-footer-row .hs-menu-wrapper > ul > li {
    width: 25%;
  }
  .upper-left {
    width: 41.6666666667%;
  }
  .newsletter {
    width: 58.3333333333%;
  }
  .lower-footer-row .hs-menu-wrapper>ul>li>a .arrow {
    display:none;
  }
}

@media (max-width: 1024px) {

  .footer__container.lower-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .lower_bottom-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 0;
  }

  .lower_bottom-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lower_bottom-right ul li {
    margin: 0;
  }

  .lower-footer {
    padding-left: 4px;
    padding-right: 4px;
    padding-top:0;
  }

  .lower-footer hr {
    color: #979797;
    opacity: .3;
    margin: 0 auto;
    width: calc(100% - 24px);
  }

  .lower-footer-row .hs-menu-wrapper>ul>li>ul {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0;
    overflow: hidden;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li>a {
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid hsla(0,0%,100%,.15);
    position: relative;
  }

  .lower-footer-row .hs-menu-wrapper>ul {
    padding-right: 12px;
    padding-left: 12px;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li>a .arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 28px;
    right: -2px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
  }

  .lower-footer-row .hs-menu-wrapper>ul>li>a .arrow:before {
    position: absolute;
    width: 2px;
    height: 9px;
    border-radius: 9px;
    left: 8px;
    top: 0;
    background: #fff;
    content: "";
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li>a .arrow:after {
    position: absolute;
    width: 9px;
    height: 2px;
    border-radius: 9px;
    left: 0;
    top: 8px;
    background: #fff;
    content: "";
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li.child-open>ul {
    opacity: 1;
    max-height: 999px;
    visibility: visible;
    margin-bottom: 20px;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li.child-open>a .arrow {
    -webkit-transform: rotate( 225deg );
    transform: rotate( 225deg );
    top: 20px;
  }

  .lower-footer-row .hs-menu-wrapper>ul>li>ul>li {
    text-align: center;
  }

  .newsletter {
    position: relative;
    top: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
    padding: 10px;
    margin-top: -120px;
  }

  .upper-footer .footer__container {
    flex-direction: column-reverse;
  }

  .upper-footer__socials a:last-child {
    margin: 30px 0 40px;
    width: 100%;
  }

  .upper-footer__socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .upper-footer__socials a:not(:last-child) {
    margin-left: 20px;
    margin-right: 20px;
    width: 43px;
    height: 43px;
  }

  .upper-footer__contact-info>div {
    margin-top: 20px;
    width: 50%;
  }

  .footer {
    margin-top: 120px;
  }
  .footer__container.lower-footer__bottom>div {
    width:50%;
  }

  .newsletter-wrap {
    padding: 40px 20px;
  }

  .hbspt-form form {
    max-width: 100% !important;
    width: 100%;
  }

  .hbspt-form form>div {
    width: 100%;
    max-width: 100% !important;
  }
  .newsletter__header h2 {
    font-size: 36px;
    white-space: nowrap;
  }
  .newsletter__header figure {
    margin: 0;
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  .upper-footer__contact-info>div {
    width: 100%;
  }
  .hbspt-form form label {
    margin: 0;
    font-size: 11px;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.breadcrumbs {
  padding: 40px 0 55px;
  font-size: 14px;
  background: #f3f3f3;
}

.breadcrumbs .content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header-title a:hover {
  text-decoration: underline;
}
.breadcrumbs-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs ul li {
  display: inline;
  margin-right: 8px;
}

.breadcrumbs ul li a {
  color: #3d494b;
  text-decoration: none;
}

.breadcrumbs ul li a:hover {
  color: #e10a1e;
}

.breadcrumbs ul li:after {
  margin-left: 8px;
  content: "/";
}

.breadcrumbs ul li:last-child {
  font-weight: 600;
}

.breadcrumbs ul li:last-child:after {
  content: "";
}

.page--blog__header {
  position: relative;
  padding: 70px 0;
  background: #f3f3f3;
  padding-top: 0;
  padding-bottom: 0;
}

.page--blog__header-row {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.page--blog__header-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.page--blog__header h1 {
  margin: .67em 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 38px;
  margin-left: 30px;
  position: relative;
}

.page--blog__header h1:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 2px;
  height: 64px;
  background: #e10a1e;
}

.page--blog__filters {
  position: relative;
  padding: 70px 0;
  background: #f3f3f3;
  padding-top: 0;
  padding-bottom: 60px;
}

.page--blog__filters-ilters {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
  margin-bottom: 0;
}

.page--blog__filters-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.filter-group-name {
  opacity: .65;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2.07;
  letter-spacing: .6px;
  color: rgba(61,73,75,.65);
  text-transform: uppercase;
  display: block;
  margin-block-start: 1em;
}

.blog-listing-wrap {
  position: relative;
  padding: 70px 0;
}

.blog__blog__item-latest {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 120px;
}

.blog__blog__item-latest--image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.substation:hover .darken {
  opacity: 1;
}
.blog-categories .widget-module {
  display: flex;
}

.blog__blog__item-latest--content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.blog__blog__item-latest--image figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog__blog__item-latest--image figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.latest {
  line-height: 1.63;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #9d9d9d;
  text-transform: uppercase;
}

.header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 18px;
  color: #e10a1e;
}

.header-title a {
  color: inherit;
}

.read-time {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  opacity: .8;
}

.btn--read {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 25px;
  background: #e10a1e;
  color: #fff;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: transparent;
  padding: 0;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #3d494b;
  margin-top: 40px;
}

.btn--read figure {
  display: inline-block;
  margin-left: 7px;
}
.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-list li {
  padding: 7px 16px;
  background: #fff;
  border-radius: 99px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px dashed #fff;
  line-height: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
}

.filter-list li:hover {
  background: #e10a1e;
  border-color: #e10a1e;
  color: #fff;
}

.filter-list li:hover a {
  color: #fff;
}
.blog-listing-wrap {
  position: relative;
  padding: 70px 0;
}

.list-wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.blog-index-loop {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -12px;
  margin-left: -12px;
  width: auto;
}

.blog-index__post.blog-index__post--small {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 50px;
}



.substation {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  z-index: 1;
}

.darken {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(62,74,76,.3);
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.darken img {
  width: 100%;
  border-radius: 15px;
  display: block;
  max-width: 38px;
  max-height: 38px;
  z-index: 9;
}

.post-featured-image {
  width: 100%;
  border-radius: 15px;
  display: block;
  max-width: 100%;
}

.topic {
  position: absolute;
  background: #3d494b;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  font-weight: 600;
  z-index: 5;
  text-transform: capitalize;
}

.title {
  color: #e10a1e;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.title:hover {
  text-decoration: underline;
  color: #e10a1e;
}
.blog-pagination {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto!important;
  margin-right: auto!important;
  width: auto;
}

.pagination__button-next, .pagination__button-prev {
  position: relative;
  background: transparent;
  width: 70px;
  height: 70px;
  border: 1px solid #dadada;
  border-radius: 99px;
  z-index: 10;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.pagination__button-next figure, .pagination__button-prev figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.pagination__button-next:hover, .pagination__button-prev:hover {
  background: #e10a1e;
  -webkit-box-shadow: 0 8px 14px 0 rgba(225,10,30,.27);
  box-shadow: 0 8px 14px 0 rgba(225,10,30,.27);
}

.pagination__button-next:hover figure svg g, .pagination__button-prev:hover figure svg g {
  stroke: #fff;
}

.blog-pagination__number-link {
  font-size: 16px;
  margin-left: 30px;
  margin-right: 40px;
}

.blog-pagination__link--active {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  margin-left: 40px;
  margin-right: 30px;
  color: #e10a1e;
}

.pagination__button-prev figure svg {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.pagination__button-next.is-disabled, .pagination__button-prev.is-disabled {
  cursor: default;
}

.blog-pagination__prev-link--disabled {
  cursor: default;
}

.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active:after {
  background: #dadada;
  width: 1px;
  height: 70px;
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-contact {
  position: relative;
  padding: 0;
  margin-top: 70px;
  z-index: 2;
  line-height: 1.15;
}



.blog-contact .content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
  box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
}

.contact__wrap-border {
  border: 2px dashed #dadada;
  padding: 90px 0 50px;
}

.contact__wrap__bubble {
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -68px;
  padding: 35px;
  border-radius: 999px;
  -webkit-box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
  box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
  z-index: 2;
}

.contact__wrap__bubble figure img {
  display: block;
  max-width: 100%;
  width: 70px;
  height: 70px;
}

.contact__header {
  margin-top: 0;
  margin-bottom: 0;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 18px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: -0.32px;
}

.contact__wrap h3 span {
  font-weight: 600;
}

.contact__wrap p {
  opacity: .9;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #575757;
  margin-bottom: 34px;
  margin-top: 0;
}

.blog-contact .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 25px;
  background: #e10a1e;
  color: #fff;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: .18em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.blog-contact .btn:hover {
  -webkit-box-shadow: 0 8px 14px 0 rgba(225,10,30,.27);
  box-shadow: 0 8px 14px 0 rgba(225,10,30,.27);
  color: #fff;
}
.testimonials {
  position: relative;
  padding: 70px 0;
  padding-bottom: 140px;
}

.testimonials .content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.testimonials-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.section-header-subtitle {
  margin-block-start: 1em;
  line-height: 1.63;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #9d9d9d;
  text-transform: uppercase;
  margin-left: 30px;
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.section-header {
  margin: .67em 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: pt-sans,sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 38px;
  margin-left: 30px;
  position: relative;
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.section-header:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 2px;
  height: 64px;
  background: #e10a1e;
}
.main-listing-wrap {
  overflow-x: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  line-height: 1.15;
  letter-spacing: -0.32px;
}

.breadcrumbs {
  padding-top: 33px;
}
.hs-blog-post .breadcrumbs {
  background-color: transparent;
}
.blog-listing-wrap p.content {
  line-height: 1.63;
}
.page--blog-single__content {
  margin-bottom: 120px;
}
.header-title a {
  font-family: pt-sans,sans-serif;
}
.page--blog-single__content .content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
}


.main-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}



.table-of-contents {
  position: relative;
  max-width: 285px;
}

.post-header-subtitle {
  line-height: 1.63;
  font-family: pt-sans,sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #9d9d9d;
  text-transform: uppercase;
  margin-left: 30px;
  font-weight: 600;
  margin-left: 0;
  margin-block-start: 1em;
}

.menu-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-dropdown li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid #f6f6f6;
  padding-top: 12px;
  padding-bottom: 12px;
}

.menu-dropdown li figure {
  margin-right: 10px;
  display: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.menu-dropdown li figure img {
  display: block;
  max-width: 100%;
}

.content-body-wrap {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content-body-wrap .content-wrapper {
  margin-right: -12px;
  margin-left: -12px;
  width: auto;
  margin-bottom: 0;
}

.blog-post-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.blog-post__body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.blog-post__body ul  li:before {
  position: absolute;
  left: -17px;
  top: 9px;
  height: 7px;
  width: 7px;
  border-radius: 99px;
  background: #e10a1e;
  content: "";
}

.blog-post__body ul li {
  list-style: none;
  position: relative;
}
.post-footer {
  margin-top: 30px;
}



.post-footer .actions {
  text-align: center;
}

.blog-post__tags {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 50px 60px 60px;
  margin-top: 50px;
}

.blog-post__tags p {
  opacity: .65;
  font-size: 14px;
  line-height: 2.07;
  letter-spacing: .6px;
  color: #3d494b;
  text-transform: uppercase;
  display: block;
  margin-top: 0;
}

.blog-post__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post__tags ul li {
  padding: 7px 16px;
  background: #fff;
  border-radius: 99px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px dashed #fff;
  line-height: 20px;
}

.blog-post__tags ul li a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.products {
  position: relative;
  padding: 70px 0;
}

.products .content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.products-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.products__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 50px;

}


.related-link {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.related-link figure {
  position: relative;
}

.related-link figure img {
  max-width: 100%;
  border-radius: 15px;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  opacity: 1;
}

.products__item figure figcaption {
  position: absolute;
  background: #3d494b;
  color: #fff;
  top: 0;
  left: 0;
  padding: 10px 30px;
  font-weight: 600;
  z-index: 5;
  bottom: auto;
}

.products__item figure:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  content: "";
  border-radius: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.products__item--name {
  font-family: pt-sans;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 5px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.blog-post__tags p {
  opacity: .65;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.07;
  letter-spacing: .6px;
  color: #3d494b;
  margin: 0;
}

.products__item .blog-post__tags {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.products__item:hover figure:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.4);
  content: "";
  border-radius: 15px;
}

.products__item:hover .products__item--name {
  color: #e10a1e;
}

.hs-blog-post .main-listing-wrap {
  background: #fff;
  padding-bottom: 70px;
}

.blank-space {
  padding: 70px;
}
.blog-pagination__number-link {
  display: none;
}
.blog-pagination__number-link.blog-pagination__link--active {
  display: block;
}
.blog-pagination__link.blog-pagination__number-link {
  display: none;
}

.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  display: block;
}
.pagination__index {
  position: relative;
  font-size: 16px;
  margin-left: 30px;
  margin-right: 40px;
  letter-spacing: -0.32px;
}
.blog-pagination__prev-link--disabled .pagination__button-prev , .blog-pagination__next-link--disabled .pagination__button-next {
  position: relative;
  background: transparent;
  width: 70px;
  height: 70px;
  border: 1px solid #DADADA;
  border-radius: 99px;
  z-index: 10;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.blog-pagination__prev-link--disabled figure svg g , .blog-pagination__next-link--disabled figure svg g {
  stroke: #DADADA;
}
.blog-pagination__prev-link--disabled .pagination__button-prev:hover , .blog-pagination__next-link--disabled .pagination__button-next:hover {
  box-shadow: unset;
}
.blog-pagination__prev-link--disabled .pagination__button-prev:hover figure svg g , .blog-pagination__next-link--disabled .pagination__button-next:hover figure svg g {
  stroke: #DADADA;
}
.blog-pagination__prev-link--disabled .pagination__button-prev , .blog-pagination__next-link--disabled .pagination__button-next {
  cursor: text;
}


.blog-categories h3 {
  display: none;
}

.blog-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-categories ul li {
  padding: 7px 16px;
  background: #fff;
  border-radius: 99px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px dashed #fff;
  line-height: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
}

.blog-categories ul li:hover {
  background: #e10a1e;
  border-color: #e10a1e;
  color: #fff;
}

.blog-categories ul li:hover a {
  color: #fff;
}

.filter-link-count {
  display: none;
}

.filter-expand-link {
  padding: 7px 16px;
  background: #fff;
  border-radius: 99px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px dashed #fff;
  line-height: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  order: 8;
  background: transparent;
  border: 2px dashed #dadada;
}

.filter-expand-link:hover {
  background: #e10a1e;
  border-color: #e10a1e;
  color: #fff;
}
.blog-index-loop p {
  line-height: 1.63;
  margin: 1em 0;
}
.hs-blog-post .blog-contact:before {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  height: calc(50% + 70px);
  content: "";
  background: #f3f3f3;
  z-index: -1;
}
@media(min-width:631px){
  .products__item {
    width: 50%;
  }
}
@media (min-width: 1025px){
  .blog__blog__item-latest--content {
    margin-left: 8.3333333333%;
    width: 41.6666666667%;
  }
  .blog__blog__item-latest--image {
    width: 50%;
  }
  .blog-index__post.blog-index__post--small {
    width: 25%;
  }
  .main-content {
    margin-left: 8.3333333333%;
    width: 66.6666666667%;
  }
  .sidebar {
    width: 25%;
  }


  .products__item {
    width: 25%;
  }

}

@media(max-width:1024px){
  .main-listing-wrap {
    overflow-x: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    line-height: 1.15;
    letter-spacing: -0.32px;
  }

  .breadcrumbs {
    padding-top: 39px;
  }

  .page--blog__header h1 {
    margin-left: 18px;
    position: relative;
  }

  .page--blog__header h1:before {
    content: "";
    position: absolute;
    left: -18px;
    top: -8px;
    width: 2px;
    height: 52px;
    background: #e10a1e;
  }

  .page--blog__filters-ilters {
    position: relative;
  }

  .filter-group-name {
    margin-top: 0;
  }

  .filter-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .filter-list li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .blog-listing-wrap {
    padding-top: 0;
    padding-bottom: 30px;
    background: #f3f3f3;
  }

  .blog__blog__item-latest {
    margin-bottom: 70px;
  }

  .blog-index__post.blog-index__post--small {
    margin-bottom: 30px;
  }

  .blog-pagination {
    margin-top: 0;
  }

  .contact__wrap {
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact__wrap-border {
    padding: 65px 40px 30px;
  }

  .contact__wrap__bubble {
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px;
    padding: 18px;
    border-radius: 999px;
    -webkit-box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
    box-shadow: 0 6px 40px -5px rgba(0,0,0,.13);
    z-index: 2;
  }
  .contact__wrap__bubble figure img {
    display: block;
    max-width: 100%;
    width: 54px;
    height: 54px;
  }
  .blog-contact .btn {
    font-size: 14px;
  }

  .section-header-subtitle {
    font-size: 12px;
    margin-left: 18px;
  }

  .section-header {
    margin-left: 18px;
    position: relative;
  }

  .section-header:before {
    content: "";
    position: absolute;
    left: -18px;
    top: -8px;
    width: 2px;
    height: 52px;
    background: #e10a1e;
  }
  .page--blog-single__content {
    margin-bottom: 70px;
  }

  .sidebar {
    display: none;
  }

  .blog-post__tags {
    padding: 20px;
    margin-top: 50px;
  }

  .products__item {
    margin-bottom: 30px;
    position: relative;
  }

  .hs-blog-post .main-listing-wrap {
    padding-bottom: 0;
  }
}

@media(max-width:630px){
  .header-title {
    font-size: 24px;
    line-height: 29px;
  }
  .contact__header {
    font-size: 24px;
    line-height: 29px;
  }

  .section-header {
    font-size: 36px;
    line-height: 36px;
  }

  .page--blog__header h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 30vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px ;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.content-wrapper.sys-page {
  padding-left: 12px;
  padding-right: 12px;
}
.systems-page form {
  max-width: 700px;
}
.no-list.hs-error-msgs {
  padding-left: 0;
}
.passowrd-page input#hs-pwd-widget-password {
  margin-top: 0px !important;
  height: auto !important;
  outline:0;
}
@media(max-width:767px){
  .error-page_heading {
    font-size: 20px;
  }
  .systems-page h1 {
    font-size: 20px;
  }

  .systems-page h3 {
    font-size: 18px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
}