*, *: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 ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,.content-wrapper  {
  margin: 0 auto;
  padding: 0 15px;
}

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

@media (max-width:1199px){
  .dnd-section > .row-fluid,.content-wrapper  {
    max-width:970px !important;
  }
}

@media (max-width:1199px){
  .dnd-section > .row-fluid,.content-wrapper  {
    max-width:750px !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section > .row-fluid,.content-wrapper  {
    max-width:100% !important;
  }
}
@font-face {
  font-family: icomoon; 
  src: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/icomoon.eot) format("embedded-opentype"), 
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/icomoon.ttf) format("truetype"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/icomoon.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: cooper_hewittsemibold;
  src: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-semibold-webfont.eot) format("embedded-opentype"), 
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-semibold-webfont.woff2) format("woff2"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-semibold-webfont.woff) format("woff"), 
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-semibold-webfont.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
}

@font-face {
  font-family: cooper_hewittbook;
  src: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-book-webfont.eot) format("embedded-opentype"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-book-webfont.woff2) format("woff2"), 
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-book-webfont.woff) format("woff"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-book-webfont.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
}

@font-face {
  font-family: cooper_hewittbold;
  src: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bold-webfont.eot) format("embedded-opentype"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bold-webfont.woff2) format("woff2"), 
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bold-webfont.woff) format("woff"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bold-webfont.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: cooper_hewittbook_italic;
  src: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bookitalic-webfont.eot) format("embedded-opentype"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bookitalic-webfont.woff2) format("woff2"),
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bookitalic-webfont.woff) format("woff"), 
    url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/fonts/cooperhewitt-bookitalic-webfont.ttf) format("truetype"));
  font-style: normal; 
  font-weight: 400; 
}











body {
  line-height: 2;
  word-break: break-word;
}

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;
  line-height: 1.1;
}

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

/* Labels */

form label {
  display: inline-block;
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: .875em;
  line-height: 1.1em;
  margin-bottom: 0.35rem;
  width: 100%;
}

/* 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;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 2;
  height: 38px !important;
  color: #333 !important;
  width: 100% !important;
  outline:0;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  line-height: 1.3333333;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 1.125em;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top:15px;
  background-color: #000000;
}

/* 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;
}
/* Header container */
.header >div {
  display: block;
  position: relative;
  min-height: 57px;
  z-index: 1000;
  border-width: 0;
  border-color: #e0e0e0;
}

.hd_middle {
  display: block;
}

.header >div:before,.header >div:after {
  content: " ";
  display: table;
  clear: both;
}

.hd_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
  position: relative;
}

.hd_container:before,.hd_container:after {
  content: " ";
  display: table;
  clear: both;
}

.hd_logo {
  float: left;
}

.nav_bar_top {
  display: block;
  float: left;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 24px;
}

.hd_logo a {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.hd_logo a img {
  vertical-align: middle;
  max-height: 65px;
  width: auto;
}

.nav_bar_top .top_right {
  text-transform: uppercase;
  position: absolute;
  top: 17px;
  right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_bar_top .top_right #hs_cos_wrapper_wapp_button a {
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: .8em;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: transparent url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/wapp.png) no-repeat 50%;
}

.nav_bar_top .top_right>div:not(:last-child) {
  display: inline-block;
  font-size: 1em;
  line-height: .8em;
  height: 52px;
}

.nav_bar_top .top_right #hs_cos_wrapper_telegram_button a {
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: transparent url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/telegram.png) no-repeat 50%;
  margin-right: 0.5em;
}

.nav_bar_top .top_right .contact_us a {
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: transparent;
}

.nav_bar_top .top_right .contact_us a >* {
  display: inline-block;
  text-align: left;
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.nav_bar_top .top_right .contact_us a strong {
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 1.2em;
  margin-top: 10px;
  color: #000;
}

.contact_us {
  font-size: 1em;
  line-height: .8em;
}

.nav_bar_top_cntainer .submenu.level-1 {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav_bar_top_cntainer .submenu.level-1:before,
.nav_bar_top_cntainer .submenu.level-1:after {
  content: " ";
  display: table;
  clear: both;
}

.nav_bar_top_cntainer .submenu.level-1>li {
  position: relative;
  display: block;
  float: left;
  text-transform: uppercase;
}

.nav_bar_top_cntainer .submenu.level-1>li>a {
  position: relative;
  display: block;
  border-right: 1px solid #9ca1a3;
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .82em;
  line-height: 1.2em;
  padding: 0 15px 0 27px;
  margin: 0 6px 0 0;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(1)>a {
  background: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/menu-icon-shop.png) no-repeat 0;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(2)>a {
  background: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/menu-icon-csr.png) no-repeat 0;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(3)>a {
  background: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/menu-icon-racing.png) no-repeat 0;
  padding-left: 32px;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(4)>a {
  background: url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/menu-icon-sedi.png) no-repeat 0;
  padding-left: 23px;
  border-right: 0 solid transparent;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(5)>a, 
.nav_bar_top_cntainer .submenu.level-1>li:nth-child(6)>a,
.nav_bar_top_cntainer .submenu.level-1>li:nth-child(7)>a {
  margin: 1px 8px 0 0;
  padding: 0 8px 0 0;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(5) {
  margin-left: 2.5em;
}

.nav_bar_top_cntainer .submenu.level-1>li:nth-child(7)>a {
  border-right: 0 solid transparent;
}

.hd_middle .submenu.level-1>li {
  position: relative;
  display: block;
  float: left;
  text-transform: uppercase;
  text-align: center;
}

.hd_middle .submenu.level-1:before,.hd_middle .submenu.level-1:after {
  content: " ";
  display: table;
  clear: both;
}

.hd_middle .submenu.level-1>li>a {
  position: relative;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: .938em;
  line-height: 1.2em;
  padding: 24px 23px;
}

.hd_middle .submenu.level-1>li:nth-child(1)>a, .hd_middle .submenu.level-1>li:nth-child(6)>a {
  padding: 35px 25px 31px;
}
.hd_middle .submenu.level-1>li:nth-child(1)>a:hover {
  background: #505456;
}

.hd_middle .submenu.level-1>li:nth-child(2)>a:hover {
  background: #0d6db0;
}

.hd_middle .submenu.level-1>li:nth-child(3)>a:hover {
  background: #aa113d;
}

.hd_middle .submenu.level-1>li:nth-child(4)>a:hover {
  background: #505456;
}

.hd_middle .submenu.level-1>li:nth-child(5)>a:hover {
  background: #505456;
}

.hd_middle .submenu.level-1>li:nth-child(6)>a:hover {
  background: #81b630;
}

.hd_middle .submenu.level-1>li:nth-child(7)>a:hover {
  background: #8a2521;
}

.hd_middle .submenu.level-1>li:nth-child(8)>a:hover {
  background: #f9ac48;
}

.hd_middle .submenu.level-1>li:nth-child(9)>a:hover {
  background: #505456;
}
.hd_brands {
  background: #fff;
}

.hd_glrry .navbar-brands {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}

.hd_glrry .navbar-brands>ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.hd_glrry .navbar-brands>ul>li {
  position: relative;
  display: block;
  float: left;
}

.hd_glrry .navbar-brands>ul:before,.hd_glrry .navbar-brands>ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hd_glrry .navbar-brands>ul>li>a {
  position: relative;
  display: block;
  line-height: 32px;
  padding: 0 4px;
  transition: all .2s ease-in-out;
}

.hd_glrry .navbar-brands>ul>li>a>img {
  vertical-align: middle;
  height: auto;
  display: block;
  max-height: 52px;
  width: auto;
}

.header .hd_brands {
  border: 0;
  z-index:0;
}

.hd_glrry .navbar-brands>ul>li:hover>a {
  transform: translateY(-5px);
  background: #fff;
}
.mob_header_wrapper {
  display: none;
}

/*  default submenu*/
.hd_middle .submenu.level-2 {
  position: absolute;
  display: block;
  top: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  display: none;
}

.hd_middle .submenu.level-2 >li {
  display: block;
  padding: 5px;
}

.hd_middle .submenu.level-2 >li>a {
  position: relative;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: .938em;
  line-height: 1.2em;
}

.hd_middle .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
  display: block;
}








/* media query */
@media (min-width:992px) and (max-width:1199px){


  .nav_bar_top {
    margin-left: -30px;
  }

  .nav_bar_top_cntainer .submenu.level-1>li:nth-child(5) {
    margin-left: -5px;
  }
  .hd_middle .submenu.level-1>li>a {
    font-size: .8em;
    padding: 24px 13px;
  }

  .hd_middle .submenu.level-1>li:nth-child(1)>a, .hd_middle .submenu.level-1>li:nth-child(6)>a {
    padding: 35px 15px 31px;
  }

  .hd_glrry .navbar-brands>ul>li>a>img {
    max-height: 43px;
  }

  .hd_glrry .navbar-brands>ul>li>a {
    padding: 0 3px;
  }

}


@media (max-width:1199px){
  .hd_container {
    width: 970px;
  }

  .contact_us {
    font-size: .6em;
  }

  .nav_bar_top .top_right>div:not(:last-child) {
    font-size: .6em;
  }

  .nav_bar_top_cntainer .submenu.level-1>li>a {
    font-size: .72em;
  }
}

@media (max-width:991px){
  header.header {
    display: none;
  }
  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:nth-child(4n +1) {
    clear: both;
  }

  .mob_header_wrapper {
    display: block;
    position: relative;
    min-height: 57px;
    border: 1px solid transparent;
    z-index: 1000;
    border-width: 0 0 1px;
    border-color: #e0e0e0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
  }

  .mob_header_wrapper:before,.mob_header_wrapper:after {
    content: " ";
    display: table;
    clear: both;
  }

  .hd_container {
    width: 750px;
  }

  .mob_header {
    margin-right: -15px;
    margin-left: -15px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 0;
  }

  .mob_header:before,.mob_header:after {
    content: " ";
    display: table;
    clear: both;
  }

  .mob_logo a {
    float: left;
    display: block;
    line-height: 0;
  }

  .mob_logo a img {
    max-height: 50px;
    width: auto !important;
    margin: 0 10px;
    min-height: 50px;
  }

  .nav_bar_tools {
    float: right;
    padding: 13px 0 0;
  }

  .nav_bar_tools .brand_toggle {
    margin: 0 10px 0 0;
    float: none;
    text-transform: uppercase;
    font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 8px 14px 7px;
    background: #ebebeb;
    color: #333;
    font-size: .9em;
    line-height: 1em;
    position: relative;
    top: -1px;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
  }

  .nav_bar_tools .toggle-search {
    position: relative;
    margin: 0 10px 0 0;
    float: none;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    color: #000;
    text-decoration: none;
    font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
  }

  .nav_bar_tools .toggle-search >i {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
    position: relative;
    top: 3px;
  }

  .icn-search-sm:before {
    content: "";
  }

  .nav_bar_tools .navbar-toggle {
    position: relative;
    margin: 0 10px 0 0;
    float: none;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    color: #000;
    text-decoration: none;
    font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    cursor: pointer;
  }

  .nav_bar_tools .navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .nav_bar_tools .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
  }

  .nav_bar_tools .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .mob_menu_wrap {
    background: #333;
    display: none;
  }

  .mob_brands_wrap {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    display: none;
  }

  .mob_menu {
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }

  .mob_menu:before,.mob_menu:after {
    content: " ";
    display: table;
    clear: both;
  }

  .nav_primary_wrap {
    display: block;
    background: #e0e0e0;
    padding: 10px 12px;
    margin: 10px 10px 0;
  }

  .nav_secondary_wrap {
    display: block;
    padding: 10px 12px;
    margin: 10px 10px 0;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .nav_primary_wrap .submenu.level-1:before,.nav_primary_wrap .submenu.level-1:after {
    content: " ";
    display: table;
    clear: both;
  }

  .navigation-primary .submenu>li {
    position: relative;
    display: block;
    float: left;
    width: 49.9998%;
    padding: 8px 0;
    font-size: .85em;
    line-height: 1em;
  }

  .navigation-primary .submenu>li>a {
    position: relative;
    padding: 0;
    color: #333!important;
    background: transparent!important;
    font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
    word-break: initial;
    width: 100%;
  }

  .navigation-primary .submenu>li>a>br {
    display: none;
  }

  .navigation-primary .submenu:before,.navigation-primary .submenu:after {
    content: "";
    clear: both;
    display: block;
  }

  .nav_secondary_wrap .navigation-primary .submenu>li>a {
    color: #fff!important;
  }
  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav {
    margin: 6.25px -15px;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li {
    width: 25%;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li>a {
    padding: 10px 15px;
    text-align: center;
    background-color: transparent;
    transition: none;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li>a>img {
    max-width: 100%;
    height: auto;
    max-height: none;
    width: 109px;
    aspect-ratio: auto 109 / 80;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands {
    padding: 0;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:nth-child(8)>a>img,.mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:nth-child(9)>a>img {
    width: 80px;
    aspect-ratio: auto 80 / 80;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:nth-child(11)>a>img {
    width: 96px;
    aspect-ratio: auto 96 / 80;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:hover>a {
    transform: none;
    background: transparent;
  }
  .navigation-primary 
  .submenu.level-2 {
    display: none;
  }

  .navigation-primary .submenu.level-2>li {
    padding: 8px 0;
    font-size: .85em;
    line-height: 1em;
    width: 100%;
    float: none;
  }
  .child_trigger {
    position: absolute;
    width: 27px;
    height: 27px;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .child_trigger:before,.child_trigger:after {
    position: absolute;
    content: "";
    background-color: #333;
  }

  .child_trigger:before {
    width: 11px;
    height: 2px;
    top: 12px;
    left: 8px;
  }

  .child_trigger:after {
    height: 10px;
    width: 2px;
    top: 8px;
    left: 12px;
  }
  .navigation-primary .open .submenu.level-2 {
    display: block;
  }

  .open .child_trigger:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .hd_container {
    width: 100%;
  }
  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:nth-child(4n+1) {
    clear: none;
  }

  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li:nth-child(3n+1) {
    clear: both;
  }
  .mob_menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mob_brands_wrap .hd_glrry .navbar-brands .navbar-nav>li {
    width: 33%;
  }
}

@media (max-width: 360px) {
  .nav_primary_wrap {
    margin: 5px;
    padding: 5px 12px;
  }

  .navigation-primary .submenu>li {
    padding: 7px 0;
    font-size: .75em;
  }

  .nav_secondary_wrap {
    margin: 5px;
    padding: 5px 12px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.ft_bottom {
  display: block;
  padding: 20px 0;
  font-size: .75em;
}

.ft_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}

.ft_bottom * {
  font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ft_container:before,.ft_container:after {
  content: " ";
  display: table;
  clear: both;
}

.ft_row {
  margin-left: -15px;
  margin-right: -15px;
}

.ft_row:before,.ft_row:after {
  content: " ";
  display: table;
  clear: both;
}

.ft_copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 8px;
  float: left;
  width: 41.6666666667%;
}

.ft_btm_social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  float: left;
  width: 58.3333333333%;
}
.ft_copyright p {
  margin: 0 0 16px;
}

.social_title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.333em;
  position: relative;
  top: -8px;
  margin-right: 20px;
}

.social_logo {
  display: inline-block;
}

.social_logo .social-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}

.social_logo .social-list>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.social_logo .social-list>li:before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 11px;
  z-index: 1;
}

.social_logo .social-list>li>a {
  text-decoration: none;
}

.social_logo .social-list>li>a >i {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 36px;
  position: relative;
  z-index: 10;
}

.social_logo .social-list>li>a >i.icn-facebook-square {
  color: #235b9e;
}

.social_logo .social-list>li>a >.social-label {
  text-transform: uppercase;
  line-height: 36px;
  display: inline-block;
  position: relative;
  top: -10px;
}

.icn-facebook-square:before {
  content: "";
}

.social_logo .social-list>li>a >i.icn-instagram-square {
  color: #2d80a6;
}

.icn-instagram-square:before {
  content: "";
}

.social_logo .social-list>li>a >i.icn-youtube-square {
  color: #e2000f;
}

.icn-youtube-square:before {
  content: "";
}
.ft_copyright p >a:hover {
  text-decoration: underline;
}
.ft_middle {
  display: block;
  padding: 60px 0 50px;
  font-size: .875em;
  line-height: 1.438em;
}

.ft_col_left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}

.ft_col_right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
}

.ft_logo img {
  vertical-align: middle;
}

.ft_col_left .cmpny_data h3 {
  line-height: 1.1;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px;
  font-size: 1.188em;
}

.ft_col_left .cmpny_data p {
  margin: 0 0 16px;
}
.ft_col_left .cmpny_data p a:hover {
  text-decoration: underline;
}
.top_dealers a {
  display: block;
  text-decoration: none;
}

.top_dealers a img {
  vertical-align: middle;
  display: block;
  float: left;
  width: 33% !important;
}

.top_dealers a .claim {
  display: block;
  width: 60%;
  margin-left: 5%;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  float: left;
  margin-top: 25px;
}

.contact_sec .dealer_info_wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 33.3333333333%;
}

.contact_sec .dealer_info_wrap:nth-child(3n + 1) {
  clear: both;
}

.contact_sec .dealer_info_wrap .title {
  line-height: 1.1;
  margin: 0 0 5px;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 1.357em;
}

.ft_top {
  display: block;
}

.ft_top .ft_top_sec_title {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-family: cooper_hewittbold,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 40px;
  margin: 0 0 30px;
  border-bottom: 5px solid #e0e0e0;
  line-height: 1.1;
}

.ft_top .ft_glrry ul {
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
  padding:0;
}

.ft_top .ft_glrry ul>li {
  float: none;
  display: inline-block;
  max-width: 12%;
  position: relative;
  transition: all .2s ease-in-out;
}

.ft_top .ft_glrry ul:before,.ft_top .ft_glrry ul:after {
  content: " ";
  display: table;
  clear: both;
}

.ft_top .ft_glrry ul>li>a {
  position: relative;
  line-height: 32px;
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
}

.ft_top .ft_glrry ul>li>a img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}


.ft_top_cntnt {
  float: left;
  width: 100%;
  clear: both;
  padding: 40px 0;
  border: 0;
}

.ft_top_cntnt .nav_bar2 {
  display: block;
}

.ft_top_cntnt .nav_bar2 >ul {
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
  padding:0;
}

.ft_top_cntnt .nav_bar2 >ul:before,.ft_top_cntnt .nav_bar2 >ul:after {
  content: " ";
  display: table;
  clear: both;
}

.ft_top_cntnt .nav_bar2 >ul>li {
  float: none;
  display: inline-block;
  max-width: 12%;
  position: relative;
  transition: all .2s ease-in-out;
  margin-right: 4px;
}

.ft_top_cntnt .nav_bar2 >ul>li>a {
  position: relative;
  line-height: 32px;
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
}

.ft_top_cntnt .nav_bar2 >ul>li>a img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.go-top {
  font-size: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
}
.ft_top_cntnt .nav_bar2>ul>li:hover,.ft_top .ft_glrry ul>li:hover {
  transform: translateY(-5px);
}
.go-top >a {
  display: block;
  color: #fff;
  padding: 3px 10px;
  background: #505456;
  text-decoration: none;
  border: 3px solid #505456;
  background: #505456;
  border-color: #505456;
}

.go-top >a>i {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-arrow-sm-up:before {
  content: "";
}

.go-top >a:hover {
  color: #505456;
  background: transparent;
}
.ft_btns {
  display: none;
}



/* media query */

@media (max-width:1199px){
  .ft_container {
    width: 970px;
  }

}


@media (max-width:991px){
  .ft_container {
    width: 750px;
  }

  .ft_bottom {
    padding: 20px 0 100px;
  }

  .ft_copyright {
    width: 100%;
    float: none;
    text-align: center;
  }

  .ft_btm_social {
    text-align: center;
    float: none;
    width: 100%;
  }

  .contact_sec .dealer_info_wrap {
    width: 50%;
  }

  .ft_middle {
    padding: 20px 0;
  }

  .contact_sec .dealer_info_wrap:nth-child(3n+1) {
    clear: none;
  }

  .contact_sec .dealer_info_wrap:nth-child(odd) {
    clear: both;
  }

  .ft_top {
    display: none;
  }
  .top_dealers {
    display: none;
  }
}


@media (max-width:767px){
  .ft_container {
    width: 100%;
  }
  .ft_col_left {
    margin-bottom: 30px;
    float: none;
    width: 100%;
  }

  .ft_col_right {
    float: none;
    width: 100%;
  }

  .ft_logo {
    float: left;
    width: 40%;
  }

  .cmpny_data {
    float: right;
    width: 50%;
  }

  .ft_logo img {
    width: 100% !important;
  }
  .social_logo .social-list>li>a>.social-label {
    display: none;
  }
  .go-top {
    display: none !important;
  }

  .ft_btns {
    display: block;
    width: 100%;
    background: #333;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .ft_btns #hs_cos_wrapper_msg_button a {
    height: 60px;
    width: 100%;
    z-index: 9990;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ft_btns #hs_cos_wrapper_call_button a{
    margin-left: 5px;
    text-align: center;
    right: 10px;
    background: transparent url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/call.png) no-repeat 50%;
    display: block;
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    bottom: 22px;
    width: 52px;
    height: 52px;
  }

  .ft_btns #hs_cos_wrapper_telegram_button a {
    display: block;
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    bottom: 22px;
    right: 64px;
    width: 52px;
    height: 52px;
    background: transparent url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/telegram.png) no-repeat 100%;
  }

  .ft_btns #hs_cos_wrapper_wapp_button a {
    display: block;
    text-decoration: none;
    position: fixed;
    z-index: 9999;
    bottom: 22px;
    width: 52px;
    height: 52px;
    right: 116px;
    background: transparent url(//25303312.fs1.hubspotusercontent-eu1.net/hubfs/25303312/raw_assets/public/Gino_January_2022/images/wapp.png) no-repeat 100%;
  }
  .ft_btns #hs_cos_wrapper_msg_button a >i {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    margin-right: 4px;
  }

  .icn-envelope:before {
    content: "";
  }

}

@media (max-width:360px){
  .contact_sec .dealer_info_wrap {
    width: 100%;
  }
}
