*, *: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 ;
    }
}
[class*="full-width-section"].dnd-section {
  padding: 0;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@media(max-width:991px){
  .page-center{
    padding-right: 20px;
    padding-left: 20px;
  }
}
@font-face { font-family: ScalaOT;
  src: local(ScalaOT), 
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/ScalaOT_d3d02a40.woff2) format("woff2"), 
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/ScalaOT_72aeaf8e.woff) format("woff"),
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/ScalaOT_6ecf0911.ttf) format("truetype"); 
  font-style: normal; font-weight: 400; font-stretch: normal; }

@font-face {
  font-family: ScalaOT;
  src: local(ScalaOT-Bold),
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/ScalaOT-Bold_0ce5500d.woff2) format("woff2"),
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/ScalaOT-Bold_036ac470.woff) format("woff"),
    url(///27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/ScalaOT-Bold_208d66a7.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal
}


@font-face { 
  font-family: orator-std;
  src: url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/OratorStd_2fd563ca.woff2) format("woff2"), 
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/OratorStd_8475043e.woff) format("woff"),
    url(//27094946.fs1.hubspotusercontent-eu1.net/hubfs/27094946/raw_assets/public/Theschooloflife_May_2023/fonts/OratorStd_736165e8.ttf) format("truetype");
  font-style: normal; 
  font-weight: 500;
  font-stretch: normal; 
}



body {
  line-height: 1.38;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

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

/* Paragraphs */

p {

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

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

.hs-form-field {
  margin-bottom: 1.4rem;
}
a.hs-button.primary {
  margin: 20px 0;
}
.widget-type-form,
.hs-search-module form,
.systems-page form,
.blog-comments form{
  background: #373737;
  padding:20px;
  display: block;
  margin-bottom: 20px;
}
/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.35rem;
  color:#fff;
}

/* 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 {
  background-color: #FFF;
  display: inline-block;
  outline: none;
  width: 100%;
  color: #000;
  font-size: 16px;
  border: 1px solid ;
  border-radius: 0;
  margin: 0;
  padding: 12px 15px 10px;
  transition: all .15s ease-in-out;

}


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,.hs-error-msgs{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  line-height: .8;
  padding: 6px 20px 4px 20px;
  font-size: 18px;
  letter-spacing: .56px;

}




/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.outer-header {
  min-height: 143px;
}
header.header {
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 1.0);
}
.header__logo{
  position:relative;
  display: flex;
  align-items: center;
}


.header__logo a img {
  max-width: 60px;
  min-height: 45px;
  height: 100%;
  display: block;

}

.menuu.top-menu ul ul {
  display: none;
  z-index: 10;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin-top: -1px;
  padding: 32px 55px 32px 38px;
  position: absolute;
}
.menuu.top-menu nav>ul>li.has-submenu:hover>.submenu {
  display:block;
}
.menuu.top-menu ul ul li:not(:first-child) a:hover {
  color: #8c8c8c;
}
.menuu.top-menu ul ul li:first-child a:hover {
  color: #000;
}



.menuu.top-menu nav>ul>li>a:after {
  content: "";
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #ffe802;
  transition: all .3s ease-in-out;
  position: absolute;
}
.menuu.top-menu nav>ul>li:hover>a:after {
  width: 100%;
  opacity: 1;
}
.menuu.top-menu nav>ul>li.no-submenu>a:hover {
  text-decoration: underline;
}

.menuu.top-menu ul {
  list-style: none;
}



.menuu.top-menu ul {
  list-style: none;
}

.header__main.header-top {
  padding: 20px 20px 65px;
  position: relative;
}

.header__container {
  max-width: 1980px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}
.header .header__nav__wrapper {
  order: 2;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}


.header .header__nav__wrapper {
  order: 2;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}
.menuu.top-menu nav >ul {
  order: 2;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.menuu.top-menu nav>ul>li:not(:last-child) {
  margin-right: 28px;
}

.menuu.top-menu nav>ul>li>a {
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 0 10px;
  display: block;
  position: relative;
}
.menuu.top-menu nav>ul>li:after {
  content: "";
  opacity: 0;
  top: 106px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  transition: all .3s ease-in-out;
  pointer-events: none;
  position: fixed;
  top: 141px;
  z-index:2
}
.menuu.top-menu nav>ul>li:hover:after{
  opacity: 1;
}
.header .header__nav .SearchBox {
  right: 20px;
  left: 20px;
  bottom: 12px;
  position: absolute;
}
.header .header__nav .SearchBox__form {
  border: 1px solid #ddd;
  margin: 0;
  display: flex;
}
.header .header__nav .SearchBox__form .SearchBox__form__field {
  width: calc(100% - 42px);
  position: relative;
}


.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.header .header__nav .SearchBox__form .SearchBox__form__field .icon {
  display: none;
  top: 13px;
  left: 12px;
  bottom: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  position: absolute;
}
.header  .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.header .header__nav .SearchBox__form .SearchBox__form__field input {
  outline: none;
  min-width: 100%;
  width: 100%;
  font-size: 16px;
  height: 40px;
  border: none;
  background: #fff;
  padding: 14px 15px 10px 18px;
  display: block;
}
.header .header__nav .SearchBox__form .SearchBox__form__field input::placeholder {
  color: #4c4c4c;
}
.header .header__nav .SearchBox__form .SearchBox__form__field input::-webkit-input-placeholder {
  color: #4c4c4c;
}

.btn.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  line-height: .8;
  padding: 5px 20px 4px;
  border: 0;
}
.header  .btn-gray200:hover {
  color: #212529;
  background-color: #ddd;
  border-color: #d7d7d7;
}
.header  .btn.btn.btn-sm {
  font-size: 16px;
  min-height: 38px;
}
.header .header__nav .SearchBox__form .SearchBox__form__button {
  z-index: 5;
  font-size: 16px;
  min-width: 42px;
  min-height: auto;
  border-radius: 0;
  padding: 0;
}

.header .header__nav .SearchBox__form .SearchBox__form__button .icon {
  width: auto;
  height: auto;
  display: inline;
}
.header .header__nav .SearchBox__form .SearchBox__form__button .icon--search svg {
  width: 18px;
  height: 16px;
}
.header  .icon svg {
  fill: currentColor;
}


.header .header__nav .header__nav__wrapper .icon {
  top: -2px;
  width: auto;
  height: auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}
.header__themes.header-bottom {
  min-height: 45px;
  background: #f0f0f0;
  padding: 0 20px;
  z-index: 9;
  position: relative;
}


.header .header__themes .header__themes__inner {
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
}

.header__themes__toggler.button.button--primary {
  width: calc(100% + 40px);
  line-height: normal;
  border-radius: 0;
  background: 0 0;
  margin: 0 -20px;
  padding: 5px 20px 9px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border: 0;
  color: #323232;
}
.header .header__themes .header__themes__toggler .icon--chevron-down svg {
  width: 13px;
  height: 13px;
  display: block;
}
.header .header__themes .header__themes__toggler .meta {
  font-size: 20px;
  font-weight: 400;
}
.header .header__themes .header__themes__toggler .icon {
  top: -2px;
  width: auto;
  height: auto;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
}
0.header .header__themes .header__themes__toggler .icon--chevron-down svg {
  width: 13px;
  height: 13px;
  display: block;
}

.header__themes__container.container.custom-primary-menu nav>ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;

}
.header__themes__container.container.custom-primary-menu nav>ul>li>a{
  color: #4c4c4c;
  font-size: 18px;
  font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 0 5px;
  display: block;
  word-break: initial;
}
.header__themes__container.container.custom-primary-menu nav>ul>li>a:hover {
  text-decoration: underline;
}
.h-social-links {
  float: right;
  padding-top: 10px;
}
.header .header__nav__actions {
  order: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header__nav__actions nav >ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.header__nav__actions nav ul ul  {
  display: none;
  z-index: 5;
  min-width: 160px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 17px 22px 20px;
  position: absolute;
  list-style: none;
  top: 95px;
  left: 0px;
  z-index: 10;
}
body.location-open .header__nav__actions nav ul  ul{
  display:block
}


.header__nav__actions nav> ul >ul li:not(:last-child) {
  margin-bottom: 5px;
}
.header__nav__actions nav ul ul li a {
  font-size: 14px;
  color: #323232;
}

.header__nav__actions nav ul ul li:not(:last-child) {
  margin-bottom: 5px;
}

.header__nav__actions nav ul ul li:last-child a {
  font-weight: 700;
}

.header__nav__actions nav ul ul li a:hover {
  text-decoration: underline;
  color: #8c8c8c;
}
.global span.meta {
  margin-bottom: 6px;
  display: block;
}
.header__nav__actions nav >ul li.global >a {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #000;
}
.header__nav__actions nav >ul li {
  cursor: pointer;
}

.global span.meta {
  margin-bottom: 3px;
  display: block;
  font-size: 14px;
  font-family: ScalaOT,serif;
  line-height: normal;
  border: none;
  font-weight:normal;
}
.header__nav__actions nav >ul>li.basket>a {
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
  top: 1px;
}
.header__nav__actions nav >ul >li>a {
  font-size: 14px;
  color: #000;
}
.header__nav__actions nav >ul>li.login\/signup svg {
  width: 25px;
  height: 20px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
  min-height: 22px;
}



.header__nav__actions nav >ul>li.basket svg {
  width: 25px;
  height: 20px;
  min-height: 22px;
}


.header__nav__actions nav >ul>li.login\/signup:hover>a ,
.header__nav__actions nav >ul>li.basket:hover>a{
  text-decoration: underline;
  color:#000;
}
.menuu.top-menu ul ul li:first-child{
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}
.menuu.top-menu ul ul li:not(:last-child){
  margin-bottom: 9px;
}
.menuu.top-menu ul ul li a{
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.menuu.top-menu ul ul li:first-child {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
}
body.no-banner header.header {
  position: relative;
}

@media (min-width: 992px){
  .header__logo a img  {
    max-width: 80px;
    min-height: 61px;

  }
  .header__mobile {
    display: none;
  }

  span.meta--mobile {
    display: none;
  }
  .menuu.top-menu {
    width: 100%;
    order:2;
  }
  .header__main.header-top {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 0 20px;
  }
  .header .header__container {
    position: relative;
  }
  header .header__nav {
    width: 100%;
    display: block;
  }
  .header .header__nav__wrapper {
    order: 1;
    width: auto;
    align-items: center;
    margin-right: 304px;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 120px;
  }

  .h-social-links {
    height: 40px;
  }
  .menuu.top-menu nav> ul {
    justify-content: flex-start;
    display: flex;
  }
  .header .header__nav .SearchBox {
    right: auto;
    left: auto;
    bottom: auto;
    flex-grow: 1;
    position: relative;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__field {
    width: 100%;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__field .icon {
    display: block;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__button {
    min-width: 99px;
    padding: 15px 20px 13px;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__button .meta {
    display: inline;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__button .icon {
    display: none;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__field input {
    height: 100%;
    padding: 14px 20px 10px 40px;
  }
  .header__themes.header-bottom {
    min-height: 46px;
    background: 0 0;
  }
  header.header {
    border-bottom: 1px solid #e1e1e1;
  }
  .header__themes__toggler.button.button--primary{
    display: none;
  }
  .header__themes__container.container.custom-primary-menu {
    margin-right: 250px;
    padding-right: 30px;
    padding-left: 120px;
    display: block;
  }
  .header__themes__container.container.custom-primary-menu nav>ul {
    padding: 0;
    display: flex;
  }
  .header__themes__container.container.custom-primary-menu nav>ul>li:not(:last-child) {
    margin-right: 38px;
  }
  .header__themes__container.container.custom-primary-menu nav>ul>li>a {
    font-size: 16px;
    padding: 13px 0 10px;
  }
  .header .header__nav__actions {
    top: 0;
    right: 0;
    width: 304px;
    border-left: 1px solid #e1e1e1;
    position: absolute;
  }
  .header__nav__actions nav >ul>li.menu {
    display: none;
  }
  .header__nav__actions nav >ul>li.amsterdam {
    border-right: 1px solid #e1e1e1;
    display: block;
  }
  .header__nav__actions nav >ul>li.login/signup {
    border-right: 1px solid #e1e1e1;
  }

  .header__nav__actions nav >ul>li.login\/signup {
    border-right: 1px solid #e1e1e1;
  }

  .header__nav__actions nav >ul >li{
    width: 100px;
    height: 107px;
    padding: 5px 0 0;
  }
  .header__nav__actions nav >ul li.global {
    border-right: 1px solid #e1e1e1;
    display: inline;
    position: relative;
  }
  .header__nav__actions nav >ul >li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__nav__actions nav >ul li.global {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .global .icon--chevron-down {
    top: 17px;
    right: -4px;
    width: auto;
    height: auto;
    margin: 0;
    transition: all .2s ease-in-out;
    position: absolute;
  }
body.location-open .header__nav__actions span.icon--chevron-down {
    webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header .header__nav__actions .icon--chevron-down svg {
    width: 10px;
    height: 6px;
  }
  .header__nav__actions nav >ul>li.basket>a .icon {
    margin-bottom: 8px;
    min-height: 22px;
  }
}
@media (max-width: 1070px) and (min-width: 992px){
  .header__themes__container.container.custom-primary-menu nav>ul>li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (min-width: 1300px){
  .header .header__main {
    padding: 0 0 0 35px;
  }

  .header__nav__actions nav >ul>li.basket>a {
    margin-bottom: 3px;
  }
  .header .header__nav__wrapper {
    padding-top: 0;
  }
  .menuu.top-menu {
    width: auto;
  }
  .menuu.top-menu nav> ul{
    order: 1;
    width: auto;
    margin: 4px 30px 0 0;
  }
  .menuu.top-menu nav>ul>li>a {
    padding: 33px 0;
  }
  .header .header__nav .SearchBox {
    order: 2;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__field .icon {
    left: 18px;
  }
  .header__nav__actions nav >ul >li{
    height: 95px;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__field input {
    padding: 2px 20px 0 50px;
  }
  .header__themes.header-bottom{
    padding: 0 0 0 35px;
  }
  .header__themes__container.container.custom-primary-menu {
    margin-right: 180px;
  }
  .header__themes__container.container.custom-primary-menu nav>ul>li:not(:last-child) {
    margin-right: 46px;
  }
  .header .header__nav__actions {
    width: auto;
  }
  .header__nav__actions nav >ul li.global{
    height: 95px;
  }
  .header .header__nav .SearchBox__form .SearchBox__form__field .icon--search svg {
    width: 17px;
    height: 16px;
  }

}
@media (min-width: 1367px){
  .header__themes__container.container.custom-primary-menu {
    margin-right: 304px;
  }
}

@media (min-width: 1440px){
  .header .header__nav__wrapper {
    margin-right: 345px;
  }
  .header .header__nav__wrapper {
    margin-right: 345px;
  }
  .menuu.top-menu nav> ul {
    margin: 4px 40px 0 0;
  }
  .header__themes__container.container.custom-primary-menu {
    margin-right: 345px;
  }
  .header__nav__actions nav >ul >li {
    width: 114px;

  }
}
@media(max-width: 1100px) and (min-width:992px){
  .header .header__nav__wrapper {
    padding-left: 60px;
  }
}
@media(max-width:991px){
  .header .header__nav .SearchBox__form .SearchBox__form__button .meta {
    display: none;
  }
  .header .header__nav .header__nav__wrapper .icon {
    top: 0;
  }
  .header__mobile .main-menu nav>ul>li:hover:last-child>a {
    text-decoration: underline;
  }
  .header__mobile .main-menu nav>ul ul {
    display: none;
  }
  .header__nav__actions nav >ul li.global {
    display: none;
  }
  .header__nav__actions nav >ul >li.login\/signup>a{
    font-size: 0px;
  }

  .header__mobile .main-menu nav>ul>li:last-child>a {
    justify-content: center;
  }

  span.meta--mobile {
    font-size: 14px;
  }

  .header__nav__actions nav >ul>li.basket>a {
    margin-bottom: 0;
  }
  .header__nav__actions nav >ul li.menu a {
    color: #000;
    font-weight: 400;
    background: 0 0;
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction:column;
  }

  .header__nav__actions nav >ul li.menu a span.icon.icon--close {
    display:none;
  }
  .header__nav__actions nav >ul>li.basket svg {
    width: 23px;
    height: 18px;
  }

  .header__nav__actions nav >ul li.login\/signup {
    margin-right: 20px;
  }

  .header__nav__actions nav >ul li.basket {
    margin-right: 20px;
  }

  .header__nav__actions nav >ul li.menu a .icon.icon--toggler   {
    width: auto;
    height: auto;
    min-height: 19px;
    margin-bottom: 10px;
    display: block;
  }
  .header__nav__actions nav >ul li.menu a .icon.icon--toggler svg{
    width: 16px;
    height: 18px;
    margin: 0 auto;
    display: block;
  }

  .header__nav__actions nav >ul li.basket {
    display: flex;
  }

  .header__nav__actions nav >ul>li.basket svg {
    margin-bottom: 15px;
  }
  .header__themes__container.container.custom-primary-menu.mobile-bottom_menu {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .menu.mobile-menu .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: none;
    top: -2px;
    right: -7px;
    transition: all .2s ease-in-out;
    position: relative;
  }
  .menu.mobile-menu nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .menu.mobile-menu nav ul ul {
    display: none;
  }
  .header__mobile .main-menu nav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
  }

  .header__mobile .main-menu nav>ul>li {
    width: 50%;
  }

  .header__mobile .main-menu nav>ul>li>a {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 19px 20px 13px;
    display: block;
    justify-content: space-between;
    display: flex;
  }

  .header__mobile .main-menu nav>ul>li:not(:last-child)>a {
    border-right: 1px solid #ddd;
  }

  .menu.mobile-menu nav >ul>li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .menu.mobile-menu nav >ul>li>a {
    width: 100%;
    font-size: 20px;
    font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    cursor: pointer;
    letter-spacing: .68px;
    padding: 16px 20px 12px;
    display: block;
    position: relative;
  }
  .menu.mobile-menu nav >ul>li>a:hover {
    color: #8c8c8c;
    text-decoration: underline;
  }
  .menu-open .header-wrapper {
    overflow-y: scroll;
    max-height: 100vh;
  }
  .header__mobile {
    display: none;
  }
  .menu-open .header__mobile {
    display: block;
  }
  .menu.mobile-menu nav >ul>li>a:hover {
    color: #8c8c8c;
    text-decoration: underline;
  }


  .menu-open .header__nav__actions nav >ul li.menu a .icon.icon--toggler {
    display: none;
  }



  .menu-open .header__nav__actions nav >ul li.menu a span.icon.icon--close {
    width: auto;
    height: auto;
    min-height: 19px;
    margin-bottom: 7px;
    display: block;
  }
  .main-menu .icon {
    top: -2px;
    right: -7px;
    transition: all .2s ease-in-out;
    position: relative;
  }
  .open-bottom-menu .header__themes__container.container.custom-primary-menu nav>ul {
    display: block;
  }
  .open-bottom-menu .header .header__themes .header__themes__toggler .icon{
    webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header__themes__container.container.custom-primary-menu nav>ul {

    display: none;
  }
  .header__mobile .main-menu nav>ul>li>span.trigger {
    position: absolute;
    width: 100%;
    height: 59px;
    left: 0;
    top: 0;
    cursor: pointer;
  }

  .header__mobile .main-menu nav>ul>li {
    position: relative;
  }

  .header__mobile .main-menu nav>ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    width: 100%;
    z-index: 10;
  }

  .header__mobile .main-menu nav>ul>li.has-submenu>a {
    height: auto;
  }

  .header__mobile .main-menu nav>ul ul li {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .header__mobile .main-menu nav>ul ul li a {
    width: 100%;
    font-size: 20px;
    font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    cursor: pointer;
    letter-spacing: .68px;
    padding: 16px 20px 12px;
    display: block;
    position: relative;
  }
  .header__themes.header-bottom {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
  .header__mobile .main-menu nav>ul>li.nav-active > a span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
} 
@media(max-width:600px){
  .topSocialbuttons {
    display: none;
  }
  .header__themes__toggler.button.button--primary {
    padding: 12px 20px 9px;
  }
}

.outer-header.lp_wrap {
  min-height: 95px !important;
}

.outer-header.lp_wrap .header__logo {
  height: 95px;
}

.outer-header.lp_wrap .header__main.header-top {
  padding-bottom: 0px;
}

@media(max-width: 991px) {

  .outer-header {
    min-height: 223px;
  }
  .outer-header.lp_wrap {
    min-height: 143px;
  }
  .outer-header.lp_wrap .header__logo {
    height: auto;
  }
  .outer-header.lp_wrap .header__main.header-top {
    padding-bottom: 20px;
  }
}
@media(max-width: 767px) {
  .header__mobile .main-menu nav>ul {
    display: block;
  }

  .header__mobile .main-menu nav>ul>li {
    width: 100%;
  }

  .header__mobile .main-menu nav>ul>li:last-child>a {
    justify-content: flex-start;
  }

  .header__mobile .main-menu nav>ul>li:not(:last-child)>a {
    border-bottom: 0;
    border-right: 0;
  }
}
@media(max-width: 600px) {
  .outer-header {
    min-height: 182px;
  }
}
footer.footer{
  width: 100%;
  position: relative;
  z-index: 9;
  background-color: #1c1c1c;
  padding: 40px 0;
}
footer.footer.lp_footer{
  min-height: 209.16px;
}
.footer .footer_logo_wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 80px !important;
}
.footer .footer_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer_logo_wrapper,
.footer .footer_menu_wrapper{
  flex: 0 0 50%;
  max-width: 50%;
}
.footer .social_content_wrapper{
  flex: 0 0 100%;
  max-width: 100%;
}
.footer .footer_menu_wrapper p{
  color: #fff;
  font-size: 16px;
  font-family: orator-std,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  text-align: right;
  text-transform: lowercase;
  margin-bottom: 12px;
  word-break: initial;
}
.footer .footer_menu_wrapper .hs-menu-wrapper >ul{
  text-align: right;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  display: block;
}
.footer .footer_menu_wrapper .hs-menu-wrapper >ul >li >a{
  color: #fff;
  font-size: 18px;
  font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .2s ease-in-out;
}
.footer .footer_menu_wrapper .hs-menu-wrapper >ul >li >a:hover{
    text-decoration: underline;
  }
.footer .footer_menu_wrapper .hs-menu-wrapper >ul >li:not(:last-child):after {
  content: none;
  top: -2px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin: 0 11px;
  display: inline-block;
  position: relative;
}
.footer .reviews_block {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  margin-bottom: 30px;
}



@media (min-width: 992px){
  footer.footer {
    padding: 50px 0 55px;
  }
  footer.footer.lp_footer {
    padding: 71px 0 55px;
  }
  .footer .footer_logo_wrapper{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .footer .social_content_wrapper{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer .footer_logo_wrapper,
  .footer .social_content_wrapper,
  .footer .footer_menu_wrapper{
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer .footer_menu_wrapper p{
    text-align: left;
  }
  .footer .footer_menu_wrapper .hs-menu-wrapper >ul{
    text-align: left;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
  }
  .footer .footer_menu_wrapper .hs-menu-wrapper >ul >li >a{
    font-size: 16px;
  }
  .footer .footer_menu_wrapper .hs-menu-wrapper >ul >li:not(:last-child):after {
    content: "|";
  }
  .footer .reviews_block {
    max-width: 185px;
    margin-left: auto;
    display: block;
  }
}

@media (min-width: 1240px){
  .footer .footer_logo_wrapper{
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .footer .footer_menu_wrapper{
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .footer .footer_menu_wrapper p,
  .footer .footer_menu_wrapper .hs-menu-wrapper >ul{
    padding-left: 65px;
  }
}
@media (max-width: 991px){
  .footer .footer_menu_wrapper{
    padding-left: 20px;
  }
  .footer .footer_logo_wrapper{
    padding-right: 20px;
  }
}
/* 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;
  }
}