*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section[class*="force-full"] {
    padding: 0;
}	
.dnd-section[class*="force-full"] .dnd-column {
    padding: 0 !important;
}
.dnd-section[class*="force-full"] > .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner .inner_section h4:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -1px;
    background: url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/images/title-line.svg) left center no-repeat;
    background-size: 100% 34px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/Armadillo_August2022/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "icomoon"; 
  src: url("https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/Armadillo_August2022/fonts/icomoon.eot") format("embedded-opentype"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/icomoon.woff2) format("woff2"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/icomoon.ttf) format("truetype"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/icomoon.woff) format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "kitten_slantregular"; 
  src: url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/kittenslant-webfont.woff2) format("woff2"), 
    url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/fonts/kittenslant-webfont.woff) format("woff"); 
  font-style: normal; 
  font-weight: normal;
}




body {
  line-height: 1.75;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* Headings */

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

h1 {
  line-height:1.22;
}
h2 {
  line-height:1.22;
}
h3 {
  line-height:1.38;
}
h4 {
  line-height:1.35;
}

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

img {
  max-width:100%;
}
/* 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;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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 */

form {
    width: 100%;
    max-width: 552px;
    background-color: #fff;
    border: 1px solid #FFD1C3;
    padding: 37px 52px 56px;
    position: relative;
    margin-bottom: 20px;
}
form:before {
    position: absolute;
    top: -33px;
    left: 91px;
    transform: rotate(76deg);
    background: url(https://22215044.fs1.hubspotusercontent-na1.net/hubfs/22215044/raw_assets/public/Armadillo_August2022/images/arrow-curve-rt.svg) left center no-repeat;
}

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

/* Labels */

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

/* 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;
  border: 1px solid;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  padding: 24px 20px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hs-input:focus {
    outline: 0;
}
form fieldset {
  max-width: 100% !important;
}
a.hs-button:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    height: 22px;
    width: 15px;
    margin-left: 15px;
    position: relative;
    top: 3px;
}


/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  line-height: 1;
  box-shadow: 0 0 26px 5px rgb(255 112 67 / 30%);
  position: relative;
  margin-top: 20px;
}

/* 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.header_group {
    line-height: 1.15;
    min-height: 100px;
}
.header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    padding-left: 50px;
    padding-right: 50px;
}
.header_inner .sticky-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid transparent;
    transform: translateY(-100%);
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.header__logo {
    position: absolute;
    left: 50%;
    margin-left: -106px;
    top: 50px;
    width: 212px;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.header_inner .main-menu {
    position: absolute;
    left: 65px;
    top: 63px;
    width: 30%;
    max-width: 405px;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.header_inner .main-menu .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.header_inner .main-menu .hs-menu-wrapper ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header_inner .cta-menu {
    position: absolute;
    right: 65px;
    top: 50px;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.header_inner .cta-menu .hs-menu-wrapper > ul {
    transform: translateX(125px);
    -webkit-transition: transform 0.75s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: transform 0.75s cubic-bezier(0.5, 0, 0.5, 1);
    transition: transform 0.75s cubic-bezier(0.5, 0, 0.5, 1);
    transition-delay: .25s;
    font-size: 0px;
    transform: translateX(125px);
}
.header_inner .cta-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.header_inner .cta-menu .hs-menu-wrapper > ul > li + li {
    margin-left: 22px;
}
.header_inner .cta-menu .hs-menu-wrapper > ul > li > a {
    border-radius: 5px;
    border: 1px solid #ff7043;
    padding: 13px 14px 11px;
    display: block;
    font-size: 16px;
}

.header_inner .cta-menu .hs-menu-wrapper {
    overflow: hidden;
}
.header__logo img {
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.header_inner .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper:before {
    content: "";
    background: transparent;
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
    display: block;
    height: 40px;
}
.header_inner .main-menu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    position: absolute;
    left: 0 !important;
    top: 56px !important;
    padding-top: 76px;
    margin-top: -20px;
    transition: all 0.5s ease;
    left: 0;
    background-color: #fff;
    border: 1px solid #FFD1C3;
    box-shadow: 0 0 26px 5px rgb(255 112 67 / 20%);
    width: 288px;
    padding: 40px;
      visibility: hidden;
}
.header_inner .main-menu .hs-menu-wrapper ul > li:hover > ul.hs-menu-children-wrapper {
    margin-top: 0;
      visibility: visible;
}
.header_inner .main-menu .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper > li:not(:last-child) {
    margin-bottom: 10px;
}
.header_inner .main-menu .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper > li > a {
    font: 500 19px/1.35 'Zilla Slab', serif;
}
.header_inner .main-menu .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper {
    right: 0;
    left: 120%!important;
    top: 0!important;
    background-color: #fff;
    border: 1px solid #ffd1c3;
    box-shadow: 0 0 26px 5px rgb(255 112 67 / 20%);
    width: 288px;
    padding: 40px;
    transition: all .5s ease;
    visibility: hidden;
}
  .header_inner .main-menu .hs-menu-wrapper ul>li>ul.hs-menu-children-wrapper>li:hover>ul.hs-menu-children-wrapper {
      visibility: visible;
      opacity: 1;
  }
.header_inner .main-menu .hs-menu-wrapper ul>li>ul.hs-menu-children-wrapper>li>ul.hs-menu-children-wrapper li>a {
    white-space: normal;
    font-size: 14px;
    line-height: 1.75;
    font-family: 'Inter', sans-serif;
}
.header_inner .main-menu .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 43px;
  top: 0;
  left: -42px;
  display: block;
  height: 30px;
}


.mobile-toplink.mob {
    display: none;
}
.header_mobile_menu_group {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    overflow: visible;
    display: none;
}
#globalMenu .menu-contents .warranty-box .armadillo {
    width: 166px;
    position: absolute;
    right: -33px;
    bottom: 0px;
}
.part {
    position: absolute;
    left: 0;
    top: 0;
}
.earL {
    width: 23px;
    height: 34px;
    transform-origin: center bottom;
}
.hasArmadillo .armadillo .earL {
    left: 101px;
    top: 3px;
    width: 18px;
    height: 34px;
}
#globalMenu.open .earL, #globalMenu.open .earR {
    -webkit-animation: earWiggle infinite 8s ease-in-out;
    -moz-animation: earWiggle infinite 8s ease-in-out;
    animation: earWiggle infinite 8s ease-in-out;
    animation-fill-mode: forwards;
}
#globalMenu.open .g-part {
    -webkit-animation: glassesWiggle infinite 6s ease-in-out;
    -moz-animation: glassesWiggle infinite 6s ease-in-out;
    animation: glassesWiggle infinite 6s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: -4s;
}
#globalMenu.open .g-part {
    -webkit-animation: glassesWiggle infinite 6s ease-in-out;
    -moz-animation: glassesWiggle infinite 6s ease-in-out;
    animation: glassesWiggle infinite 6s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: -4s;
}
#globalMenu.open .g-part {
    -webkit-animation: glassesWiggle infinite 6s ease-in-out;
    -moz-animation: glassesWiggle infinite 6s ease-in-out;
    animation: glassesWiggle infinite 6s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: -4s;
}
#globalMenu.open .eye-wrap {
    -webkit-animation: eyeMover infinite 16s ease-in-out;
    -moz-animation: eyeMover infinite 16s ease-in-out;
    animation: eyeMover infinite 16s ease-in-out;
    animation-fill-mode: forwards;
}



@media (min-width: 901px) {
  .scroll-header .sticky-bar {
      transform: translateY(0%);
      border-color: #FFD1C3;
  }
  .scroll-header .header__logo {
      transform: translateY(-22px);
  }
  .scroll-header .header__logo img {
      transform: scale(0.7);
  }
  .scroll-header .main-menu,
  .scroll-header .cta-menu {
      transform: translateY(-22px);
  }
  .scroll-header .header_inner .cta-menu .hs-menu-wrapper>ul {
      transform: translateX(0px);
  }
}

@media screen and (max-width: 1300px) {
  .header_inner .main-menu {
      left: 35px;
  }
  .header_inner .cta-menu {
      right: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .header__logo img {
      transform: scale(0.8);
  }
}

@media screen and (max-width: 1024px) {
  .header_inner {
      padding-left: 25px;
      padding-right: 25px;
  }
  .header_inner .main-menu {
      left: 25px;
  }
  .header_inner .cta-menu {
      right: 25px;
  }
}

/* Mobile toggles */

@media (max-width: 900px) {
  .header_inner .main-menu,
  .header_inner .cta-menu {
      display: none !important;
  }
  .header__logo {
      top: 25px;
  }
  .scroll-header .sticky-bar {
      height: 50px;
      transform: translateY(0%);
      border-color: #FFD1C3;
  }
  .scroll-header .header__logo {
    transform: translateY(-23px);
  }
  .scroll-header .header__logo img {
    transform: scale(0.7);
  }
  .header_mobile_menu_group {
      padding-left: 25px;
      padding-right: 25px;
      display: block;
  }
  .header_mobile_menu_group .menu-btn {
      width: 19px;
      height: 20px;
      position: absolute;
      left: 25px;
      top: 33px;
      cursor: pointer;
      z-index: 10;
      -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .scroll-header .header_mobile_menu_group .menu-btn {
      transform: translateY(-19px);
  }
  .header_mobile_menu_group .menu-btn .lines {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
  }
  .header_mobile_menu_group .menu-btn .lines, 
  .header_mobile_menu_group .menu-btn .closex {
      -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .header_mobile_menu_group .menu-btn .closex {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: -3px;
      opacity: 0;
      transform: scale(0);
  }
  .header_mobile_menu_group .menu-btn .closex .icon {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .icon-close-x:before {
    content: "\e906";
  }
  .menu-wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      background-color: #ffd740;
      z-index: 1;
      overflow: hidden;
      opacity: 0;
      display: none;
  }
  .open-menu .header_mobile_menu_group {
      width: 100%;
      height: 100%;
  }
  .open-menu .header_mobile_menu_group .menu-btn {
      transform: translateY(-10px);
  }
  .open-menu .header_mobile_menu_group .menu-btn .lines {
      opacity: 0;
      transform: scale(0);
  }
  .open-menu .header_mobile_menu_group .menu-btn .closex {
      opacity: 1;
      transform: scale(1);
  }
  .menu-wrap .cover-bar {
      width: 100%;
      height: 65px;
      background-color: #fffef9;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
  }
  .menu-wrap .logo-main {
      position: absolute;
      left: 50%;
      margin-left: -106px;
      width: 212px;
      z-index: 3;
      top: 12px;
  }
  .menu-wrap .logo-main img {
      transform: scale(0.6);
  }
  .menu-scroller {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
  }
  .menu-scroller .menu-contents {
      width: 100%;
      min-height: 100%;
      position: relative;
      overflow: hidden;
      text-align: left;
      line-height: 1.15;
  }
  .hs_header_mobile_menu {
      background-color: #fffef9;
      padding: 84px 38px 40px;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul {
      display: block;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul li {
      display: block;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul li a {
      font-size: 18px;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear;
  }
  .hs_header_mobile_menu .hs-menu-wrapper > ul > li + li {
      margin-left: 0;
      margin-top: 35px;
  }
  .menu-scroller .cta-box {
      padding: 34px 36px 47px;
      background-color: #3f3350;
  }
  .menu-scroller .cta-box h2 {
      font-size: 26px;
      line-height: 1.38;
      color: #fff;
      margin-bottom: 16px;
  }
  .menu-scroller .cta-box .hs-button {
      display: inline-block;
      border-radius: 8px;
      background-color: #ff7043;
      color: #fff;
      line-height: 1;
      position: relative;
      font-size: 17px;
      padding: 25px 28px 26px;
      box-shadow: none;
  }
  .menu-scroller .cta-box .hs-button:after {
      width: 14px;
      margin-left: 12px;
      font-size: 17px;
  }
  .menu-scroller .warranty-box {
      position: relative;
      cursor: pointer;
      padding: 26px 36px 20px;
  }
  .menu-scroller .warranty-box h2 {
    font-size: 26px;
    line-height: 1.38;
    width: 70%;
    margin: 0;
  }
  .menu-scroller .warranty-box .arr {
      color: #ff7043;
      font-size: 17px;
      margin-top: 12px;
      margin-left: 3px;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .icon-chevron-right:before {
      content: "\e900";
  }
  .hs_header_mobile_menu .child-trigger {
      font-family: 'icomoon' !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear;
      font-size: 13px;
      color: #ff7043;
      margin-left: 15px;
      position: relative;
      top: -1px;
      display: inline-block;
      transform: rotate(90deg);
    cursor: pointer;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
      position: static;
      opacity: 1;
      display: none;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul ul {
    border-bottom: 1px solid #FFD1C3;
    padding-top: 27px;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul ul li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #FFD1C3;
    padding-left: 15px;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul ul li a {
      white-space: normal !important;
      display: inline-block !important;
      vertical-align: middle;
      font: 500 19px/1.35 'Zilla Slab', serif;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul ul ul {
      border: 0;
      margin-bottom: -27px;
  }
  .hs_header_mobile_menu .hs-menu-wrapper ul ul ul li a {
      font-size: 14px;
      line-height: 1.75;
  }
  .mobile-toplink.mob {
      position: absolute;
      right: 9px;
      top: 10px;
      transform: translateY(-45px);
      -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
      display: block;
  }
  .scroll-header .mobile-toplink.mob {
      transform: translateY(0px);
  }
  .mobile-toplink.mob a {
      display: inline-block;
      border-radius: 8px;
      background-color: #ff7043;
      color: #fff;
      line-height: 1;
      position: relative;
      padding: 7px 9px;
      font-size: 16px;
      box-shadow: none;
  }
  .mobile-toplink.mob a:after {
    display:none !important;
  }
  .header_inner {
      background-color: transparent !important;
  }
}
/* note */

@media screen and (max-width: 750px) {
  .menu-scroller .cta-box .hs-button {
      font-size: 16px;
      padding: 26px 21px 27px;
  }
}


@media screen and (max-width: 650px) {
  .header__logo {
      top: 12px;
  }
  .header__logo img {
      transform: scale(0.6);
  }
  .header_mobile_menu_group .menu-btn {
    top: 23px;
  }
  .header_mobile_menu_group .menu-btn .closex {
      top: 7px;
  }
  .scroll-header .header__logo {
      transform: translateY(-7px);
  }
  .scroll-header .header__logo img {
      transform: scale(0.46);
  }
  .scroll-header .header_mobile_menu_group .menu-btn {
      transform: translateY(-9px);
  }
}
footer.footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 96px;
    padding-bottom: 80px;
    color: #fff;
    z-index: 15;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1.15;
}
.footer .footer__container {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.footer .row {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.footer .row.top_section {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.footer .row.top_section h2 {
    font-size: 38px;
    line-height: 1.47;
    margin: 0;
}
.footer_top_btn a {
    display: inline-block;
    padding: 31px 34px;
    border-radius: 8px;
    background-color: #ff7043;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    position: relative;
    margin-top: 18px;
}
.footer_top_btn a:after {
    content: "\e900";
    font-size: 19px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 22px;
    width: 15px;
    margin-left: 15px;
    position: relative;
    vertical-align: text-top;
}
.footer .row.middle_section {
    margin-top: 74px;
}
.footer .row.middle_section .col.left {
    width: 18.5%;
    max-width: 221px;
    position: relative;
}
.footer .row.middle_section .col.left img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-left: -7px;
}
.footer .row.middle_section .footer_menu {
    width: 80%;
    max-width: 783px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding-top: 8px;
}
.footer #hs_cos_wrapper_footer_menu, 
.footer #hs_menu_wrapper_footer_menu,
.footer_menu .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
}
.footer_menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    position: relative;
}
.footer_menu .hs-menu-wrapper > ul > li > a {
    font-family: 'Zilla Slab', serif;
    font-size: 20px;
    opacity: .3;
    cursor: text;
}
.footer_menu .hs-menu-wrapper > ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.footer_menu .hs-menu-wrapper > ul ul > li {
    font-size: 14px;
    margin-top: 30px;
}
.footer_menu .hs-menu-wrapper > ul ul > li > a {
    white-space: normal !important;
    display: inline-block !important;
    vertical-align: top;
}
.footer .bottom_section {
    margin-top: 121px;
}
.footer .bottom_section .copyright_grp {
    text-align: right;
    padding-top: 8px;
    width: 40%;
    padding-bottom: 38px;
}
.footer .bottom_section .copyright_grp p {
    font-size: 14px;
    color: #786f82;
    margin: 14px 0 0;
    line-height: 1.75;
}
.footer .bottom_section .copyright_grp p:first-of-type {
    margin-top: 0;
}
.footer .bottom_section .copyright_grp p span {
    padding: 0 10px;
}
.footer_menu .hs-menu-wrapper > ul > li:last-child > ul > li > a {
    display: block;
    min-width: 86px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ff7043;
    padding: 13px 14px 11px;
}
.footer_menu .hs-menu-wrapper > ul > li:last-child > ul > li {
    margin-top: 22px;
}
.footer_menu .hs-menu-wrapper > ul > li:last-child > ul > li:first-child {
    margin-top: 8px;
}
.footer_mobile_logo,
.social_icons_grp.mobile_view {
  display:none !important;
}


.side-cta {
    position: fixed;
    left: 65px;
    bottom: 160px;
    width: 111px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
.side-cta > img {
    position: absolute;
    left: 0;
    top: 0;
}
.side-cta .on {
    opacity: 0;
}
.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 60;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#warranty-overlay .content-wrapper {
  max-width: 1060px;
}
#warranty-overlay .overlay-modal {
  width: 100%;
  padding: 76px 25px 58px;
  background-color: #ffd740;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#warranty-overlay header {
  max-width: 820px;
}
#warranty-overlay .spaced {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
}
#warranty-overlay .row {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 60px;
}
#warranty-overlay .col {
  width: 50%;
  text-align: left;
}
#warranty-overlay .col.left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#warranty-overlay .col.left .illus {
  width: 47%;
  max-width: 225px;
  margin-top: 7px;
}
#warranty-overlay .col.left .txt {
  width: 47%;
}
#warranty-overlay .col.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-left: 30px;
}
#warranty-overlay .col.right .inner {
  max-width: 390px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#warranty-overlay .col.right .illus {
  width: 33%;
  max-width: 132px;
}
#warranty-overlay .col.right .txt {
  width: 60%;
}
#warranty-overlay .col p + p {
  margin-top: 6px;
}
#warranty-overlay .cta-wrap {
  margin-top: 40px;
  display: inline-block;
  position: relative;
}
#warranty-overlay .side-arrow {
  position: absolute;
  left: -87px;
  top: 31px;
  transform: scaleY(-1) rotate(-15deg);
}
#warranty-overlay .armadillo {
  width: 165px;
  position: absolute;
  right: -41px;
  bottom: -3px;
  transform: translateY(100px);
  transform-origin: right bottom;
}
.hasArmadillo .armadillo .earL {
  left: 101px;
  top: 3px;
  width: 18px;
  height: 34px;
  transform-origin: center bottom;
}
.hasArmadillo .armadillo .earL img {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center bottom;
  transform: rotate(13deg);
}
.hasArmadillo.on .earL, 
.hasArmadillo.on .earR {
    -webkit-animation: earWiggle infinite 8s ease-in-out;
    -moz-animation: earWiggle infinite 8s ease-in-out;
    animation: earWiggle infinite 8s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes earWiggle {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(8deg);
  }
  30% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes earWiggle {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(8deg);
  }
  30% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes earWiggle {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(8deg);
  }
  30% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hs_warranty_section .part {
    position: absolute;
    left: 0;
    top: 0;
}
.hasArmadillo .armadillo .earR {
  left: 111px;
  top: -1px;
  width: 22px;
  height: 36px;
  transform-origin: center bottom;
}
.hasArmadillo .armadillo .earR img {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center bottom;
  transform: rotate(15deg);
}
.hasArmadillo .armadillo .eye-wrap {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  left: 84px;
  top: 46px;
}
.eye {
    position: absolute;
    left: 0;
    top: 0;
    left: -3px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #3f3350;
}
.hasArmadillo .armadillo .eye {
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
}
.hasArmadillo.on .eye-wrap {
    -webkit-animation: eyeMover infinite 16s ease-in-out;
    -moz-animation: eyeMover infinite 16s ease-in-out;
    animation: eyeMover infinite 16s ease-in-out;
    animation-fill-mode: forwards;
}
@-moz-keyframes eyeMover {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-80deg);
  }
  35% {
    transform: rotate(-80deg);
  }
  45% {
    transform: rotate(30deg);
  }
  60% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-110deg);
  }
  90% {
    transform: rotate(-110deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes eyeMover {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-80deg);
  }
  35% {
    transform: rotate(-80deg);
  }
  45% {
    transform: rotate(30deg);
  }
  60% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-110deg);
  }
  90% {
    transform: rotate(-110deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes eyeMover {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-80deg);
  }
  35% {
    transform: rotate(-80deg);
  }
  45% {
    transform: rotate(30deg);
  }
  60% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-110deg);
  }
  90% {
    transform: rotate(-110deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hasArmadillo .armadillo .eye {
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
}
.hasArmadillo .armadillo .g-eye {
  left: 83px;
  top: 45px;
  width: 17px;
}
.hasArmadillo .armadillo .eyebrow {
  width: 90px;
  left: 33px;
  top: 25px;
}
.hasArmadillo .armadillo .g-part {
  width: 82px;
  height: 72px;
  left: 56px;
  top: 14px;
}
.hasArmadillo.on .g-part {
    -webkit-animation: glassesWiggle infinite 6s ease-in-out;
    -moz-animation: glassesWiggle infinite 6s ease-in-out;
    animation: glassesWiggle infinite 6s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: -4s;
}
@-moz-keyframes glassesWiggle {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  3% {
    transform: translateY(-2px) rotate(-5deg);
  }
  6% {
    transform: translateY(2px) rotate(5deg);
  }
  9% {
    transform: translateY(-2px) rotate(-3deg);
  }
  12% {
    transform: translateY(2px) rotate(3deg);
  }
  15% {
    transform: translateY(-1px) rotate(-2deg);
  }
  18% {
    transform: translateY(1px) rotate(2deg);
  }
  21% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes glassesWiggle {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  3% {
    transform: translateY(-2px) rotate(-5deg);
  }
  6% {
    transform: translateY(2px) rotate(5deg);
  }
  9% {
    transform: translateY(-2px) rotate(-3deg);
  }
  12% {
    transform: translateY(2px) rotate(3deg);
  }
  15% {
    transform: translateY(-1px) rotate(-2deg);
  }
  18% {
    transform: translateY(1px) rotate(2deg);
  }
  21% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes glassesWiggle {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  3% {
    transform: translateY(-2px) rotate(-5deg);
  }
  6% {
    transform: translateY(2px) rotate(5deg);
  }
  9% {
    transform: translateY(-2px) rotate(-3deg);
  }
  12% {
    transform: translateY(2px) rotate(3deg);
  }
  15% {
    transform: translateY(-1px) rotate(-2deg);
  }
  18% {
    transform: translateY(1px) rotate(2deg);
  }
  21% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.glasses-wiggle {
  -webkit-animation: glassesWiggle infinite 6s ease-in-out;
  -moz-animation: glassesWiggle infinite 6s ease-in-out;
  animation: glassesWiggle infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes doorOpen {
  0% {
    transform: rotateY(0deg);
    transition-timing-function: ease-out;
  }
  20% {
    transform: rotateY(-75deg);
  }
  50% {
    transform: rotateY(-75deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes doorOpen {
  0% {
    transform: rotateY(0deg);
    transition-timing-function: ease-out;
  }
  20% {
    transform: rotateY(-75deg);
  }
  50% {
    transform: rotateY(-75deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes doorOpen {
  0% {
    transform: rotateY(0deg);
    transition-timing-function: ease-out;
  }
  20% {
    transform: rotateY(-75deg);
  }
  50% {
    transform: rotateY(-75deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.door-open {
  -webkit-animation: doorOpen infinite 6s ease-in-out;
  -moz-animation: doorOpen infinite 6s ease-in-out;
  animation: doorOpen infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes meterTurn {
  0% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@-webkit-keyframes meterTurn {
  0% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes meterTurn {
  0% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
.sized img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.blanket {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .95;
    z-index: 1;
}
.overlay-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 50px;
    -webkit-transform: translateZ(0);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 30;
}
.overlay-wrap .contentContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-pack: center;
    height: auto;
    min-height: 100%;
  padding: 0;
}
.hs_warranty_section .cta-wrap a {
    display: inline-block;
    padding: 30px 34px;
    border-radius: 8px;
    background-color: #ff7043;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 0 26px 5px rgb(255 112 67 / 30%);
    position: relative;
    text-decoration: none;
}
.hs_warranty_section .cta-wrap span {
    display: inline-block;
    vertical-align: middle;
}
.hs_warranty_section .cta-wrap .icon.arr {
    width: 15px;
    margin-left: 15px;
    position: relative;
    top: 3px;
}
#warranty-overlay .col p {
    margin: 0;
}
#warranty-overlay .col.left .txt p + p {
    margin-top: 6px;
}
.hs_warranty_section .top_content {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.hs_warranty_section .top_content h2 {
    margin: 0;
}
.hs_warranty_section .top_content p {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 0;
}
.icon-close-x:before {
    content: "\e906";
}
#globalFooter .armadillo-wrap {
  position: absolute;
  left: -34px;
  top: auto;
  bottom: -17px;
  width: 162px;
  height: 119px;
}
#globalFooter .armadillo-wrap .armadillo {
  width: 162px;
  transform: translateY(120px);
  transform-origin: left bottom;
}
#globalFooter .part {
    position: absolute;
    left: 0;
    top: 0;
}
#footer-armadillo .earL {
    left: 38px;
    top: 19px;
    width: 18px;
    height: 34px;
}
.part img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
#footer-armadillo .eye-wrap {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    left: 54px;
    top: 66px;
}
#footer-armadillo .eye-wrap .inner {
    width: 15px;
    height: 15px;
    transform: rotate(150deg);
}
#footer-armadillo .eye {
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
#footer-armadillo .earR {
    left: 24px;
    top: 13px;
    width: 22px;
    height: 36px;
}


@media screen and (min-width: 1025px) {
  .side-cta .on {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
  }
  .side-cta:hover > .on {
      opacity: 1;
  }
  .hs_warranty_section .cta-wrap a:hover {
      background-color: #3f3350;
  }
  .close-btn:hover > .icon {
      color: #3f3350;
  }
}


@media screen and (max-width: 1300px) {
  .side-cta {
      left: 35px;
  }
}

@media screen and (max-width: 1024px) {
  footer.footer {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 80px;
  }
  #warranty-overlay .overlay-modal {
      padding: 50px 25px;
  }
  #warranty-overlay .col.left {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
  }
  #warranty-overlay .col.left .illus {
      width: 170px;
      -webkit-flex-shrink: 0;
      -ms-flex: -1;
      flex-shrink: 0;
  }
  #warranty-overlay .col.left .txt {
      width: 60%;
      padding-left: 25px;
  }
  #warranty-overlay .col.right .inner {
      max-width: none;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
  }
  #warranty-overlay .col.right .illus {
      width: 100px;
      -webkit-flex-shrink: 0;
      -ms-flex: -1;
      flex-shrink: 0;
  }
  #warranty-overlay .overlay-modal {
      padding: 50px 25px;
  }
}

@media screen and (max-width: 900px) {
  .footer_top_btn a {
      font-size: 17px;
      padding: 26px 28px 27px;
  }
  .footer_top_btn a:after {
    width: 14px;
    margin-left: 12px;
  }
  #warranty-overlay .overlay-wrap {
      padding: 0;
      background-color: #ffd740;
  }
  #warranty-overlay .content-wrapper {
      display: block;
  }
  #warranty-overlay .overlay-modal {
      padding-top: 100px;
  }
  .hs_warranty_section .close-btn {
      right: auto;
      width: 19px;
      height: 20px;
      left: 25px;
      top: 25px;
  }
  .hs_warranty_section .close-btn.dsk {
      display: none;
  }

  .hs_warranty_section .top_content {
      max-width: 600px;
  }
  #warranty-overlay .row {
      max-width: 500px;
      margin-top: 20px;
  }
  #warranty-overlay .col {
      display: block !important;
  }
  #warranty-overlay .col.left .illus {
      height: 150px !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-pack: center;
      margin-bottom: 30px;
      margin-top: 0px !important;
  }
  #warranty-overlay .col .txt {
      width: 100% !important;
      max-width: none !important;
      padding: 0px !important;
  }
  #warranty-overlay .col.right .illus {
      height: 150px !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
      justify-content: flex-end;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-pack: center;
      margin-bottom: 30px;
      margin-top: 0px !important;
  }
  .hs_warranty_section .cta-wrap a {
      font-size: 17px;
      padding: 25px 28px;
  }
  #warranty-overlay .armadillo {
      display: none !IMPORTANT;
  }
  .hs_warranty_section .cta-wrap .icon.arr {
      width: 14px;
      margin-left: 12px;
  }
  #warranty-overlay .overlay-modal {
      padding-top: 100px;
  }
  .overlay.active {
      opacity: 1;
  }
  .hs_fixed_popup.side-cta {
      display: none;
  }
}

@media screen and (max-width: 768px) {
  footer.footer {
      padding: 58px 35px 80px;
  }
  .footer .bottom_section {
      display: block;
      margin-top: 56px;
  }
  .footer .bottom_section .social_icons_grp {
      display: none;
  }
  .footer .bottom_section .copyright_grp {
      width: 100%;
      text-align: left;
      padding: 0;
      padding-bottom: 39px;
  }
  .footer .row.middle_section {
      margin-top: 50px;
  }
  .footer .row.middle_section .col.left {
      display: none;
  }
  .footer .row.middle_section .footer_menu {
      width: 100%;
      max-width: none;
  }
  .footer .row.top_section {
      display: block;
      text-align: center;
  }
  .footer_mobile_logo {
      display: block !important;
      width: 100%;
      max-width: 218px;
      margin: 0 auto;
  }
  .footer_mobile_logo img {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      margin-left: 27px;
  }
  .social_icons_grp.mobile_view {
      display: block !important;
      margin-top: 60px;
      margin-bottom: 49px;
  }
  .footer .row.top_section h2 {
      font-size: 34px;
  }
  .footer_top_btn a {
      margin-top: 28px;
      padding: 26px 27px 27px;
  }
  .footer_menu .hs-menu-wrapper > ul {
      flex-direction: inherit !important;
  }
  .hs_warranty_section .top_content p {
      font-size: 18px;
      line-height: 1.72;
  }
  .hs_warranty_section .close-btn {
      top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .footer_top_btn a {
     font-size: 16px;
      padding: 28px 19px;
  }
  .hs_warranty_section .cta-wrap a {
      font-size: 16px;
      padding: 26px 20px;
  }
}

@media screen and (max-width: 650px) {
  .footer .footer__container {
      max-width: 316px;
  }
  .footer .row.top_section h2 {
      width: 100%;
      max-width: 267px;
      margin: 0 auto;
  }
  .footer_menu .hs-menu-wrapper > ul > li:first-child, 
  .footer_menu .hs-menu-wrapper > ul > li:nth-child(2), 
  .footer_menu .hs-menu-wrapper > ul > li:nth-child(3) {
      display: none;
  }
  .footer .bottom_section {
      margin-top: 57px;
  }
  .footer .bottom_section .copyright_grp {
      padding-bottom: 38px;
  }
}

@media screen and (max-width: 450px) {
  #warranty-overlay .overlay-modal {
      padding-top: 75px;
  }
  .hs_warranty_section .top_content {
      text-align: left;
  }
  #warranty-overlay .row {
      display: block;
      margin-top: 44px;
  }
  #warranty-overlay .col {
      width: 100% !important;
  }
  #warranty-overlay .col .illus,
  #warranty-overlay .col.left .illus,
  #warranty-overlay .col.right .illus {
      width: 100% !important;
      height: auto !important;
      display: block !important;
      margin-bottom: 14px;
  }
  #warranty-overlay .col.left .txt {
      padding-right: 50px !important;
  }
  #warranty-overlay .col.right {
      margin-top: 38px;
      padding-left: 0px;
  }
  #warranty-overlay .col.right .txt {
      padding-right: 50px !important;
  }
  #warranty-overlay .cta-wrap {
      display: block;
      text-align: left;
      margin-top: 32px;
  }
}


@media screen and (max-width: 400px) {
  .footer_top_btn a {
      padding: 27px 20px 28px;
  }
}
/* 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;
  }
}