*, *: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 */

.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;
}

@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(https://4964794.fs1.hubspotusercontent-na1.net/hubfs/4964794/T-Consulting/fonts/FontAwesome.eot) format("embedded-opentype"), 
      url(https://4964794.fs1.hubspotusercontent-na1.net/hubfs/4964794/raw_assets/public/T-Consulting_January2022/fonts/FontAwesome.woff2) format("woff2"),
      url(https://4964794.fs1.hubspotusercontent-na1.net/hubfs/4964794/raw_assets/public/T-Consulting_January2022/fonts/FontAwesome.woff) format("woff"), 
      url(https://4964794.fs1.hubspotusercontent-na1.net/hubfs/4964794/raw_assets/public/T-Consulting_January2022/fonts/FontAwesome.ttf) format("truetype"), 
      url(https://4964794.fs1.hubspotusercontent-na1.net/hubfs/4964794/raw_assets/public/T-Consulting_January2022/fonts/FontAwesome.svg) 
      format("svg"); font-style: normal; font-weight: normal; 
}

body {
   line-height: 1.5;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}
.body-container-wrapper{
   line-height:22px;
}
/* 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;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.4rem;
  
}
h1{
    line-height: 1.1em;
}
h2{
       line-height: 45px;
}

h3{
       line-height: 1em;
}

h4{
   line-height: 1em;
}
h5{
   line-height: 1em;
}
h6{
   line-height: 1em;
}
/* 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;
}

.body-container-wrapper{
  background-color:#f3f3f3;  
}

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

.hs-form-field {
   margin-bottom: 18px;
}

/* Labels */

form label { 
   font-size: 19px;
   display: block;
   float: none;
   width: auto;
   line-height: 22px;
   font-style: normal;
   font-weight: 400;
   padding-top: 0;
   margin-bottom: 4px;
}


@media(max-width:386px){
   form input[type=submit],
   form .hs-button,form .button {
      padding:0 8px !important;
   }
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

.hs-error-msgs label{
   color: #CD2C27;
   font-weight: 600;
}

/* 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 {
   box-sizing: border-box;
   padding:15px;
   width: 100%;
   max-width: 100%;
   outline: none;
   background-color: #f5f8fa;
   display: inline-block;
   font-family: Poppins,sans-serif;
   font-size: 13px;
   font-weight: normal;
   line-height: 17px;
   color: #818181 !important;
   border: 2px solid;
   border-radius: 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: #848484;
}

.hs-input.invalid.error {
   border-color: #dc3232;
}
.hs-error-msgs label,
.hs-error-msg {
   color: #dc3232;
   font-size: 1em;
   font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   white-space: pre-wrap;
   width:auto;
   font-size: 1.3em;
   line-height: 54px;
   min-height: 54px;
   font-style: normal;
   font-weight: 600;
   font-family: Poppins,sans-serif;
   cursor: pointer;
   display: inline-block;
   margin: 0;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border:2px solid;
   margin-top: 18px;
   margin-bottom: 18px;
   text-transform: uppercase;
}

.button{
   width:auto;
   font-size: 1.3em;
   min-height: 54px;
   line-height:50px;
   font-style: normal;
   font-weight: 600;
   font-family: Poppins,sans-serif;
   cursor: pointer;
   display: inline-block;
   margin: auto;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border:2px solid;
   margin-top: 18px;
   margin-bottom: 18px;
   text-transform: uppercase;
      text-align:center;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* 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 */
/*  logo */
.header_inner_left {
   position: absolute;
   left: 0;
   top: 0;
}

header.fixed {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   width: 100%;
   z-index: 7; 
   z-index: 9999 !important;
   box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
}
header.fixed .q_logo a{
   height:50px;
}

.body-wrapper {
    overflow-x: hidden;
}

.desktop-no-nav{
   height:101px;  
}
header.fixed .desktop-no-nav{
   height:62px;  
}

header.header-wrap.header-no-nav {
   height: 101px;
}

header.fixed .desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li>a{
   line-height:60px;
}

header.fixed .header_bottom.clearfix{
   border-bottom: 1px solid #8db835;
}

header.fixed  .logo_wrapper {
   height: 60px !important;
   float: left;
}



.logo_wrapper {
   height: 100px!important;
   float: left;
}

.q_logo {
   top: 50%;
   left: 0;
   position: relative;
}

.q_logo a {
   height: 80px;
   visibility: visible;
   position: relative;
   display: block;
}

.q_logo a > img {
   height: 100%;
   position: absolute;
   top: -50%;
   width: auto!important;
   max-width: none;
   transition: opacity .6s ease-in-out;
   display: block;
}
/* logo */

/* desktop menu */
header.header-wrap{ 
   width: 100%; 
   margin: 0; 
   z-index: 110; 
   position:relative;
}

.header_bottom.clearfix {
   border-bottom: 1px solid #FFFFFF;
   padding: 0 45px;
   position: relative;
}


@media(min-width:1000px){
   .sticky header.header-wrap {
      position: fixed;
      z-index: 110;
      -webkit-animation-name: stickySlideDown;
      animation-name: stickySlideDown;
      padding: 0;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      transition: 0.5s;
      top:0;
   }
   body.sticky {
      padding-top: 62px;
   }

   .sticky  .header_bottom.clearfix { 
      background-color: #fff;
      box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
   }
}
@-webkit-keyframes stickySlideDown {
   0% {
      transform: translateY(-100%);
   }
   100% {
      transform: translateY(0);
   }
}
@keyframes stickySlideDown {
   0% {
      transform: translateY(-100%);
   }
   100% {
      transform: translateY(0);
   }
}


header .container {
   max-width: 1300px;
   width: 100%;
   z-index: 100;
   position: relative;
   margin-right: auto;
   margin-left: auto;
}

header .container_inner.clearfix {
   max-width: 1100px;
   margin: 0 auto;
   position: relative;
}

.desktop-menu .desktop-menu-wrapper .navigation-primary {
   left: auto;
   position: relative;
}

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

.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li{
   display: inline-block;
   float: left;
   padding: 0;
   margin: 0;
   background-repeat: no-repeat;
   background-position: right;
   position: relative;
}
.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li>a{
   line-height: 100px;
   padding: 0px 10px;
   font-size: 15px;
   font-family: 'Roboto', sans-serif;
   display:block;
   height: 100%;
   font-weight: 300;
}

.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li:last-child>a{
   background-color: #8DB835;
   border-bottom: 1px solid white;
   color: #fff;
   font-weight: 700;
}

.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li>ul {
   left: 9px;
   margin: 0;
   top: 100%;
   position: absolute;
   overflow: hidden;
   z-index: 10;
   transition: top .3s ease-in-out;
   border-style: solid;
   border-width: 1px;
   background-color: rgba(255,255,255,1);
   border-color: #e0e0e0;
   padding: 7px 0;
   opacity:0;
   visibility:hidden;
}
.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li:hover>ul{
   opacity:1;
   visibility:visible;
}

.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li>ul>li {
   padding: 0;
   width: 225px;
   border-bottom-width: 1px;
   position: relative;
   float: none;
   height: auto;
   background: 0;
   display: block;
}

.desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li>ul>li>a {
   padding: 9px 0;
   padding-left: 20px;
   padding-right: 20px;
   color: #848484;
   font-family: 'Roboto', sans-serif !important;
   font-size: 15px;
   font-style: normal;
   font-weight: 300;
   text-transform: none;
   letter-spacing: 0px;
   display: block;
   height: auto;
   line-height: 16px;
   margin: 0;
}

.desktop-menu {
   position: relative;
   left: auto;
   float: right;
   z-index: 100;
   text-align: left;
   top: 0;
   display: block;
}

/* desktop menu */

@media(max-width:1199px){
   header .container {
      max-width: 960px;
   }

}

@media(min-width:1001px){
   .mobile-menu {
      display:none;
   }
}

@media(max-width:991px){

   header .container{
      max-width:720px;
   }

}

@media only screen and (min-width: 600px) and (max-width: 1000px){
   .header_bottom.clearfix{
      padding:0;
   }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
   header .container .container_inner.clearfix{
      max-width:100%;

   }
}

@media(max-width:1500px){
   .desktop-menu .desktop-menu-wrapper .navigation-primary>ul>li>a{
      font-size:13px;
      padding:0 6px;
   }
}

@media(min-width:1400px){
   header .container_inner.clearfix{
      max-width:1300px ;
   }
 .custom-layout  .dnd-section>.row-fluid{
      max-width:1300px !important;
   }

}

.dnd-section{
   padding-right:0 !important;
   padding-left:0 !important;
}

@media(max-width:1200px){
 .custom-layout  .dnd-section>.row-fluid{
      max-width:950px;
   }
}

@media(max-width:1200px) and (min-width:1000px){
   body:not(.sticky) .q_logo a>img { 
      max-width: 240px;
      height: auto;
      margin-top: 10px;
   }
}
@media(max-width:1000px){
   header.header-wrap{
      position:static;
   }

   .header_top_bottom_holder {
      position: relative;
   }

   .custom-layout .dnd-section>.row-fluid{
      max-width:768px;
   }


   header .container_inner.clearfix{
      max-width:768px;

   }

   header  .desktop-menu {
      display: none;
   }
   
  .mobile-menu-wrapper .navigation-primary>ul>li span.mobile_arrow.rotate .fa-angle-right{
       display:none;
   }
   
 .mobile-menu-wrapper .navigation-primary>ul>li span.mobile_arrow.rotate .fa-angle-down{
          display: inline;
   }
   
  .mobile-menu-wrapper .navigation-primary>ul>li span.mobile_arrow .fa-angle-down{
    display:none;
}
   i.fa.fa-angle-down::before {
    content: "\f107";
}

   .mobile-menu {
      display: none;
   }
   .mobile_menu_button span> .fa-bars{
      font-family: FontAwesome!important;
      font-size: 20px;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-style:normal;
      font-weight:300;
   }
   .mobile_menu_button span> .fa-bars:before {
      content: "\f0c9";
   }

   .mobile_menu_button {
      display: table;
      float: left;
      height: 100px;
      margin: 0 20px 0 0;
   }
   .header_inner_left {
      position: relative!important;
      left: 0!important;
      margin-bottom: 0;
   }

   .logo_wrapper {
      height: 100px !important;
      left: 0;
      position: absolute;
      display: block;
      margin: auto;
      float: none;
      right: 0;
   }
   .q_logo {
      display: block;
      position: relative;
      top: auto;
      vertical-align: middle;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
   }

   .q_logo a {
      left: 0;
      width: auto !important;
   }
   .q_logo a>img{
      height: 50px !important;
      opacity: 1; 
      width: auto!important;
      max-width: none;
      transition: opacity .6s ease-in-out;
      top: auto;
   }
   .q_logo a>img {
      display: block!important;
      opacity: 1!important;
      position: relative;
      margin: 0 auto;
   }
   .mobile-menu {
      float: left;
      width:100%;
   }

   .mobile-menu-wrap {
      float: left;
      top: 0;
      text-align: left;
      z-index: 100;
      width: 100%;
      position: relative;
   }

   .mobile_menu_button span {
      color: #9d9d9d;
      width: 19px;
      height: 17px;
      font-size: 14px;
      z-index: 50;
      display: table-cell;
      position: relative;
      cursor: pointer;
      vertical-align: middle;
      top: -3px;
   }

   .mobile-menu-wrapper .navigation-primary ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }
   .mobile-menu-wrapper .navigation-primary >ul>li>ul{
      display:none;
   }

   .mobile-menu-wrapper {
      max-width: 768px;
      margin: 0 auto;
      margin-bottom: -1px!important;
      position: relative;
   }
   .mobile-menu-wrapper .navigation-primary >ul>li {
      border-bottom: 1px solid #eaeaea;
      margin: 0;
      padding: 0;
      position: relative;
      -webkit-transform: translateZ(0);
   }
   .mobile-menu-wrapper .navigation-primary ul>li>a{
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      padding: 10px 0;
      display: block;
      position: relative;
      line-height: 26px;
      letter-spacing: 0;
   }
   .mobile-menu-wrapper .navigation-primary ul>li>a:hover{
      color:#8db835;
   }
   .mobile-menu-wrapper .navigation-primary ul>li>ul>li>a:hover{
         color:#8db835;
   }

   .mobile-menu-wrapper .navigation-primary >ul>li:last-child>a{
      background-color: #8DB835;
      border-bottom: 1px solid white;
      font-weight:700;
      color:#fff;
   }

   span.mobile_arrow {
      cursor: pointer;
      display: inline-block;
      float: right;
      height: 46px;
      line-height: 46px;
      margin: 0;
      padding: 0 10px 0 0;
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      width: 50px;
      z-index: 9000;
      -webkit-tap-highlight-color: transparent;
   }
   .mobile-menu-wrapper .navigation-primary>ul>li span.mobile_arrow>i {
      display: inline;
      color: #333;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 19px;
      /* vertical-align: middle; */
      text-align: right;
      position: relative;
     
   }
   .mobile-menu-wrapper .navigation-primary >ul>li span.mobile_arrow >.fa-angle-right:before {
      content: "\f105";
   }

   .mobile-menu-wrapper .navigation-primary>ul>li>ul.slide-boder-top{
      border-top: 1px solid #eaeaea;
   }

   .mobile-menu-wrapper .navigation-primary>ul>li>ul>li:last-child {
      border: none;
   }

   .mobile-menu-wrapper .navigation-primary>ul>li>ul>li {
      margin: 0 0 0 20px;
      border-bottom: 1px solid #eaeaea;
      padding: 0;
      position: relative;
      -webkit-transform: translateZ(0);
   }
}


@media (max-width: 768px){
   header .container_inner.clearfix {
      max-width: 600px;
   }
   .custom-layout .dnd-section>.row-fluid{
      max-width:600px;
   }
}

@media(max-width:767px){
   header .container {
      max-width: 540px;
   }

   .mobile-menu-wrapper {
      max-width: 600px;
   }

}



@media (max-width: 600px){
   .mobile-menu-wrapper  {
      max-width: 420px;
   }

   header .container_inner.clearfix {
      max-width: 420px;
   }

  .custom-layout .dnd-section>.row-fluid{
      max-width:420px;
   }
}

@media(max-width:575px){
   header .container {
      max-width: 420px;
   }

}

@media (max-width: 480px){
   .custom-layout .dnd-section>.row-fluid{
      max-width:300px;
   }
}

@media(max-width:420px){
   .header_bottom.clearfix{
      padding:0 15px;
   }

}

@media(max-width:350px){
 .custom-layout .dnd-section>.row-fluid{
      max-width:100%;
      width:95%;
   }

}
/* IS Rules footer new Blog 2023 */
/* DESKTOP */
footer .top-footer {
  display:flex;
  justify-content:space-between;
  margin-bottom:60px;
}
footer .middle-footer-wrap {
  display:flex;
  align-items:center;
  /* solo mobile --> flex-direction: column; */
}
footer .footer_col1.middle-footer {
  
}
footer .top-footer .cols-loghi1, footer .top-footer .cols-loghi2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer .top-footer .cols-loghi1 {
  margin-right:2%;
}
footer .top-footer .cols-loghi2 {
  margin-left:2%;
}
footer .footer_col2.bottom-footer > .column_inner > div {
  display:flex;
  align-items:center;
  justify-content:space-around;
}
img.last-logo-footer-bottom {
  max-width:110px;
  margin-right:auto;
}
a.a-max-width1, a.a-max-width2, a.a-max-width3 {
  display:block;max-width:30%;
}
footer .top-footer {
  display:flex;
}


/* MOBILE */
@media(max-width:768px){
  .footer_top {
    padding: 101px 40px 40px !important;
  }
  footer .middle-footer-wrap {
    flex-direction: column;
  }
  img.last-logo-footer-bottom {
    max-width:100% !important;
    margin-right:auto;
  }
  footer .top-footer {
    display:block !important;
  }
  footer .top-footer .cols-loghi1, footer .top-footer .cols-loghi2 {
    display:flex;
    justify-content:space-between;
  }
  footer .top-footer .cols-loghi1 {
    margin-bottom:30px;
  }
  footer .top-footer .cols-loghi2 {
    margin-bottom:50px;
  }
  footer .middle-footer-wrap > .column1.footer_col1 {
    margin-bottom:30px;
  }
  footer .column2>.column_inner {
    padding:0 !important;
  }
  footer .top-footer .cols-loghi1 {
    margin-right:0;
  }
  footer .top-footer .cols-loghi2 {
    margin-left:0;
  }
  footer .column1, footer .column2 {
    width:100% !important;
  }
}




/*  footer top*/
footer.footer {
   display: block;
   width: 100%;
   margin: 0 auto;
   z-index: 100;
   position: relative;
}

.footer_top_holder {
   background-color: #242626;
   display: block;
   position: relative;
}

.footer_top {
   padding-top: 101px;
   padding-right: 50px;
   padding-bottom: 40px;
   padding-left: 50px;
}

.three_columns.clearfix>.column1{
   width: 33.33%;
   float: left;
}
.three_columns.clearfix>.column2{
   width: 33.33%;
   float: left;
}
.three_columns.clearfix>.column3{
   width: 33.33%;
   float: left;
}

.three_columns.clearfix .column_inner{
   padding:0 15px 0 0;
}
.three_columns.clearfix>.column2 >.column_inner{
   padding:0 5px 0 10px;
}
.three_columns.clearfix>.column3 >.column_inner{
   padding:0 0px 0 15px;
}

.three_columns.clearfix>.column3 >.column_inner .widget_text {
   margin: 0 0 0 10px;
}

.widget.widget_text h5 , .widget_text h5 {
   color: #8db835;
   font-size: 18px;
   letter-spacing: 0px;
   line-height: 23px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;
   margin: 0 0 22px;
}

.separator {
   margin: 10px 0;
   margin-top: 5px;
   background-color: transparent;
   line-height: 24px !important;
   position: relative;
   display: block;
   height: 1px;
}

.widget.widget_text p {
   font-size: 16px;
   letter-spacing: 0px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;
   color: #ffffff;
   line-height: 24px !important;
   font-family: 'Poppins', sans-serif;
   text-align: left;
}
a.back_to_top:hover,a.back_to_top:focus{
   color: rgba(141,184,53,1);
}
a.back_to_top{
   opacity:0;
   visibility:hidden;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
}

a.back_to_top.show{
   opacity:1;
   visibility:visible;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
}

.widget.widget_text a{
   font-size: 16px;
   letter-spacing: 0px;
   line-height: 34px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;  
   font-family: 'Poppins', sans-serif;
}

footer .footer_bottom_holder {
   font-size: 18px;
   letter-spacing: 0px;
   line-height: 23px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;
   padding-right: 20px;
   padding-bottom: 46px;
   padding-left: 20px;
   background-color: #000000;
}

.textwidget.custom-html-widget form input[type="email"] {
   font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
   font-size: 15px;
   display: block;
   padding: 0 0.4em;
   margin: 0 4% 10px 0;
   min-height: 32px;
   width: 58%;
   min-width: 130px;
   border-radius: 3px;
   border: 1px solid #999;
   -webkit-appearance: none;
   position:relative;
   top:1px;
}
.textwidget.custom-html-widget form .hs-richtext{
   margin:0;
}
.textwidget.custom-html-widget form .hs-richtext  p{
   margin:0;
}

.textwidget.custom-html-widget form  div[data-reactid=".hbspt-forms-0.1:$1"] p>span{
   font-weight: bold !important;
   padding-bottom: 10px;
   padding-top: 3px;
}

.column3.footer_col3 .textwidget.custom-html-widget .separator {
   margin-bottom: 5px;
   margin-top: 0;
}

footer .textwidget ul {
   display: block !important;
}



.textwidget.custom-html-widget form  .hs-fieldtype-booleancheckbox{
   margin: 0;   
}
.textwidget.custom-html-widget form  .hs_annunci_pubblicitari_mirat label{
   padding-bottom: 9px !important;
}

div[data-reactid=".hbspt-forms-0.1:$2"] {
   margin-bottom: 1px;
}

.textwidget.custom-html-widget form  label.hs-form-booleancheckbox-display {
   font-size: 16px;
   letter-spacing: 0px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;
   line-height: 23.78px !important;
   margin:0;
   padding-bottom: 10px;
}


h3.hs_cos_wrapper.form-title {
   display: none;
}

.textwidget.custom-html-widget form ul.inputs-list>li {
   margin: 0;
}

.widget_text.widget.widget_custom_html ,.column2.footer_col2 .widget.widget_text{
   margin: 0 0 0 15px;
}

.textwidget.custom-html-widget form{
   display: block;
   position: relative;
   text-align: left;
   padding: 10px 0 10px 3%

}
.footer_bottom_border {
   background-color: #000000;
   height: 1px;
}

.textwidget.custom-html-widget form .hs-richtext span{
   font-size: 16px !important;
   font-weight: 300 !important;
   font-family: "Poppins", sans-serif;
   line-height: 24px !important;
   text-align: left;
   background-color: inherit !important;
}

.textwidget.custom-html-widget form .hs-richtext  p>span{
   display: block;
}

.textwidget.custom-html-widget form .hs-richtext span a{
   color:#fff;
   line-height:34px;
}

.textwidget.custom-html-widget form input[type="submit"]{
   display: block;
   width: 35%;
   margin: 0 0 10px 0;
   min-width: 90px;
   clear: both;
   background-color: #aaa;
   border: 0 none;
   border-radius: 4px;
   letter-spacing: .03em;
   color: #FFFFFF;
   cursor: pointer;
   font-size: 15px;
   height: 32px;
   line-height: 32px;
   padding: 0;
   text-align: center;
   text-decoration: none;
   vertical-align: top;
   white-space: nowrap;
   transition: all 0.23s ease-in-out 0s;
   margin-top: 10px !important;
   text-transform: uppercase;
   font-weight: 300;
}

.textwidget.custom-html-widget form  div[data-reactid=".hbspt-forms-0.1:$7"] p:nth-of-type(1){
   margin-bottom:5px;
}

.textwidget.custom-html-widget form input[type=checkbox],.textwidget.custom-html-widget form input[type=radio]{
   margin-right:10px;
   margin-bottom: 4px;
}

.textwidget.custom-html-widget form  div[data-reactid=".hbspt-forms-0.1:$7"] p:nth-of-type(2){
   margin-bottom:5px;
}

footer .footer_bottom_holder::before {
   content: '';
   clear: both;
   display: block;
}

footer .footer_bottom_holder::after {
   content: '';
   clear: both;
   display: block;
}

footer .column1 >.column_inner {
   padding: 0 10px 0 0;
}

footer .column2 >.column_inner {
   padding: 0 0 0 10px;
}
footer .column_inner .footer_bottom {
   text-align: left;
   display: table-cell;
   padding-top: 46px;
   height: 53px;
   width: 1%;
   vertical-align: middle;
}

footer .container {
   max-width: 1300px;
   width: 100%;
   z-index: 100;
   position: relative;
   margin-right: auto;
   margin-left: auto;
}

footer .container_inner{
   max-width: 1100px;
   margin: 0 auto;
}
footer .two_columns_50_50 {
   width: 100%;
}
footer .column1 {
   width: 50%;
   float: left;
}

footer .column2 {
   width: 50%;
   float: left;
}

footer .column1 .social-title span {
   font-size: 18px;
   letter-spacing: 0px;
   line-height: 23px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;
   font-family: 'Poppins', sans-serif;
   color: #8db835;
}

.textwidget p {
   margin: 0;
   text-align: right;
}
.textwidget p >a{
   margin: 0;
   font-size: 18px;
   letter-spacing: 0px;
   line-height: 23px;
   font-weight: 300;
   text-transform: none;
   font-style: normal;
   font-family: 'Poppins', sans-serif;
}

.separator.transparent {
   background-color: transparent;
   position: relative;
   display: block;
   height: 1px;
   margin: 10px 0;
   margin-top: 5px;
}
@media(max-width:1199px){
   footer .container {
      max-width: 960px;
   }

}
@media(max-width:1200px){
   footer .container_inner {
      max-width: 950px;
   }

}


@media(max-width:991px){

   footer .container{
      max-width:720px;
   }

}

@media(max-width:768px){
   footer .footer_bottom_holder {
      padding-right: 10px;
      padding-left: 10px;
   }

   footer .container_inner {
      max-width: 600px;
   }

   .three_columns.clearfix>.column1 {
      width: 100%;
      float: none;
   }

   .three_columns.clearfix>.column2 {
      width:100%;
      float:none;
   }
   .three_columns.clearfix>.column3{
      width:100%;
      float:none;
   }
   .three_columns.clearfix>.column3>.column_inner{
      padding:0;
   }
   .three_columns.clearfix>.column3>.column_inner{
      padding:0;
   }
   .three_columns.clearfix>.column3>.column_inner .widget_text{
      margin:0;
   }
   .three_columns.clearfix>.column2>.column_inner{
      padding:0;
   }
   .widget_text.widget.widget_custom_html, .column2.footer_col2 .widget.widget_text{
      margin: 0 0 25px;
   }
   .widget_text.widget.widget_custom_html h5 {
      margin: 0;
   }

   .three_columns.clearfix>.column1 {
      margin-bottom: 25px;
   }
   .three_columns.clearfix .column_inner{
      padding:0;
   }
   footer .column1>.column_inner{
      padding:0;
   }
   .widget_text.widget.widget_custom_html {
      margin-bottom: 27px !important;
   }
}

.footer .textwidget.custom-html-widget form input[type="submit"] { 
   min-height: 32px; 
   font-family:Helvetica,Arial,sans-serif;
}
@media(max-width:767px){
   footer .container {
      max-width: 540px;
   }
   .textwidget.custom-html-widget form { 
      padding: 10px 0 10px 0;
   }
   .footer .textwidget.custom-html-widget form input[type="submit"] {
      display: block;
      width: 38.8%;
      margin: 0 0 10px 0;
      min-width: 90px;
      min-height: 32px;
      line-height: 32px;
   }
}

@media(max-width:600px){
   footer .column1{
      width:100%;
      float:none;
   }
   footer .column2{
      width:100%;
      float:none;
   }
   .social-icons-wrapper {
      text-align: center;
   }

   .social-title {
      text-align: center;
   }
   .textwidget p {
      margin: 0;
      text-align: center;
   }

   footer .column2>.column_inner{
      padding:0;
   }

}


@media(max-width:575px){
   footer .container {
      max-width: 420px;
   }

}

@media(max-width:480px){
   footer .container_inner {
      max-width:auto;
      padding: 0 15px;
   }

   .textwidget.custom-html-widget form {
      display: block;
      position: relative;
      text-align: left;
      padding: 10px 0 10px 3%;
      margin-bottom: 25px;
   }
   .widget_text.widget.widget_custom_html{
      margin-bottom: 25px !important;
   }
   .widget_text.widget.widget_custom_html h5 {
      margin: 0;
      margin-bottom: 22px;
   }

}

a.back_to_top {
   right: 25px;
   opacity: 1;
   color: rgba(141,184,53,1);
   height: auto;
   position: fixed;
   bottom: 65px;
   transition: all .3s ease 0s;
   margin: 0;
   z-index: 10000;
   -webkit-backface-visibility: hidden;
}
a.back_to_top >span{
   background-color: rgba(141,184,53,1);
   border-color: rgba(141,184,53,1);
   border-width: 0px;
   border-style: solid;
   border-radius: 5px;
}

a.back_to_top>span {
   background-color: rgba(141,184,53,1);
   border-color: rgba(141,184,53,1);
   border-width: 0px;
   border-style: solid;
   border-radius: 5px;
   width: 52px;
   height: 52px;
   line-height: 52px;
   text-decoration: none;
   border: 2px solid;
   text-align: center;
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
a.back_to_top>span>i{
   color: #ffffff;
   font-size: 22px;
   line-height: 52px;
   font-family: FontAwesome!important;
   display: inline-block;
   font-style:normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
}
a.back_to_top>span>i::before{
   content: "\f062";
   position: relative;
   bottom: 2px;
}

@media(min-width:1400px){
   footer .container_inner{
      max-width:1300px;
   }
}
/* 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;
  }
}