



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

*, *:before, *:after {
  box-sizing: border-box;
}

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

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

html {
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
.dnd-section {
  padding: 60px 20px;
  background-color: rgba(255, 255, 255,1.0);
}

.dnd-section > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* footer */

.footer__container--dnd .dnd-section {
  background-color: rgba(44, 44, 44,1.0);  
}
.footer__container--dnd .dnd-section > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
/* footer copy website pages */

.footer_dnd-row-1-background-color {
  background-color: rgba(44, 44, 44,1.0);
}
@font-face {
  font-family: Gotham;
  src: url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Thin.woff) format("woff"),
  url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Thin.woff2) format("woff2"),
    url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Thin.eot) format("eot");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Light.woff) format("woff"),
  url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Light.woff2) format("woff2"),
    url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Light.eot) format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Book.woff) format("woff"),
  url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Book.woff2) format("woff2"),
    url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Book.eot) format("eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Medium.woff) format("woff"),
  url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Medium.woff2) format("woff2"),
    url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Medium.eot) format("eot");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham;
  src: url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Bold.woff) format("woff"),
  url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Bold.woff2) format("woff2"),
    url(https://www.ictsviluppo.it/hubfs/fonts/Gotham-Bold.eot) format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: rgba(173, 28, 0,1.0);
    text-shadow: none;
}
::selection {
    color: #fff;
    background: rgba(173, 28, 0,1.0);
    text-shadow: none;
}

body {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
 	font-style: normal;
 	font-weight: 400;  
  line-height: 20px;
  color: #000000;
  background-color: rgba(255, 255, 255,1.0);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Gotham', sans-serif;
  line-height: 20px;
}

/* Anchor Links */
a {
  color: rgba(173, 28, 0,1.0);
  text-decoration: none;
  font-weight: 500;
}

a:hover, a:focus {
  color: rgba(112, 112, 112,1.0);
  text-decoration: none;
}

.text-center {text-align: center;}
.text-right: {text-align: right;}
.evidenzia {
  background: #FF3C34;
  width: 156px;
  height: 5px;
  margin: 20px auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  font-family: 'Gotham', sans-serif;
  color: ;
  word-break: break-word;
  white-space: normal;  
}

 h1 {
 	font-size: 70px;
 	font-style: normal;
 	font-weight: 600;
   
 	color: #021829;
 	text-decoration: none;
  line-height: 75px;
}
h2 {
 	font-size: 40px;
 	font-style: normal;
 	font-weight: 700;
 
 	color: #021829;
 	text-decoration: none;
  line-height: 48px;
}

h3 {
 	font-size: 30px;
 	font-style: normal;
 	font-weight: 600;

 	color: #021829;
 	text-decoration: none;
  line-height: 35px;
}

h4 {
 	font-size: 20px;
 	font-style: normal;
 	font-weight: 300;
 
 	color: #021829;
 	text-decoration: none;
  line-height: 25px;
}

h5 {
 	font-size: 20px;
 	font-style: normal;
 	font-weight: 600;

 	color: #021829;
 	text-decoration: none;
  line-height: 18px;
}

h6 {
 	font-size: 18px;
 	font-style: normal;
 	font-weight: 600;

 	color: #021829;
 	text-decoration: none;
  line-height: 18px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li:not(.menu-item) {
  list-style: square;
}

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


ul li::marker,
ol li::marker {
 color: rgba(173, 28, 0,1.0); 
}


blockquote {
  line-height: 1.5rem;
  margin: 0 0 10px;
  padding: 20px;
  
  border: 1px solid rgba(173, 28, 0,1.0);
  
  font-style: italic;
}

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


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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: rgba(112, 112, 112,1.0);
}

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

/* custom button */

.custom-button {
  background-color: rgba(173, 28, 0,1.0);
  color: rgba(255, 255, 255,1.0);
  border: 0px solid #AD1C00;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
  width: auto;  
}
  .custom-button:hover {
    background-color: rgba(173, 28, 0,1.0);
    color: rgba(255, 255, 255,1.0);
    transition: 0.3s all linear;    
}



@media (max-width: 768px) {
  h1,
.blog-post-header h1  {
    font-size: 52.5px;
    line-height: 1.2;
  }
  h2 {
    font-size: 30.0px;
    line-height: 1.2;
  }
  h3 {
    font-size: 22.5px;
    line-height: 1.2;
  }  
}


@media (max-width: 480px) {
  h1,
.blog-post-header h1  {
    font-size: 42.0px;
    line-height: 1.2;
  }
  h2 {
    font-size: 24.0px;
    line-height: 1.2;
  }
  h3 {
    font-size: 18.0px;
    line-height: 1.2;
  }  
}

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

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: rgba(112, 112, 112,1.0);
  border-color: rgba(255, 255, 255,1.0);
  color: rgba(255, 255, 255,1.0);
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  padding: 8px 20px;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: rgba(0, 0, 0,1.0);
  border-color: rgba(255, 255, 255,1.0);
  color: rgba(255, 255, 255,1.0);
}

.hs-button:active {
  background-color: rgba(68, 68, 68,1.0);
  border-color: rgba(68, 68, 68,1.0);
}


.hs-form label {
  font-size: 13px;
  color: #1e2b33;
  display: block;
  font-family: 'Gotham', sans-serif;
  width: auto;
 	font-style: normal;
 	font-weight: 400;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: rgba(242, 84, 91,1.0);
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(51, 71, 91,1.0);
  background-color: rgba(255, 255, 255,1.0);
  border: 1px solid rgba(208, 208, 208,1.0);
  box-sizing: border-box;
  border-radius: 0px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  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: rgba(191, 191, 191,1.0);
}

.hs-input::-ms-input-placeholder {
  color: rgba(191, 191, 191,1.0);
}

.hs-input::-webkit-input-placeholder {
  color: rgba(191, 191, 191,1.0);
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(112, 112, 112,1.0);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
fieldset {
  max-width: 100% !important;
}
/* 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: rgba(200, 120, 114,1.0);

}
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: rgba(185, 85, 77,1.0);
}

.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;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.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: rgba(124, 152, 182,1.0);
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 13px;
  color: rgba(30, 43, 51,1.0);
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.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) {
form {
    max-width: 100%;
  }
  .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;
  }
  
.form-columns-2 .hs-form-field .hs-input,
.form-columns-3 .hs-form-field .hs-input,
.hs-input {
   width: 100% !important;
  }  
.hs-form-field input[type=checkbox] {
  width: auto !important;
  }
}

.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: Poppins;
}
.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-flow-vertical.hs-menu-wrapper ul { 
  display: block; 
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;  
} 
.hs-menu-flow-horizontal.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_cos_wrapper_type_simple_menu li a {
  color: inherit;
  font-size: inherit;
  margin: 0.5rem;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: #FF3C34;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.navigation-primary a {
 	font-size: 15px;
 	font-style: normal;
 	font-weight: 500;
 	font-family: 'Gotham', sans-serif;
 	color: #000000;
 	text-decoration: none;
  text-transform: none;
  line-height: 20px;
}

/* Menu */

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

@media (max-width: 768px) {
.navigation-primary a {
  color: #fff;
  }
  
  .submenu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all linear;    
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
}

/* Top Level Menu */

.submenu.level-1 {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in;
}

.submenu.level-1 > li {
  display: inline-block;
  margin: 0.7rem 2.1rem 0.7rem 0;
  position: relative;
  text-transform: uppercase;
}





@media screen and (min-width: 768px) and (max-width: 1300px) {
  .submenu.level-1 > li {
    margin-right: 1.4rem !important;
  }
}

@media (max-width: 768px) {
  .submenu.level-1 {
    width: 100%;
  }

.navigation-primary .submenu.level-1>.has-submenu>.menu-arrow, .header__language-switcher-label-current:after {
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    left: 4px;
    border: 4px solid #FF3C34;
}

.navigation-primary .submenu.level-1>.has-submenu>.menu-arrow:before, .header__language-switcher-label-current:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    right: -6px;
}  
  
  .submenu.level-1 > li {
    border-top: 1px solid #d0d0d0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    padding: 0.7rem 2.1rem;
  }
}

/* Child Menus */

.submenu.level-2,
.submenu.level-3 {
  border: 1px solid #d0d0d0;
  border-radius: 0 0 4px 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: hidden;
  width: 200px;
  z-index: 2;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2,
.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}

.submenu.level-1 > li:last-child .submenu.level-2 {
  left: auto;
  right: 0;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 0.7rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/*.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #FF3C34;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
*/
@media (max-width: 768px) {
  .submenu.level-2,
  .submenu.level-3 {
    border: none;
    border-top: 1px solid white;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
  }

  .submenu.level-2 .menu-item,
  .submenu.level-3 .menu-item {
    border-bottom: none;
    padding: 0;
    background: transparent;
  }

  .submenu.level-2 .menu-item .menu-link,
  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 2.8rem;
  }
  .submenu.level-1 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-3 .menu-item .menu-link:hover {
  background-color: #FF3C34;
  color: #fff !important;
  }

  .submenu.level-2 > .has-submenu .menu-link,
  .submenu.level-3 > .has-submenu .menu-link {
    width: 100%;
  }

  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-3 > .has-submenu > .menu-arrow {
    display: none;
  }
  
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 2.8rem;
}

@media (max-width: 768px) {
  .submenu.level-3 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 3.5rem !important;
  }
}

/* Mobile Navigation */

#nav-toggle,
.submenu-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__navigation--left {
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    transform: translatex(-100%);
    transition: 0.3s all linear;
  }
  .header__navigation--top {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translatey(-100%);
    transition: 0.3s all linear;
  }  

  .header__navigation-toggle {
    cursor: pointer;
    display: block;
    padding: 10px;
    right: 20px;    
  }

  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    background-color: #000;
    display: inline-block;
    height: 2px;
    width: 20px;
  }
  
  .top-bar {
    display: none;
  }
  
  .bkg-full-top.header_sticky,
  .header_sticky {
    position: absolute !important;
  }
  
  .bkg-full-top .header__mobile-menu-icon,
  .bkg-full-top .header__mobile-menu-icon:after,
  .bkg-full-top .header__mobile-menu-icon:before {
    background-color: #fff;    
  } 
  

  .header__mobile-menu-icon {
    position: relative;
    top: -5px;
  }

  .header__mobile-menu-icon:before {
    top: -8px;
  }

  .header__mobile-menu-icon:after {
    top: 8px;
  }

  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    content: '';
    position: absolute;
  }

  #nav-toggle:checked ~ .header__navigation--left {
    opacity: 1;
    transform: translatex(0);
    z-index: 999;
    transition: 0.3s all linear;
  }
  #nav-toggle:checked ~ .header__navigation--top {
    opacity: 1;
    transform: translatey(0);
    top: 100%;
    z-index: 999;
    transition: 0.3s all linear;
  }  

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon {
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:before {
    content: none;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }

  .menu-arrow-icon,
  .menu-arrow-icon:after {
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    height: 4px;
    width: 20px;
  }

  .menu-arrow-icon {
    position: relative;
    margin: 0 auto;
    top: 8px;
  }

  .menu-arrow-icon:after {
    content: '';
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    border: none;
    cursor: pointer;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }
.submenu.level-1 > .has-submenu > a::after {
  display: none;
  }
  
.hs-menu-flow-horizontal.hs-menu-wrapper ul {
  flex-direction: column;
  }

}

.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

/* menu lat-sx */

.header__navigation_mls .slide-left {
  background-color: #FF3C34;
  color: #fff;
}

.header__navigation_mls .slide-left .slide-header .slide-close-button .close {
  fill: #fff;
}
.header__navigation_mls  .slide-menu>.custom-slide-menu>.menu li>a {
  color: #fff;
 	font-size: 15px;
 	font-style: normal;
 	font-weight: 500;
 	font-family: 'Gotham', sans-serif;
 	text-decoration: none;
  text-transform: none;  
}
.header__navigation_mls  .slide-menu>.custom-slide-menu>.menu li>a:hover {
  color: #000000;
}

.header__navigation_mls  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background-color: #fff;
}
.header__navigation_mls  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #000000;  
}
.header__navigation_mls  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #FF3C34;
}
table {
  margin-bottom: 1rem;
  border:  1px solid #1E1E1E;
}

th,
td {
  vertical-align: top;
  background-color: #ffffff;  
  color: #1E1E1E;  
  border: 1px solid #1E1E1E;
}

thead th,
thead td {
  color: #ffffff;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  text-align: center;
}

tfoot th,
tfoot td {
  color: #ffffff;
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
  text-align: center;  
}

thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #1E1E1E;
}

tbody + tbody {
  border-top: 1px solid #1E1E1E;
}
caption {
  vertical-align: middle;
  padding: 10px;
  background-color: #1E1E1E;
  color: #CC0201;  
}

.intro_thx {
  color: #fff;
  text-align: center;
}
.intro_thx h1,
.intro_thx h2,
.intro_thx h3,
.intro_thx h4,
.intro_thx p {
  color: inherit;
}
.intro_thx h1 span {
  font-weight: 400;
}
.intro_thx p {
  margin: 20px 0 30px;
}

.gift {
  text-align: center;
}

.gift img {
  margin: 20px 0;
}
/* Header */

.header {
  padding: 0;
  background-color: rgba(255, 255, 255, 1.0);    
  position: relative;
}


.bkg-full-top {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.bkg-full-top.header_sticky .header__logo.positive-logo {
  display: none;
}

.bkg-full-top .header__language-switcher-label-current {
  color: #fff;
}

.header_sticky {
  padding: 0;
  background-color: rgba(255, 255, 255, 1.0);  
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.header__container_lp_op {
  display: block;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
}
.header__container_lp_op .row-fluid-wrapper .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_lp_op {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255,1.0);
  box-shadow: 0px 6px 8px rgba(0,0,0,0.16);  
  z-index: 99;
}

.header__container_lp {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;  
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 0px;
}
.header__logo_lp {
  text-align: center;
  max-width: 120px;
}

.header__logo {
  max-width: 120px;
  margin: 10px 0;
}
.header__logo h1 {
  font-size: 32px;
}

.header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

/* slide sidebar right */

.slide-sidebar.mobile {
  display: none;
}

.toggle-slide-right svg path:nth-child(1) {
  stroke: #fff;
  animation: pulse 1s infinite;
}
.toggle-slide-right svg path:nth-child(2) {
  stroke: #fff;
  animation: pulse 3s infinite;
}
.toggle-slide-right svg path:nth-child(3) {
  stroke: #fff;
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    stroke: #ffffff;
  }
  100% {
    stroke: #ff3c34;
  }
}
.toggle-slide-right svg path {
  stroke: #000;
}
.submenu,
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: inherit;
  font-weight: 600;
}

.menu-item,
.menu-item li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .menu-item {
      display: block;
  }
  
  
/* slide sidebar right */

.slide-sidebar.mobile {
  display: inline-block;
  background: #fff;
  height: 75%;
  width: 100%;
}  
.slide-sidebar.nomobile {
  display: none;
}     
}

.menu-link {
  color: inherit;
  text-decoration: none;
}

.menu-link.button--primary {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
}

.navigation-primary {
  display: flex;
  align-items: center;
}

.menu-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.header .button--primary {
  margin: 0;
  color: white;
}

/* Main navigation */


header .header__menu {
  
  margin: 0 0 0 auto;
  
}


 .navigation-primary .submenu.level-1 > .menu-item {
  display: inline-block;
}

/* Typography */

.navigation-primary .submenu.level-1 > li {
  margin: 0;
  padding: 1rem;  
}

.header__language-switcher-label-current {
  font-size: 16px;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  color: inherit;
  letter-spacing: .1em;
}


 .navigation-primary .submenu.level-2,
 .navigation-primary .submenu.level-3 {
  width: 200px;
  border: none;
  border-radius: 0;
  transition: visibility 0s, opacity 0.3s;
  padding: 0;
}
 .navigation-primary .submenu.level-2:before {
   content: "";
   background: #FF3C34;
   width: 15px;
   height: 15px;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 9;
}

 .navigation-primary .submenu.level-2 > .menu-item,
 .navigation-primary .submenu.level-3 > .menu-item {
  display: list-item;
  position: relative;
  background-color: #000000;
  padding: 0;
  border-bottom: none;
}
 

 .navigation-primary .submenu.level-2 > .menu-item a.menu-link,
 .navigation-primary .submenu.level-3 > .menu-item a.menu-link {
  padding: 10px 20px;
  position: relative;
 color: #ffffff;
}

 .navigation-primary .submenu.level-1 > .menu-item:hover > a.menu-link,
 .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #FF3C34;
}

 .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
 .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 8px;
  border: 2px solid #FF3C34;
}

 .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
 .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 8px;
  border: 2px solid #FF3C34;
  border-left-color: #FF3C34;
}

 .navigation-primary ul.submenu.level-3 {
  position: absolute;
  left: 100%;
  top: -4px;
}

/* Header no navigation */

.header__no-navigation .header__container {
  justify-content: center;
}

/* Header menu lat sx */

.header__container_mls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
}

.header__container_mls .header__logo {
  margin: 10px auto;
}

.header__container_mls .header__language-switcher {
  margin-right: 20px;
  margin-left: 0;
}

.bkg-full-top {
  background-color: transparent;
}
.bkg-full-top .navigation-primary ul.level-1 li a {
  color: #fff;
}
.bkg-full-top .navigation-primary ul.level-2 li a,
.bkg-full-top .navigation-primary ul.level-3 li a {
  color: #ffffff !important;
}


/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 20px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border: none;
  border-radius: 0;
  border-top: 4px solid #FF3C34;
  transition: visibility 0s, opacity 0.3s;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
  background-color: #ffffff;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  padding: 5px 10px !important;
  font-size: 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
}

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

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

@media (max-width: 1300px ) {
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
.toggle-slide-righ-wrapper {
  padding-left: 20px;
  }
}

@media(max-width: 768px) {

  
.header__container_lp_op .row-fluid-wrapper .row-fluid {
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  header .header__menu {
    margin: 0;
    min-height: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
 
   .navigation-primary .submenu {
    background-color: #FF3C34;
  }

   .navigation-primary .submenu.level-1 {
    z-index: 1;
  }

   .navigation-primary ul.submenu.level-3 {
    position: static;
  }
   .navigation-primary .submenu.level-1>.menu-item:hover>a.menu-link, 
   .navigation-primary .submenu.level-1>.menu-item>a.menu-link.active-item {
   color: #fff; 
  }
  
   .navigation-primary .submenu.level-2 > .has-submenu > .menu-arrow {
    display: block !important;
  }

   .navigation-primary .submenu > li.menu-item,
   .navigation-primary .submenu.level-1 > li.menu-item {
    border-top: none;
    padding: 10px 0;
  }

   .navigation-primary .submenu .menu-arrow-bg {
    visibility: hidden;
  }
   .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow,
   .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow{
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    top: 20px;
    padding: 0;
    border: 8px solid transparent;
    border-top-color: #FF3C34;
    border-bottom-color: transparent;    
  }

   .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
   .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    content: '';
    top: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    bottom: -3px;
    right: -6px;
  }

   .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow,
   .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow {
    top: 15px;
  }

   .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
   .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    border-top-color: #ffffff;
    border-bottom-color: transparent;
  }

   .navigation-primary .submenu > .has-submenu input[type="checkbox"]:checked ~ .menu-arrow {
    transform: rotateX(180deg);
  }

   .navigation-primary .submenu.level-2, 
   .navigation-primary .submenu.level-3 {
    width: auto;
  }

   .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
   .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link {
    color: initial;
  }

   .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
   .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
    content: none;
  }  
  
  .header__logo {
    padding: 10px;
  }
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  
}
.footer {
  color: rgba(255, 255, 255,1.0);
}
.footer a {
  color: rgba(255, 255, 255,1.0);
}



footer .widget-type-logo {
  max-width: 150px;
}
footer .widget-type-logo img {
  max-width: 100%;
}
.hs_cos_flex-direction-nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

/* simple menu */

.footer .hs-menu-wrapper ul {
  display: block; 
  padding: 0 10px 0 0;
  margin-top: 20px;
}
.footer .hs-menu-wrapper ul  li.hs-menu-item {
  margin: 0 0 0.5rem; 
  list-style: none;
}

.footer .hs-menu-wrapper ul  li.hs-menu-item a {
  padding: 0;
  color: rgba(255, 255, 255,1.0);
  margin: 0;
  position: relative;
  font-size: 14px;
  font-weight: 200;
}
.footer .hs-menu-wrapper ul  li.hs-menu-item:hover :before {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all linear;  
}
.footer .hs-menu-wrapper ul  li.hs-menu-item a:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -10px;
  border: 2px solid #ff3c34;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all linear;
}

.footer  h2,
.footer  h3,
.footer  h4,
.footer  h5,
.footer  h6 {
  color: inherit;
}

.footer .hs-search-field__input {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.footer .hs-search-field__input::placeholder {
  color: #fff;
  opacity: 1;
}

.footer .company-data {
  font-weight: 200;
  font-size: 14px;
}

.footer .hs-search-field {
  position: relative;
}
.footer .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.footer .hs-search-field__bar button svg {
  height: 10px;
}
.footer .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.footer .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.footer .hs-search-field__suggestions a,
.footer .hs-search-field__suggestions #results-for {
  display: block;
}
.footer .hs-search-field__suggestions a:hover,
.footer .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}



.footer__copyright {
  font-family: Poppins;
  font-size: .7rem;
  padding: .5rem 0;
  max-width: 1300px;
  margin: 0 auto;  
  color: rgba(255, 255, 255,1.0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__copyright a {
  color: rgba(255, 255, 255,1.0);
}

.footer__copyright  .footer__privacy_lp a {
  color: rgba(255, 255, 255,1.0);
}

/* only for LP  */

.footer_copy_container {
  background-color: rgba(44, 44, 44,1.0);
}


.back-to-top {
  background-color: rgba(0, 0, 0,1.0);
  border-radius: 100%;
  right: 20px;
}

.back-to-top a svg {
  fill: rgba(255, 255, 255,1.0);
}

@media (max-width: 1300px) {
  .footer__container,
  .footer__copyright {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 767px) {
  .footer__container .footer_row_1 .footer_data {
    display: block;
    text-align: center;
  }
  .footer__container .footer_row_1 .footer_data .foo_col1,
.footer__container .footer_row_1 .footer_data .foo_col2,
.footer__container .footer_row_1 .footer_data .foo_col3 {
  margin-bottom: 20px;
  } 
  
}

@media (max-width: 480px) {
.footer__container .footer_row_1,
.footer__container .footer_row_2 {
  flex-direction: column;
  }
.footer__container .footer_row_1 .footer_data .logo_foo,
.footer__container .footer_row_1 .footer_data .data,
.footer__container .footer_row_2 .search-section  {
  margin: 0 auto 20px;
  text-align: center;
}  
 
.footer__copyright {
  flex-direction: column;
  align-items: flex-start;
  }
  
}































.blog-header__inner {
  width: 100%;
  margin: 0 auto;
}

.blog-header__title {
  color: #fff;
  margin: 0;
}

.blog-header__form {
  margin: 0 1rem;
}


.blog-footer {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.blog-footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;  
}

.blog-footer__inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin: 0 auto;
  padding: 3.3rem 0;
  max-width: 1300px;
}

.blog-footer__title {
  color: #fff;
}
.blog-footer__inner .footer-content_col1 {
  color: #fff;
}
.blog-footer__inner .footer-content_col1,
.blog-footer__inner .footer-content_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.blog-footer__inner .footer-content_col2 img {
  width: 296px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #FF7A59;  
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-footer__inner .footer-content {
  color: #fff;
}
.blog-footer__inner .footer-content p {
  text-align: center;
}
.blog-footer__inner .footer-content form {
  margin: 0 auto;
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.blog-index__tag-header {
  padding: 1rem 0;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-header-author {
  max-width: 1300px;
  margin: 0 auto;  
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

.blog-index__post img {
  max-width: 100%;
  height: auto;
}

/* pagination */

.blog-numeric-pagination {margin: 30px 0 !important;}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 2px 6px 20px rgba(255,255,255,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: ;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper-listing,
.blog-subtitle-author {
  max-width: 1300px;
  margin: 0 auto;
}


/* single post */


.blog-header.header-single-post {
  height: 400px;
}


.blog-single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-content-wrapper {
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 65%;
	flex-basis: 65%;
}

.single-content-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  padding-top: 60px;
  column-gap: 60px;
}



.blog-post-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.blog-post-header h1 {
  font-size: 60px;
 	font-style: normal;
 	font-weight: 500;  
  line-height: 65px;
}

.blog-post-header .blog-post__meta {
  font-family: Poppins;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-post-header .blog-post__meta .meta-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
  border: 1px solid #ddd;
}
.blog-post-header .blog-post__meta .meta-content .content-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-flow: column wrap;
  padding-left: 20px;
}

.wrapper-image-single {
  height: 450px;
  width: 100%;
}

.wrapper-image-single img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog-post__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0 0;
}



.blog-post__body {
  margin-top: 30px;
}


.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.about-author-sec {
 margin: 40px 0; 
}

.about-author-sec img {
  border-radius: 100%;
  border: 1px solid #ddd;
  max-width: 100px;
}

.about-author-sec h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.about-author-sec h3 a.author-link {
  color: #000;
}

.share {
  display: flex;
  column-gap: 10px;
}

ul.social-share {
    padding: 0;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
    list-style: none;
    align-items: center;
}
ul.social-share li {
  margin: 0 5px;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
ul.social-share li a {
  color: #fff;
  position: relative;
}

ul.social-share li a svg {
  fill: #fff;
  margin-top: 3px;
}

/* related posts */

.blog-recent-posts {
  max-width: 1300px;
  margin: 3rem auto 0;
  padding: 2rem 0;
}

/* blog sidebar */

.blog-sidebar {
  -ms-flex-preferred-size: 30%;
	flex-basis: 30%;
  margin-top: 3.3rem;
}
.blog-sidebar h3 {
  margin-bottom: 30px;
  position: relative;
}
.blog-sidebar h3:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}
.blog-sidebar .widget-type-rss_listing,
.blog-sidebar .widget-type-post_filter {
  margin-top: 60px;
}
.blog-sidebar .widget-type-post_filter ul {
  padding: 0;
}
.blog-sidebar .widget-type-post_filter li {
  list-style: none;
  position: relative;
}




.blog-sidebar .hs-rss-item {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
-webkit-box-orient: horizontal;
}




.blog-comments {
  margin: 0;
}
.blog-comments form,
.blog-comments fieldset {
  max-width: 100% !important;
}

.blog-comments .hs-button {
  background-color: rgba(112, 112, 112,1.0);
  border: 2px solid rgba(255, 255, 255,1.0);
  color: rgba(255, 255, 255,1.0);
}
.blog-comments .hs-button:hover {
  background-color: rgba(0, 0, 0,1.0);
  color: rgba(255, 255, 255,1.0);
  border: 2px solid rgba(255, 255, 255,1.0);
}
.blog-comments .comment-from h4 {
  font-size: 19px;
  font-weight: 700;
  color: #00626C;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  background-color: transparent;
  font-family: Poppins;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: rgba(0,0,0,0.63);
}
.blog-comments h3 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.blog-comments h3:after {
  content: "";
  position: absolute;
  background: #393333;
  width: 74px;
  height: 5px;
  left: 0;
  bottom: -15px;
}

.blog-comments .comment.depth-0,
.blog-comments .comment.depth-1 {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment.depth-1 {
  margin: 10px 0;
}

/* media query */

@media (max-width: 1300px) {
  .blog-header__inner,
  .blog-index__tag-header,
  .blog-single,
  .blog-footer__inner,
  .blog-recent-posts,
  .blog-subtitle-author {
    padding-left: 20px;
    padding-right: 20px;    
  }
  .single-portfolio .post-body,
  .single-portfolio .social-share {
    padding-left: 15px;
    padding-right: 15px;        
}
  .single-portfolio .social-share {
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 960px) {
  
.blog-single,
.blog-footer__inner {
    flex-direction: column;
}

    .blog-footer {
    height: 100% !important;
  }
  
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
  
.blog-recent-posts__list  {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}  
}

@media screen and (max-width: 480px) {
    
  
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}
.blog-recent-posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}  
.blog-post-header h1 {
  font-size: 52.5px;
  line-height: 1;
  }
.blog-sidebar {
  margin-top: 30px;
  }
}

.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: Nunito Sans;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
  max-width: 1300px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;  
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: rgba(173, 28, 0,1.0);
  border: 1.5px solid rgba(173, 28, 0,1.0);
  font-size: .75rem;
  color: #000;
  padding: .1rem .75rem;
}

/* subscription preferences */

form#email-prefs-form .header {
  position: relative;
}

.systems-page h1 {
  font-size: 35px;
}
.systems-page h2 {
  font-size: 25px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Nunito Sans;
  font-size: 1.25rem;
  color: ;
  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: #000000;
}
/* passsword prompt */
.pwd-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  text-align: center;
}
#hs-pwd-widget-password {
  height: 32px !important;
}