*, *: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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}

/*
* grid bs
*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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, .col-auto, .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, .col-sm-auto, .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, .col-md-auto, .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, .col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex:1 0 0%
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

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

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 95vw;
  }
}

@media (min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1376px;
  }
}
/* @font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Light.woff2)
    format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Regular.woff2)
    format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Medium.woff2)
    format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Montserrat-Bold.woff2)
    format("woff2");
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Quicksand-Regular.woff2)
    format("woff2");
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Quicksand-Medium.woff2)
    format("woff2");
}
@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/2021_rebranding/fonts/Quicksand-Bold.woff2)
    format("woff2");
} */

body {
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background-color: #fff;
  color: #676767;
  margin: 0;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 600;
}

/* Anchors */

a {
  color: #5a35b7;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: none;
  outline-color: none;
}

.disable-focus-styles :focus {
  outline: none;
}

/* head */
.head h2 {
  font-size: 36px;
  line-height: 42px;
  color: #ff4800;
}

.head.after h2:after {
  content: '_'
}

@media (max-width: 767.98px) {
  .head h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  
  .head br { display: none }
}
.btn, .hs-button {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 23px;
  margin: 0;
  text-decoration: none;
  white-space: normal;
  width: auto;
  word-break: break-word;
  min-width: 80px;
  font-family: 'Quicksand', sans-serif;
  display: inline-flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease-out;
  border: 0;
  text-transform: uppercase;
  text-align: center;
}

.btn:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.btn i {
  line-height: 23px;
  margin-right: 10px
}

/* btn primary */
.btn.btn-primary {
  background-color: #ff4800;
  color: #fff;

}

.btn.btn-primary:hover,  
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
  background-color: #000;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: scale(1.05);
}


/* .cta .btn.btn-primary:hover , section.black .btn.btn-primary:hover{
background:#fff !important;
color:#000 !important;
} */

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* btn secondary */
.btn.btn-secondary {
  background-color: #090051;
  color: #fff;
}

.btn.btn-secondary:hover,  
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle{
  background-color: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: scale(1.05);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

/*
* fake handtalk
*/
#handTalkcsBr {
  position: fixed;
  z-index: 1000000;
  top: 200px;
  right: 0px;
  pointer-events: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(0, 48, 135);
  width: 42px;
  height: 42px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px 0px 0px 12px !important;
  padding: 10px;
}

/*
* chatbot
*/
.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #ff4800 !important;
  font-family: "Roboto", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 0 !important;
}

.embeddedServiceHelpButton .helpButton, 
.embeddedServiceHelpButton.embeddedServiceBottomTabBar .helpButton {
  bottom: 0 !important;
  right: 0 !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  border-radius: 12px 0 0 12px !important;
  width: auto !important;
  min-width: 20px !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 12px 12px 7px !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
  margin-right: 0 !important;
  display: inline-block !important;
}

.embeddedServiceHelpButton .uiButton .helpButtonLabel { display: none !important;}

.embeddedServiceHelpButton .helpButton .uiButton:hover::before, 
.embeddedServiceHelpButton .helpButton .uiButton:focus::before {
  display: none !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
  font-family: inherit !important;
  content: url('https://6650658.fs1.hubspotusercontent-na1.net/hubfs/6650658/2021_website_rebranding/core/ico-chatbot.png') !important;
}

#chatBotCsbr {
  border-radius: 12px 0 0 12px;
  width: auto;
  min-width: 20px;
  box-shadow: none;
  height: auto;
  padding: 8px 12px;
  background-color: #ff4800;
  bottom: 6px;
  right: 0;
  position: fixed;
  cursor: pointer;
}

/*
* whatsapp button
*/
#whatsappCsbr {
  position: fixed; 
  bottom: 90px !important;
  right: 0 !important;
  z-index: 99
}

#whatsappCsbr a {
  border-radius: 12px 0 0 12px;
  width: auto;
  min-width: 20px;
  box-shadow: none;
  height: auto;
  padding: 12px;
  display: block;
  background-color: #25D366;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

/* btn play */
.btn-play {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
}

.btn-play i {
  color: #ff4800
}

/*
* mobile
*/

@media (max-width: 767.98px) {
  .btn, .hs-button {
    font-size: 12px;
    line-height: 20px;
  }
}
/* Form */
form, .hs-form {
  font-family: 'Montserrat',sans-serif;
}

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

.hs-form .form-columns-1 .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: flex;
    gap: 15px;
  }

  .hs-form fieldset.form-columns-1 .input,
  .hs-form fieldset.form-columns-2 .input,
  .hs-form fieldset.form-columns-3.input {
    margin-right: 0 !important;
  }
}

h3.hs_cos_wrapper.form-title { display: none !important }

/* Labels */
.hs-form ul.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}

form label .hs-form-required {
  display: none;
}

form label.hs-error-msg {
  color: red;
  margin-top: .35rem; 
  font-size: 11px;
}

form label.hs-error-msg:before,
form label.hs-main-font-element:before { display: none }

form .form-group .control-label, .hs-form label span {
  font-size: 14px;
  font-weight: 500;
  color: #676767;
}

/* inputs */
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* form pardot */

.form-control, 
.hs-form .hs-input:not([type='checkbox']):not([type='radio']){
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  display: block;
  width: 100%;
}


form .form-group, .hs-form-field {
  margin-bottom: 20px;
}


@media (min-width: 1600px) {
  form .form-group, .hs-form-field {
    margin-bottom: 30px;
  }
}

form .form-group .form-control::placeholder,
.hs-form .hs-input::placeholder {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
}

form .form-control, 
form .form-group .form-control,
.hs-form .hs-input:not([type='checkbox']):not([type='radio']){
  border: 0;
  background-image: linear-gradient(#ff4800,#ff4800),linear-gradient(#676767,#676767);
  background-size: 0 2px,100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom,center calc(100% - 1px);
  background-color: rgba(0,0,0,0);
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.42857;
}

form .form-group.is-focused .form-control,
form .form-group .form-control:focus,
.hs-form .hs-input:not([type='checkbox']):not([type='radio']):focus {
  outline: 0;
  background-image: linear-gradient(#ff4800,#ff4800),linear-gradient(#676767,#676767);
  background-size: 100% 2px,100% 1px;
  box-shadow: none;
  transition-duration: .3s
}

form select.form-control, .hs-form select.hs-input {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
} 

form label.error,
form .errorMessage,
.hs-error-msgs .hs-main-font-element {
  display: block;
  margin-bottom: .5rem;
  font-size: 12px;
  color: #f00;
}

form .submit, .hs-form .actions {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px){
  form .submit, .hs-form .actions {
    justify-content: flex-end;
  }
}

form input.btn.btn-rose,
form input.btn,
.hs-form .actions .hs-button {
  margin: 0;
  border: 0;
  background-color: #ff4800;
  color: #fff;
  min-width: 200px
}

form .form-check-label, .hs-form .inputs-list label span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

form .form-group-aceite p a,
.hs-form .inputs-list label span a{
  color: #5a35b7;
}

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

/* hs checkbox */
.hs-form .hs-input[type=checkbox] {
  margin-top: .25em;
  vertical-align: top;
  width: 1em !important;
  margin-right: .5rem
}


/* custom radio */
.custom-radio {
  list-style: none;
  margin: 0;
  padding: 0
}

@media (min-width: 992px){
  .custom-radio {
    display: flex;
    justify-content: space-between;
  }
}

.custom-radio li {
  position: relative
}

.custom-radio li input[type=radio] {
  position: absolute;
  visibility: hidden
}

.custom-radio li input[type=radio]:checked ~ .check {
  border: 1px solid #ff4800
}

.custom-radio li input[type=radio]:checked ~ .check::before {
  background: #ff4800
}

.custom-radio li label {
  display: block;
  position: relative;
  font-weight: 400;
  color: #676767;
  font-size: 17px;
  line-height: 17px;
  padding: 0 25px;
  height: 20px;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .25s linear
}

.custom-radio li label.error {
  padding: 0;
  position: absolute;
  top: 25px;
  color: red;
  font-size: 12px;
}

.custom-radio li .check {
  display: block;
  position: absolute;
  border: 1px solid #ff4800;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear
}

.custom-radio li .check:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background .25s linear;
  -webkit-transition: background .25s linear
}

@media (max-width: 991.98px) {
  form .form-control, 
  form .form-group .form-control,
  form .form-group-aceite {
    margin-bottom: 20px
  }
}

/*
* label animation
*/
.animation .form-group {
  position:relative;  
}

.animation .form-label {
  position: absolute;
  top: 5px;
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  margin: 0
}

.animation .focused .form-label {
  transform: translateY(-125%);
  font-size: .75em;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.__high_contrast {
  filter: grayscale(1);
}

.__invert {
  filter: invert(100%);
}

.__zoom {
  zoom: 1.05;
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.text-center {
  text-align: center!important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.fixed-top {
  top: 0
}

.fixed-bottom,.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

iframe {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img, svg {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  /*   transition: all .3s ease-out; */
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.175);
  border-radius: 0.375rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.collapse:not(.show) {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .justify-content-md-between {
    justify-content: space-between!important;
  }

  .mx-md-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .justify-content-lg-between {
    justify-content: space-between!important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between!important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (max-width: 1199.98px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.tabs-horizontal .nav.nav-tabs {
  display: none;
}
@media (min-width: 1200px) {

  .tab-content>.tab-pane {
    display: none;
  }

  .tab-content>.active {
    display: block;
  }

  .tabs-horizontal .nav.nav-tabs {
    display: flex;
    align-items: center; 
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    margin: 0;
    list-style: none;
  }
}
.tabs-horizontal .nav.nav-tabs li .nav-link {
  color: #676767;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  text-transform: none;
  display: block;
  padding: 10px;
  background: none;
  cursor: pointer
}
.tabs-horizontal .nav.nav-tabs li .nav-link.active {
  color: #ff4800 !important;
  border-bottom: 3px solid #ff4800 !important;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .tabs-horizontal .tab-content {
    padding: 25px 0;
  }
}

.tabs-horizontal .tab-content .tab-title {
  border-bottom: 1px solid #909090;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding: 15px 20px 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 600;
}

.tabs-horizontal .tab-content .tab-title:after {
  position: absolute;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff4800;
  font-size: 16px;
  right: 0;
  line-height: 1;
  top: auto;
}

.tabs-horizontal .tab-content .tab-title.acc_active:after {
  transform: rotate(180deg);
}

.tabs-horizontal .tab-content .ico {
  text-align: center
}

@media (min-width: 1200px) {
  .tabs-horizontal .tab-content .tab-title {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .tabs-horizontal .tab-pane {
    background: #fff;
    padding: 15px;
  }

  .tabs-horizontal .tab-pane p {
    color: #000;
    font-size: 14px;
  }
}
.mod-gbl-our-channels {
  background: #ff4800;
  padding: 30px 0;
}

.mod-gbl-our-channels .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mod-gbl-our-channels .social-list li {
  margin-right: 15px; 
}

.mod-gbl-our-channels .social-list h2 {
  margin: 0
}

.mod-gbl-our-channels .social-list li a {
  display: flex;
  background: #000;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
}

.mod-gbl-our-channels .social-list li svg {
  fill: #ff4800;
  width: 14px;
  display: block;
  margin-right: 5px;
}

@media (max-width: 1199.98px){
  .mod-gbl-our-channels .social-list li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .mod-gbl-our-channels .social-list li a {
    margin: 20px 0 0;
  }
}
/*
* Header
*/
.navbar>.container {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 1200px){
  .navbar {
    align-items: center;
    display: flex;
  }
  .navbar .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

#cs-main-header.navbar {
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
  transition: background-color .2s ease;
}

#cs-main-header.bg {
  background-color: #fff;
}

/*
* menu bs hover
*/
@media(min-width: 1200px) {
  #cs-main-header .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
  }

  #cs-main-header .dropdown:hover>.dropdown-menu,
  #cs-main-header .dropdown:focus-within>.dropdown-menu,
  #cs-main-header .dropdown>.dropdown-menu:hover,
  #cs-main-header .dropdown>.dropdown-menu:focus {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    display: block
  }

  #cs-main-header .dropdown>.dropdown-toggle {
    pointer-events: none;
  }

}

@media (min-width: 1281px) {
  #cs-main-header.navbar .navbar-menu-drop {
    flex-basis: 100%;
  }

  .navbar-expand-xl .navbar-collapse {
    justify-content: space-between;
  }

  #cs-main-header.navbar .container {
    max-width: 95vw;
  }
}

@media (min-width: 1400px) {
  #cs-main-header.navbar .container {
    max-width: 1376px;
  }
}

#cs-main-header.navbar .nav>li>a.nav-link {
  color: #000;
  display: block;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: none;
  line-height: 1;
}

#cs-main-header.navbar .nav>li>a.nav-link:hover,
#cs-main-header.navbar .nav>li>a.nav-link.active-link{
  color: #ff4800;
}

@media (max-width: 1400px) {
  #cs-main-header.navbar .nav>li>a.nav-link {
    padding: 20px 10px;
  }
}

@media (min-width: 1401px) {
  #cs-main-header.navbar .nav>li>a.nav-link {
    padding: 20px 15px;
  }
}

#cs-main-header.navbar .navbar-brand {
  margin: 0;
  padding: 0 15px 0 0;
}

#cs-main-header.navbar .navbar-brand svg {
  width: 158px
}

#cs-main-header.navbar .language {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1
}

#cs-main-header.navbar .language a{
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
}

/*#cs-main-header.navbar .dropdown-toggle::after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  color: #000;
  font-size: 15px;
}*/

#cs-main-header.navbar .language .dropdown-menu {
  background-color: #fff;
  min-width: auto;
}

#cs-main-header.navbar .language .dropdown-menu>li a {
  color: #000;
  margin: 0;
  font-size: 12px;
  padding: 5px 10px;
  display: block
}

#cs-main-header.navbar .language .dropdown-menu>li a:hover {
  color: #fff;
  background-color: #ff4800;
}

#cs-main-header.navbar .access {
  display: flex;
  align-items: center;
}

#cs-main-header.navbar .access .external-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

#cs-main-header.navbar .access .external-link i {
  font-size: 13px;
  margin: 0 0 0 5px;
}

#cs-main-header.navbar .access .btn.btn-primary {
  font-size: 14px;
  font-weight: 900;
  padding: 5px 13px;
  border-radius: 15px;
  min-width: auto;
  margin: 0 30px;
}


/* --------------------------------

Menu new 2022

-------------------------------- */

#cs-main-menu.navbar-nav {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-right: 20px;
  flex-wrap: wrap;
}

#cs-main-menu.nav>li.dropdown,
#cs-main-menu.nav>li.dropdown.show {
  position: relative;
  border: 0;
  cursor: pointer;
}

#cs-main-menu.nav>li.dropdown>a.nav-link {
  position: relative;
  border: 0;
}

#cs-main-menu .dropdown .dropdown-menu {
  background-color: #fff;
  box-shadow: none;
  padding: 25px;
  border-radius: 0px !important;
  margin-top: 0;
  border: 1px solid #dedede;
  min-width: 495px
}


#cs-main-menu .dropdown-menu ul { 
  list-style: none;
  padding: 0;
  margin: 0;
}

#cs-main-menu .dropdown-menu ul>li {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1.2;
}

#cs-main-menu .dropdown .dropdown-menu li>a {
  font-size: 15px !important;
  display: block;
  color: #090051;
  margin: 0;
  font-weight: 700;
  border-radius: 0;
  padding: 0;
  line-height: 1.2;
}

#cs-main-menu .dropdown .dropdown-menu li>a:hover,
#cs-main-menu .dropdown .dropdown-menu li>a:focus,
#cs-main-menu .dropdown .dropdown-menu li>a:active {
  background: transparent;
  box-shadow: none;
  color: #ff4800;
}

#cs-main-menu .dropdown-menu a {
  color: inherit;
  transition: all .5s ease 0s;
}



/* --------------------------------

MENU MOB

-------------------------------- */
@media screen and (max-width: 1200px) {
  #cs-main-header.navbar {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    background-color: #fff;
  }

  #cs-main-header.navbar .container {
    max-width: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }

  #cs-main-header.navbar .navbar-brand {
    padding: 0 15px;
  }

  #cs-main-header.navbar .navbar-brand svg {
    width: 138px;
  }

  #cs-main-header.navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
  }

  #cs-main-header.navbar .navbar-menu-drop {
    width: 100%;
  }

  #cs-main-header.navbar .navbar-toggler {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 27px;
    z-index: 9999;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
  }

  #cs-main-header.navbar .navbar-toggler b {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    height: 2px;
    border-radius: 0;
    width: 30px;
    margin: 5px;
    background-color: #ff4800;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #cs-main-header.navbar .navbar-toggler:hover b {
    background-color: #ff4800;
  }

  #cs-main-header.navbar .navbar-toggler b:first-child {
    top: 0;
  }

  #cs-main-header.navbar .navbar-toggler b:last-child {
    top: 16px;
  }

  #cs-main-header.navbar .navbar-toggler.close b {
    left: 0;
    opacity: 0;
    -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    -moz-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  }

  #cs-main-header.navbar .navbar-toggler.close b:first-child {
    left: 0;
    opacity: 1;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ff4800;
  }

  #cs-main-header.navbar .navbar-toggler.close b:last-child {
    left: 0;
    opacity: 1;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ff4800;
  }

  #cs-main-header.navbar .access {
    /*     border-top: 1px solid #e6e6e6; */
    border-bottom: 1px solid #e6e6e6;
    justify-content: center;
    padding: .5rem 0;
    display: flex;
    flex-direction: row;
  }

  #cs-main-header.navbar .access li {
    padding: 0;
    margin: 0;
  }

  #cs-main-header.navbar .access li a {
    margin: 0;
  }

  #cs-main-header.navbar .access li .language {
    padding: 1rem 0;
    justify-content: center;
    display: flex;
    list-style: none;
  }

  #cs-main-header.navbar .access li .language li {
    color: #675b46;
    font-size: 13px;
    margin: 0 10px 0 0;
  }

  #cs-main-header.navbar .access li .language li:first-child {
    border-right: 0;
    padding-right: 0;
  }

  #cs-main-header.navbar .access li .language li:last-child {
    border-left: 1px solid #ff4800;
    padding-left: 10px;
  }

  #cs-main-header.navbar .access li .language li a {
    color: #ff4800;
    font-weight: 600;
  }

  #cs-main-header.navbar .navbar-header .access {
    margin: 0 15px 0 0;
    padding: 0;
    border: 0;
    list-style: none;
  }

  #cs-main-header.navbar .navbar-header .accessibility {
    display: block;
  }

  #cs-main-header.navbar .navbar-header .accessibility a {
    font-size: 20px;
    margin-top: 5px;
    margin-right: 15px;
    display: block
  }

  #cs-main-header.navbar .navbar-header .dropdown-toggle:after {
    display: none
  }

  #cs-main-header.navbar .navbar-header .accessibility .dropdown-menu {
    left: auto;
    right: 0;
  }

  #cs-main-header.navbar .navbar-header .accessibility .dropdown-menu.show {
    display: block;
  }

  #cs-main-header.navbar .accessibility .dropdown-menu>li {
    font-size: 14px;
  }

  #cs-main-header.navbar .contato {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
  }

  #cs-main-header.navbar .contato p {
    color: #ff4800;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
  }

  #cs-main-header.navbar .contato .btn.orange {
    display: block;
    width: 90%;
    margin: 10px auto 0;
  }

  #cs-main-header.navbar #navigation-clearsale {
    min-height: 100vh;
  }
}
#cs-main-footer {
  background-color: #111;
  color: #fff;
  padding: 80px 0;
}
#cs-main-footer img:hover {
  transform: none;
}
@media (min-width: 1281px) {
  #cs-main-footer .container {
    max-width: 95vw;
    width: auto;
  }
}

@media (min-width: 1600px) {
  #cs-main-footer .subfooter .container {
    max-width: 100%;
    width: auto;
  }
}
#cs-main-footer h3 {
  display: block;
  color: #ff4800;
  font-size: 24px;
  line-height: 21px;
  font-weight: 300;
  margin: 0 0 50px;
}

#cs-main-footer h3 a {
  transition: all .5s ease 0s;
  color: inherit;
}

#cs-main-footer h3 a:hover {
  color: #fff;
}

#cs-main-footer h4 {
  display: block;
  color: #ff4800;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#cs-main-footer h4 a {
  color: inherit;
  transition: all .5s ease 0s;
}
#cs-main-footer h4:hover a {
  color: #ff4800;
}
#cs-main-footer h3, #cs-main-footer h4 {
  font-family: 'Montserrat', sans-serif;
}
#cs-main-footer .col-group+.col-group {
  margin-top: 50px 
}
#cs-main-footer .col-group+.col-group h3 {
  margin: 0 0 40px;
}
#cs-main-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#cs-main-footer ul li a {
  display: block;
  position: relative;
}
#cs-main-footer .col-group ul {
  margin: 0 0 25px;
}
#cs-main-footer .col-group ul:last-child {
  margin: 0;
}
#cs-main-footer .col-group ul li {
  display: block;
  position: relative;
  color: #676767;
  font-size: 15px;
}
#cs-main-footer .col-group+.col-group ul {
  margin: 0;
}
#cs-main-footer .col-group ul li a:before {
  content: '';
  background: linear-gradient(90deg,#111,#ff4800);
  display: block;
  width: 0;
  height: 1px;
  transition: all .5s ease 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}
#cs-main-footer .col-group ul li a:hover:before {
  width:75%;
}
#cs-main-footer ul li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  padding: 12px 0;
  transition: all .5s ease 0s;
}
#cs-main-footer ul li:hover a{
  color: #ff4800;
}
#cs-main-footer .selos {
  display: flex;
  align-items: center;
  list-style: none;
}
#cs-main-footer .selos li {
  margin-right: 30px 
}
#cs-main-footer .selos li:last-child {
  margin-right: 0 
}
#cs-main-footer .social li {
  display: inline-block;
}
#cs-main-footer .social li a {
  padding: 0 16px 0 0;
}
#cs-main-footer .social li:last-child a {
  padding: 0 
}
#cs-main-footer .selos, #cs-main-footer .social {
  margin-top: 50px 
}
#cs-main-footer .subfooter {
  border-top: 1px solid #252525;
  padding: 30px 10px;
  margin-top: 30px;
}
#cs-main-footer .subfooter address {
  color: #676767;
  font-weight: 500;
  font-size: 11px;
  margin: 0 0 0 20px;
  max-width: 500px;
}
#cs-main-footer .subfooter .epic {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #676767;
  font-size: 12px;
}
#cs-main-footer .subfooter .epic a {
  color: #676767;
}
#cs-main-footer .subfooter .epic span {
  color: #ffa200;
}
#cs-main-footer .btn.orange:hover {
  background: #5a35b7;
  color: #fff;
}
#cs-main-footer .link-politica {
  font-size: 12px;
  color: #fff;
}

#cs-main-footer.footer-landing-pages {
  padding: 0;
}

#cs-main-footer.footer-landing-pages .subfooter {
  margin-top: 0;
}

#cs-main-footer .logo-footer {
  max-width: 151px;
}

@media (max-width: 767px) {
  #cs-main-footer {
    padding: 40px 0 0;
  }
  #cs-main-footer .container {
    padding: 0 25px;
  }
  #cs-main-footer h3 {
    font-size: 16px;
    margin: 20px 0;
  }
  #cs-main-footer h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  .flex-mob {
    display: flex;
    flex-wrap: wrap 
  }
  .flex-mob .col-group {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #cs-main-footer .col-group+.col-group {
    margin-top: 20px 
  }
  #cs-main-footer .flex-mob .col-group+.col-group {
    margin-top: 0 
  }
  #cs-main-footer .flex-mob .col-group:nth-child(even) {
    padding: 0 15px 
  }
  #cs-main-footer .col-group+.col-group h3 {
    margin: 20px 0;
  }
  #cs-main-footer .flex-mob .col-group h4 {
    margin: 20px 0 10px;
  }

  #cs-main-footer .col-group ul li {
    font-size: 13px;
  }

  #cs-main-footer .contato {
    border-top: 1px solid #676767;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  #cs-main-footer .contato p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2rem 
  }
  #cs-main-footer .contato .btn {
    display: block;
    padding: 5px 20px;
  }
  #cs-main-footer .selos, #cs-main-footer .social {
    justify-content: center;
    display: flex;
    margin: 10px 0 0 
  }
  #cs-main-footer .subfooter {
    text-align: center;
  }
  #cs-main-footer .subfooter address {
    margin: 10px 0;
    color: #fff;
    font-size: 12px;
  }
  #cs-main-footer .subfooter .epic {
    justify-content: center;
  }

  #cs-main-footer .social li a,
  #cs-main-footer .social li:last-child a {
    padding: 10px 15px;
    font-size: 20px;
  }

  #cs-main-footer .link-politica,
  #cs-main-footer .subfooter .epic a {
    padding: 16px 0;
    display: block;
    color: #fff
  }
}

/*
* Carreiras: css geral para o portal de carreiras
*/
.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 22px;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #c1c1c1;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #ccff2e;
}

.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.owl-carousel .owl-nav button {
  align-items: center;
  background: #ff4800 !important;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  color: #fff !important;
}

.owl-carousel .owl-nav .owl-prev:before {
  transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-prev {
  margin-left: -7px;
}
.owl-carousel .owl-nav .owl-next {
  margin-right: -7px;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav .owl-prev {
    margin-left: -14px;
  }
  .owl-carousel .owl-nav .owl-next {
    margin-right: -14px;
  }
}

.btn, .hs-button {
  border-radius: 20px;
}

.btn.btn-primary:hover,  
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
  transform: none;
}

section {
  padding: 50px 0
}

section h2 {
  font-size: 36px;
  color: #ff4800;
}

section p {
  font-size: 17px;
  line-height: 28px;
  color: #676767;
  margin: 0 0 1.5rem
}

@media (min-width: 1200px) {
  section {
    padding: 100px 0
  }
}

/*
 * cards
 */
.cards {
  margin: 50px 0 0;
}

.cards .card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cards.owl-carousel .owl-stage {
  display: flex;
  margin: 0 auto
}

.cards .card .card-head {
  display: flex;
  align-items: center;
  margin: 0 0 30px
}

.cards .card-head .image {
  width: 75px;
}

.cards .card-head .image.radius img {
  border-radius: 50%;
}

.cards .card-head .text {
  width: calc(100% - 75px);
  padding-left: 20px
}

.cards .card-head .text h3 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}

.cards .card-body p {
  font-size: 13px;
  line-height: 25px;
  color: #000;
}

/*
* mobile
*/
@media (max-width: 767.98px){
  section h2 {
    font-size: 30px;
  }
}