*, *:before, *:after {
   box-sizing: border-box;
}
.header-main .container{
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}
.header-main .row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}
.col-12 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}
@media(min-width:1200px){
   .header-main .container{
      max-width: 1140px;
   }
}
@media(min-width:992px) and (max-width:1199px){
   .header-main  .container{
      max-width: 960px;
   }
}
@media(min-width:768px) and (max-width:991px){
   .header-main .container{
      max-width: 720px;
   }
}
@media(min-width:576px) and (max-width:767px){
   .header-main .container{
      max-width: 540px;
   }
}
@media (min-width: 768px){
   .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
   }
   .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
   }
}
/*! 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: "Lato"; 
   src: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format("woff2"); 
   font-style: normal; 
   font-weight: 300; 
   font-display: swap;
   unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { 
   font-family: "Lato"; 
   src: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
   font-style: normal; 
   font-weight: 400; 
   font-display: swap;
   unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face { 
   font-family: "Lato"; 
   src: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2"); 
   font-style: normal; 
   font-weight: 700; 
   font-display: swap;
   unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { 
   font-family: "Lato"; 
   src: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/S6u9w4BMUTPHh50XSwiPGQ.woff2) format("woff2");
   font-style: normal; 
   font-weight: 900; 
   font-display: swap;
   unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Font Awesome 5 Brands";
   src: url("https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/Bayton_February2022/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
      url("https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), 
   url("https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/FontAwesome5Brands-Regular.woff") format("woff"), 
   url("https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/FontAwesome5Brands-Regular.ttf") format("truetype"), 
   url("https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/fonts/FontAwesome5Brands-Regular.svg") format("svg");
   font-style: normal; 
   font-weight: normal; 
   font-display: swap;
}

body.scroll{
   overflow:hidden;
}
.no-banner .body-wrapper{
   padding-top: 74px;
}
@media(min-width:992px){
   .no-banner .body-wrapper{
      padding-top: 120px;
   }
}

body {
   line-height: 1.5;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   outline: none!important;
}

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

/* Paragraphs */

p {
   font-size: 1rem;
   margin: 0 0 1.4rem;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.hs-button {
   white-space: pre-wrap;
   line-height: 16px;
   font-family: arial, helvetica, sans-serif;
   margin: 0;
   border: 0;
   outline: none;
   border-radius: 23.5px;
   min-width: 165px;
   height: 48px;
   font-size: 14px;
   font-weight: 900;
   text-transform: uppercase;
   cursor: pointer;
   display: inline-block;
   position: relative;
   text-align: center;
   transition: all .15s linear;
}




button:disabled,
.hs-button:disabled {
   background-color: #D0D0D0;
   border-color: #D0D0D0;
   color: #E6E6E6;
}

button:hover,
button:focus,
.hs-button:hover,
.hs-button:focus {
   text-decoration: none;
}

button:active,
.hs-button:active {
   text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
   font-family: arial, helvetica, sans-serif;
   font-size: 13px;
   display: inlin-block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
   color:#fff;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}
form .actions{
   margin-top: 18px;
   margin-bottom: 18px;
   text-align: left;
   padding: 17px 0px;
}
/* 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 {
   min-height: 27px;
   max-width: 100%;
   display: inline-block;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 22px;
   outline:0;
   color: #33475b;
   border: 1px solid #cbd6e2;
   width:100%;
   height: 46px!important;
   padding: 0 20.5px!important;
   background:#fff;
   border-radius: 6px!important;
   border-width: 1px!important;
}

form fieldset {
   max-width: 100% !important;
}

/* Inputs - checkbox/radio */
form{
   /*background: #bb2a26;
   padding: 15px;*/
   margin-bottom:20px;
}
form .inputs-list {
   margin: 0 0 5px;
   width: 100%;
   padding-left: 5px;
   list-style: none;
}

form .inputs-list > li {
   display: block;
}

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: #f2545b;
   line-height: 18px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   white-space: pre-wrap;
   line-height: 48px;
   font-family: arial, helvetica, sans-serif;
   margin: 0;
   border: 0;
   outline: none;
   border-radius: 23.5px;
   min-width: 165px;
   height: 48px;
   font-size: 14px;
   font-weight: 900;
   text-transform: uppercase;
   cursor: pointer;
   display: inline-block;
   position: relative;
   text-align: center;
   transition: all .15s linear;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
ul.no-list.hs-error-msgs.inputs-list li label{
  color: #EF6B51;
}
ul.no-list.hs-error-msgs{
  padding-left:0px;
}
.form-floating-alert-wrapper .form-floating-alert-error{
   color: #EF6B51;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
}

/*HAL DISEÑO*/

fieldset.form-columns-1 .input{
  width: 104%!important;
}


.leadinModal .leadinModal-close:before{
    width: 55%!important;
    padding-right: 0px!important;
}
/* 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-wrapper.rg{
		padding-top:42px !important;
}
.header-main.slideUp{
		top: -120px;
		position: absolute;
}
.header-main.headroom--not-top.slideDown{
		top: 0px;
		position: fixed;
		background-color: #fff;
		-webkit-box-shadow: 0 20px 20px 0 rgb(21 28 52 / 4%);
		box-shadow: 0 20px 20px 0 rgb(21 28 52 / 4%);
}
.header-main.headroom--not-top.slideDown .header-logo a{
		filter:none;
}
.header-main.headroom--not-top.slideDown .header-navigation ul.submenu.level-1>li>a{
		color:#333;
}
.header-main.headroom--not-top.slideDown .lang-toggle i.down{
		border-color:#333;
}
.header-main.headroom--not-top.slideDown .lang-toggle{
		color:#333;
		border:none;
		-webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}
.header-main.headroom--not-top.slideDown .search-toogle{
		color:#bb2a26;
		border:none;
}
.header-main.headroom--not-top.slideDown  .search-toogle:before{
		filter:none;
		background-image: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/red-search.svg);
}
.header-main.headroom--not-top.slideDown .header-mobile-logo img{
		filter:none;
}
.header-main.headroom--not-top.slideDown  .mobile-header .icon-hambur span{
		background: #333;
}
.header-main{
		position: absolute;
		font-family: Lato,sans-serif;
		top: 0;
		left: 0;
		width: 100vw;
		max-width: 100%;
		text-transform: uppercase;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		z-index: 11;
		height: 74px;
}
.header-wrapper{
		position: relative;
		padding: 36px 0;
		height: 74px;
		z-index: 11;
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.no-banner .header-logo a{
		filter:none;
}
.header-logo a{
		font-size: 34px;
		font-weight: 700;
		text-transform: none;
		padding: 0;
		height: 36px;
		line-height: 27px;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		display: inline-block;
		color:#fff;
		letter-spacing: .5px;
		white-space: nowrap;
}
.header-logo a img{
		vertical-align: middle;
		height:35px;
}
.header-navigation ul.submenu.level-1{
		position: relative;
		font-family: Lato,sans-serif;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
}
.header-navigation ul.submenu.level-1>li{
		margin-left: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
}
.header-navigation ul.submenu.level-1>li>a:hover,.search-toogle:hover{
		opacity:.8;
}
.no-banner .header-navigation ul.submenu.level-1>li>a{
		color:#333;
}
.header-navigation ul.submenu.level-1>li>a{
		padding: 0;
		z-index: 9;
		-webkit-transition: all .1s linear;
		transition: all .1s linear;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: .5px;
		line-height: 16px;
		color:#fff;
		display: inline-block;
		white-space: nowrap;
		font-family: Lato,sans-serif;
}
.language-selector{
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: middle;
		font-family: Lato,sans-serif;
}
.language-selector ul.submenu.level-1{
		border: 0;
		width: 102px;
		min-width: 0;
		max-width: 102px;
		-webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		font-family: Lato,sans-serif;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		padding: 8px 0;
		margin: 7px 0 0;
		font-size: 16px;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border-radius: 4px;
}
.language-selector ul.submenu.level-1>li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		font-family: Lato,sans-serif;
}
.language-selector ul.submenu.level-1>li>a:hover{
		background-color:#f4f4f4;
}
.language-selector ul.submenu.level-1>li:last-child>a span.flagarg{
		height:19px;
}
.language-selector ul.submenu.level-1>li>a{
		color: #333;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		padding: 4px 16px;
		display: block;
		width: 100%;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
}
.lang-toggle:hover,.lang-toggle:focus,.lang-toggle:active,
.search-toogle:hover,.search-toogle:focus,.search-toogle:active{
		border: 1px solid #fff;
		background-color: transparent;
		color:#fff;
}
.no-banner .lang-toggle{
		-webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		color:#333;
		border:0;
}
.lang-toggle{
		color: #fff;
		border: 1px solid #fff;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		background-color: transparent;
		border-radius: 24px;
		height: 48px;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: .5px;
		padding: 0 16px;
		position: relative;
		font-family: Lato,sans-serif;
		-webkit-box-flex: 1;
		min-width:auto;
		-ms-flex: 1 1 auto;
		cursor: pointer;
		flex: 1 1 auto;
		white-space: nowrap;
		text-align: center;
		vertical-align: middle;
		line-height: 1.5;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
		display: inline-block;
}
.lang-toggle span.flagarg{
		width: 20px;
		height: 14px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 2px;
		background-size: cover;
		background-position: 0;
		vertical-align: middle;
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-arg.svg);
		padding: 0;
}

.lang-toggle span.flagcol{
		width: 20px;
		height: 14px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 2px;
		background-size: cover;
		background-position: 0;
		vertical-align: middle;
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-col.svg);
		padding: 0;
}

.lang-toggle span.flaguy{
		width: 20px;
		height: 14px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 2px;
		background-size: cover;
		background-position: 0;
		vertical-align: middle;
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag.svg);
		padding: 0;
}

.lang-toggle span.flagpar{
		width: 20px;
		height: 14px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 2px;
		background-size: cover;
		background-position: 0;
		vertical-align: middle;
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-py.d.png);
		padding: 0;
}


.lang-toggle.arrow  i.down{
		top: 0;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
}
.no-banner .lang-toggle i.down{
		border-color: #333;

}
.lang-toggle i.down{
		border-color: #fff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		cursor: pointer;
		border: solid #fff;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 2px;
		width: 6px;
		position: relative;
		height: 5.5px;
		top: -3px;
		margin-left: 3px;
}
.no-banner .search-toogle{
		color:#bb2a26;
		border:0;
}
.search-toogle{
		color: #fff;
		border: 1px solid #fff;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
		border-radius: 24px;
		height: 48px;
		line-height: 45px;
		font-family: Lato,sans-serif;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: .2px;
		text-transform: none;
		white-space: nowrap;
		padding: 0 16px;
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		-webkit-transition: all .1s linear;
		transition: all .1s linear;
}
.no-banner .search-toogle:before{
		background-image: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/red-search.svg);
		content: "";
		display: inline-block;
		width: 20px;
		vertical-align: middle;
		margin-right: 12px;
		filter:none;
		height: 20px;
}
.search-toogle:before{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		background-image: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/search.svg);
		content: "";
		display: inline-block;
		width: 20px;
		vertical-align: middle;
		margin-right: 12px;
		height: 20px;
}
.language-selector ul.submenu.level-1.open-menu{
		display:block;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2>li>a:hover{
		background-color:#f4f4f4;
}
.language-selector ul.submenu.level-1>li>a span.flagarg,
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2>li>a span.flagarg{
		width: 20px;
		height: 14px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 2px;
		background-size: cover;
		background-position: 0;
		vertical-align: middle;
		padding: 0;
}
.language-selector ul.submenu.level-1>li:first-child>a span.flagarg,
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2>li:first-child>a span.flagarg{
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-arg.svg);
}
.language-selector ul.submenu.level-1>li:nth-child(2)>a span.flagarg,
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2>li:nth-child(2)>a span.flagarg{
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-col.svg);
}
.language-selector ul.submenu.level-1>li:nth-child(3)>a span.flagarg,
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2>li:nth-child(3)>a span.flagarg{
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-py.d.png);
}
.language-selector ul.submenu.level-1>li:nth-child(4)>a span.flagarg,
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2>li:nth-child(4)>a span.flagarg{
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag.svg);
}
.menu-open .mobile-header{
		background-color: #fff;
		position: fixed;
		width: 100vw;
		max-width: 100%;
		top: 0;
		min-height: 100vh;
		left: 0;
}
.mobile-header{
		min-height: unset;
		top: 0;
		z-index: 11;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow-x: hidden;
}
.mobile-header .container{
		max-width:none !important;
}
.menu-mobile-wrapper{
		height: 74px;
		padding-top: 24px;
}
.logo-menu-mobile{
		padding-left: 5px;
}

.menu-open .header-mobile-logo img,.no-banner .header-mobile-logo img{
		filter:none;
}
.header-mobile-logo img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		height: 26px;
		-ms-flex-item-align: start;
		align-self: flex-start;
		width:auto !important;
		vertical-align: top!important;
}
.mobile-header .icon-hambur{
		width: 20px;
		height: 20px;
		position: relative;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 12
}
.no-banner .mobile-header .icon-hambur span{
		background:#333;
}
.mobile-header .icon-hambur span{
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}
.mobile-header .icon-hambur span:first-child{
		top: 0;
		-webkit-transform-origin: left center;
		transform-origin: left center;
}
.mobile-header .icon-hambur span:nth-child(2){
		top: 6px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
}
.mobile-header .icon-hambur span:nth-child(3){
		top: 12px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
}
.menu-open .mobile-header .icon-hambur span:first-child{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 1px;
		left: 3px;
		background: #333!important;
}
.menu-open .mobile-header .icon-hambur span:nth-child(2){
		width: 0;
		opacity: 0;
		background: #333!important;
}
.menu-open .mobile-header .icon-hambur span:nth-child(3){
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #333!important;
		top: 15px;
		left: 3px;
}
.menu-open .menu-mobile-list{
		display:block;
}
.menu-mobile-list{
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: var(--bt-white);
		left: 0;
		overflow-x: auto;
		height: 100%;
		top: 0;
		z-index: 11;
}
.menu-mobile-list ul.submenu.level-1{
		padding: 0 15px;
		list-style: none;
		margin: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		z-index: 10;
}
.menu-mobile-list ul.submenu.level-1>li{
		font-weight: 700;
		cursor: pointer;
		width:100%;
		font-size: 24px;
		color: var(--bt-text-primary);
		text-align: center;
		line-height: 60px;
		text-transform: capitalize;
}
.menu-mobile-list ul.submenu.level-1> li:not(:nth-last-child(-n+2))>a{
		color: #333;
		font-size: 21px;
		font-weight: 400;
		text-transform: none;
		display:block;
		padding: 0;
		line-height: 57px;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col{
		width: 100%;
		margin: 20px auto 12px;
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: middle;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>a{
		color: #333;
		border-color: transparent;
		-webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		background-color: transparent;
		border-radius: 24px;
		height: 48px;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: .5px;
		border: 0;
		padding:16px;
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		white-space: nowrap;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		line-height: 1.5;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>a >span.flagarg{
		width: 20px;
		height: 14px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 2px;
		background-size: cover;
		background-position: 0;
		vertical-align: middle;
		padding: 0;
		background-image:url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/flag-arg.svg);
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>a.arrow i{
		top: 0;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>a i{
		border-color:#333;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		cursor: pointer;
		border: solid #333;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 2px;
		width: 6px;
		position: relative;
		height: 5.5px;
		top: -3px;
		margin-left: 3px;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col>ul.submenu.level-2.open-menu{
		display:block;
		position: absolute;
		will-change: transform;
		top: 0px;
		left: 0px;
		transform: translate3d(0px, -291px, 0px);
		width: 100%;
		max-width: unset;
		text-align: center;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col > ul.submenu.level-2{
		border: 0;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		-webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 8px 0;
		margin: 2px 0 0;
		font-size: 16px;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border-radius: 0.25rem;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col > ul.submenu.level-2>li{
		width: 100%;
		font-weight: 700;
		cursor: pointer;
		font-size: 24px;
		color: #333;
		text-align: center;
		line-height: 60px;
		text-transform: capitalize;
}
.menu-mobile-list ul.submenu.level-1>li:nth-child(6) .lang-col > ul.submenu.level-2>li>a{
		color: #333;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		padding: 4px 16px;
		display: block;
		width: 100%;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
}
.menu-mobile-list ul.submenu.level-1>li:last-child>a:before{
		background-image: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/red-search.svg);
		margin-right: 34px;
		-webkit-filter: unset!important;
		filter: unset!important;
		content: "";
		display: inline-block;
		width: 20px;
		vertical-align: middle;
		height: 20px;
}
.menu-mobile-list ul.submenu.level-1>li:last-child>a{
		color: #bb2a26!important;
		background-color: #fff!important;
		border-color: transparent!important;
		margin: 0 auto 42px;
		line-height: 48px;
		padding: 0 1.5rem;
		width: 100%;
		margin-top: 52px;
		visibility: visible;
		opacity: 1;
		border-radius: 24px;
		height: 48px;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: .2px;
		text-transform: none;
		display:block;
		white-space: nowrap;
		transition: all .1s linear;
		-webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}
@media(min-width:1200px){
		.header-navigation ul.submenu.level-1>li{
				margin-left: 38px;
		}
}
@media(min-width:992px){
		.header-main{
				height:120px;
		}
		.header-wrapper{
				height: unset;
		}
		.mobile-header{
				display:none;
		}

}
@media(min-width:756px){
		.language-selector{
				margin-left: 24px!important;
		}
}
@media(min-width:768px){
		.search-toogle{
				margin-left: 24px!important;
		}
}
@media(min-width:576px){
		.header-wrapper{
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				flex-flow: row nowrap;
		}
		.header-navigation ul.submenu.level-1{
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				flex-direction: row;
		}
}
@media(max-width:991.98px){
		.header-wrapper{
				display:none;
		}
		.logo-menu-mobile{
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
		}
		.menu-mobile-list ul li > ul {
				padding: 0;
				margin: 0;
				list-style: none;
				display: none;
		}
		.menu-mobile-list ul li > ul.submenu.level-2 li a {
				color: #333;
				font-size: 21px;
				font-weight: 400;
				text-transform: none;
				display: block;
				padding: 0;
				line-height: 57px;
		}
}


.header-navigation ul.submenu.level-1>li>ul.submenu.level-2 {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		top: 100%;
		padding: 10px;
		background-color: #fff;
		border-radius: 5px;
		display: none;
}
.header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li a {
		color: #000;
		font-family: 'Lato';
		font-size: 14px;
}
.header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li {
		padding: 10px;
}
.header-navigation ul.submenu.level-1>li:hover>ul.submenu.level-2 {
		display: block;
}

@media (min-width: 992px) and (max-width: 1199.98px){
		.header-navigation ul.submenu.level-1>li {
				margin-left: 15px;
		}
		.header-navigation ul.submenu.level-1>li>a{
				font-size:12px;
		}
}



/* HAL MODIFICACIONES HEADER */
.right-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.contact-button {
		-webkit-box-flex: 1;
		background-color: hsl(240deg 7% 97%);
		border: 1px solid #bb2a26;
		border-radius: 24px;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		color: #bb2a26;
		cursor: pointer;
		display: inline-block;
		margin-left: 24px!important;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		font-family: Lato,sans-serif;
		font-size: 13px;
		font-weight: 700;
		height: 48px;
		letter-spacing: .5px;
		line-height: 1.5;
		min-width: auto;
		padding: 0 16px;
		position: relative;
		text-align: center;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
		vertical-align: middle;
		white-space: nowrap;
		display: flex;
		align-items: center;
}

.contact-button:hover {
		background-color: hsl(240deg 7% 97% / 0%);
		border: 1px solid #fff;
		color: #fff;
		transition: all .3s ease-in-out;
}

.header-main.headroom--not-top.slideDown .contact-button {
		border: none;
		box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
		background-color: #bb2a26;
		color: #fff;
}
.header-main.headroom--not-top.slideDown .contact-button:hover {
		background-color: #fff;
		opacity: 1;
		color: #bb2a26;
}
.header-main.headroom--not-top.slideDown .header-navigation ul.submenu.level-1>li>a{

}


/*NEW*/
.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li>ul.submenu {
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 6px 4px rgb(0 0 0 / 30%);
		display: none;
		left: 101%;
		padding: 0 19px 0 40px;
		position: absolute;
		top: -15px;
		width: 100%;
}

.header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li:hover>ul.submenu{
		display: block;
}

.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		position: relative;
		width: 100%;
}

.header-modified .header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li>ul>li>a:hover:before {
		opacity: 0;
}

.header-modified ul.submenu.level-1>li>ul.submenu.level-2 li>ul>li>a:hover {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		color: #bb2a25;
		font-weight: 700;
}


.header-modified ul.submenu.level-1>li>ul.submenu.level-2 li>ul>li {
		display: block;
		line-height: 19px;
		margin: 16px 0;
}

.header-modified .custom-menu-primary .hs-menu-wrapper>ul>li .list-item-menu {
		border-radius: 30px;
		left: -20px;
		padding: 25px 19px 15px;
		width: 300px;
}

.header-modified .header-navigation ul.submenu.level-1>li {
		position: relative;
}

.header-modified span.contact-item {
		background-color: #54b775;
		color: #fff;
		border-radius: 30px;
		padding: 10px 20px;
		transition: all .3s ease-in-out;
}
.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li>ul.submenu {
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 6px 4px rgb(0 0 0 / 30%);
		display: none;
		left: 99%;
		padding: 0px;
		width: 260px;
		position: absolute;
		top: -10px;
		width: 100%;
}
.header-modified span.contact-item:hover {
		background-color: #00cabd;
		transition: all .3s ease-in-out;
}

.header-navigation ul.submenu.level-1>li>ul.submenu.level-2 {
		background-color: rgb(255,255,255,1.0);
		border-radius: 10px;
		left: -20px;
		padding: 10px 0px 10px 0px;
		width: 300px;
		position: absolute;
		top: 36px;
		transition: all .4s ease;
		box-shadow: 0 6px 4px rgb(0 0 0 / 30%);
}


.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li a {
		color: #333;
		font-weight: 700;
		margin: 0 0px;
		padding: 10px 20px;
		position: relative;
		transition: all .3s ease-in-out;
		width: 100%;
		display: block;
}

.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li a:hover {
		color: #bb2a25;
		font-weight: 700;
}

.header-modified .header-navigation ul.submenu.level-1>li>a {
		padding: 10px 0px;
}

.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li:hover>ul.submenu {
		display:block
}
.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li{
		position: relative;
}
.header-modified .sub-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 0 8px;
		z-index: 9;
}
.header-modified .sub-menu i {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		cursor: pointer;
		display: inline-block;
		height: 8px;
		margin-top: -2px;
		padding: 2px;
		position: relative;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: transform .2s linear,-webkit-transform .2s linear;
		width: 8px;
}
.header-modified .header-navigation ul.submenu.level-1>li>a {
		padding: 10px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		align-items: center;
		background-color: hsla(0,0%,100%,0);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
}
.header-modified .header-navigation ul.submenu.level-1>li.has-submenu>a:after {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		cursor: pointer;
		display: inline-block;
		height: 8px;
		margin-top: -2px;
		padding: 2px;
		position: relative;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: transform .2s linear,-webkit-transform .2s linear;
		width: 8px;
}
.header-modified .header-navigation ul.submenu.level-1>li>ul.submenu.level-2 li.has-submenu>a:after {
		border: solid #bb2a25;
		border-width: 0 2px 2px 0;
		content: "";
		cursor: pointer;
		display: inline-block;
		height: 8px;
		margin-top: -2px;
		padding: 2px;
		position: relative;
		right: -7px;
		top: -1px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transition: transform .2s linear,-webkit-transform .2s linear;
		transition: all .3s ease-in-out;
		width: 8px;
}
.header-main.headroom--not-top.slideDown  .header-modified .header-navigation ul.submenu.level-1>li>a .sub-menu i {
		border: solid #bb2a25;
		border-width: 0 2px 2px 0;
}
@media (min-width: 993px){
		.header-main .container.header-modified {
				max-width: 95%;
		}
}

@media (min-width: 1600px){
		.header-main .container.header-modified {
				max-width: 80%;
		}
}
footer.footer {
   background-image: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/footer-bg.jpg);
   background-size: cover;
   height: 261px;
   padding: 84px 0;
   z-index: 5;
   position: relative;
}
.row.footer-menu.rg{
   display: flex;
   justify-content: flex-end;
}
footer.footer .container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}
  

footer.footer .row {
   margin: 0;
}
.footer-menu ul li a {
   color: #fff;
   display: block;
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: .5px;
   text-decoration: none;
   font-weight: 700;
   padding: 0.5rem 15px;
   -webkit-transition: all .1s linear;
   transition: all .1s linear;
}
.footer-menu ul li:nth-child(1) a {
   padding-left: 0px;
}

.footer-menu {
   display: flex;
   justify-content: space-between;
}
.footer-menu-inner ul {
   padding: 0;
   list-style: none;
   margin: 0;
}
.footer-menu-inner ul li {
   display: inline-block;
}
.footer-menu-inner ul {
   display: flex;
   height: 100%;
}
.footer-logo img {
   -webkit-filter: invert(85%) sepia(100%) saturate(12%) hue-rotate(124deg) brightness(136%) contrast(104%);
   filter: invert(85%) sepia(100%) saturate(12%) hue-rotate(124deg) brightness(136%) contrast(104%);
   vertical-align: middle;
}
.add-sec {
   font-size: 16px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #fff;
   padding: 0;
   z-index: 3;
   position: relative;
   margin-bottom: 0;
   margin-top: 30px;
}
.add-sec a {
   text-decoration: none;
   color: #fff;
   /*    font-size: 24px;
   margin: 0 25px 0 0; */
}
.add-text a{
   line-height: 20px;
   margin: 0;
   display: block;
   padding-top: 10px;
   font-size: 16px;
   color: #fff;
   text-decoration: none;
}
.add-text{
   position: absolute;
   right: 0;
   top: 0;
}
.add-text a {
   font-size: 16px !important;
   margin: 0 !important;
}
.footer-links span#hs_cos_wrapper_Footer_Links_ {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 20px 0;
}
.add-sec a {
   text-decoration: none;
   color: #fff;
   font-size: 24px;
   margin: 0 25px 0 0;
}
.footer-links a {
   font-size: 16px;
   color: #fff;
   line-height: 24px;
   text-decoration: none;
   display: inline-block;
}
.footer-links i {
   width: 1px;
   height: 24px;
   position: relative;
   background-color: #fff;
   margin: 0 10px;
   display: inline-block;
}


.copyright{
   padding: 15px 0;
  font-size: 13px;
  font-family: Lato,sans-serif;
  pointer-events: auto;
  font-weight: 400;
  line-height: 1.5;
  
}

.footer .copyright-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato,sans-serif;
  
}

.first {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Lato,sans-serif;
}

.copyright-content >div {
  /*width: 50%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato,sans-serif;
}

.links{
  margin-top: 0.5rem;
}

.links a{
  padding: 0;
  font-weight: 700;
  font-family: Lato,sans-serif;
  color: white;
}

.links a:hover{
  text-decoration: none;
}


.social-media-wrapper .social-links__icon{
  width: 30px;
  height: 30px;
}

@media (min-width: 576px){
   footer.footer .container{
      max-width: 540px;
   }
}

@media (min-width: 768px){
   footer.footer .container{
      max-width: 720px;
   }
}

@media (min-width: 992px){
   footer.footer .container{
      max-width: 960px;
   }
  
  
   .add-sec .footer-logo {
      display: none;
   }
   .footer-btm-img {
      display: none;
   }
  
  .copyright{
    background-color: #494a52;
    /*margin-top: 2rem;*/
}
  
  .copyright-content >div {
    width: 50%;
    margin-left: 10%;
  }
  
  .add-text {
     top: 0.5rem;
   }
  
}

@media (min-width: 1200px){
   footer.footer .container{
      max-width: 1140px;
   }
  
   .copyright-content >div {
    margin-left: 13%;
  }
 
}

@media (max-width: 991.98px){
   footer.footer:before {
      content: "";
      background-color: #3d3d3d;
      opacity: .77;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
   }
   footer.footer:after{
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 180px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      background: -webkit-gradient(linear,left top,left bottom,from(rgba(11,16,32,0)),to #0b1020));
      background: linear-gradient(180deg,rgba(11,16,32,0),#0b1020);
     z-index: -1;}
  
  .copyright {
    padding: 40px 0;
  }
  .copyright-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright-content>div.first {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    opacity: .6;
  }
  .copyright-content >div{
   /* width: 100%;*/
    margin-left: auto;
    margin-right: auto;
  }
  
  
   footer.footer .container {
      max-width: none;
   }
   .footer-menu-inner ul li a {
      padding: 0;
      line-height: 50px;
   }
   footer.footer{
      background-image: url(https://5673075.fs1.hubspotusercontent-na1.net/hubfs/5673075/raw_assets/public/Bayton_February2022/images/footer-mobile-bg.jpg);
      background-position: 50%;
      height: auto;
      padding: 50px 55px;
   }
   .footer-menu-inner ul {
      display: flex;
      height: 100%;
      flex-direction: column;
   }
   .add-sec a {
      text-decoration: none;
      color: #fff;
      font-size: 34px;
      padding: 5px;
      margin: 0 20px 0 0;
   }
   .add-sec a {
      padding: 10px 0 0 0;
   }
   .add-text {
      position: relative;
   }
   .footer-btm-img {
      display: flex;
      justify-content: space-between;
   }
   .footer-btm-img img {
      vertical-align: middle;
   }
   .footer-btm-img {
      border-top: 1px solid hsla(0,0%,100%,.8);
      padding-top: 30px;
   }
   .footer-btm-img img {
      vertical-align: middle;
   }
   .add-text {
      padding-bottom: 1rem;
   }
   .footer-logo img {
      margin: 50px 0 30px;
   }
   .row.footer-menu .footer-logo {
      display: none;
   }
}

@media (max-width: 374.98px){
   footer.footer {
      padding: 50px 20px;
   }
}


@media (max-width:768px){

  .copyright{
    margin-top: 30px;
    background-color: transparent;
   
  }
  
  .links{
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  
  
  .links a {
    padding: 0;
  }
  
  .footer .copyright-content{
    max-width: 100%;
  }
  
  .copyright-content >div {
    display: inline;
    margin-left: auto;
    margin-right: auto;
}
  
}
