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

@font-face { font-family: "autoviva_light";
  src: url("https://25090797.fs1.hubspotusercontent-eu1.net/hubfs/25090797/Autoviva_December2021/Fonts/Autoviva-Light.eotx") format("embedded-opentype"),
    url("//25090797.fs1.hubspotusercontent-eu1.net/hubfs/25090797/raw_assets/public/Autoviva_December2021/Fonts/Autoviva-Light.woff") format("woff"),
    url("//25090797.fs1.hubspotusercontent-eu1.net/hubfs/25090797/raw_assets/public/Autoviva_December2021/Fonts/Autoviva-Light.ttf") format("truetype"),
    url("//25090797.fs1.hubspotusercontent-eu1.net/hubfs/25090797/raw_assets/public/Autoviva_December2021/Fonts/Autoviva-Light.svg") format("svg"); 
  font-style: normal;
  font-weight: 400; }

@font-face { font-family: icomoon-the7-font; 
  src: url("//25090797.fs1.hubspotusercontent-eu1.net/hubfs/25090797/raw_assets/public/Autoviva_December2021/Fonts/the7-default-font.ttf") format("truetype"),
    url("//25090797.fs1.hubspotusercontent-eu1.net/hubfs/25090797/raw_assets/public/Autoviva_December2021/Fonts/the7-default-font.woff") format("woff");
  font-style: normal; 
  font-weight: 400; }



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

/* 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;
}
@media(max-width:1024px){
  h1{
    font-size:34px !important;
  }
}
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-size: 0.875rem;
  font-family: 'autoviva_light' !important;
}
form label {
  font: normal 16px/26px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  color: #000;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
  font-family: 'autoviva_light' !important;
}

form span,
form p,
[data-hsfc-id=Renderer] .hsfc-RichText {
  font-family: 'autoviva_light' !important;
}

form button {
  font-family: 'autoviva_bold' !important;
}

/* 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: #fcfcfc;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  padding: 6px 15px;
  width: 100%;
  outline: 0;
  line-height: 24px;
  font-family: 'autoviva_light' !important;
}

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 > label{
  display: block;
}

.legal-consent-container .hs-form-booleancheckbox-display > span{
  margin-left: 1.5rem !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font: normal 16px/26px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  color: #000;
  display: block;
}

/* 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: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 38px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form input[type=checkbox], form input[type=radio] {
    cursor: pointer;
    margin: 0.35rem;
}
/* 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-top {
  margin-top: 0;
  box-sizing: border-box;
  min-height: 0px;
  padding: 5px 40px;
  max-width: calc(1200px);
  margin: 0 auto;
}
.header-top-inner {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.header-left {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header-right {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.header-cont .hs_cos_wrapper p {
  font: 13px/19px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  margin: 0;
  color: #000;
}
i.fa-fw {
  width: 1.28571429em;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  color: #000;
}
i.fa-fw{
  font-family: icomoon-the7-font!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
i.fa-fw.the7-mw-icon-clock-bold:after{
  content: "\e600";
}
i.fa-fw.the7-mw-icon-phone-bold:after {
  content: "\e105";
}
.header-cont {
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.header-right-inner a {
  font: 13px/19px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #000;
}
.header-right-inner {
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
.header-right-inner span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
  display: flex;
}
.header-social {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 19px;
}
i.mw-icon.the7-mw-icon-search-bold {
  font-family: icomoon-the7-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: flex;
  font-size: 16px;
  color: #000;
}
.src-icon {
  margin-left: 8px;
}

.masthead .popup-search .popup-search-wrap {
  top: calc(100% + 8px);
}
.popup-search .popup-search-wrap {
  background: #fff;
}

.popup-search-wrap {
  padding: 10px;
  position: absolute;
  opacity: 0;
  right: -10px;
  top: calc(100% - -3px);
  visibility: hidden;
  -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
  filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  z-index: 99999;
}
.popup-search .popup-search-wrap:before {
  border-bottom-color: #fff;
}
.popup-search-wrap:before {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  content: '';
}
input.field{
  font: 14px/18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  min-height: 34px;
  height: auto;
  line-height: 34px;
  width: 200px;
  border-width: 0;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #f4f4f4;
}
.popup-search-wrap input {
  padding: 0 12px !important;
}

.search-icon {
  color: #aaa;
  font-size: 16px;
}
.search-icon i.the7-mw-icon-search-bold:before {
  content: "\ec051";
  font-family: icomoon-the7-font!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #aaa;
}
.popup-search .field::placeholder {
  color: #aaa !important;
}
.search-icon {
  position: absolute;
  top: 0;
  right: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  outline:none !important;
}
input.assistive-text.searchsubmit {
  display: none;
}
.header-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  min-height: 104px;
}
.header-bar {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.branding {
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-sec ul li>ul {
  display: none;
}
.menu-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-sec ul {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.branding a {
  display: flex;
  padding: 10px 10px 10px 0;
}
.menu-sec ul>li> a {
  margin: 16px 10px 16px 10px;
  padding: 40px 0 2px;
  cursor: pointer;
}

.menu-sec ul>li>a {
  text-transform: none;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  font-family: "autoviva_bold",Helvetica,Arial,Verdana,sans-serif;
  font-size: 20px;
}
.menu-sec ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after {
  position: absolute;
  margin-top: 0;
  right: 0;
  width: 8px;
  height: 8px;
}

.menu-sec ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after {
  content: "\f005";
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 8px;
  line-height: 1;
  text-align: center;
}
.menu-sec ul>li:nth-child(1) a {
  margin-left: 0;
}
.menu-sec ul>li:last-child a {
  margin-right: 0;
}
.menu-sec ul>li:last-child>a {
  padding-right: 0;
}
.menu-sec ul>li:nth-child(4)>a {
  padding-right: 0;
}
.menu-sec .hs-menu-wrapper > ul > li:hover > a {
  color: transparent;
  -webkit-background-clip: text !important;
  background: -webkit-linear-gradient(left,#008d53 30%,#98ba00 100%);
}

.menu-sec ul li:hover>a:after {
  color: transparent;
  -webkit-background-clip: text !important;
  background: -webkit-linear-gradient(left,#008d53 30%,#98ba00 100%);
}
body.fixed .header-inner {
  height: 100px;
  top: -2px;
  position: relative;
}

.menu-sec ul li:hover>ul {
  display: block;
}
.menu-sec ul li>ul {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,.9);
  padding: 10px;
  width: 250px;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  top: 100%;
}
.menu-sec ul li> ul> li> a {
  color: #0c0c0c;
  margin: 0;
  padding: 9px 8px;
  font: 16px/20px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
}

.menu-sec ul>li> ul > li {
  padding: 0;
  margin: 0;
}
span.menu-item-text:before {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  opacity: 0;
  transition: opacity .3s,transform .3s;
  transform: translateY(10px);
  bottom: -2px;
  height: 2px;
  background: -webkit-linear-gradient(left,#008d53 30%,#98ba00 100%);
}
.menu-sec ul > li:hover a> span.menu-item-text:before {
  opacity: 1;
  transform: translateY(0);
}
.mobile-header-bar {
  display: none;
}

.src-section input.field {
  font: 14px/18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  min-height: 34px;
  height: auto;
  line-height: 34px;
  width: 200px;
  border-width: 0;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #f4f4f4;
  padding: 0 12px;
  color: #aaa;
}
.popup-search-wrap {
  background: #fff;
}
.popup-search-wrap.visible {
  opacity: 1;
  visibility: visible;
}
.branding img {
  max-width: 100%;
}
.overlay.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all .4s;
  background-color: rgba(17,17,17,.5);
}
i.mw-icon.the7-mw-icon-search-bold:hover {
  opacity: 0.7;
}
.src-section form {
  margin-bottom: 0px;
}
.menu-sec ul>li>ul>li .menu-item-text::before {
  display: none;
}
.header-top-left {
  position: relative;
}
.header-top-left:before {
  background-color: rgb(0 0 0 / 15%);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.header-right-inner a:hover {
  color: #000;
  opacity: 0.7;
}
.lines-button:hover span.menu-line:nth-child(1) {
  transform: translateY(2px);
}
.lines-button:hover span.menu-line:nth-child(3) {
  transform: translateY(-2px);
}
.menu-sec ul li:hover>ul::before {
  content: "";
  background: transparent;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 0;
}
.search-icon:hover {
  opacity: 0.7;
}
.no-nav .header-left {
  height: 26px;
}
@media (min-width: 1151px){
  .mobile-menu {
    display: none;
  }
  body.fixed .header {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    animation: opacity-lat .7s ease 0s 1 normal both;
    animation-delay: .1s;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
    border-bottom: none;
    background-color: rgb(255 255 255 / 80%);
    top: 0;
    z-index: 99;
  }
  body.fixed .header-top-left {
    display: none;
  }
  body.fixed {
    padding-top: 140px;
  }
}
@media (max-width: 1150px){
  .header-bar {
    padding-right: 20px;
    padding-left: 20px;
    min-height: 60px;
  }
  .menu-sec {
    display: none;
  }
  header.header {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
  }
  .mobile-navigation {
    margin-left: 10px;
  }
  .dt-mobile-menu-icon {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: none !important;
  }

  .dt-mobile-menu-icon {
    padding: 4px 1px;
  }
  .dt-mobile-menu-icon .lines-button {
    height: 16px;
    width: 22px;
  }
  .dt-mobile-menu-icon .lines-button {
    position: relative;
    margin-right: 0;
    text-align: center;
  }
  .menu-line {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 22px;
    height: 2px;
    content: '';
    transform-origin: 1.5px center;
    transition: transform .2s linear,color .2s linear;
  }
  .dt-mobile-menu-icon .menu-line {
    width: 22px;
    height: 2px;
  }

  .dt-mobile-menu-icon .menu-line {
    max-width: 100%;
    position: absolute;
  }
  .menu-line:before {
    opacity: 1;
  }
  .menu-line:after, .menu-line:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    background-color: #000;
  }
  .dt-mobile-menu-icon .menu-line:nth-of-type(3) {
    top: 14px;
  }
  .dt-mobile-menu-icon .menu-line:nth-of-type(2) {
    top: 7px;
  }
  .mobile-header-bar {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  .mobile-menu {
    display: block;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 340px;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    background-color: #fff;
    transition: transform .5s ease;
    transform: translate3d(100%,0,0);
    transition: right .5s ease;
    overflow: auto;
    overflow-x:hidden;
  }
  .mobile-menu.open{
    right: 340px;
    transform: translate3d(100%,0,0);
  }
  .menu-inner {
    width: calc(340px - 13px);
    padding: 45px 15px 30px 30px;
    box-sizing: border-box;
    position: relative;
  }
  .mob-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mob-menu ul li {
    position: relative;
    display: flex;
    flex-flow: row wrap;
  }
  .mob-menu ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children> a {
    max-width: calc(100% - 30px);
    padding: 15.2px 25px 15.2px 0;
    color: #333;
    display: flex;
    order: 1;
  }
  .mob-menu ul > li> a{
    text-decoration: none;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    font: 16px/20px "autoviva_bold",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
    text-transform: none;
  }
  .mob-menu ul li > a {
    padding: 15.2px 25px 15.2px 0;
  }
  .menu-inner ul li> ul {
    order: 3;
    display: none;
  }
  .mob-menu ul > li> a:hover{
    color: #98ba00;
  }
  .mob-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:not(:first-child):before {
    content: "";
    position: absolute;
    top: -0.5px;
    height: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(51,51,51,.12);
  }
  i.next-level-button:before {
    content: "\ef02";
    font-family: icomoon-the7-font;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    color: rgba(51,51,51,.17);

  }
  i.next-level-button {
    position: relative;
    right: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    min-width: 30px;
    transition: transform .3s ease-out;
    order: 2;
    cursor: pointer;
  }
  .icon {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    margin: 15px 0 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .icon:before {
    position: absolute;
    background-color: #98ba00;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
  }
  .close-line-wrap {
    position: relative;
    width: 20px;
    height: 20px;
    left: 0px;
  }
  .close-line-wrap span:nth-child(1),.close-line-wrap span:nth-child(3) {
    display: inline-block;
    transform-origin: 50% 50%;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    transition: transform .2s ease;
    background-color: #fff;

  }
  .close-line-wrap span:nth-child(1){
    transform: rotate3d(0, 0, 1,45deg);
  }
  .close-line-wrap span:nth-child(3){
    transform: rotate3d(0, 0, 1,-45deg);
  }
  span.close-line {
    width: 20px;
    top: 50%;
    margin-top: -1px;
  }
  .mob-menu ul li> ul li > a {
    padding: 5.6px 0;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    font: 14px/18px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  }
  .mob-menu ul li>ul>li:last-child {
    margin-bottom: 16px;
  }
  .mob-menu ul li>ul {
    margin-left: 20px;
  }
  body.fixed .mobile-navigation {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 0!important;
    transition: background .2s linear;
    cursor: pointer;
  }
  body.fixed a.dt-mobile-menu-icon {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 6px;
    background-color: rgba(0,0,0,.2);
  }
  body.fixed a.dt-mobile-menu-icon:hover {
    background-color: rgba(0,0,0,.5);
  }
}

@media (min-width: 1025px){
  .add-sec {
    display: none;
  }
}

@media (max-width: 1024px){
  i.fa-fw{
    color: #333;
  }
  .header-top-left {
    display: none;
  }
  body.fixed .menu-line:after, body.fixed .menu-line:before {
    background-color: #fff;
  }

  i.next-level-button.rotate {
    transform: rotate(45deg);
  }


  .mob-bottom {
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mob-add {
    padding: 30px 0;
  }
  .mob-cont p {
    margin: 0;
  }
  .mob-cont {
    display: flex !important;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 20px 5px 0;
  }
  .mob-cont p {
    margin: 0;
    font: 14px/18px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
  }
  .blank {
    display: block;
    margin: 5px 20px 5px 0px;
  }
  .mob-right-inner {
    display: flex;
    align-items: center;
    font: 14px/18px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
    margin: 5px 18px 5px 0;
  }
  .mob-social-inner {
    margin: 5px 18px 5px 0;
  }
  .mob-bottom .src-icon {
    margin: 5px 20px 5px 0;
  }
  .mob-right-inner a {
    text-decoration: underline;
  }
  .mob-right-inner a:hover {
    color: #98ba00;
    text-decoration: none;
  }
  .popup-search-wrap {
    width: 347px;
    padding: 10px;
    position: absolute;
    opacity: 0;
    right: -10px;
    top: 323.857px;
    visibility: hidden;
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
    filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 99999;
  }
  .src-section input.field {
    width: 100%;
  }
  .popup-search-wrap:before{
    display: none;
  }
  .mob-menu ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:hover {
    color: #98ba00;
  }
  .popup-search-wrap {
    width: 100%;
  }
}


@keyframes fade-out-anim {
  0% {
    opacity: 1;
    display: block
  }
  30%,99% {
    opacity: 0;
    display: block
  }
  100% {
    opacity: 1;
    display: none;
    z-index: 1
  }
}

@keyframes opacity-lat {
  0% {
    opacity: 0;
    visibility: hidden
  }
  100%,70% {
    opacity: 1;
    visibility: visible
  }
}
i.the7-mw-icon-search-bold {
  display: flex;
}
@media(max-width:370px){
  .popup-search-wrap {
    right: 0;
  }
  .mobile-menu{
    width:100%;
  }
  .menu-inner {
    width: 307px;
  }
  .mobile-menu.open{
    right: 100%;
  }
}
.footer {
  background-color: rgba(248,250,252,1.0);
  background: #000 none repeat center top;
  border-top: 1px solid rgba(216,0,126,.96);
}
#footer>.wf-wrap{
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .wf-container-footer {
  padding-top: 50px;
  padding-bottom: 10px;
}
.footer .widget {
  color: #fff;
  padding: 0 22px;
}
.footer .widget {
  margin-bottom: 30px;
}

.footer .widget{
  display: inline-block;
  vertical-align: top;
}
#footer .wf-container {
  margin: 0 -22px;
}
.textwidget h3 {
  font: normal 28px/30px "autoviva_bold",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #fff;
  margin-bottom: 10px;
}
.textwidget p>span {
  font: 14px/24px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #fff;
}
.textwidget a {
  font: 14px/24px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #fff;
}
.wf-container section {
  width: 33.3333%;
}
.wf-container {
  display: flex;
  flex-wrap: wrap;
}
.menu-bottom-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-bottom-menu-container ul li:not(:first-child) {
  display: block;
  position: relative;
  margin: 9px 0 0;
  padding: 10px 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.menu-bottom-menu-container ul li a {
  font: 14px/24px "autoviva_light",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #fff;
}
.wf-wrap {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
#bottom-bar .wf-container-bottom {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
.wf-container-bottom {
  padding: 10px 0;
  min-height: 60px;
}
.wf-container-bottom, #bottom-bar.full-width-line {
  border-top: 1px solid #f7f7f8;
}
#button {
  visibility: hidden;
  position: fixed;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 9;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .4s ease;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
  border-radius: 6px;
}
#button::after {
  content: "\f0290";
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
}
#button.show {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 970px){
  .wf-container section {
    width: 100%;
  }
  #footer .wf-container {
    margin: 0;
  }
  #footer>.wf-wrap {
    padding: 0;
  }
  .wf-wrap {
    padding: 0 20px;
  }
  .textwidget p {
    margin-bottom: 0;
  }
  .textwidget.first p {
    margin-bottom: 10px;
  }
  .footer .widget {
    color: #fff;
    padding: 0px 20px;
  }
}
