/* ******************************************************************************
*********************************************************************************
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 */
  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.
*********************************************************************************
****************************************************************************** */
body .content-wrapper {
  padding-top: 4rem;
}
dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  body .dnd-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }

}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid {
    padding: 0px 20px 0px 20px;
  }
  body .dnd-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fa-brands-400.eot#iefix") format("embedded-opentype"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fa-brands-400.woff") format("woff"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "fontello-55666826";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello-1.eot?1820334013#iefix") format("embedded-opentype"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello-1.woff2?1820334013") format("woff2"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello-1.woff?1820334013") format("woff"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello-1.ttf?1820334013") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "fontello-1caf72f4";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello.eot?770891032#iefix") format("embedded-opentype"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello.woff2?770891032") format("woff2"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello.woff?770891032") format("woff"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/fontello.ttf?770891032") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: elementskit;
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/elementskit.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Graphik";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Semibold.eot#iefix") format("embedded-opentype"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Semibold-Web.woff2") format("woff2"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Semibold-Web.woff") format("woff"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Semibold-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

@font-face {
  font-family: "Graphik";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Medium.eot#iefix") format("embedded-opentype"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Medium-Web-2.woff2") format("woff2"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Medium-Web.woff") format("woff"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Medium-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "Graphik";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Light-2.eot#iefix") format("embedded-opentype"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Light-Web.woff2") format("woff2"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Light-Web.woff") format("woff"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Light-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}


@font-face {
  font-family: "Graphik";
  src: url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Bold-Web-1.woff2") format("woff2"), 
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Bold-Web.woff") format("woff"),
    url("https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/fonts/Graphik-Bold-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover, a:focus {

}

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

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

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

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


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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

@media (max-width: 767px) {
  html {
    font-size: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 20px 0px;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none;
  font-family: "Graphik", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  line-height: 1em;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

body .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-input:focus, input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}
.hs-input,input[type="password"] {
  display: block;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
  font-family: "Graphik",Sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 0px;
  min-height: 40px;
  padding: 5px 14px;
}

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

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

.hs-input:-moz-placeholder {
  opacity: .6;
  color:rgb(133, 143, 152);

}

.hs-input::-webkit-input-placeholder {
  opacity: .6;
  color:rgb(133, 143, 152);
}
input[type="search"]::-webkit-input-placeholder {
  opacity: .6;
  color:rgb(133, 143, 152);
}
.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;
  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: #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.
*********************************************************************************
****************************************************************************** */

.landing_page_v2 form fieldset {
  max-width: 100%;
}

.landing_page_v2 form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 1rem;
}

.landing_page_v2 form fieldset li.hs-form-checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}

.landing_page_v2 form fieldset ul.inputs-list.multi-container {
  padding-top: 1rem;
}

.landing_page_v2 .hs-form label {
  font-size:16px;
  font-weight: 300;
}

.landing_page_v2 h1 {
  font-size: 90px;
}

.landing_page_v2 form input[type=submit] {
  background-color: #1596d1;
  border: 1px solid #1596d1;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 14px 28px;
}

.landing_page_v2 form input[type=submit]:hover {
  background-color: transparent;
  color: #1596d1;
}

.landing_page_v2 form .hs-fieldtype-select {
  padding-bottom: 18px;
}

.landing_page_v2 form .hs-fieldtype-select label {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .landing_page_v2 .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 50%;
    padding: 0;
    padding-right: 1rem;
  }

  .landing_page_v2 h1 {
    font-size: 40px;
  }

  .landing_page_v2 form .actions input[type=submit] {
    display: inline-block;
  }

  .landing_page_v2 form .hs_submit.hs-submit {
    width: auto;
    padding: 0;
  }

  .landing_page_v2 form .actions {
    justify-content: flex-start;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {

  .landing_page_v2 form fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 0;
  }

  .landing_page_v2 .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

body.no-banner header.header {
  min-height: 50px;
}
.lp .logo_wrapper {
  min-height: 30px;
}
.get-in-touch-button {
  position: fixed;
  background-color: #282E36;
  padding: 20px 20px 20px 20px;
  top: 50%;
  right: 0;
  font-family: "Graphik", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 100px;
  height: auto;
  transform: translateY(-50%);
  cursor: pointer;
  z-index:99;
}
body .custom-menu-primary .submenu.level-1>li:last-child ul li:nth-child(2) {
  padding-top: 7px;
}
.get-in-touch-button:hover {
  color: #1596d1;
}
.get_in_touch_form {
  background-color: #282E36;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  position: absolute;
  width: 450px;
  right: 0;
  font-size: 12px;
  line-height: 1.5;
}

.get_in_touch_form_container {
  padding: 10px;
  margin: 20px 20px 20px 20px;
}

.get_in_touch_form-out {
  justify-content: flex-end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 99;
  right: -100%;
  transition: all 1.5s ease-in-out;
}

dv.get_form {
  margin-left: calc( -0px/2 );
  margin-right: calc( -0px/2 );
  margin-bottom: -0px;
}
.get_in_touch_form-out input.hs-button.primary.large:hover {
  color: #1596d1;
}
dv.get_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get_in_touch_form-out  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 60%;
  margin: 0;
}

.get_in_touch_form-out  .hs_submit.hs-submit {
  width: 40%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.get_in_touch_form-out  input.hs-button.primary.large {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  margin: 0;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  min-height: 40px;
}



dv.get_form .hs-input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: rgba(255,255,255,0);
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0px;
  color: #858f98;
}

.get-in-close a {
  font-family: "Graphik", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(255,255,255,0);
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

.get-in-close a:hover {
  color: #1596d1;
}

.get-in-close a:hover {}

.get-in-close a:hover span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.get-in-touch-title h2 {
  color: #FFFFFF;
  font-family: "Graphik", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
}

.get-in-close {
  margin-bottom: 61px;
}

.side_links a {
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(255,255,255,0);
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

.side_links a:hover {
  color: #1596d1;
}

.side_links a:hover span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.get-in-touch-title {
  padding-bottom: 48px;
}

.write_us_link {
  padding-bottom: 61px;
}

.form_info_get p {
  color: #FFFFFF;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0px;
}

.world_wide_link {
  padding-bottom: 61px;
}

.form_info_get {
  padding-bottom: 10px;
}

.info-form-open .get_in_touch_form-out {
  right: 0;
}
.mobile-trigger:hover svg {
  color: #1596D1;
  fill: #1596D1;
}
.hs-container{
  max-width:100%;
  margin:0 auto;
}
.header-container-wrapper {
  -webkit-transition: transform 0.34s ease;
  transition: transform 0.34s ease;
  background-color: #FFFFFF;
  padding: 10px 30px 12px 30px;
  z-index: 199;
  z-index: 700;
  position: fixed;
  width: 100%;
}
.header-logo {
  flex-basis: 180px;
}

header.header {
  letter-spacing: normal;
}
.header-logo img {
  width: 160px !important;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
}

.header-logo {
  line-height: 0;
}

.header-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo_wrapper {
  align-content: center;
  align-items: center;
  width: 74.975%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu {
  flex-basis: 75%;
}


.custom-menu-primary nav.navigation-primary ul {
  padding: 0;
  list-style: none;
  margin: 0;
}



.custom-menu-primary nav.navigation-primary >ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: flex-start !important;
}

.custom-menu-primary nav.navigation-primary >ul>li>a {         
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #282E36;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 0px 20px;
}


.menu_contact ul.hs-menu-children-wrapper {
  display: none;
}

.header_search i {
  font-family: elementskit!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  cursor:pointer;
}

.header_search i:before {
  content: "\eb28";
}


.menu_contact {
  margin: 0px 20px 0px 0px;
}

.menu_contact .hs-menu-wrapper >ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;

  justify-content: flex-end !important;
}

.menu_contact .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu_contact .hs-menu-wrapper >ul>li>a {
  padding: 0;
  color: #282E36;
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #282E36;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  margin: 0px 20px 0px 20px;
}


.menu_contact .hs-menu-wrapper >ul>li.hs-item-has-children>a {
  font-size: 0;
}

.side_menu {
  width: 24.91%;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
img.jet-menu-icon {
  margin-left: -1px;
  width: 18px;
  height: auto;
  margin-right: 2px;
}

.menu_contact .hs-menu-wrapper>ul>li.hs-item-has-children {    
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}



.custom-menu-primary nav.navigation-primary ul .leve-2 {
  display: block;
}

.custom-menu-primary nav.navigation-primary >ul>li.has-submenu:hover> ul.submenu.level-2 {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

header.header {
  position: relative;
  width: 100%;
  height: auto;
}
.header_search_wrapper input[type="search"]::-webkit-input-placeholder {
  opacity: .5;
  color: #282E36;
}
.header_search i:hover {
  color: #1596D1;
}
.menu_contact .hs-menu-wrapper>ul ul li:first-child>a {
  color: #1596d1;
}
.custom-menu-primary nav.navigation-primary ul.submenu.level-2 {   
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
  position: absolute;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 0%);
  min-height: 300px;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  right: 0;
  left: 0;
  display: block;
  padding: 0px 0px 0px 230px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
}


.custom-menu-primary nav.navigation-primary>ul >li:first-child > ul.submenu.level-2 >li {
  width: 33.333%;
  font-size: 16px;
}



.custom-menu-primary nav.navigation-primary>ul >li:first-child > ul.submenu.level-2 >li>a {
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0px;
  margin-bottom: 20px;
  display: block;
  margin: 18px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-menu-primary nav.navigation-primary>ul >li:first-child > ul.submenu ul {
  padding-top: 20px;
}

.custom-menu-primary nav.navigation-primary>ul >li:first-child > ul.submenu ul li {
  margin-bottom: 21px;
  line-height: normal;
}

.custom-menu-primary nav.navigation-primary>ul >li:first-child > ul.submenu ul li a {
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: -0.4px;
  fill: #ffffff;
  background-color: rgba(255,255,255,0);
  padding: 0px 0px 0px 0px;
}

.custom-menu-primary nav.navigation-primary>ul >li:first-child > ul.submenu ul li:last-child {
  margin: 0;
}
.custom-menu-primary nav.navigation-primary>ul>li:first-child>ul.submenu.level-2>li>a {
  pointer-events: none;
}

.custom-menu-primary nav.navigation-primary>ul>li:nth-child(3) >ul ,
.custom-menu-primary nav.navigation-primary>ul>li:nth-child(5) >ul{
  padding: 50px 0px 47px 0px !important;
  padding-left: 395px !important;
  display: block !important;
  min-height: auto !important;
}

.custom-menu-primary nav.navigation-primary>ul>li:nth-child(3) >ul >li>a ,
.custom-menu-primary nav.navigation-primary>ul>li:nth-child(5) >ul >li>a{
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: -0.4px;
  fill: #ffffff;
  background-color: rgba(255,255,255,0);
  padding: 0px 0px 0px 0px;
}

.custom-menu-primary nav.navigation-primary>ul>li:nth-child(3) >ul >li:not(:last-child),
.custom-menu-primary nav.navigation-primary>ul>li:nth-child(5) >ul >li:not(:last-child) {
  margin-bottom: 15px;
  line-height: 0;
}


.custom-menu-primary nav.navigation-primary>ul>li:nth-child(5)>ul {
  padding-left: 560px !important;
}

.custom-menu-primary nav.navigation-primary>ul>li:first-child>ul.submenu.level-2>li:nth-child(2) { 
  position: relative;
  left: -7px;
}

.custom-menu-primary nav.navigation-primary>ul>li:first-child>ul.submenu.level-2>li:nth-child(3) {
  position: relative;
  left: -3px;
}

.custom-menu-primary nav.navigation-primary>ul>li:nth-child(5)>ul>li:nth-child(2) {
  margin-bottom: 15px;
}


.menu_contact ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s cubic-bezier(0.48,0.01,0.5,0.99),visibility .1s linear;
  background-color: rgba(6,15,21,1);
  position: absolute;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 0%);
  z-index: 99;
  width: 100%;
  max-width: 100%;
  right: 0;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  top: 100%;
  padding-top: 52px;
  padding-bottom: 50px;
  display: block;
}

.menu_contact .hs-menu-wrapper >ul>li:hover> ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.inner_wrpaper {
  display: table;
  max-width: 100%;
  border: 1px solid transparent;
  border-bottom: 0;
  font-family: "Graphik", Graphik;
  font-weight: 200;
  font-size: 18px;
  color: #fff;
  float: right;
  margin-right: 30px;
}

.menu_contact .hs-menu-wrapper>ul ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 5px 10px;
  line-height: 1;
  color: #ffffff;
}



.menu_contact .hs-menu-wrapper>ul ul li {
  padding-bottom: 2px;
}

.custom-menu-primary nav.navigation-primary>ul>li>a:hover,
.menu_contact .hs-menu-wrapper>ul  li a:hover ,
.header_search i:hover{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.custom-menu-primary nav.navigation-primary>ul ul>li>a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}



.header_search_wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(6, 15, 21, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.search-open  .header_search_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_search_container {
  padding: 10px;
  width: 400px;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  min-height: 50px;
}
button.jet-ajax-search__submit:hover {
  color: #1596D1;
}
form.jet-ajax-search__form {
  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;
  margin: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.jet-ajax-search__fields-holder {
  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-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

button.jet-ajax-search__submit {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
} 

.jet-ajax-search-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
body.search-open {
  overflow: hidden;
}
i.eci {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.eci.fontello-55666826-read-more:after {
  content: '\e808';
  font-family: 'fontello-55666826';
}

.jet-ajax-search__fields-holder input {
  line-height: 1.3;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E1E5EB;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #282E36;
  border-color: #282E36;
  border-radius: 1px 1px 1px 1px;
  width: 100%;
  padding: 9px 15px;
}

.jet-ajax-search__field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

body.hide-nav-bar.show .header-container-wrapper {
  transform: translateY(-110px);
}

@media (min-width: 1025px){

  .menu_wrap {
    display: none !important;
  }

  .mobile-trigger-wrapper {
    display: none !important;
  }
}

@media (max-width: 1024px){
  .get_in_touch_form-out {
    display: none !important;
  }
  .get-in-touch-button {
    display: none;
  }
  .custom-menu {
    display: none;
  }

  .mobile-trigger-wrapper {
    width: 24.91%;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .side_menu {
    display: none;
  }
  .mobile-trigger svg {
    width: 1em;
  }

  .mobile-trigger {
    cursor: pointer;
  }
  .menu_wrap {
    width: 90vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    min-height: 50px;
    background-color: #060F15;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-in-out;
    overflow-y: auto;
    min-height: calc(100vh - 50px);
  }

  .mobile-open .menu_wrap {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  body.mobile-open:before {
    background-color: rgba(6, 15, 21, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: '';
  }
  .menu_inner {
    padding: 45px 0px 0px 50px;
  }


  .menu_container {
    padding: 020px 50px 0px 0px;
  }

  .close_menu a {
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(255,255,255,0);
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
  }

  .close_menu a:hover {
    color: #1596d1;
  }

  .close_menu a:hover span.elementor-button-icon.elementor-align-icon-right {
    margin-left: 20px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  }
  .mobile-open .close_menu  {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    animation-name: fadeInRight;
  }
  .mobile_menu .hs-menu-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper >ul {
    display: block;
  }


  .mobile_menu .hs-menu-wrapper >ul>li>a {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
    font-family: "Graphik", Sans-serif;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>a:hover {
    color: #1596D1;
  }

  .mobile_menu {
    margin-top: 68px;
  }

  .mobile_menu .hs-menu-wrapper >ul>li {
    margin-bottom: 10px;
  }

  .mobile-open .mobile_menu .hs-menu-wrapper >ul>li {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    animation-name: fadeInUp;
  }
  .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    border: 1px solid rgba(0,0,0,.02);
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .mobile_menu span.eael-accordion-tab-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }

  .mobile_menu i.icon.icon-plus.fa-toggle {
    font-size: 30px;
    -webkit-transform: rotate(
      0deg
    );
    -ms-transform: rotate(0deg);
    transform: rotate(
      0deg
    );
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile_menu i.icon.icon-plus.fa-toggle:before {
    content: "\e982";
  }
  .lang_menu {
    padding: 50px 0px 0px 0px;
  }

  .lang_button span.eael-accordion-tab-title {
    font-family: "Graphik", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    /* color: #fff; */
  }

  .lang_menu i.icon.icon-plus.fa-toggle {
    font-size: 30px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lang_menu i.icon.icon-plus.fa-toggle:before {
    content: "\e982";
  }

  .lang_button {
    border: 1px solid rgba(0,0,0,.02);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
  }

  .lang_button:hover {
    color: #1596D1;
  }
  .lang_link {
    display: none;
  }
  .menu_search {
    padding: 50px 50px 50px 0px;
  }

  .menu_search_contianer {
    margin: 0px 0px 0px 40px;
    padding: 10px;
  }

  .menu_search_contianer form {
    max-width: 289px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  label.jet-search__label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }

  button.jet-search_submit {
    font-family: "Graphik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    background-color: rgba(6, 15, 21, 0);
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
  }

  span.jet-search_submit-icon {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-align: center;
  }

  .menu_search input {
    font-family: "Graphik", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    background-color: #060F15;
    color: #FFFFFF;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 10px 30px 10px 10px;
    margin: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
  }
  button.jet-search_submit:hover {
    color: #1596D1;
    cursor: pointer;
  }
  .mobile-open  .menu_search {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    animation-name: fadeInRight;
  }
  .m_menu_wrapper {
    display: none;
  }



  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-color: #060F15;
    padding-top: 65px;
    padding-bottom: 50px;
    border-width: 1px;
  }



  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul>li {
    width: 33%;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul>li>a {
    padding: 0;
    color: #fff;
    color: #ffffff;
    font-family: "Graphik", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
    margin-bottom: 13px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul ul li a {
    padding: 0;
    color: #fff;
    font-family: "Graphik", Sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: -0.4px;
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
    padding: 0px 0px 0px 0px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul ul li:not(:last-child) {
    margin-bottom: 19px;
  }

  ul.hs-menu-children-wrapper {
    display: block;
  }


  .mobile_menu .child-open >a i.icon.icon-plus.fa-toggle {
    -webkit-transform: rotate(
      90deg
    );
    -ms-transform: rotate(90deg);
    transform: rotate(
      90deg
    );
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  ul.hs-menu-children-wrapper.m_menu_wrapper {
    position: relative;
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-color: #060f15;
    border-width: 1px;
  }

  .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper {
    padding-top: 68px;
    padding-bottom: 37px;
  }

  .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper li a {
    font-family: "Graphik", Sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: -0.4px;
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
    padding: 0px 0px 0px 0px;
  }
  .mobile_menu .hs-menu-wrapper>ul>li.child-open>a { 
    color: #1596d1;
  }
  .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper li {
    line-height: 0;
    margin-bottom: 19px;
  }
  /*   .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child){
  padding: 0px 0px 0px 20px;

} */
  .lang_menu.child-open  .lang_button {
    color: #1596D1;
  }

  .lang_link a:hover {
    color: #fff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper>ul ul li a:hover {
    color: #1596D1;
  }
  .mobile_menu .hs-menu-wrapper>ul>li:not(:first-child) ul.hs-menu-children-wrapper li {
    padding: 0px 0px 0px 20px;
  }
  .menu_search input[type="search"]::-webkit-input-placeholder {
    opacity: .5;
  }
  .m_menu_wrapper {

    border-style: solid;
    border-color: #060F15;
    font-size: 1rem;
    line-height: 1.7;
    border-style: solid;
    border-width: 1px;
  }
  .lang_link {
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-color: #060F15;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.7;
    border-width: 1px;
    padding-top: 68px;
    padding-bottom: 79px;
  }

  .lang_link a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding: 5px 11px;
    line-height: 1;
    color: #fff;
    font-family: "Graphik", Graphik;
    font-weight: 200;
    font-size: 18px;
    padding-bottom: 7px;
  }


  .lang_menu.child-open i.icon.icon-plus.fa-toggle {
    webkit-transform: rotate(
      90deg
    );
    -ms-transform: rotate(90deg);
    transform: rotate(
      90deg
    );
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

}

@media(max-width:767px){
  .acc-wrapper.child-open .acc-button {
    color: #1596D1;
  }
  .acc-dropdown ul li a:hover {
    color: #1596D1;
  }
  .acc-wrapper.child-open  i.icon.icon-plus.fa-toggle {
    -webkit-transform: rotate(
      90deg
    );
    -ms-transform: rotate(90deg);
    transform: rotate(
      90deg
    );
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }
  .mobile_menu {
    margin-top: 48px;
  }
  button.jet-search_submit {
    margin: 0px 0px 0px 20px;
  }

  .menu_search input {
    width: 100%;
  }
  .mobile_menu span.eael-accordion-tab-title {
    font-size: 35px;
  }
  .menu_container {
    padding: 18px 30px 0px 0px;
  }

  .menu_inner {
    padding: 0px 0px 0px 30px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    font-size: 35px !important;
  }

  span.eael-accordion-tab-title {
    font-size: 35px;
  }

  .lang_button span.eael-accordion-tab-title {
    font-size: 20px;
  }

  .lang_menu i.icon.icon-plus.fa-toggle {
    font-size: 24px;
  }

  .lang_menu {
    padding: 34px 0px 0px 0px;
  }

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

  .menu_search_contianer {
    padding: 10px 0px 10px 30px;
    margin: 0;
  }

  .menu_search {
    padding: 0;
    padding-top: 50px;
  }
  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper>ul {
    margin: 0px 0px 0px 29px;
    padding-left: 0;
    padding: 0;
    padding-top: 49px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper>ul>li {
    width: 100%;
    margin-bottom: 56px;
  }
  .mobile_menu .hs-menu-wrapper>ul>li:not(:first-child) ul.hs-menu-children-wrapper {
    padding-top: 54px;
    padding-bottom: 37px;
    margin: 0px 0px 0px 30px;
  }
  .header-container-wrapper {
    padding: 20px 20px 22px 20px;
  }

  .mobile-trigger-wrapper {
    width: 50%;
  }

  .logo_wrapper {
    width: 50%;
  }

  .header-logo img {
    max-width: 100%;
    width: 160px !important;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%)
  }
  to {
    opacity: 1
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%)
  }
  to {
    opacity: 1
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer_copyright {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(113,113,113,0.17);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 12px 40px 12px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_copyright_text {
  width: 49.954%;
}

.footer_link_wrapper {
  width: 50.046%;
  text-align: right;
}

.footer_copyright {
  font-family: "Graphik", Sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 0px;
}

.footer_copyright p {
  margin: 0;
}

.footer_link_wrapper div {display: inline-block;}

.footer_links:last-child {
  margin: 0px 12px 0px 19px;
}

.footer_links a:hover {
  color: #1596D1;
}

.footer_menu_wrapper {
  background-color: #0B0E0F;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}


.footer_info {
  width: 40%;

}
.footer_info_inner {
  margin: 0px 40px 0px 0px;
  padding: 10px;
}
.footer_menu {
  width: 15%;
  padding: 10px;
}

.footer_menu.quick {
  width: 14.131%;
}

.footer_title p {
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 16px 0;
}

.footer_title {
  padding-bottom: 10px;
}

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

.menu_ft ul li {
  margin-bottom: 10px;
}
.top-box-in {
  height: 128px;
}
.menu_ft ul li a {
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0px;
  fill: #ffffff;
  color: #ffffff;
  background-color: rgba(255,255,255,0);
  padding: 0px 0px 0px 0px;
}

.top-box {
  height: 80px;
}
.hs_error_rollup {
  display: none;
}

.footer_form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}
.footer_form .top-box-in {
  height: 128px;
}
.footer_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.footer_form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 50%;
}

.footer_form  .hs_submit.hs-submit {
  width: 40%;
}

.footer_form  input.hs-button.primary.large {
  margin: 0;
  background-color: rgba(255,255,255,0);
  color: #FFFFFF;
  border-color: #060F15;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 020px;
  padding: 0px 0px 0px 0px;
  min-height: 40px;
}

.footer_form .field {
  margin: 0;
}

.footer_form .hs-input {
  border-color: #858F98;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: -0.5px;
  color: #858F98;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
}

.footer_form  .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.footer_info_inner {
  margin: 0px 40px 0px 0px;
  padding: 10px;
}
.footer_form_text p {

  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  margin: 0;
  padding-bottom: 4px;
}

.footer_stay p {
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 16px  0px;
  padding-bottom: 9px;
}

.footer_find_link {
  padding-bottom: 47px;
}

.footer_find_link a {
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(255,255,255,0);
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

span.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

span.elementor-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 15px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

i.eci.fontello-1caf72f4-read-more:before {
  content: '\e808';
  font-family: 'fontello-1caf72f4';
}

.footer_find_link a:hover {
  color: #1596d1;
}

.footer_find_link a:hover span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.footer_form_text p {

  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  margin: 0;
  padding-bottom: 4px;
}

.footer_stay p {
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 16px  0px;
  padding-bottom: 9px;
}

.footer_find_link {
  padding-bottom: 47px;
}

.footer_find_link a {
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(255,255,255,0);
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

span.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

span.elementor-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 15px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.footer_form input.hs-button.primary.large:hover {color: #1596D1;}
i.eci.fontello-1caf72f4-read-more:before {
  content: '\e808';
  font-family: 'fontello-1caf72f4';
}

.footer_find_link a:hover {
  color: #1596d1;
}

.footer_find_link a:hover span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.footer_text_next p {

  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  margin: 0;
  padding-bottom: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 13px;
  text-decoration: none;
  text-transform: none;
}


.footer_world-wide p {
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
}

.footer_world-wide {
  margin-bottom: 18px;
}

.footer_logo {
  margin-bottom: 48px;
  max-width: 310px;
}

.footer_form label {
  display: none;
}

.footer_link_wrapper div.footer_links {
  margin-left: 19px;
}

.footer_world-wide p:last-of-type {
  margin-bottom: 0;
}
.footer_text_next {
  padding-top: 7px;
}

.footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  flex-grow: 1;
  max-width: 450px;
}

.footer_form .hs_submit.hs-submit {
  width: auto;
}

.footer_form .hs-input::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: normal;
}


@media(max-width:1024px){
  .footer_info_inner {
    margin: 0px 100px 0px 0px;
  }

  .footer_info {
    width: 100%;
  }

  .footer_menu_wrapper { 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer_menu { 
    width: 25%;
  }

  .menu_ft ul li:last-child {
    margin: 0;
  }

  .top-box-in {
    height: 110px;
  }

}
@media(min-width:768px){

  .mobile_footer {
    display: none !important;
  }
}

@media(max-width:767px){
  .footer_menu_wrapper {
    display: none;
  }
  .footer_copyright_text {
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    font-size: 12px;
  }

  .footer_link_wrapper {
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
  }

  .footer_copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 13px 40px 9px 40px;
  }



  .footer_links {
    margin: 0px 10px 0px 10px;
  }

  .footer_links a {
    font-size: 12px;
  }

  .mobile_footer {
    background-color: #060F15;
    color: #fff;
    padding: 40px 25px 40px 25px;
  }

  .socia_icons ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .socia_icons ul li {
    margin: 0px 25px 0px 0px;
    display: inline-block;
  }

  .socia_icons ul li a {
    color: #FFFFFF;
    background-color: #060F15;
    display: block;
    cursor: pointer;
    transition: all .4s ease;
  }

  .socia_icons ul li a i {
    font-size: 20px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }.fa-linkedin-in:before {
    content: "\f0e1";
  }.fa-youtube:before {
    content: "\f167";
  }.fa-instagram:before {
    content: "\f16d";
  }.ekit-wid-con .fasicon.icon-facebook:before, .ekit-wid-con .icon.icon-facebook:before, .icon.icon-facebook:before {
    content: "\eb43";
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }.ekit-wid-con .fasicon.icon-xing:before, .ekit-wid-con .icon.icon-xing:before, .icon.icon-xing:before {
    content: "\eb5d";
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }.fa-twitter:before {
    content: "\f099";
  }
  .social_icons_wrapper {
    position: relative;
    bottom: -3px;
  }

  .social_icons_title p {
    color: #ffffff;
    font-family: "Graphik", Sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .info_form {
    padding-bottom: 78px;
    padding-right: 2px;
  }
  input.hs-button.primary.large {
    display: none;
  }

  .footer_form_info form {

    margin-bottom: -0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }

  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    padding-right: calc( 25px/2 );
    padding-left: calc( 25px/2 );
    margin-bottom: 0px;
    width: 80%;
  }

  .hs_submit.hs-submit {
    padding-right: calc( 25px/2 );
    padding-left: calc( 25px/2 );
    margin-bottom: 0px;
    width: 20%;
  }

  .actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .actions button {
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0);
    color: #FFFFFF;
    min-height: 40px;
    display: inline-block;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
  }

  span.elementor-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .footer_form_info {
    margin-left: calc( -25px/2 ) !important;
    margin-right: calc( -25px/2 ) !important;
  }

  .footer_form_info form .hs-input {
    border-color: #858f98;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    color: #858f98;
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    font-family: "Graphik", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: none;
    letter-spacing: 0px;
  }

  .footer_form_info h3.form-title {
    display: none;
  }
  .socia_icons ul li a:hover {
    color: #1596D1;
  }

  .footer_form_info .field >label {
    display: none;
  }

  .footer_form_info span.elementor-button-icon.elementor-align-icon-right {
    margin: 0;
  }

  .info_form_title p {
    color: #ffffff;
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
    padding-bottom: 7px;
  }
  .acc-dropdown {
    display: none;
  }

  .acc-title a {
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    line-height: 1em;
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
    letter-spacing: normal;
    font-weight: 700;
  }

  .footer_accordian {
    padding-bottom: 77px;
  }

  .acc-heading {
    margin: 15px 0px 0px 0px;
  }

  .acc-wrapper {
    padding: 20px 0px 20px 0px;
    border-width: 0px 0px 1px 0px;
    border-color: #282E36;
    border-style: solid;
  }
  .acc-button:hover {
    color: #1596D1;
  }
  .acc-button {
    border: 1px solid rgba(0,0,0,.02);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
  }

  span.eael-accordion-tab-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Graphik", Sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    letter-spacing: normal;
  }

  i.icon.icon-plus.fa-toggle {
    font-size: 20px;
    -webkit-transform: rotate(
      0deg
    );
    -ms-transform: rotate(0deg);
    transform: rotate(
      0deg
    );
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;   
    -moz-osx-font-smoothing: grayscale;     
  }  

  i.icon.icon-plus.fa-toggle:before {  
    content: "\e982";
  }
  .mobile_footer_logo {
    max-width: 240px;
    margin-bottom: 36px; 
  }
}

@media(max-width:767px){
  .acc-wrapper +.acc-wrapper .acc-dropdown ul li:last-child {
    margin-bottom: 4px;
  }
  .actions button {
    cursor: pointer;
  }
  span#hs_cos_wrapper_mobile_footer_link ul li:last-child {
    margin-bottom: 3px;
  }
  .actions button:hover {
    color: #1596D1;
  }
  .acc-dropdown {
    margin: 0px 0px 0px 20px;
    padding-top: 34px;
  }

  .acc-dropdown ul {
    display: block;
    margin: 0;
    list-style: none;
  }

  .acc-dropdown ul li {
    margin-bottom: 17px;
  }

  .acc-dropdown ul li a {
    font-family: "Graphik", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
    padding: 0px 0px 0px 0px;
  }
  .footer_links:last-child { 
    position: relative;
    left: -5px;
  }
  .footer_copyright {
    padding: 10px 10px 10px 10px;
  }
  .menu_search input {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }
  span.jet-search_submit-icon {
    padding-right: 5px;
  }
  .footer_copyright {
    padding: 12px 10px 10px 10px;
  }
  .footer_copyright_text {
    padding: 11px 0px 9px 0px;
  }

  .footer .footer_link_wrapper div.footer_links:first-child {flex-basis: 31px;}
  .footer .footer_link_wrapper div.footer_links {flex-basis: 103px;}
  .footer .footer_link_wrapper div.footer_links {
    margin: 0;
  }
  .footer .footer_link_wrapper {
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_link_wrapper div.footer_links > div {
    margin: 0px 10px 0px 10px;
    display: block;
  }
  .footer .footer_link_wrapper div.footer_links:nth-child(3) > div {
    margin-left: 19px;
  }
  .footer .socia_icons {--icon-size: 20px;--grid-column-gap: 21px;line-height: 1;font-size: 0;}
  .footer .socia_icons ul {
    display: inline-block;
    word-spacing: 21px;
    width: 100%;
    margin-left: -10px;
  }
  .footer .socia_icons ul > li {
    margin: 0;
    display: inline-block;
    min-width: 0;
    word-break: break-word;
  }
  .footer .socia_icons ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    border-radius: 10%;
  }
  .footer .social_icons_wrapper {
    bottom: 0;
  }
  .footer .social_icons_title p {
    margin-bottom: 9px;
  }
  .footer .info_form {
    padding-bottom: 76px;
  }
  .footer .footer_form_info form input.hs-button {
    margin: 0;
    color: #fff;
  }
  .footer .footer_form_info form .hs_submit {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_form_info form .hs_email {
    margin-bottom: 0;
    padding-left: 12.5px;
    padding-right: 12.5px;
    flex-grow: 1;
    width: auto !important;
  }
  .footer .footer_form_info form .hs_submit {
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: auto;
  }

  .footer .footer_form_info form .hs-input::-webkit-input-placeholder {
    color: #858F98;
    opacity: 1;
  }
  .footer .info_form_title p {
    padding: 0;
    margin-bottom: 25px;
  }
  .footer .acc-wrapper {
    padding: 30px 0;
  }
  .footer .footer_accordian {
    padding-bottom: 56px;
  }
  .footer .mobile_footer_logo {
    max-width: 100%;
    margin-right: 90px;
  }

  .footer .info_form {
    padding-bottom: 60px;
  }

  .footer .acc-title a {
    font-weight: 600;
  }

  .footer .acc-wrapper {
    padding: 12px 0;
  }

  .footer .acc-wrapper i.icon.icon-plus.fa-toggle:before {
    font-size: 32px;
  }

  .footer .acc-wrapper i.icon.icon-plus.fa-toggle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer .mobile_footer_logo {
    margin-bottom: 32px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
.post_page_back {
  background-color: #0b0e0f;
}
.no-image a.hs-card-thumb span {
  color: #282e36;
  padding-top: 20px;
  display: block;
  position: static;
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.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 {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,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: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

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

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.blog-wrapper {
  padding-top: 165px;
}

.blog_banner_section {
  padding: 0px 40px 0px 33px;
}

span.blog_tilte_text {
  color: #282e36;
  font-family: "Graphik", Sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.blog_subtitle {
  font-size: 2em;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog_subtitle >div {
  font-family: "Graphik", Sans-serif;
  font-size: 150px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -2px;
  display:inline;
}

.blog_title {
  padding-left: 10px;
  padding-bottom: 17px;
}

.second_subtitle {
  color: #1596d1;
}

.first_subtitle {
  color: #282E36;
}

.blog_subtext {
  margin-top: 43px;
  padding-left: 10px;
}

.blog_subtext p {
  color: #282E36;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3em;
  letter-spacing: normal;
}
.blog_post_section {
  padding: 10px;
  padding-top: 148px;
  max-width: 1140px;
  margin: 0 auto;
}

.hs-cards-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-cards-filter ul li {
  font-family: "Graphik",Sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  line-height: 1em;
  letter-spacing: 0px;
  color: #282e36;
  margin-right: 30px;
  padding: 2px 0;
  cursor: pointer;
  display: inline-block;
}

.hs-cards-filter ul li a:hover {
  color: #1596d1;
}

.blog-index-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.post-item {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 10px;
}

.hs-card-type {
  margin-bottom: 20px;
}

.hs-card-type a {
  color: #282E36;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0px;
}
a.hs-card-thumb img {
  width: 100%;
  transition: all .3s;
}

a.hs-card-thumb {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

a.hs-card-thumb span {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
}

a.hs-card-thumb {}

a.hs-card-thumb img:hover {
  transform: scale(1.1);
}

a.wn-card-title {
  font-family: "Graphik", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0px;
  color: #282E36;
  transition: color .2s;
}

a.wn-card-title:hover {
  color: #1596d1;
}

.hs-cards-cta {
  padding: 20px 0 70px;
}

.hs-cards-cta a {
  font-family: "Graphik", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  color: #282E36;
}

.hs-cards-cta i {
  display: inline-block;
  margin-left: 10px;
  transition: transform .3s, color .3s;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-cards-cta i:before {
  content: '\e808';
  font-family: 'fontello-1caf72f4';
}

.hs-cards-cta:hover a {
  color: #1596d1;
}

.hs-cards-cta:hover a i {
  transform: translateX(10px);
}

.blog-pagination {
  font-family: "Graphik",Sans-serif;
  font-size: 20px;
  font-weight: 500;
  fill: #282e36;
  color: #282e36;
  transition: color .3s;
  text-align: center;
  padding: 50px;
  cursor: pointer;
  margin: 0;
}

.blog-pagination a:hover {
  color: #1596d1;
}



.stay-informed {
  margin-top: 150px;
  margin-bottom: 150px;
}
.hs-card-type a:hover {
  color: #1596d1;
}
.post-item-inner.no-image {
  padding: 10px;
}
.stay-informed {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}


.informed_form {
  margin-left: calc( -25px/2 );
  margin-right: calc( -25px/2 );
  margin-bottom: -0px;
}

.informed_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.informed_form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 25%;
  padding-right: calc( 25px/2 );
  padding-left: calc( 25px/2 );
  margin-bottom: 0px;
}

.informed_form  .hs_submit.hs-submit {
  padding-right: calc( 25px/2 );
  padding-left: calc( 25px/2 );
  margin-bottom: 0px;
  width: 20%;
}

.informed_form .hs-input {
  vertical-align: middle;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
  color: #282e36;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0px;
  border-color: #858F98;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
}

.informed_form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field >label {
  display: none;
}

.informed_form  input.hs-button.primary.large {
  margin: 0;
}

.informed_form {
  padding-bottom: 20px;
}

.stay_info {
  margin: 0px 300px 0px 00px;
}

.stay_info p {
  font-family: "Graphik", Sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3em;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.stay_title {
  margin-bottom: 40px;
}



span.first_stay {
  color: #282e36;
  font-family: "Graphik", Sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -2px;
}

span.first_inform {
  color: #1596d1;
  font-family: "Graphik", Sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -2px;
}

.informed_form  .hs-input::-webkit-input-placeholder {
  color: inherit;
}

.hs-cards-filter {
  margin-bottom: 20px;
}
.post_page_banner {}

.post_page_back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 40px 0px 40px;
  position: relative;
}

.post_page_banner .blog-container {
  min-height: 100vh;
  max-width: 1140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
  flex-wrap: wrap;
}

.top_text {
  width: 100%;
  margin-bottom: 20px;
}

.post_tilte {
  width: 100%;
}

.top_text a {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: 0px;
}

.post_tilte h1 {
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  font-size: 128px;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
  letter-spacing: -2px;
}

.post_bottom_img {
  margin-top: -41px;
  margin-bottom: 0px;
}

.post_bottom_img img {
  width: 140px;
}

.post_bottom_img {}

.post_bottom_img .blog-container {
  padding: 0;
  max-width: 1140px;
}

.we_img {
  width: 29.964%;
  text-align: right;
  position: relative;
}

.post_body_wrapper .blog-container {
  max-width: 800px;
  padding: 0;
}

.post_body_wrapper {
  padding-top: 200px;
}

.post_share_wrapper .blog-container {
  max-width: 800px;
  padding: 0;
}

.blog-contianer {}

.post_share_title p {
  color: #060f15;
  font-family: "Graphik", Sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0px;
}

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

ul.ekit_socialshare li {
  display: inline-block;
  margin: 5px 40px 5px 0px;
}

ul.ekit_socialshare li a {
  text-align: center;
  text-decoration: none;
  color: #282E36;
  display: block;
  cursor: pointer;
  transition: all .4s ease;
}

ul.ekit_socialshare li a i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  font-family: elementskit!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon.icon-linkedin:before {
  content: "\eb45";
}

i.icon.icon-facebook:before {
  content: "\eb43";
}

i.icon.icon-twitter:before {
  content: "\eb44";
}

i.fab.fa-xing:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f168";
}

i.icon.icon-whatsapp-1:before {
  content: "\eb46";
}

ul.ekit_socialshare li a:hover {
  color: #1596D1;
}

.related_post_title {
  margin-top: 150px;
  margin-bottom: 50px;
}

.related_post_title h1 {
  color: #282e36;
  font-family: "Graphik", Sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -2px;
}
@media (max-width: 1120px){

  .blog-container {
    max-width: 940px;
  }

}

@media (max-width: 1024px){
  .post_tilte h1 {
    font-size: 80px;
    line-height: 1.3em;
  }
  .related_post_title h1 {
    font-size: 80px;
  }

  .related_post_title .blog-container {
    padding: 0px 30px 0px 30px;
    max-width: 100%;
  }


}
@media (min-width: 992px){
  .wn-cards-filter-mob {
    display: none !important;
  }

}
@media (max-width: 991px){
  .wn-cards-filter-mob {
    font-family: Graphik,Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    padding: 0 5px 30px;
    color: #282E36;
  }

  .blog_post_section {
    padding-top: 70px;
  }

  .filter_trigger {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
  }

  .filter_trigger:before,.filter_trigger:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #282E36;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }
  .open .filter_trigger {
    transform: rotate( 
      90deg
    );
  }
  .open .filter_trigger:before,.open .filter_trigger:after {
    background: #1596D1;

  }

  .filter_trigger:after {
    transform: rotate(
      90deg
    );
  }

  .filter_trigger:after {
    transform: rotate(
      90deg
    );
  }

  .open .wn-cards-filter-mob {
    color: #1596D1;
  }
  .hs-cards-filter ul {
    display: none;
  }

  .post-item {
    width: 100%;
    max-width: 100%;
  }

  .blog-index-wrapper {
    display: block;
  }
  .hs-cards-filter ul li {
    display: block;
    font-size: 20px;
    padding: 10px 0 10px 40px;
  }
  .stay_info {
    margin-right: 0;
  }

  .informed_form form {
    width: 100%;
  }

  .informed_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 50%;
  }

  .stay-informed {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 940px) {
  .blog-container {
    max-width: 640px;
  }

}



@media (max-width: 767px) {
  .post_tilte h1 {
    font-size: 60px;
    line-height: 1.3em;
  }

  .post_page_back {
    padding: 0px 20px 0px 20px;
  }

  .post_bottom_img img {
    width: 90px;
    max-width: 90px;
  }

  .we_img {
    text-align: left;
    margin: -4px 0px 0px 30px;
  }

  .post_bottom_img .blog-container {
    width: 100%;
    max-width: 100%;
  }

  .post_body_wrapper {
    padding: 50px 20px 0px 20px;
  }

  .post_share_wrapper {
    padding: 0px 20px 0px 20px;
  }

  .related_post_title h1 {
    font-size: 60px;
  }

  .related_post_title .blog-container {
    padding: 0px 20px 0px 20px;
  }

  .related_post_title {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .related_posts .blog-container {
    padding: 0px 20px 0px 20px;
  }

  .slick-active .post-item {
  }

  .slick-active  .post-item {
    margin-right: 20px;
  }
  .blog-post {
    width: 90%;
    padding: 30px;
  }
  .blog_subtitle>div {
    font-size: 60px;
  }

  .blog_banner_section {
    padding: 0;
  }

  .blog-wrapper {
    padding-top: 115px;
  }

  .blog_title {
    padding-left: 0;
    padding-bottom: 35px;
  }

  .blog_subtext {
    padding-left: 0;
    margin-top: 36px;
  }

  .blog_post_section {
    padding-top: 60px;
  }

  .hs-cards-filter {
    margin-bottom: 0px;
  }

  .wn-cards-filter-mob {
    padding-bottom: 20px;
  }

  .stay-informed {
    margin-top: 86px;
    margin-bottom: 50px;
  }

  span.first_inform {
    font-size: 70px;
  }

  span.first_stay {
    font-size: 70px;
  }

  .stay_info p {
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 0px;
  }

  .informed_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 80%;
  }
  ul.ekit_socialshare li a i {
    font-size: 16px;
  }
  .post-item {
    padding: 0;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

.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: 40vw;
  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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}
.systems-page .subscription-preferences-privacy {
  margin-top: 10px;
  
}
.systems-page .subscription-preferences-privacy a {
  color: #1596d1;
}

@media(max-width:767px){

  .systems-page h1{

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

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}

:root{
  --font-family: "Graphik", Sans-serif;
  --text-color:#0b0e0f;
}


footer.footer.thank-you-footer {
  position: relative;
  z-index: 9;
}
.hs-inline-edit:has(.thank-you-header) .header-container-wrapper {
  position: static;
}

.hs-inline-edit .info-form-open .get_in_touch_form-out {
  display: flex;
}

.hs-inline-edit .get_in_touch_form-out {
  display: none;
}

:focus {
  outline: none;
  outline-color: transparent;
}

.thank-you-wrapper {
  padding: 170px 0px 150px;
}
.thank-you-wrapper .content-wrapper {
  max-width: 1200px;
  padding: 0 15px;
}
.thank-you-wrapper h1{
  font-family: var(--font-family);
  font-size: 120px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -2px;
  margin: 21.440px 0 41.440px;
  color: var(--text-color);
}
.thank-you-wrapper p{
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: var(--text-color);
}
.thank-you-wrapper  a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.thank-you-wrapper a:hover {
  color: #1596d1;
}
.thank-you-wrapper a:hover span {
  margin-left: 20px;
  transition: all .3s cubic-bezier(.4, 0, 1, 1) 0s;
}
.thank-you-wrapper a span i:before {
  content: "\e808";
  font-family: fontello-1caf72f4;
}
.thank-you-wrapper a span i {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media(max-width:1200px){
  .thank-you-wrapper .content-wrapper {
    max-width: 1120px;
  }
}

@media(max-width:1120px){
  .thank-you-wrapper .content-wrapper {
    max-width: 940px;
  }
}
@media(max-width:1024px){
  .thank-you-wrapper h1 {
    font-size: 90px;
  }
  .thank-you-wrapper {
    padding: 170px 0px 100px;
  }
}
@media(max-width:940px){
  .thank-you-wrapper .content-wrapper {
    max-width: 640px;
  }
}

@media(max-width:767px){
  .thank-you-wrapper h1 {
    font-size: 65px;
  }
  .thank-you-wrapper {
    padding: 150px 0 50px;
  }


}
@media(max-width:500px){
  .thank-you-wrapper h1 {
    font-size: 44px;
  }
}


.thank-you-header .header-logo img {
  top: 0 !important;
}

.thank-you-custom-menu .navigation-primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thank-you-custom-menu .navigation-primary>ul {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.thank-you-custom-menu .navigation-primary>ul>li {
  display: flex;
  flex-grow: 0;
}

.thank-you-custom-menu .navigation-primary>ul>li>a {
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #282E36;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 15px 0px 15px;
}

.thank-you-custom-menu .navigation-primary>ul>li:hover>a {
  color: #1596D1;
}

.thank-you-custom-menu .navigation-primary>ul .child-trigger {
  display: none;
}

.thank-you-custom-menu .navigation-primary>ul>li>ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
  background-color: rgba(6, 15, 21, 1);
  box-shadow: 2px 2px 5px rgb(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 2px 2px 5px rgb(0, 0, 0, 0);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 35px;
  /* min-height: 350px; */
}

.thank-you-custom-menu .navigation-primary>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.thank-you-custom-menu .navigation-primary ul.level-2>li>a {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  flex: 0 0 100%;
  font-weight: 300;
  color: #ffffff;
  font-family: "Graphik", Sans-serif;
  display: block;
  transition: all .3s;
}

.thank-you-custom-menu .navigation-primary ul.level-2>li:hover>a,
.thank-you-custom-menu .navigation-primary ul.level-2>li.active_el_sub_menu>a{
  color: #1596D1;
}

.thank-you-custom-menu .navigation-primary ul.level-2>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.thank-you-custom-menu .navigation-primary ul.level-2>li>ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: calc(100% - 60px);
  left: 0;
  display: flex;
  border-top: 1px solid #fff;
  margin: 0 30px;
  top: 90px;
  padding-top: 20px;
  gap: 70px;
  flex-wrap: wrap;
}

.thank-you-custom-menu .navigation-primary ul.level-3>li {
  flex: 0 0 auto;
  min-width: 200px;
  padding-top: 12px;
}

.thank-you-custom-menu .navigation-primary ul.level-2 li>a {
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 200;
  font-family: "Graphik", Sans-serif;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: -0.4px;
  color: #ffffff;
  display: block;
  transition: all .3s;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul li.has-submenu>a:after{
  display: inline;
  margin-left: 5px;
}
.thank-you-custom-menu .navigation-primary ul.level-2 ul li.has-submenu.closed>a:after{
  content: ' +';
}
.thank-you-custom-menu .navigation-primary ul.level-2 ul li.has-submenu>a:after,
.thank-you-custom-menu .navigation-primary ul.level-2 ul li.has-submenu.open>a:after{
  content: ' -';
}

.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li a {
  margin: 0 !important;
}

.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li>ul {
  padding: 0 0 0 25px!important;
  position: unset;
  width: 100% !important;
  margin: 0 0;
  border: 0;
  flex-direction: column;
  flex-wrap:nowrap;
  gap: 0;
}
.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li>ul>li:first-child {
  margin-top: 12px !important;
}

.thank-you-custom-menu .navigation-primary>ul>li:first-child>ul.level-2> li>a {
  font-size: 18px;
}

.thank-you-custom-menu .navigation-primary>ul>li:not(:first-child)>ul.level-2>li {
  line-height: 17px;
}

.thank-you-custom-menu .navigation-primary>ul>li>ul:not(:has(.has-submenu)), 
.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul {
  padding-top: 40px;
}
.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul li {
  margin: 0 0 12px 0 !important;
  padding: 0
}

.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul li:last-child {
  margin: 0 !important;
}

.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li.has-submenu>a:after {
  display: inline;
  margin-left: 5px;
}

.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li.has-submenu.closed>a:after {
  content: ' +';
}

.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li.has-submenu>a:after, 
.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li.has-submenu.open>a:after {
  content: ' -';
}

.hide-nav-bar .thank-you-custom-menu .navigation-primary>ul>li:hover>ul {
  pointer-events: none;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul>li>ul {
  justify-content: flex-start;
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  display: block;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul ul>li {
  margin-bottom: 12px;
  flex: 0 0 100%;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul ul>li>a {
  font-family: "Graphik", Sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: -0.4px;
  color: #ffffff;
  display: block;
  transition: all .3s;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul ul>li>a:hover {
  color: #1596d1;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul>li>a:empty {
  display: none;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul>li:has(>a:empty) ul{
  display: block;
}

.thank-you-custom-menu .navigation-primary>ul>li>ul:not(:has(.has-submenu)),
.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul{
  flex-direction:column;
  gap: 0;
}

.thank-you-custom-menu .navigation-primary>ul>li>ul:not(:has(.has-submenu))>li>a,
.thank-you-custom-menu .navigation-primary>ul>li:last-child>ul>li>a{
  padding: 0;
  margin-bottom: 12px;
  display: inline-block;
}

.thank-you-custom-menu .navigation-primary ul.level-2 ul>li:has(>a:empty)>ul {
  padding-left: 0;
}

.thank-you-custom-menu .navigation-primary>ul>li>ul{
  pointer-events: none;
}

.thank-you-custom-menu .navigation-primary>ul>li:hover>ul{
  pointer-events: initial;
}

.thank-you-custom-menu .navigation-primary>ul>li>a {
  position: relative;
}

.thank-you-custom-menu .navigation-primary>ul>li>a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  display: block;
  top: 0;
}

@media(max-width: 1200px) and (min-width: 1024px) {
  .thank-you-custom-menu .navigation-primary>ul>li:first-child>ul {
    padding-left: 30px !important;
  }

  .thank-you-custom-menu .navigation-primary>ul>li:first-child>ul.level-2>li>ul {
    padding-left: 30px !important;
  }
}

@media(min-width: 1100px) {
  .thank-you-custom-menu .navigation-primary>ul>li>a {
    margin: 0px 20px 0px 20px;
  }
}

@media(min-width: 1024px) {
  .thank-you-custom-menu .navigation-primary ul.level-2>li.has-submenu>a {
    padding-left: 0;
  }
}





.hide-nav-bar header.header.thank-you-header .lang_link,
.hide-nav-bar header.header.thank-you-header .quest_title .drop{
  pointer-events:none;
}
.thank-you-button.get-in-touch-button {
  background-color: #1596d1;
  padding: 25px 23px;
  width: 135px;
  white-space: nowrap;
}
.thank-you-button.get-in-touch-button span {
  white-space: nowrap;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 0 0 0 -8px;
}

.thank-you-button.get-in-touch-button:hover {
  color: #282e36;
}
.thank-you-form.get_in_touch_form-out .get_in_touch_form{
  background-color: #000;
}

.thank-you-form.get_in_touch_form-out .get-in-touch-title h2 {
  font-family: "Graphik", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  margin-bottom:0;
}

.thank-you-form.get_in_touch_form-out .get-in-close {
  margin-bottom: 30px;
}
.thank-you-form.get_in_touch_form-out .get-in-touch-title {
  padding-bottom: 20px;
}
.thank-you-form.get_in_touch_form-out .write_us_link {
  padding-bottom: 5px;
}
.thank-you-form.get_in_touch_form-out .world_wide_link {
  padding-bottom: 30px;
}
.thank-you-form.get_in_touch_form-out .form_info_get {
  padding-bottom: 10px;
}
.thank-you-form.get_in_touch_form-out .hs-input[type="email"]::placeholder{
  color: #858F98;
  opacity: 1;
  letter-spacing: normal;
}
.thank-you-form.get_in_touch_form-out .get-in-close a,
.thank-you-form.get_in_touch_form-out .write_us_link a,
.thank-you-form.get_in_touch_form-out .world_wide_link a{ 
  display: flex;
  align-items: center;
  line-height: 1.5em;
  gap: 15px;
}
.thank-you-form.get_in_touch_form-out .get-in-close a{
  line-height: 1.2em;
}
.thank-you-form.get_in_touch_form-out .get-in-close a:hover,
.thank-you-form.get_in_touch_form-out .write_us_link a:hover,
.thank-you-form.get_in_touch_form-out .world_wide_link a:hover {
  color: #1596d1;
}
.thank-you-form.get_in_touch_form-out .get-in-close a:hover span,
.thank-you-form.get_in_touch_form-out .write_us_link a:hover span,
.thank-you-form.get_in_touch_form-out .world_wide_link a:hover span {
  margin-left: 20px;
  transition: all .3s cubic-bezier(.4, 0, 1, 1) 0s;
}
.thank-you-form.get_in_touch_form-out .get-in-close a span i:before,
.thank-you-form.get_in_touch_form-out .write_us_link a span i:before,
.thank-you-form.get_in_touch_form-out .world_wide_link a span i:before{
  content: "\e808";
  font-family: fontello-1caf72f4;
}
.thank-you-form.get_in_touch_form-out .get-in-close a span i,
.thank-you-form.get_in_touch_form-out .write_us_link a span i,
.thank-you-form.get_in_touch_form-out .world_wide_link a span i {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.thank-you-form.get_in_touch_form-out .get_form h3 {
  font-family: "Graphik", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  color: #fff;
  background: transparent;
  margin-bottom: 20px;
}

.thank-you-form.get_in_touch_form-out .hs-form label {
  display: none;
}

.thank-you-form.get_in_touch_form-out .get_form .hs-form-field input[type=email] {
  border-color: #858F98;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: -0.5px;
  color: #858F98;
  border: 1px solid #818a91;
  background-color: transparent;
}

.thank-you-form.get_in_touch_form-out .get_form .actions {
  width: 80px;
  position: absolute;
  top: 12px;
  right: 0;
  line-height: 1.5;
}

.thank-you-form.get_in_touch_form-out .get_form .hs_submit.hs-submit {
  display: block;
  width: 100%;
}

.thank-you-form.get_in_touch_form-out .get_form form {
  position: relative;
  max-width: 335px;
  width: 100%;
  padding-right: 100px;
}

.thank-you-form.get_in_touch_form-out .get_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
}

.thank-you-form.get_in_touch_form-out .get_form input.hs-button.primary.large {
  padding: 0;
  color: #fff;
  font-family: "Graphik", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  min-height: auto;
}

.thank-you-form.get_in_touch_form-out .get_form .actions:hover input.hs-button.primary.large{
  color:#1596d1;
}

.thank-you-form.get_in_touch_form-out .hs-form label.hs-error-msg {
  display: block;
  font-size: 14px;
}

.thank-you-form.get_in_touch_form-out .get_form .hs-form-field input[type=email]:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

header.header.thank-you-header .image-globe {
  display: inline-block;
  background-image: url(https://8046588.fs1.hubspotusercontent-na1.net/hubfs/8046588/Westernacher_February2021/images/A_globe_hover.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  cursor: pointer;
  margin: 0 28px;
  width: 18px !important;
  position: static;
}

header.header.thank-you-header .image-globe:hover .lang_link {
  display: flex;
  opacity:1;
  visibility: visible;
}

header.header.thank-you-header .lang_link {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
  background-color: rgba(6, 15, 21, 1);
  box-shadow: 2px 2px 5px rgb(0, 0, 0, 0);
  color: #fff;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 20px;
  padding-right: 15px;
}

header.header.thank-you-header .lang_link .inner-lang-wapper {
  margin: 18px 0;
  padding-left: 40px;
}

header.header.thank-you-header .lang_link a {
  display: block;
  color: #fff;
}

header.header.thank-you-header .contact_inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header.thank-you-header .quest_title>span {
  font-family: "Graphik", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #282e36;
  line-height: 1.1em;
  cursor: pointer;
}

header.header.thank-you-header .quest_title>span:hover {
  color:#1596d1;
}

header.header.thank-you-header .header_search {
  height: 22px;
  cursor: pointer;
}

header.header.thank-you-header .header_search svg {
  width: 19px;
  height: 1em;
}

header.header.thank-you-header .jet-button__icon.jet-elements-icon.icon-search11 {
  color: #1596d1;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  top: -2px;
  right: 0;
}

header.header.thank-you-header .header-container-wrapper {
  padding: 15px 30px;
}

header.header.thank-you-header .lang_link a {
  display: block;
  padding: 5px 10px;
  display: block;
  font-family: "Graphik", Graphik;
  font-weight: 200;
  font-size: 18px;
  line-height: normal;
}

header.header.thank-you-header .lang_link a:hover{
  color:#1596d1;
}
header.header.thank-you-header .quest_title {
  display: flex;
}

header.header.thank-you-header .quest_title .drop {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
  background-color: rgba(6, 15, 21, 1);
  box-shadow: 2px 2px 5px rgb(0, 0, 0, 0);
  color: #fff;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 30px 0px;
  display: flex ;
}
header.header.thank-you-header .quest_title:hover .drop {
  opacity: 1;
  visibility: visible;
}

header.header.thank-you-header .quest_title .drop .drop-inner-container{
  max-width: 970px;
  margin:0 auto;
  display: flex;
}

header.header.thank-you-header .quest_title .left-col {
  display: flex;
  padding: 10px;
}

header.header.thank-you-header .quest_title .mag-cover {
  width: 50%;
  padding-right: 20px;
}

header.header.thank-you-header .quest_title .quest-info {
  width: 50%;
}

header.header.thank-you-header .quest_title .mag-cover img {
  width: 100% !important;
}

header.header.thank-you-header .quest_title .articles-col {
  padding: 10px;
}

header.header.thank-you-header .quest_title .quest-info h2,
header.header.thank-you-header .quest_title .articles-col h2{
  font-size: 24px;
  color: #fff;
  font-family: "Graphik", Sans-serif;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
header.header.thank-you-header .quest_title .articles-col h2{
  margin-bottom:40px;
}

header.header.thank-you-header .quest_title .quest-info p {
  color: #fff;
  padding: 16px 0px;
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 24px;
  font-weight: 300;
}

header.header.thank-you-header .quest_title .quest-info a{
  display: flex;
  align-items: center;
  line-height: 1.2em;
  gap: 15px;
  color:#fff;
  font-weight:bold;
}

header.header.thank-you-header .quest_title .quest-info a:hover{
  color: #1596d1;
}
header.header.thank-you-header .quest_title .quest-info a:hover span {
  margin-left: 20px;
  transition: all .3s cubic-bezier(.4, 0, 1, 1) 0s;
}
header.header.thank-you-header .quest_title .quest-info  a span i:before{
  content: "\e808";
  font-family: fontello-1caf72f4;
}
header.header.thank-you-header .quest_title .quest-info  a span i {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.header.thank-you-header .quest_title .articles-col a p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 8px;
  font-family: "Graphik", Sans-serif;
}

header.header.thank-you-header .quest_title .articles-col a h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 35px;
  font-family: "Graphik", Sans-serif;
}

header.header.thank-you-header .quest_title .articles-col span>a:last-child >:last-child {
  margin-bottom: 20px;
}

header.header.thank-you-header .header_search {
  height: 22px;
}
header.header.thank-you-header .thank-you-custom-menu .navigation-primary>ul>li{
  line-height: normal;
}


@media(max-width:1024px){
  .thank-you-button.get-in-touch-button {
    display: block;
    bottom: 0;
    top: auto;
    transform: none;
    margin-right: 30px;
  }
  .get_in_touch_form-out.thank-you-form {
    display: flex !important;
  }
  .thank-you-menu .menu_container {
    padding: 50px 50px 50px 0px;
  }
  .thank-you-menu .menu_inner {
    padding: 10px;
    margin-left: 40px;
  }
  .thank-you-menu .close_menu a{
    display: flex;
    align-items: center;
    line-height: 1.2em;
    gap: 15px;
  }

  .thank-you-menu .close_menu a:hover{
    color: #1596d1;
  }
  .thank-you-menu .close_menu a:hover span {
    margin-left: 20px;
    transition: all .3s cubic-bezier(.4, 0, 1, 1) 0s;
  }
  .thank-you-menu .close_menu a span i:before{
    content: "\e808";
    font-family: fontello-1caf72f4;
  }
  .thank-you-menu .close_menu a span i {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .thank-you-menu .mobile_menu {
    margin-top: 50px;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    border: 0;
  }

  body.mobile-open:has(.thank-you-menu):before {
    background-color: rgba(6, 15, 21, 0.8);
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul {
    padding: 0;
    border: 0;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul>li>a {
    padding: 5px 0px 5px 20px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 200;
    line-height: 150%;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul ul li a{
    padding: 5px 0px 5px 60px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 200;
    letter-spacing:0;
    line-height: 150%;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul>li {
    width: 100%;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul li a {
    border-bottom: 1px solid #F2F2F200;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper >ul>li>a {
    padding: 5px 0px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper >ul>li {
    margin-bottom: 0px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper>ul>li>ul>li.hs-item-has-children>ul>li>a,
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper>ul>li>ul>li.hs-item-has-children>ul>li>ul>li>a{
    padding: 5px 0px 5px 80px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul li a:hover,
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul>li>a:hover{
    color: #1596d1;
  }
  .thank-you-menu .mobile_menu li:has(a:hover) > a {
    color: #1596D1 !important;
  }
  .thank-you-menu  .lang_menu .lang_button svg {
    font-size: 50px;
    width: 1em;
    height: 1em;
  }

  .thank-you-menu  .lang_menu .lang_button svg line.st0 {
    stroke: #fff;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .thank-you-menu  .lang_menu .lang_button svg{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .thank-you-menu  .lang_menu.child-open .lang_button svg{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .thank-you-menu  .lang_link a {
    padding: 5px 10px;
    line-height: 1.7;
  }

  .thank-you-menu  .lang_link {
    padding: 58px 0px 55px 40px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper >ul>li:last-child>a {
    padding-bottom: 0;
  }
  .thank-you-menu .lang_menu span.fa-toggle.fa-toggle-svg.eaa-svg {
    margin-right: 8px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper>ul>li {
    margin: 0;
  }
  .thank-you-menu  .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper {
    padding: 0;
  }

  .thank-you-menu   .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper li a {
    padding: 5px 0px 5px 20px;
    line-height: 150%;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: 0;
  }

  .thank-you-menu  .mobile_menu .hs-menu-wrapper>ul>li:not(:first-child) ul.hs-menu-children-wrapper li {
    padding: 0;
    margin: 0;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper li ul li a {
    padding: 5px 0px 5px 40px;
  }
  .thank-you-menu .mobile_menu i.icon.icon-plus.fa-toggle,
  .thank-you-menu .mobile_menu .child-open >a i.icon.icon-plus.fa-toggle{
    display: none !important;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a .eael-simple-menu-indicator {
    background-color: #FFFFFF00 !important;
    border: 1px solid #F4433600;
    width: 50px;
    height: 50px;
  }
  .thank-you-menu  .mobile_menu i.icon.icon-plus.fa-toggle {
    display: none !important;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a svg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: transform .3s, -webkit-transform .3s;
  }


  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a .eael-simple-menu-indicator {
    background-color: #FFFFFF00 !important;
    border: 1px solid #F4433600;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul li ul li.hs-item-has-children a .eael-simple-menu-indicator {
    width: 25px;
    height: 25px;
    top: 0;
    display: block;
    position: absolute;
    right: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul li ul li.hs-item-has-children a .eael-simple-menu-indicator svg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    fill: #02010100 !important;
    -webkit-transition: -webkit-transform .3s;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul li ul li.hs-item-has-children a .eael-simple-menu-indicator svg path {
    color: #02010100 !important;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul li ul li.hs-item-has-children {
    position: relative;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper {
    display: none;
  }

  .thank-you-menu .mobile_menu .m_menu_wrapper {
    display: block;
    border: none;
  }
  .thank-you-menu  .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul{
    display:none;
  }

  .thank-you-menu .mobile_menu  ul.hs-menu-children-wrapper {
    display: none;
  }

  .thank-you-menu .mobile_menu .hs-menu-wrapper .eael-simple-menu-indicator.child-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li.child-open>a {
    color: #fff;
  }
  .thank-you-header .mobile-trigger {
    cursor: pointer;
    line-height: 0;
  }
  .thank-you-header .header-container-wrapper {
    padding: 15px 30px;
  }
}


@media(max-width:767px){
  .get-in-touch-button.thank-you-button {
    padding: 13px 16px 13px 16px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
  }

  .thank-you-button.get-in-touch-button span {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.7;
    display: flex;
    align-items: center;
  }

  .thank-you-form.get_in_touch_form-out .get_in_touch_form {
    transition: all 1s ease;
  }
  .get_in_touch_form-out.thank-you-form {
    align-items: end;
    background-color: #00000091;
    right: 0;
    z-index: 999;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out;
  }

  .info-form-open .get_in_touch_form-out.thank-you-form {
    opacity: 1;
    visibility: visible;
  }
  .get_in_touch_form-out.thank-you-form  .get_in_touch_form_container {
    height: 35vh;
    margin: 35px 20px 35px 20px !important;
  }
  .thank-you-form.get_in_touch_form-out .get-in-close a {
    font-size:16px;
    line-height: 1.5em;
  }
  .get-in-touch-button.thank-you-button {
    padding: 13px 16px 13px 16px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
  }
  .thank-you-button.get-in-touch-button span {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.7;
    display: flex;
    align-items: center;
  }
  .thank-you-form.get_in_touch_form-out .write_us_link a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .thank-you-form.get_in_touch_form-out .world_wide_link a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .thank-you-form.get_in_touch_form-out .get-in-touch-title h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .thank-you-form.get_in_touch_form-out .get_form h3 {
    font-size: 14px;
    font-weight: 600;
  }
  .thank-you-form.get_in_touch_form-out .get_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    padding: 0;
  }
  .thank-you-form.get_in_touch_form-out .get_form .hs_submit.hs-submit {
    padding: 0;
  }
  .thank-you-form.get_in_touch_form-out .get_form input.hs-button.primary.large {
    display: block;
  }
  .thank-you-form.get_in_touch_form-out .get-in-close {
    margin-bottom: 15px;
  }
  .thank-you-form.get_in_touch_form-out .get-in-touch-title {
    padding-bottom: 16px;
  }
  .thank-you-form.get_in_touch_form-out .world_wide_link {
    padding-bottom: 15px;
  }
  .thank-you-form.get_in_touch_form-out .write_us_link {
    padding-bottom: 6px;
  }
  .thank-you-form.get_in_touch_form-out .get_in_touch_form {
    bottom: -100%;
  }
  .info-form-open .thank-you-form.get_in_touch_form-out .get_in_touch_form {
    bottom: 0 !important;
  }
  .menu_wrap.thank-you-menu .menu_container {
    padding: 50px 30px 50px 0;
  }
  .menu_wrap.thank-you-menu .menu_inner {
    padding: 10px 0 10px 30px;
    margin-left:0;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper >ul>li>a {
    line-height: 50px;
  }
  .thank-you-menu .mobile_menu {
    margin-top: 30px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper >ul>li:last-child>a {
    line-height: 1em;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul {
    margin: 0;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul>li>a {
    font-size: 16px;
    line-height: 120%;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul ul li a {
    font-size: 16px;
    line-height: 120%;
  }
  .thank-you-menu .lang_menu {
    padding: 31px 0px 0px 0px;
  }
  .thank-you-menu .lang_button span.fa-toggle.fa-toggle-svg.eaa-svg {
    margin-right: 10px;
  }
  .thank-you-menu  .lang_link {
    padding: 20px 0px 55px 20px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:not(:first-child) ul.hs-menu-children-wrapper li {
    padding: 0px;
    margin: 0;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul >li:not(:first-child) ul.hs-menu-children-wrapper li a {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 120%;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:not(:first-child) ul.hs-menu-children-wrapper {
    padding: 0;
    margin: 0;
  }
  .thank-you-header .header-container-wrapper {
    padding: 15px 20px;
  }

  .thank-you-header .mobile-trigger-wrapper {
    padding: 12px 0;
  }
  header.header.thank-you-header .header-container-wrapper {
    padding: 15px 20px;
  }
}


@media(max-width:500px){
  .thank-you-form.get_in_touch_form-out .get_in_touch_form {
    width:100%;
  }
  .get_in_touch_form-out.thank-you-form  .get_in_touch_form_container {
    height: auto;
    min-height: 35vh;
  }

}

@media(max-width:450px){
  .thank-you-menu  .mobile_menu span.eael-accordion-tab-title,
  .thank-you-menu  .mobile_menu .hs-menu-wrapper>ul>li>a {
    font-size: 24px !important;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a svg{
    width: 40px;
    height:40px;
    margin-left: 5px;
  }
  .thank-you-menu .lang_menu .lang_button svg{
    font-size: 40px;
    margin-left: 5px;
  }
  .thank-you-wrapper p {
    font-size: 18px;
  }

  .thank-you-wrapper a {
    font-size: 18px;
  }
  .thank-you-menu .mobile_menu .hs-menu-wrapper>ul>li:first-child>.m_menu_wrapper >ul ul li a {
    width: calc(100% - 34px);
  }
}


.footer.thank-you-footer .footer_menu_wrapper{
  background-color: #fff;
}
.footer.thank-you-footer .footer_form .form-title,
.footer.thank-you-footer .menu_ft ul li a,
.footer.thank-you-footer .footer_find_link a,
.footer.thank-you-footer .footer_title
{
  color:var(--text-color);
}
.footer.thank-you-footer .footer_menu_wrapper{
  padding: 40px;
}
.footer.thank-you-footer .footer_world-wide {
  margin: 35px 0 15px -50px;
}
.footer.thank-you-footer .footer_world-wide p strong {
  padding: 3px 50px 5px;
  background-size: 300% 100%;
  background-position: center;
  background-color: transparent;
  background-image: linear-gradient(90deg, #1595d0 0%, #3e276d 100%);
  animation: gradient-sweep 4s linear infinite alternate;
  color: #fff ;
  font-weight: 600;
}

.footer.thank-you-footer .footer_world-wide p {
  text-align: justify;
  font-family: var(--font-family);
  font-size: 37px;
  font-weight: 600;
  line-height: 60%;
  letter-spacing: 0px;
  color: #fff ;
  margin: 37px 0px;
}

.footer.thank-you-footer .footer_logo {
  margin: 0 150px 0 0;
  padding-bottom: 3px;
}

.footer.thank-you-footer .footer_logo img {
  width: 100% !important;
  max-width: 310px;
}

.footer.thank-you-footer .footer_world-wide p:last-of-type {
  margin: 37px 0px;
}

.footer.thank-you-footer .footer_find_link {
  padding-bottom: 60px;
  line-height: 19px;
}

.footer.thank-you-footer .footer_find_link a  {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  line-height: 19px;
}
.footer.thank-you-footer .footer_find_link a:hover {
  color: #1596d1;
}
.footer.thank-you-footer .footer_find_link a:hover span i {
  margin-left: 20px;
  transition: all .3s cubic-bezier(.4, 0, 1, 1) 0s;
}

.footer.thank-you-footer .footer_form .form-title {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 26px 0px;
}

.footer.thank-you-footer .footer_form .form-title mark {
  color: #1596d1 !important;
  background:none;
}

.footer.thank-you-footer .footer_form .actions:after {
  content: '\e808';
  font-family: 'fontello-1caf72f4';
  position: absolute;
  display: block !important;
  top: 5px;
  left: 0;
  transform: none;
  font-size: 20px;
  width: 34px;
  height: 20px;
  color: #282E36;
  transition: color .25s;
}

.footer.thank-you-footer .footer_form .actions:hover:after {
  color: #1596d1;
}

.footer.thank-you-footer .footer_form input.hs-button.primary.large {
  text-indent: -999999px;
  min-height: auto;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 20px;
  border: none;
  z-index: 10;
  position: relative;
}

.footer.thank-you-footer .footer_form .actions {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.footer.thank-you-footer .footer_form form {
  position: relative;
  width: 100%;
  margin: 0;
  max-width: 550px;
  padding-right: 100px;
  display: block;
}

.footer.thank-you-footer .footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
}

.footer.thank-you-footer .footer_title {
  margin: 10px 0 50px;
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0px;
  padding-bottom:0;
}

.footer.thank-you-footer .menu_ft ul li a {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0px;
}

.footer.thank-you-footer .menu_ft .hs-menu-wrapper >ul {
  display: flex;
  width: 100%;
  gap: 20px;
}

.footer.thank-you-footer .footer_menu {
  width: 59%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer.thank-you-footer .footer_left {
  width: calc(75% - 20px / 2);
}

.footer.thank-you-footer .footer_right {
  width: calc(25% - 20px / 2);
}

.footer.thank-you-footer .menu_ft .hs-menu-wrapper >ul>li {
  width: calc(33.333% - 20px * 2 /3);
}

.footer.thank-you-footer .menu_ft .hs-menu-wrapper >ul>li:last-child {
  width: calc(28.333% - 20px * 2 / 3);
}

.footer.thank-you-footer .menu_ft .hs-menu-wrapper >ul>li:nth-child(2) {
  width: calc(34.333% - 20px * 2 / 3);
}

.footer.thank-you-footer .menu_ft .hs-menu-wrapper >ul>li:first-child {
  width: calc(34% - 20px * 2 / 3);
}

.footer.thank-you-footer .footer_right .footer_title {
  margin: 26px 0px 50px;
}

.footer.thank-you-footer .footer_right .footer_title mark,
.footer.thank-you-footer .mobile_footer .footer_title mark,
.footer.thank-you-footer .footer_title mark,
.footer.thank-you-footer .mobile_footer .footer_accordian_wrapper .eael-accordion-tab-title mark,
.footer.thank-you-footer  mark {
  color: #1596d1;
  background: none;
}


.footer.thank-you-footer .footer_menu_wrapper .social_follow a {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 10px;
}

.footer.thank-you-footer .footer_link_wrapper .footer_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.footer.thank-you-footer .footer_link_wrapper .footer_links ul li {
  margin: 0 10px;
}

.footer.thank-you-footer .footer_links:last-child {
  margin: 0;
}
.footer.thank-you-footer .menu_ft ul li:last-child {
  margin-bottom: 0;
}

.footer.thank-you-footer .menu_ft .hs-menu-wrapper >ul>li {
  margin-bottom: 0;
}
.footer.thank-you-footer .social_follow a:hover {
  color: #1596d1;
}
.footer.thank-you-footer .footer_form .hs-input {
  border-color: #92CCEA;
}

.footer.thank-you-footer .hs-input:focus{
  outline: -webkit-focus-ring-color auto 1px;
}
.footer.thank-you-footer .hs-error-msgs label {
  display: block;
  font-size:14px;
}
.footer.thank-you-footer .footer_form ul.no-list.hs-error-msgs.inputs-list {
  position: relative;
}
.footer.thank-you-footer .footer_form .actions:focus {
  outline: none;
}
.footer.thank-you-footer .footer_copyright{
  flex-wrap:wrap;
}

.footer.thank-you-footer .footer_copyright .footer_link_wrapper .hs-menu-item a {
  padding: 0;
  color: rgba(6, 15, 21, 1.0);
}

.footer.thank-you-footer .footer_copyright .footer_link_wrapper .hs-menu-item a:hover {
  color: #1596D1;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer.thank-you-footer .footer_menu,
  .footer.thank-you-footer .footer_copyright_text,
  .footer.thank-you-footer .footer_link_wrapper{
    width: 100%;
  }

  .footer.thank-you-footer .footer_link_wrapper{
    margin-top:12px;
    text-align:left;
  }
  .footer.thank-you-footer .footer_link_wrapper .footer_links ul li:first-child{
    margin-left:0;
  }

  .footer.thank-you-footer .footer_menu {
    gap: 20px;
  }

  .footer.thank-you-footer .footer_left {
    width: calc(75% - 20px / 2);
  }

  .footer.thank-you-footer .footer_right {
    width: calc(25% - 20px / 2);
  }

}
@keyframes gradient-sweep {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}
@media (max-width: 767px){
  .footer.thank-you-footer .mobile_footer {
    background: transparent;
  }
  .footer.thank-you-footer .mobile_footer {
    color: var(--text-color);
  }
  .footer.thank-you-footer .footer_link_wrapper div.footer_links:first-child,
  .footer.thank-you-footer .footer_link_wrapper div.footer_links {
    flex-basis: auto;
  }
  .footer.thank-you-footer .footer_copyright {
    padding: 10px;
    flex-direction: column-reverse;
  }
  .footer.thank-you-footer .footer_copyright_text {
    padding: 10px 0px 0px;
    line-height: 1em;
    text-align: left;
  }
  .footer.thank-you-footer .footer_links a{
    line-height: 19.2px;
  }
  .footer.thank-you-footer .footer_link_wrapper .footer_links ul{
    column-gap:10px;
  }
  .footer.thank-you-footer .footer_link_wrapper .footer_links ul li {
    margin: 10px 0px 0px;
  }
  .footer.thank-you-footer .info_form {
    padding-bottom: 0;
  }
  .footer.thank-you-footer .footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .footer.thank-you-footer .footer_form .form-title {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.1em;
  }
  .footer.thank-you-footer .footer_form form {
    max-width: 100%;
  }
  .footer.thank-you-footer .footer_form form {
    padding-right: 70px;
  }
  .footer.thank-you-footer .footer_form input.hs-button.primary.large {
    display: block;
  }
  .footer.thank-you-footer .footer_form .actions{
    width: 37px;
    height: auto;
  }
  .footer.thank-you-footer .footer_form input.hs-button.primary.large{
    height: 40px;
  }
  .footer.thank-you-footer .footer_title {
    margin: 20px 0px;
    font-size: 20px;
    line-height: 1.1em;
  }
  .footer.thank-you-footer .social_follow a {
    display: block;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0px;
    padding-bottom: 10px;
  }
  .footer.thank-you-footer .footer_accordian {
    padding-bottom: 0;
  }
  .footer.thank-you-footer .acc-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #7171712B; 
  }
  .footer.thank-you-footer .footer_accordian span.fa-toggle svg {
    width: 1em;
    height: 1em;
    font-size: 40px;
    fill: var(--text-color);
    display: block;
  }

  .footer.thank-you-footer .footer_accordian span.fa-toggle {
    font-size: 20px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
    letter-spacing: 0;
    margin-bottom: 2.4px;
  }

  .footer.thank-you-footer .footer_accordian line.st0 {
    stroke: #282E36;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .footer.thank-you-footer .footer_accordian .acc-wrapper.child-open span.fa-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .footer.thank-you-footer .acc-dropdown ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .footer.thank-you-footer .acc-dropdown ul li:last-child{
    margin-bottom:0;
  }
  .footer.thank-you-footer .acc-dropdown ul li a {
    color: #060f15;
    font-size: 1rem;
    line-height: 1.7;
  }
  .footer.thank-you-footer .footer_world-wide p strong {
    padding: 3px 20px 5px;
  }
  .footer.thank-you-footer .footer_world-wide {
    margin: 0px 0 0px -30px;
  }
  .footer.thank-you-footer .footer_find_link{
    padding-bottom:0;
  }
  .footer.thank-you-footer .footer_logo {
    margin: 0 150px 0 0;  
    padding-bottom: 23px;
    max-width: 100%;
  }
  .footer.thank-you-footer .footer_logo img {
    max-width: 250px;
    width: 150% !important;
  }
  .footer.thank-you-footer .footer_find_link a {
    line-height: 19.2px;
  }
  .footer.thank-you-footer .footer_link_wrapper div.footer_links>div {
    margin: 0;
  }
  .footer.thank-you-footer .footer_link_wrapper {
    justify-content: left;
    width: calc(100% - 125px);
  }
  .footer.thank-you-footer .footer_links:last-child{
    left:0;
  }
  .footer.thank-you-footer .acc-dropdown {
    padding-top: 30px;
  }
  .footer.thank-you-footer .footer_form .hs-input {
    border-color: #1596d1;
  }
  .footer.thank-you-footer .footer_world-wide-wrapper>.hs_cos_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}