*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */
::selection {
    background-color: #073375;
		color: #fff;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.hs-blog-listing .dnd-section {
    padding: 0px 0px;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
		font-family: "FontAwesome"; 
		src: url("//f.hubspotusercontent40.net/hubfs/19996991/raw_assets/public/SironaMedical_January2022/fonts/FontAwesome.eot") format("embedded-opentype"), 
				url("//f.hubspotusercontent40.net/hubfs/19996991/raw_assets/public/SironaMedical_January2022/fonts/FontAwesome.woff2") format("woff2"), 
				url("//f.hubspotusercontent40.net/hubfs/19996991/raw_assets/public/SironaMedical_January2022/fonts/FontAwesome.woff") format("woff"); 
		font-style: normal; 
		font-weight: normal; 
		font-display: swap; 
}

@font-face { 
		font-family: scape-ui; 
		src: 
		url("//f.hubspotusercontent40.net/hubfs/19996991/raw_assets/public/SironaMedical_January2022/fonts/scape-ui.woff") format("woff"); 
		font-style: normal; 
		font-weight: 400; 
}
@font-face { font-family: "revicons"; 
		src: url("//f.hubspotusercontent40.net/hubfs/19996991/raw_assets/public/SironaMedical_January2022/fonts/revicons.eot") format("embedded-opentype"), 
				url("//f.hubspotusercontent40.net/hubfs/19996991/raw_assets/public/SironaMedical_January2022/fonts/revicons.woff") format("woff"); 
		font-style: normal; 
		font-weight: normal; 
		font-display: swap; 
}

body {
  line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: all 0.3s ease 0s
  word-break: break-word;
		background-color: #eaeaea;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
		font-weight: 600;
    text-decoration: underline;
		font-size:18px;
		font-family:roboto;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

a.hs-button.large.primary:hover, a.hs-button.primary:hover, a.button:hover {
    background-color: rgba(20,91,180,1.0);
    border: 1px solid #2375db;
    border-radius: 50px;
    color: #fff;
}

a.button {
    text-decoration: none;
}
/* Form fields */

.hs-form-field {
 
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    display: inline-block;
    width: 100%;
    border-left: 0px;
    border-top: 0px;
    padding-left: 0;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    border-right: 1px solid;
    padding-top: 40px;
    background-color: #aec2d9;
    box-shadow: 0 0 0 0px rgb(235 235 245);
    font-size: 23px;
    font-weight: 300;
    border-radius: 0px;
		outline:0px;
		padding-right: 12px;
    min-height: 0px;
    height: 0px;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-weight: 700;
    margin-top: 25px;
    min-height: 70px;
    font-size: 25px;
    margin-bottom: 8px;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
     width: 100%; 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.widget-type-form, 
.hs-search-module form, 
.systems-page form, 
.blog-comments form{
		padding: 20px;
		border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
/* 		background-color: #aec2d9; */
    margin-bottom: 20px;
}

ul.no-list.hs-error-msgs.inputs-list label {
    color: #EF6B51;
}


/* --------------- */
.form_footer {
    position: relative;
    z-index: 99;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
    position: absolute;
    z-index: 980;
    width: 100%;
    font-size: 18px;
    color: #041420;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.7;
}

.header-desktop {
    z-index: 10;
    width: 100%;
    position: fixed;
    will-change: box-shadow;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

body.intro {
     position: relative;
    right: 100px;
    transition: all 0.3s ease 0s;
		transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
span.trigger-chiild {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 11px;
}
ul.submenu.level-1 > li:before {
    position: absolute;
    left: 0;
    background-color: rgba(10,64,130,1);
    right: 0;
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    top: 50%;
    animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    height: 1px;
    opacity: 1;
}

ul.submenu.level-1 > li:before,ul.submenu.level-1 > li:after {
    content: '';
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    z-index: -1;
}

ul.submenu.level-1 > li:hover:before {
    animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}





@-webkit-keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-moz-keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-o-keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@keyframes menu_fill_left_in {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

@-webkit-keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-moz-keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-o-keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes menu_fill_left_out {
  0% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(1, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}


span.trigger-child {
    position: absolute;
    width: 32px;
    height: 20px;
    top: 12px;
    z-index: 99;
    right: 0;
}
.header-desktop:before {
    opacity: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 5%);
}

.header-container {
    margin: 0 auto;
    position: relative;
}


.header-container:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.hs_header {
    background-color: #ffffff;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-align: right;
    width: 100%;
    transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.hs_header:before {
    border-color: #ecf0f3;
}

.header_hs_inner {
    height: 80px;
    line-height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1082px;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header_logo {
    left: 15px;
    position: absolute;
    top: 0;
}

#hs-link-desktop_header_logo_one_hs_logo_widget {
    width: 175px;
    height: 47px;
    margin-top: 17px;
    margin-left: 0;
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#hs-link-desktop_header_logo_one_hs_logo_widget > img {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
    border: 0;
}

#hs-link-desktop_header_logo_two_hs_logo_widget > img {
    transition: opacity 0.3s ease-in 0s, visibility 0s 0.3s;
    position: absolute; 
    top: 17px;
    bottom: 0;
    left: 0;
    right: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    border: 0;
		display:none;
}
.newClass #hs-link-desktop_header_logo_two_hs_logo_widget>img {
    display: block;
}

.newClass #hs-link-desktop_header_logo_one_hs_logo_widget>img {
    visibility: hidden;
    opacity: 0;
}
.header_main {
    height: 80px;
    line-height: 80px;
    display: inline-block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1), color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header_main:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

nav.header_navigation {
    color: #0a4082;
    float: right;
}

ul.submenu.level-1 {
    padding: 0;
		margin: 0px;
    list-style: none;
    display: flex;
    text-align: center;
}

ul.submenu.level-1 > li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 1.5em;
    font-weight: 300;
    color: #0a4082;
}

ul.submenu.level-1 > li:last-child {
    margin: 0px;
}

ul.submenu.level-1 > li:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    opacity: 1;
    animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    z-index: -1;
}


.blog-index__post.blog-index__post--small:hover{
    cursor: pointer;
}

ul.submenu.level-2 > li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
		opacity: 0;	
    left: 15px;
    right: 15px;
    border-radius: 3px;
		z-index:-1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
		background-color: #f9fafb !important;
}

ul.submenu.level-2 > li:hover:before {
    opacity: 1;	
}

ul.submenu.level-1 .has-submenu {
    content: "";
    height: 85px;
    display: block;
}

ul.submenu.level-1 > li > a {
    z-index: 1;
    height: 80px;
    line-height: 80px;
    padding: 0;
    display: block;
    color: inherit;
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    cursor: pointer;
    white-space: nowrap;
		text-decoration:none;
		font-weight: 300;
}

ul.submenu.level-1 > li > a:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    z-index: -1;
}



.header-mobile {
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header-container-mobile {
    margin: 0 auto;
    position: relative;
    background-color: #041420cc;
}

.header-container-mobile:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.mobile_top_header {
    font-family: 'Roboto';
}

.header_hs_inner {
    height: 80px;
    line-height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.header_hs_inner:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.newClass ul.submenu.level-1>li:before {
    background-color: #fff;
}

.mobile_header_logo_wrapper {
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
}
.newClass ul.submenu.level-1>li>a:hover {
    color: #fff;
}
#hs-link-mobile_header_logo_one_hs_logo_widget {
    width: 175px;
    height: 49px;
    margin-top: 15px;
    margin-left: 40px;
    position: relative;
    display: block;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#hs-link-mobile_header_logo_one_hs_logo_widget > img {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out 0s, visibility 0s 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
		height: 100%;
    max-width: 100%;
    border: 0;
}

.humburger_header_right {
    float: right;
    margin-right: 60px;
    height: 80px;
    display: inline-block;
    position: relative;
    line-height: 80px;
}

.humburger_header_right:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.header_mobile_trigger {
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    cursor: pointer;
    float: right;
    color: #ffffff;
}
ul.submenu.level-2 {
    list-style: none;
    margin: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    z-index: 999; 
    text-align: left;
    min-width: 220px;
    border-radius: 3px;
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
    background-color: #fff;
    display: block;
    padding: 15px 0;
		display:none;
}
ul.submenu.level-1 > li:hover .submenu.level-2 {
    display:block;
}
ul.submenu.level-2 > li {
    position: relative;
    white-space: nowrap;
    line-height: 1.5;
}

ul.submenu.level-2 > li > a {
    padding: 9px 60px 9px 30px;
    display: block;
    color: #0a4082;
		font-weight: 300;
    text-decoration: none;
}
.header_trigger_inner {
    position: absolute;
    top: 31%;
    left: 30%;
    width: 24px;
    height: 30px;
    display: block;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.line.first {
    transform: translate3d(-50%, -7px, 0) scale3d(1, 1, 1);
}

.line {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transform-origin: 50% 50%;
    background-color: #ffffff;
}

.line.second {
    transform: translate3d(-50%, -1px, 0) scale3d(1, 1, 1);
}

.line.third {
    transform: translate3d(-50%, 5px, 0) scale3d(1, 1, 1);
}


/* ------------ */
.header-mobile {
    display: none;
}

nav.header-mobile-side {
    width: 290px;
    position: fixed;
    top: 0;
    left: auto;
    right: -300px;
    bottom: 0;
    z-index: 1111;
    overflow: hidden;
    line-height: 2;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    background-color: #42505a;
}

.mobile-nav-wrapper {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 70px 0 30px 0;
    overflow-y: scroll;
    z-index: 1;
		width: 100%;
}

.mobile-nav-header {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
}

.header_mobile_close {
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header_mobile_close:before {
    background-color: #151221;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 
45deg);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    transform-origin: 50% 50%;
}

.header_mobile_close:after {
    background-color: #151221;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 
-45deg);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    transform-origin: 50% 50%;
}

.header_hs.wtbx_hs_main {
    padding: 30px 0;
}

.header_hs_innewr:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.header_ha.wtbx_ha_main_main:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

nav.header_header_part {
    padding: 0;
    color: #ffffff;
    display: block;
}

nav.header_header_part .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
}

nav.header_header_part .hs-menu-wrapper ul > li {
    position: relative;
    z-index: 1;
    margin: 0;
    display: block;
    font-weight: 300;
    color: #fff;
}

.intro .header_mobile_backdrop {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
    background-color: #15142480;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1110;
}

nav.header_header_part .hs-menu-wrapper ul > li > a {
    display: block;
    position: relative;
    padding: 5px 33px 5px 30px;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, opacity 0.1s ease-in-out;
    color: #fff;
		font-weight: 300;
    text-decoration: none;
}
.intro nav.header-mobile-side {
    right: 0px;
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
}

nav.header-mobile-side {
    position: fixed;
    top: 0;
    left: auto;
    background-color: rgba(66,80,90,1);
    width: 290px;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1111;
    overflow: hidden;
    line-height: 2;
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: -webkit-translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), width 0s;
}

.intro nav.header-mobile-side {
    right: 0px;
}


.newClass .hs_header {
    background-color: #041420;
}

.newClass ul.submenu.level-1>li>a {
    color: #fff;
}

.wrap_height {
    min-height: 80px;
}

/*  menu hov*/
ul.submenu.level-1>li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    height: 1px;
    opacity: 1;
    -moz-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -ms-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -webkit-transform: -webkit-translate3d(0, 1em, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 1em, 0) scale3d(0, 1, 1);
    -o-animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    -webkit-animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: menu_fill_left_out 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    background-color: #0a4082;
}

ul.submenu.level-1 > li:hover::before {
    -o-animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    -webkit-animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: menu_fill_left_in 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    
}



@media(max-width:768px){
		.header-desktop {
    display: none;
}
		.header-mobile {
    display: block;
}
		nav.header_header_part .hs-menu-wrapper ul ul.hs-menu-children-wrapper {
    display: none;
    position: static;
    background-color: rgba(0, 0, 0, 0.17);
}
	
	.header-show .header-container-mobile {
    position: fixed;
    width: 100%;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
		nav.header_header_part .hs-menu-wrapper > ul > li > a span {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 17px; 
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
		nav.header_header_part .hs-menu-wrapper > ul > li.hs-item-has-children > a span:before {
    transform: translate3d(-50%, -150%, 0);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
    background: #fff;
}
		nav.header_header_part .hs-menu-wrapper > ul > li.hs-item-has-children > a span:after {
    transform: translate3d(-50%, 100%, 0);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
    background: #fff;
}
		  li.intrrio > a span:before {
    width: 12px;
    height: 2px;
    border-radius: 3px; 
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}
		li.intrrio > a span:after {
    width: 12px;
    height: 2px;
    border-radius: 3px;
    -moz-transform: translate3d(-50%, -50%, 0); 
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
    transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0.3s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}
}
footer.footer {
		position: relative;
		flex-shrink: 0;
}

section.footer_vc_section {
		display: block;
		position: relative;
}

.footer_section_inner {
		position: relative;
}

.footer_section_wrapper {
		display: block;
}

.footer_section_bg {
		z-index: 1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #2c3c47;
		right: 0;
}

.footer_section_bg_inner {
		z-index: 1;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_section_bg_media_wrapper {
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_section_bg_media {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_section_content {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
}

.footer_section_content_inner {
		width: 100%;
}

.footer_vc_row {
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1;
}

.footer_vc_el_inner {
		position: relative;
		z-index: 1;
}

.footer_row_wrapper {
		display: block;
		position: relative;
}

.footer_row_bg {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #eaeaea;
		right: 0;
}

.footer_row_content {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		max-width: 1082px;
		margin: 0 auto;
}

.footer_row_content:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_row_content_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
}

.footer_row_content_inner {
		width: 100%;
}

.footer_row_content_inner:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_vc_column {
		min-height: 0;
		width: 100%;
		float: left;
		position: relative;
		padding-left: 0;
		padding-right: 0;
}

.footer_vc_column_container {
		width: 100%;
}

.footer_vc_el_innerr {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

.footer_column_wrapperr {
		display: table;
		table-layout: fixed;
		width: 100%;
}

.footer_column_wrapperr:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_columnn_content {
		width: 100%;
		float: left;
		display: block;
		padding: 15px;
}

.footer_vc_roww {
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
}

.footer_inner_row_wrappeer {
		display: block;
		position: relative;
}

.footer_inner_row_bg {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_inner_row_bg_inner {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_inner_row_bg_media_wrapper {
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_inner_row_bg_media {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_inner_row_content {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
		max-width: 1082px;
}

.footer_inner_row_content:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_inner_row_content_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
		table-layout: fixed;
}

.footer_inner_row_content_inner {
		width: 100%;
}

.footer_inner_row_content_inner:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_vc_inner_column {
		padding-left: 0;
		padding-right: 0;
		min-height: 0;
		width: 100%;
		float: left;
		position: relative;
		box-sizing: border-box;
}

.footer_vc_el_inner.wtbx_vc_inner_column_inner {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

.footer_inner_column_bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: -1;
}

.footer_inner_column_bg_inner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 1;
		transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_inner_column_wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 1;
}

.footer_inner_column_wrapper:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_inner_column_content {
		width: 100%;
		z-index: 1;
		padding: 15px;
		float: left;
		display: block;
}

.footer_text_element_inner {
		font-family: 'Roboto';
		font-size: 40px;
		font-weight: 300;
		color: #0a4082;
		display: inline-block;
		width: 100%;
}

.footer_text_element_inner p {
		cursor: pointer;
		line-height: 2.2rem;
		font-family: 'Roboto';
		font-size: 40px;
		font-weight: 300;
		color: #0a4082;
		margin: 40px 0px;
		text-align:center;
}

.footer_vc_row_vc_row {
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1;
}

.footer_vcc_el_inner {
		margin-left: 0px;
		margin-right: 0px;
		position: relative;
		z-index: 1;
}

.footer_roow_wrapper {
		display: block;
		position: relative;

}

.footer_row_bgg {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #eaeaea;
}

.footer_row_conttent {
		max-width: none;
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
}

.footer_row_conttent:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_top_row_content_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
}

.footer_top_row_content_inner {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
}

.footer_top_row_content_inner:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_top_vc_column {
		min-height: 0;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
}

.footer_top_vc_el_container {
		width: 100%;
}

.footer_top_vc_el_inner.wtbx_vc_column_inner {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

.footer_top_column_wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
}

.footer_top_column_wrapper:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_top_column_content {
		width: 100%;
		/* padding: 15px; */
		float: left;
		display: block;
}

.footer_top_vc_image_element {
		text-align: center;
		line-height: 0;
		font-size: 0;
		position: relative;
}

.footer_top_image_wrapper {
		position: relative;
		display: inline-block;
		width: 100%;
		transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		text-align: center;
}

.footer_top_image_inner {
		border-radius: 0px;
		position: relative;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		opacity: 1;
}

.footer_top_image_overlap {
		cursor: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		border-radius: inherit;
}

.footer-top-image-crop {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		padding-bottom: 8.13%;
}

.footer-top-image-crop img {
		opacity: 1;
		padding-top: 0;
		width: 100%;
		transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		flex: 1;
		object-fit: cover;
		position: absolute;
		left: 0;
		height: 100%;
		max-width: 100%;
}


.wtbx_social_icon_back {
		background-color: #2c3c47;
		color: #4d94ec;
		line-height: inherit;
		padding: 0 1px;
		-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
		-moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
		-ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
		-o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
		transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
		transform: translate3d(0, -100%, 0);
		width: inherit;
		height: inherit;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		right: 0;
}


.foter_bottom_vc_row {
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1;
}

.foter_bottom_vc_el_inner {
		position: relative;
		z-index: 1;
		margin-left: 0px;
		margin-right: 0px;
}

.foter_bottom_row_wrapper {
		display: block;
		position: relative;
}

.foter_bottom_row_bg {
		z-index: -1;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #eaeaea;
}

.foter_bottom_row_content {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
		max-width: 1082px;
}

.foter_bottom_row_content:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.foter_bottom_content_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
}

.foter_bottom_content_inner {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		box-sizing: border-box;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		width: 100%;
		padding: 0px 95px 40px 95px;
}

.foter_bottom_content_inner:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.foter_bottom_vc_colummn {
		width: 50%;
		float: left;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		position: relative;
		padding-left: 0;
		padding-right: 0;
}

.foter_bottom_vc_el_containeer {
		width: 100%;
}

.foter_bottom_vc_el_inneer {}

.foter_bottom_vc_el_inneer {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		height: 100%;
		width: 100%;
		position: relative;
		z-index: 1;
}

.foter_bottom_column_wrrapper {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		table-layout: fixed;
		width: 100%;
}

.foter_bottom_column_wrrapper:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.foter_bottom_column_conttent {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		float: left;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0px;
}

.foter_bottom_text_innner {
		color: #041420;
		display: inline-block;
		width: 100%;
}

.foter_bottom_text_innner h6 {
		color: #041420;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 400;
		line-height: 1.3;
		text-rendering: optimizelegibility;
		margin-top: 1em;
		margin-bottom: 1em;
		text-transform: none;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
}

.footer_bottom_texxt_inner {
		display: inline-block;
		width: 100%;
		color: #041420;
}

.footer_middle-image-crop img {
		opacity: 1;
		padding-top: 0;
		width: 100% !important;
		-moz-transform: scale3d(1, 1, 1);
		-o-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		-webkit-transform: -webkit-scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		-moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		-ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		-o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		flex: 1;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 100%;
}

.footer_middle-image-crop {
		padding-bottom: 8.13%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
}

/* -------------------- */
section.footer_top_section {
		display: block;
		position: relative;
}

.footer_top_vc_el_inner {
		position: relative;
}

.footer_top_section_wrapper {
		display: block;
}

.footer_top_section_bg {
		z-index: 1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #eaeaea;
}

.footer_top_section_bg_inner {
		z-index: 1;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_top_section_bg_media_wrapper {
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_top_section_bg_media {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_top_section_content {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
}

.footer_top_section_content_inner {
		width: 100%;
		top: auto;
		margin-top: -40px;
}

.footer_top_vc_row {
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		max-width: none;
		z-index: 1;
}

.footer_top_vc_el_inneer {
		margin-left: 0px;
		margin-right: 0px;
		position: relative;
		z-index: 1;
}

.footer_top_row_wrapper {
		display: block;
		position: relative;
}

.footer_top_row_bg {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_top_row_content {
		max-width: none;
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
}

.clearfix:before, .clearfix:after {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}

.footer_top_row_content_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
		margin-top: 0;
		top: 1px;
		position: relative;
}

.footer_top_row_content_inner {
		width: 100%;
		padding: 40px 0px 0px 0px;
}

.footer_top_vc_column {
		min-height: 0;
		width: 100%;
		float: left;
		position: relative;
}

.footer_top_vc_el_container {
		width: 100%;
}

.footer_top_vc_el_inner {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

.footer_top_column_wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
}

.footer_top_column_content {
		width: 100%;
		float: left;
		display: block;
}

.footer_top_vc_image_element {
		text-align: center;
		line-height: 0;
		font-size: 0;
		position: relative;
}

.footer_top_image_wraaper {
		position: relative;
		display: inline-block;
		width: 100%;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 1;
		-webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		line-height: 0;
		font-size: 0;
}

.footer_top_vc_el_inner {
		line-height: 0;
		font-size: 0;
}

.footer_top_image_iinner {
		position: relative;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		border-radius: 0px;
}

.footer_top-image-crop {
		padding-bottom: 8.06%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
}

.footer_top-image-crop img {
		opacity: 1;
		padding-top: 0;
		max-width: 100%;
		width: 100% !important;
		-moz-transform: scale3d(1, 1, 1);
		-o-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		-webkit-transform: scale3d(1, 1, 1);
		-webkit-transform: -webkit-scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		-moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		-ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		-o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s, transform 1.2s cubic-bezier(0.2, 0, 0.3, 1), filter 0.5s ease-in-out;
		flex: 1;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
}
.footer_top_ropw.wtbx_vc_row {
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		max-width: none;
		z-index: 1;
}

.footer_top_vc_el_innner {
		position: relative;
		z-index: 1;
}

.footer_top_rw_wrapper {
		display: block;
		position: relative;
}

.footer_top_row_bag {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #1a2a37;
}

.footer_top_row_conctent {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
		max-width: 1082px;
}

.footer_top_row_content_wraper {
		display: inline-block;
		float: left;
		width: 100%;
		margin-top: 0;
		top: 5px;
		position: relative;
}

.footer_top_rowr_content_inner {
		width: 100%;
		padding-top: 40px;
}

.footer_top_vcc_column {
		min-height: 0;
		width: 100%;
		float: left;
		position: relative;
}

.footer_top_vc_el_containerr {
		width: 100%;
}


.footer_top_vc_el_innerr {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

.footer_top_columnn_wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
}

.footer_top_column_conttent {
		width: 100%;
		padding: 15px;
		float: left;
		display: block;
}

.footer_top_vc_roow.wtbx_vc_inner_row {
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1;
}

.footer_top_inner_row_wrapperr {
		display: block;
		position: relative;
}

.footer_top_inneer_row_bg {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_top_inner_row_beg_inner {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_top_inner_row_bg_mediia_wrapper {
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_top_inner_rw_bg_media {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}

.footer_top_innerr_row_content {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
		max-width: 1082px;
}

.footer_top_inner_row_coontent_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
		table-layout: fixed;
}

.footer_top_inner_row_conttent_inner {
		width: 100%;
}

.footer_top_inner_columnn {
		width: 100%;
		float: left;
		position: relative;
}

.footer_topp_el_inner {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

/* .footer_top_inner_column_big {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
} */

span.contact-btn {
		display: inline-block;
		cursor: pointer;
}

.form_footer {
		display: none;
		background: rgba(26,42,55,1);
}

.form_footer .widget-type-form {
		border: none;
		padding: 0;
		margin: 0 auto;
		max-width: 1082px;
}

.form_footer .widget-type-form fieldset {
		margin: 0;
		padding: 10px 20px;
		background: #aec2d9;
}

.form_footer .widget-type-form .form-columns-2 .input {
		margin-right: 0;
}

.form_footer .widget-type-form .form-columns-2 .input input {
		padding-left: 10px;
}
.footer_top_inner_column_big_inner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 1;
		transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_top_inner_colummn_wrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 1;
}

.footer_top_inner_column_conteent {
		width: 100%;
		z-index: 1;
		padding: 15px;
		float: left;
		display: block;
}



.footer_top_text_element_inner {
		font-family: 'Roboto';
		font-size: 40px;
		font-weight: 300;
		color: #fff;
		display: inline-block;
		width: 100%;
}

.footer_top_text_element_inner p {
		text-align: center;
		cursor: pointer;
		line-height: 2.2rem;
		color: #fff;
		font-family: 'Roboto';
		font-size: 40px;
		font-weight: 300;
		margin: 40px 0px;
}

.footer_top_text_element_inner p span {
		color: #2375db;
		font-weight: bold;
}
.footer_middle_stretch_row_content {
		max-width: none;
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1;
}

.footer_middle_vc_el_inner {
		margin-left: 0px;
		margin-right: 0px;
		position: relative;
		z-index: 1;
}

.footer_middle_row_wrapper {
		display: block;
		position: relative;
}

.footer_middle_row_bg {
		z-index: -1;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #1a2a37;
}

.footer_middle_row_content {
		max-width: none;
		display: table;
		table-layout: fixed;
		width: 100%;
		z-index: 4;
		margin: 0 auto;
}

.footer_middle_row_content_wrapper {
		display: inline-block;
		float: left;
		width: 100%;
		margin-top: 0;
		top: 2px;
		position: relative;
}

.footer_middle_row_content_inner {
		width: 100%;
		padding-top: 120px;
}

.footer_middle_vc_column {
		min-height: 0;
		float: left;
		width: 100%;
		position: relative;
}

.footer_middle_vc_el_containner {
		width: 100%;
}

.footer_middle_vc_el_inner_column_inner {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
}

.footer_middle_column_wrapp {
		display: table;
		table-layout: fixed;
		width: 100%;
}

.footer_middle_column_conttent {
		width: 100%;
		float: left;
		display: block;
}

.footer_middle_vc_imagee_element {
		text-align: center;
		line-height: 0;
		font-size: 0;
		position: relative;
}

.footer_middle_image_wrapper {
		position: relative;
		display: inline-block;
		width: 100%;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 1;
		-webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		text-align: center;
}

.wtbx_image_inner {
		border-radius: 0px;
		position: relative;
		overflow: hidden;
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-transform: -webkit-translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		-o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
		transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.footer_middle_image_overlap {
		cursor: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		border-radius: inherit;
}

.footer_middle-image-crop {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
}



/* -------- */

.footer_bottom_texxt_inner h6 {
		color: #041420;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 400;
		line-height: 1.3;
		text-rendering: optimizelegibility;
		margin-top: 1em;
		margin-bottom: 1em;
		text-transform: none;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
}

.footer_bottom_vc_colummn {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		min-height: 0;
		width: 50%;
		float: left;
		position: relative;
}

.footer_bottom_vc_el_container {
		width: 100%;
}

.footer_bottom_vc_el_innner {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		height: 100%;
		width: 100%;
		position: relative;
}

.footer_bottom_column_wrappeer {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		table-layout: fixed;
		width: 100%;
		display: -ms-flexbox;
}

.footer_bottom_column_wrappeer:before {
		content: "\0020";
		display: block;
		height: 0;
		visibility: hidden;
}
.footer_bottom_texxt_inner h6 a {
		text-decoration: underline;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Roboto';
}
.footer_bottom_columne_content {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 15px;
		float: left;
		display: flex;
		justify-content: center;
}
nav.header_header_part .hs-menu-wrapper > ul > li:nth-child(4) > a span {
		content: '';
		position: absolute;
		top: 0;
		right: 0px;
		width: 17px;
		height: 100%;
		background-color: transparent;
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}




nav.header_header_part .hs-menu-wrapper > ul > li:nth-child(4) > a span:before {
		transform: translate3d(-50%, -150%, 0);
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
		background: #fff;
}

nav.header_header_part .hs-menu-wrapper > ul > li:nth-child(4) > a span:after {
		transform: translate3d(-50%, 100%, 0);
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		transition: all 0.1s cubic-bezier(0.82, 0.01, 0.77, 0.78) 0s, transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, border-radius 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
		background: #fff;
}
.footer_bottom_vc_social_iconns {
		text-align: right;
}

.footer_bottom_vc_el_containerr {
		opacity: 1;
		visibility: visible;
		display: block;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 
				0deg);
}


.footer form input[type=email] {
    padding-left: 20px;
}
.form_footer .widget-type-form .form-columns-2 .input input {
    padding-left: 20px;
}
.footer form input[type=text] {
    padding-left: 20px;
}


.form_footer .actions {
    margin: 6px 0 0;
    padding: 16px 0;
    text-align: center!important;
}

.form_footer input.hs-button.primary.large {
    background-color: #145bb4 !important;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700;
    margin-top: 25px !important;
    height: 70px;
    width: 210px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    margin-bottom: 8px;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    line-height: 44px;
    padding: 0 25px;
    white-space: nowrap;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media (max-width:991px){
		ul.wtbx_social_icons_wrapper {
				text-align: center;
		}

		.foter_bottom_content_inner.clearfix {
				display: flex;
				flex-direction: column;
				align-items: center;
				text-align: center;
		}

		li.wtbx_social_icon.wtbx_vc_child_container.linkedin.wtbx_size_5 {
				margin-right: 5.6px;
				margin-bottom: 0;
		}

		li.wtbx_social_icon.wtbx_vc_child_container {
				margin-bottom: 0;
		}

		li.wtbx_social_icon.wtbx_vc_child_container.twitter.wtbx_size_5 {
				margin-bottom: 0;
		}

		.footer_bottom_columne_content {
				padding: 0;
				padding-top: 1px;
		}
		a.wtbx_style_7.wtbx_default_custom.wtbx_hover_custom.wtbx_default_bg_custom.wtbx_hover_bg_custom i {
    font-size: 20px;
    margin-left: 1px;
}
}
@media(max-width:767px){
		.foter_bottom_vc_colummn {
				width: 100%;
		}

		.footer_bottom_vc_colummn {
				width: 100%;
		}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

/* .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
} */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
} */

/* .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
} */

/* @media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} */