@charset "UTF-8";
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Hand Of Sean";
  src: url("../fonts/HandOfSeanDemo.woff2") format("woff2"), url("fonts/HandOfSeanDemo.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gabarito-v7-latin-regular.woff2") format("woff2"), url("../fonts/gabarito-v7-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gabarito-v7-latin-500.woff2") format("woff2"), url("../fonts/gabarito-v7-latin-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/gabarito-v7-latin-600.woff2") format("woff2"), url("../fonts/gabarito-v7-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gabarito-v7-latin-700.woff2") format("woff2"), url("../fonts/gabarito-v7-latin-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/gabarito-v7-latin-800.woff2") format("woff2"), url("../fonts/gabarito-v7-latin-800.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/gabarito-v7-latin-900.woff2") format("woff2"), url("../fonts/gabarito-v7-latin-900.ttf") format("truetype");
}
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* ## Flexbox grid
--------------------------------------------- */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 480px) {
  .container {
    width: 49rem;
  }
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 640px) {
  .container {
    width: 65rem;
  }
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1023px) {
  .container {
    width: 76rem;
  }
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

body {
  width: 100%;
  font-family: "Gabarito", sans-serif;
  color: #363636;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: #F2F2F6;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mob-nav-active {
  overflow: hidden;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

.responsive-video-wrapper img.lazy {
  transition: all 0.3s ease-out 0s;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 10px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  object-fit: cover;
}

.responsive-iframe-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  /* 16:9 */
  height: 0;
  margin: 0 0 40px 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}
.align-center .button-wrap {
  justify-content: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::selection {
  color: #000;
  background: #ffa200;
}

::-moz-selection {
  color: #000;
  background: #ffa200;
}

::placeholder {
  color: #363636;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .wrap-square img,
  .wrap-16-9 img,
  .wrap-4-3 img {
    padding-bottom: 0;
  }
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 75% 0;
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 10px -20px;
}
.gallery li:before {
  display: none;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 10px 10px 10px;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  display: block;
  padding: 5px 0 0 0;
}

/* ## Text
--------------------------------------------- */
h1,
.h1 {
  font: 700 6em/1 "Gabarito", sans-serif;
  color: #363636;
  margin: 0;
  padding: 0 0 0.25em 0;
}
@media only screen and (max-width: 1023px) {
  h1,
  .h1 {
    font: 700 2em/1.125 "Gabarito", sans-serif;
    padding: 0 0 20px 0;
  }
}

#woo-page h1 {
  font: 700 3em/1 "Gabarito", sans-serif;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 1023px) {
  #woo-page h1 {
    font: 700 2em/1.125 "Gabarito", sans-serif;
  }
}

h2,
.h2 {
  font: 700 3em/1 "Gabarito", sans-serif;
  color: #363636;
  margin: 0;
  padding: 0 0 0.5em 0;
}
@media only screen and (max-width: 1023px) {
  h2,
  .h2 {
    font: 700 1.875em/1.125 "Gabarito", sans-serif;
  }
}

h3,
.h3,
.ginput_container_total,
.entry-summary .product_totals li {
  font: 700 2em/1.25 "Gabarito", sans-serif;
  color: #363636;
  margin: 0;
  padding: 0 0 1em 0;
}
@media only screen and (max-width: 1023px) {
  h3,
  .h3,
  .ginput_container_total,
  .entry-summary .product_totals li {
    font: 700 1.75em/1.25 "Gabarito", sans-serif;
  }
}

.ginput_container {
  margin: 0;
  padding: 0;
}

h4,
.h4 {
  font: 700 1em/2 "Gabarito", sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
}

hr {
  display: block;
  height: 1px;
  background: #363636;
  margin: 0 0 30px 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: underline;
  color: #D14629;
}
a:hover {
  text-decoration: none;
  color: #ffa200;
}
a.text-link {
  color: #363636;
}

p,
label,
address,
td,
th,
li {
  font: 400 1em/2 "Gabarito", sans-serif;
  color: #363636;
  margin: 0;
  padding: 0 0 40px 0;
}

.smaller {
  font-size: 0.875em;
}

.bigger {
  font-size: 1.125rem;
}

.headingfont {
  font-family: "Gabarito", sans-serif;
}

.textfont {
  font-family: "Gabarito", sans-serif;
}

.handwritten {
  font-family: "Gabarito", sans-serif;
}

.with-icon {
  padding-left: 25px;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

.yellow-label {
  display: inline-block;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.yellow-label.reverse svg {
  transform: scaleX(1);
  max-height: 200px;
}
.yellow-label svg {
  transform: scaleX(-1);
}
.yellow-label p {
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 60%;
}
@media only screen and (max-width: 1023px) {
  .yellow-label p {
    max-width: 100%;
  }
}

ul,
ol {
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
ul li:before,
ol li:before {
  position: absolute;
  left: 0;
}

ul li:before {
  display: block;
  height: 6px;
  width: 6px;
  background: #363636;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
}
ul.two-columns {
  column-gap: 40px;
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.three-columns {
  column-gap: 40px;
  column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns {
    column-count: 1;
    column-gap: 0;
  }
}
ul.green-checks {
  padding-bottom: 25px;
}
ul.green-checks li {
  padding-left: 25px;
  padding-bottom: 5px;
}
ul.green-checks li:before {
  top: 1px;
  border-radius: 0;
  background: none;
  height: auto;
  width: auto;
  color: #6CC8A6;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}
ul.flags {
  padding-bottom: 20px;
}
ul.flags li {
  padding-left: 25px;
  padding-bottom: 5px;
}
ul.flags li:before {
  content: "\f11e";
  font-family: "Font Awesome 5 Free";
  background: none !important;
  font-weight: 900;
  top: 0;
  border-radius: 0;
}
ul.with-arrows li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  background: none !important;
  font-weight: 900;
  top: 0;
  border-radius: 0;
}

ol li {
  counter-increment: step-counter;
  padding-left: 25px;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
}

blockquote {
  position: relative;
  display: block;
  background: #ffa200;
  margin-left: 30px;
  margin-bottom: 40px;
  padding: 20px;
}
blockquote:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #D14629;
  content: "";
  left: -30px;
}
blockquote p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 30px 0;
  width: 100%;
}

td,
th {
  text-align: left;
}

th {
  font-weight: 700;
}

.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text legend,
.white-text i,
.white-text a {
  color: #fff;
}
.white-text ul li:before {
  background: #fff;
}
.white-text ol li:before {
  color: #fff;
}

.dark-text h1,
.dark-text .h1,
.dark-text h2,
.dark-text .h2,
.dark-text h3,
.dark-text .h3,
.dark-text ul li,
.dark-text ol li,
.dark-text ul li:before,
.dark-text ol li:before,
.dark-text label,
.dark-text p,
.dark-text span,
.dark-text legend,
.dark-text i,
.dark-text a {
  color: #363636;
}
.dark-text ul li:before {
  background: #363636;
}
.dark-text ol li:before {
  color: #363636;
}

.star-container {
  display: inline-block;
}
.star-container .star {
  display: inline-block;
}

.block {
  padding: 30px 30px 0 30px;
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.with-shadow {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.black-bg {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.white-bg {
  background: #FFF !important;
}

.white-color {
  color: #FFF !important;
}

.half-white-half-blue-bg {
  background: linear-gradient(180deg, #0F0E1E 50%, #f2f2f6 50%);
}

.half-transparent-half-blue-bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 50%, #0F0E1E 50%);
}

.yellow-bg {
  background: #ffa200;
}

.yellow-color {
  color: #ffa200 !important;
}

.red-bg {
  background: #D14629;
}

.red-color {
  color: #D14629 !important;
}

.green-bg {
  background: #6CC8A6;
}

.green-color {
  color: #6CC8A6 !important;
}

.dark-gray-bg {
  background: #363636;
}

.dark-gray-color {
  color: #363636 !important;
}

.blue-bg {
  background: #0F0E1E;
}

.blue-color {
  color: #0F0E1E !important;
}

.home-product-row {
  padding: 20px 0;
}

.img-thumbs {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0;
}
.img-thumbs li {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px 20px 10px;
}
.img-thumbs li:before {
  display: none;
}
.img-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ## Slick slider
--------------------------------------------- */
.slides {
  position: relative;
}
.slides .slick-track {
  display: flex !important;
}
.slides .slick-slide {
  height: inherit !important;
}
.slides .slide {
  float: left;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .slides .slide {
    padding: 0 20px;
  }
}
.slides .slick-list {
  overflow: hidden;
  margin: 0 -20px;
}
.slides .slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .slides .slick-dots {
    margin-top: 10px;
  }
}
.slides .slick-dots li {
  margin: 0 5px;
}
.slides .slick-dots li:hover button {
  background: #D14629 !important;
}
.slides .slick-dots button {
  background: #FFF;
  border: 1px solid #D14629;
}
.slides .slick-active button {
  background: #D14629 !important;
}
.slides .slick-button {
  position: absolute;
  top: 50%;
  font-size: 32px;
  height: 32px;
  width: auto;
  border: 0;
  background: none;
  color: #000;
  line-height: 32px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
  color: #D14629;
}
.slides .slick-button.slick-next {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .slides .slick-button.slick-next {
    right: -10px;
  }
}
.slides .slick-button.slick-prev {
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .slides .slick-button.slick-prev {
    left: -10px;
  }
}
.slides .slick-button:hover {
  color: #ffa200;
}

ul.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  font-size: 0;
  height: 12px;
  width: 12px;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 50%;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
ul.slick-dots li.slick-active button, ul.slick-dots li:hover button {
  background: #000;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  user-select: none;
  text-align: left !important;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font: 400 1em/1.2 "Gabarito", sans-serif;
  border: 1px solid #aaa;
  background: none;
  color: #363636;
  margin: 0;
  text-align: left !important;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  color: #363636;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
.chosen-container .chosen-results {
  color: #363636;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #363636;
}
.chosen-container .chosen-results li:before {
  display: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #363636;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
  color: #aaa;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #aaa;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #363636;
  display: list-item;
  background: #fff;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
  font-style: italic;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #aaa;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #aaa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */
/* @group Retina compatibility */
/* @end */
/* ## Forms styling
--------------------------------------------- */
label,
legend {
  padding-bottom: 10px;
  display: block;
}

.gform_body > label,
.gform_body > legend {
  font-weight: 700;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  font: 400 1em/1.25 "Gabarito", sans-serif;
  color: #363636;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #6CC8A6 !important;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  font-family: "Font Awesome 5 Free";
  padding: 0;
  top: 5px;
  left: 0;
  background: #FFF;
  border: 1px solid #363636;
}

input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before {
  top: 5px;
}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  content: "\f00c";
  position: absolute;
  display: inline-block;
  color: #6CC8A6;
  font-family: "Font Awesome 5 Free";
  left: 3px;
  top: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
  top: 5px;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #363636;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
}

.ginput_container_select,
.ginput_container_multiselect,
.select-wrap,
.woocommerce-ordering {
  display: block;
  position: relative;
  background: #FFF;
  border-radius: 5px;
}
.ginput_container_select:before,
.ginput_container_multiselect:before,
.select-wrap:before,
.woocommerce-ordering:before {
  font-family: "Font Awesome 5 Free";
  color: #363636;
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
}

textarea {
  height: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: #D14629 !important;
}

.gform_wrapper {
  margin: 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_fields {
    gap: 15px;
  }
}
.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper .gfield_checkbox {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield--type-hidden, .gform_wrapper .gfield.hidden-field, .gform_wrapper .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gfield--input-type-total input {
  background: transparent;
  color: #FFF;
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 48px;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gfield--input-type-total input {
    font-size: 36px;
  }
}
@media only screen and (max-width: 750px) {
  .gform_wrapper .gfield--input-type-total input {
    font-size: 24px;
  }
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_required_legend {
  display: none;
}

.gform_footer {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 0 0;
}

body img.gform_ajax_spinner {
  padding: 40px;
  height: auto !important;
  width: auto !important;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  background: #FFF;
  z-index: 1000;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.gfield_required {
  display: inline-block;
  margin-left: 5px;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

.validation_error,
.gform_confirmation_message {
  display: block;
  border: 1px solid #D14629 !important;
  color: #D14629 !important;
  padding: 20px;
  margin: 0 0 20px 0;
  background: #FFF;
}

.gform_confirmation_message {
  background: #FFF;
  border-color: green;
  color: green;
}

.validation_message {
  padding: 10px 0;
  font-style: italic;
  color: #D14629 !important;
}

.ginput_container_fileupload {
  display: block;
  position: relative;
  background: #FFF;
  padding: 20px 20px 10px 20px;
  border: 1px dashed #363636;
  text-align: center;
  border-radius: 5px;
  font-size: 0.875em;
}
.ginput_container_fileupload .screen-reader-text {
  display: block;
  font-style: italic;
}

.inline-form_wrapper .gform_body,
.inline-form_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
}
.inline-form_wrapper .gform_footer {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .inline-form_wrapper .gform_body,
  .inline-form_wrapper .gform_footer {
    display: block;
    width: 100%;
  }
  .inline-form_wrapper .gform_footer {
    padding: 0;
  }
}

.white-text .validation_error,
.white-text .gform_confirmation_message {
  border-color: #FFF;
}
.white-text .validation_message {
  color: #FFF;
}
.white-text input[type=text],
.white-text input[type=number],
.white-text input[type=search],
.white-text input[type=email],
.white-text input[type=tel],
.white-text input[type=password],
.white-text input[type=date],
.white-text input[type=phone],
.white-text input[type=url],
.white-text select,
.white-text textarea {
  border-color: #FFF;
}
.white-text ::-webkit-input-placeholder {
  color: #363636;
}
.white-text :-moz-placeholder {
  color: #363636;
}
.white-text ::-moz-placeholder {
  color: #363636;
}
.white-text :-ms-input- {
  color: #363636;
}

.form-row {
  padding: 0 0 20px 0;
  clear: both;
  display: block;
  position: relative;
}
.form-row.form-row-first {
  padding-right: 10px;
  width: 50%;
  float: left;
  clear: none;
}
@media only screen and (max-width: 640px) {
  .form-row.form-row-first {
    width: 100%;
    padding-right: 0;
  }
}
.form-row.form-row-last {
  padding-left: 10px;
  width: 50%;
  float: left;
  clear: none;
}
@media only screen and (max-width: 640px) {
  .form-row.form-row-last {
    width: 100%;
    padding-left: 0;
  }
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container {
  padding: 0;
  height: 42px;
  position: relative;
  text-align: left;
}
.select2-container ul li:before {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

body .select2-container {
  display: inline-block;
  position: relative;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #363636;
}
body .select2-results__option {
  padding: 10px 20px;
}
body .select2-container--default .select2-selection--single {
  padding: 4px 20px 10px 20px;
  border: 0;
  height: 42px;
  line-height: 1.25;
  border: 0;
  border: 1px solid #363636;
  border-radius: 0;
  border-radius: 5px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: 20px;
  padding-right: 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2;
}
body .select2-search--dropdown .select2-search__field {
  height: 42px;
  padding: 10px 20px;
  font: 400 1em/1.25 "Gabarito", sans-serif;
}

/* ## Datepicker styling
--------------------------------------------- */
.ui-datepicker {
  background: #FFF;
  padding: 20px;
  top: 0;
  width: 260px;
  position: absolute;
  z-index: 200 !important;
  display: none;
  border: 1px solid #363636;
}
.ui-datepicker a {
  color: #363636;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 50%;
  float: left;
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-align: right;
}
.ui-datepicker .ui-datepicker-title {
  clear: both;
  display: block;
  margin: 0 0 10px 0;
  padding-top: 10px;
}
.ui-datepicker .ui-datepicker-title select {
  width: calc(50% - 5px);
  float: left;
  display: block;
  border: 1px solid #363636 !important;
}
.ui-datepicker .ui-datepicker-title select:first-child {
  margin-right: 5px;
}
.ui-datepicker .ui-datepicker-title select:last-child {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-title:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.ui-datepicker .ui-datepicker-calendar th.ui-state-disabled {
  opacity: 0.2;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 700;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit],
.bapf_button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font: 700 1.125em/1 "Gabarito", sans-serif;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  background: transparent;
  color: #363636;
  border: 2px solid transparent;
  transition: all 0.3s ease-out 0s;
}
.button .fa-phone-alt,
input[type=submit] .fa-phone-alt,
button[type=submit] .fa-phone-alt,
.bapf_button .fa-phone-alt {
  display: inline-block;
  margin-right: 5px;
}
.button i,
input[type=submit] i,
button[type=submit] i,
.bapf_button i {
  transition: all 0.3s ease-out 0s;
}
.button.red,
input[type=submit].red,
button[type=submit].red,
.bapf_button.red {
  background: #D14629;
  border-color: #D14629;
  color: #fff;
}
.button.red:hover,
input[type=submit].red:hover,
button[type=submit].red:hover,
.bapf_button.red:hover {
  background: #fff;
  border-color: #D14629;
  color: #D14629;
}
.button.yellow,
input[type=submit].yellow,
button[type=submit].yellow,
.bapf_button.yellow {
  background: #ffa200;
  border-color: #ffa200;
  color: #fff;
}
.button.yellow:hover,
input[type=submit].yellow:hover,
button[type=submit].yellow:hover,
.bapf_button.yellow:hover {
  background: #fff;
  color: #ffa200;
  border-color: #ffa200;
}
.button.yellow:hover i,
input[type=submit].yellow:hover i,
button[type=submit].yellow:hover i,
.bapf_button.yellow:hover i {
  color: #ffa200 !important;
}
.button.ghost-red,
input[type=submit].ghost-red,
button[type=submit].ghost-red,
.bapf_button.ghost-red {
  border-color: #D14629;
  background: white;
  color: #363636;
}
.button.ghost-red:hover,
input[type=submit].ghost-red:hover,
button[type=submit].ghost-red:hover,
.bapf_button.ghost-red:hover {
  background: #D14629;
  color: #fff;
}
.button.ghost-yellow,
input[type=submit].ghost-yellow,
button[type=submit].ghost-yellow,
.bapf_button.ghost-yellow {
  background: #fff;
  border-color: #ffa200;
  color: #ffa200;
}
.button.ghost-yellow:hover,
input[type=submit].ghost-yellow:hover,
button[type=submit].ghost-yellow:hover,
.bapf_button.ghost-yellow:hover {
  background: #ffa200;
  color: #fff;
}
.button.green,
input[type=submit].green,
button[type=submit].green,
.bapf_button.green {
  background: #6CC8A6;
  color: #fff;
  border-color: #6CC8A6;
}
.button.green:hover,
input[type=submit].green:hover,
button[type=submit].green:hover,
.bapf_button.green:hover {
  background: #fff;
  color: #6CC8A6;
  border-color: #6CC8A6;
}
.button.phone-number,
input[type=submit].phone-number,
button[type=submit].phone-number,
.bapf_button.phone-number {
  font-weight: 500;
}
.button.phone-number:hover,
input[type=submit].phone-number:hover,
button[type=submit].phone-number:hover,
.bapf_button.phone-number:hover {
  color: #D14629;
}
.button.black,
input[type=submit].black,
button[type=submit].black,
.bapf_button.black {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button.black span,
input[type=submit].black span,
button[type=submit].black span,
.bapf_button.black span {
  color: #fff;
}
.button.black:hover,
input[type=submit].black:hover,
button[type=submit].black:hover,
.bapf_button.black:hover {
  background: #fff;
  color: #000 !important;
  border-color: #000;
}
.button.black:hover span,
input[type=submit].black:hover span,
button[type=submit].black:hover span,
.bapf_button.black:hover span {
  color: #000 !important;
}
.button.blue,
input[type=submit].blue,
button[type=submit].blue,
.bapf_button.blue {
  background: #0F0E1E;
  color: #fff;
  border-color: #0F0E1E;
}
.button.blue span,
input[type=submit].blue span,
button[type=submit].blue span,
.bapf_button.blue span {
  color: #fff;
}
.button.blue:hover,
input[type=submit].blue:hover,
button[type=submit].blue:hover,
.bapf_button.blue:hover {
  background: #fff;
  color: #0F0E1E !important;
  border-color: #0F0E1E;
}
.button.blue:hover span,
input[type=submit].blue:hover span,
button[type=submit].blue:hover span,
.bapf_button.blue:hover span {
  color: #0F0E1E !important;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width,
.bapf_button.full-width {
  width: 100%;
}
.button:after,
input[type=submit]:after,
button[type=submit]:after,
.bapf_button:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover,
.bapf_button:hover {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit],
  .bapf_button {
    width: 100%;
  }
}

.bapf_button {
  margin-top: 20px;
  background: #D14629;
  border-color: #D14629;
  color: #fff;
}
.bapf_button:hover {
  background: #fff;
  border-color: #D14629;
  color: #D14629;
}

input[type=submit],
button[type=submit],
.checkout-button {
  background: #6CC8A6;
  color: #fff;
  border-color: #6CC8A6;
}
input[type=submit]:hover,
button[type=submit]:hover,
.checkout-button:hover {
  background: #fff;
  color: #6CC8A6;
  border-color: #6CC8A6;
}

.checkout-button {
  width: 100%;
  display: block;
}

.button-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.sm-icons li {
  line-height: 37px;
  padding: 0 0 20px 0;
  margin: 0;
}
.sm-icons li:last-child {
  padding-bottom: 0;
}
.sm-icons li:before {
  display: none;
}
.sm-icons li a {
  display: block;
  color: #363636;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.sm-icons li a i {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: #ffa200;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin-right: 10px;
  transition: all 0.3s ease-out 0s;
}
.sm-icons li a:hover {
  color: #D14629;
}
.sm-icons li a:hover i {
  background: #D14629;
}

.sm-share-buttons li:before {
  display: none;
}
.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1440px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .responsive-iframe-wrapper .play-button,
  .responsive-video-wrapper .play-button {
    height: 60px;
    width: 60px;
  }
}
.responsive-iframe-wrapper .play-button i,
.responsive-video-wrapper .play-button i {
  transition: all 0.3s ease-out 0s;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-out 0s;
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover i,
.responsive-video-wrapper .play-button:hover i {
  transform: scale(1.25);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* ## Header
--------------------------------------------- */
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 14px 0;
  z-index: 500;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
  .main-header {
    padding: 10px 0;
  }
}
.main-header .site-logo {
  height: 60px;
  width: 318px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.main-header .site-logo img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1440px) {
  .main-header .site-logo {
    max-height: 50px;
    height: 50px;
    width: auto !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .site-logo {
    max-height: 40px;
    height: 40px;
    width: auto !important;
  }
}

.mob-nav-buttons {
  flex: 1;
}

#nav-bar .menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #nav-bar .menu-wrapper {
    display: none;
  }
}
#nav-bar .main-nav-wrap,
#nav-bar .top-buttons {
  float: left;
}
#nav-bar .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.main-nav-wrap ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
}
.main-nav-wrap ul li {
  display: table-cell;
  margin: 0;
  padding: 0 30px 0 0;
  font: 500 1.125em/1.4 "Gabarito", sans-serif;
}
@media only screen and (max-width: 1280px) {
  .main-nav-wrap ul li {
    padding-right: 20px;
  }
  .main-nav-wrap ul li:last-child {
    padding-right: 0;
  }
}
.main-nav-wrap ul li:before {
  display: none;
}
.main-nav-wrap ul li a {
  color: #363636;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0;
}
.main-nav-wrap ul li:hover > a, .main-nav-wrap ul li.current-menu-ancestor > a, .main-nav-wrap ul li.current-menu-item > a, .main-nav-wrap ul li.current_page_ancestor > a, .main-nav-wrap ul li.current_page_item > a {
  color: #D14629;
}
.main-nav-wrap ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #fff;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
  padding: 20px;
  min-width: 200px;
  flex-direction: column;
  align-items: flex-start;
}
.main-nav-wrap ul li.menu-item-has-children .sub-menu li {
  padding: 0;
  padding-bottom: 20px;
}
.main-nav-wrap ul li.menu-item-has-children .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.main-nav-wrap ul li.menu-item-has-children .sub-menu a {
  font-size: 18px;
  padding: 0;
  gap: 0.5rem;
}
.main-nav-wrap ul li .menu-item__toggle {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin-left: 3px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.main-nav-wrap ul li .menu-item__toggle svg {
  width: 100%;
  height: 100%;
}
.main-nav-wrap ul li:hover .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.main-nav-wrap ul li:hover .menu-item__toggle {
  transform: rotate(180deg);
}

.top-buttons ul {
  display: table;
  margin: 0;
  padding: 0;
}
.top-buttons ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
}
.top-buttons ul li a {
  font-size: 1.125em;
}
.top-buttons ul li:before {
  display: none;
}
.top-buttons .cart-button {
  position: relative;
  margin-left: 30px;
  color: #363636;
  font-size: 24px;
}
.top-buttons .cart-button:hover {
  color: #ffa200;
}
.top-buttons .cart-button .amount {
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #6CC8A6;
  color: #fff;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.top-buttons .cart-button.loaded .amount {
  opacity: 1;
}

/* ## Main
--------------------------------------------- */
.wrap {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.wrap.full-width {
  max-width: 100%;
}
.wrap__product-content-wrap {
  max-width: 800px;
}
.wrap__content-wrap {
  max-width: 960px;
}
.wrap__small-wrap {
  max-width: 1280px;
}
.wrap__inner-wrap {
  max-width: 1400px;
}

.inner-wrap {
  max-width: 1120px;
}

.text-wrap {
  max-width: 960px;
}

#main {
  position: relative;
  padding: 88px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 80px;
  }
}

.content-row-small {
  padding: 15px 0 15px 0;
}
@media only screen and (max-width: 1023px) {
  .content-row-small {
    padding: 0;
  }
}

.content-row {
  position: relative;
  padding: 50px 0 50px 0;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    width: 100%;
  }
}
.content-row.half-black-right .row > div {
  position: relative;
  z-index: 5;
}
.content-row.half-black-right .bg-swirl {
  position: absolute;
  left: 50%;
  top: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: auto;
  z-index: 2;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .content-row.half-black-right .bg-swirl {
    display: none;
  }
}
.content-row.half-black-right:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 50%;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .content-row.half-black-right:before {
    display: none;
  }
}
.content-row.has-black-swirl-left .black-swirl-left {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .content-row.has-black-swirl-left .black-swirl-left {
    display: none;
  }
}
.content-row.has-black-swirl-left .wrap {
  z-index: 5;
}

.rotated-label {
  display: block;
  padding: 20px;
  width: auto;
  background: #fff;
  color: #ffa200;
  transform: rotate(3deg);
  text-align: center;
  margin: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .rotated-label {
    margin: 0;
    transform: none;
  }
}

.page-header {
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .page-header {
    padding: 40px 0;
  }
}

.page-header__left,
.about-header__left {
  padding: 100px 20px;
}
@media only screen and (max-width: 1023px) {
  .page-header__left,
  .about-header__left {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .page-header__left,
  .about-header__left {
    padding: 20px 20px;
  }
}
.page-header__left p:last-of-type,
.about-header__left p:last-of-type {
  padding-bottom: 0;
}
.page-header:before,
.about-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(15, 14, 30);
  background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgb(15, 14, 30) 10%, rgba(15, 14, 30, 0) 100%);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .page-header:before,
  .about-header:before {
    background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgba(15, 14, 30, 0) 100%);
  }
}
.page-header .wrap,
.about-header .wrap {
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .page-header .bg-img,
  .about-header .bg-img {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .page-header .align-right {
    text-align: left;
  }
}
.page-header__content p {
  max-width: 600px;
}
@media only screen and (max-width: 1023px) {
  .page-header__content p {
    max-width: 100%;
  }
}
.page-header .race-master {
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  transform: translateX(-50%);
  width: 218px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .page-header .race-master {
    display: none;
  }
}
.page-header .graphic-quote {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .page-header .graphic-quote {
    display: none;
  }
}
.page-header .graphic-quote:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.page-header .graphic-quote .quote {
  padding: 20px;
  width: calc(100% - 80px);
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-header .graphic-quote {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about-header .graphic-quote {
    display: none;
  }
}
.about-header .graphic-quote:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.about-header .graphic-quote .quote {
  padding: 20px;
  width: calc(100% - 170px);
  float: left;
}
.about-header .graphic-quote .racemaster-about {
  width: 190px;
  height: auto;
  margin-left: 0;
  margin-bottom: -90px;
  margin-top: -10px;
}

@media only screen and (max-width: 1023px) {
  .landing-header .align-right,
  .contact-header .align-right {
    text-align: left;
  }
  .landing-header .bg-img,
  .contact-header .bg-img {
    display: none;
  }
}
.landing-header__cta,
.contact-header__cta {
  max-width: 670px;
}
@media only screen and (max-width: 1023px) {
  .landing-header__cta,
  .contact-header__cta {
    max-width: 100%;
    width: 100%;
  }
}
.landing-header__cta p:last-of-type,
.contact-header__cta p:last-of-type {
  padding-bottom: 0;
}
.landing-header__left,
.contact-header__left {
  padding: 50px 20px;
}
@media only screen and (max-width: 1023px) {
  .landing-header__left,
  .contact-header__left {
    padding: 20px 20px;
  }
}
.landing-header__right,
.contact-header__right {
  padding: 50px 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .landing-header__right,
  .contact-header__right {
    padding: 20px 20px;
  }
}
.landing-header:before,
.contact-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(15, 14, 30);
  background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgb(15, 14, 30) 10%, rgba(15, 14, 30, 0) 100%);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .landing-header:before,
  .contact-header:before {
    display: none;
  }
}
.landing-header .wrap,
.contact-header .wrap {
  z-index: 5;
}

@media only screen and (max-width: 1023px) {
  body.page-template-front-page .packages-slider {
    padding-top: 0 !important;
  }
}

.packages-slider.package-slider-page h2 {
  text-align: center;
}
.packages-slider .bg-swirl-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .packages-slider .bg-swirl-white {
    display: none;
  }
}
.packages-slider .slide {
  height: 100%;
}
.packages-slider .slide.popular .block:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid #6CC8A6;
  display: block;
  position: absolute;
  border-radius: 20px;
}

.package-slide {
  margin: 10px 0;
  height: 100%;
  border-radius: 20px;
  user-select: none;
}
.package-slide h3 {
  padding: 0 0 20px 0;
}
.package-slide .feat-img {
  margin: -20px -20px 20px -20px;
  padding: 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .package-slide .feat-img {
    margin: 0;
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.package-slide .feat-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  height: 310px;
  object-fit: cover;
}
.package-slide ul li {
  text-align: left;
}

span.popular {
  height: 38px;
  width: 140px;
  text-align: center;
  background: #6CC8A6;
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.buttons-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttons-ul .view-package {
  color: #363636;
  text-decoration: underline;
  transition: all 0.3s ease-out 0s;
}
.buttons-ul .view-package:hover {
  text-decoration: none;
}
.buttons-ul li {
  display: block;
  padding: 0 0 10px 0;
}
.buttons-ul li:before {
  display: none;
}
.buttons-ul li:last-child {
  padding-bottom: 0;
}
.buttons-ul li a {
  display: block;
  width: 100%;
}

.sitting-graphic-quote {
  position: relative;
  width: 50%;
  margin-left: 50%;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .sitting-graphic-quote {
    display: none;
  }
}
.sitting-graphic-quote:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
.sitting-graphic-quote .quote {
  padding: 20px;
  width: calc(100% - 170px);
  float: right;
  margin-left: 300px;
  transform: rotate(5deg);
}
.sitting-graphic-quote .race-master {
  width: 216px;
  height: auto;
  float: left;
  margin-bottom: -90px;
  margin-top: -200px;
  z-index: 2;
  position: relative;
}

.newsletter-signup .gform_wrapper .gfield--input-type-text,
.newsletter-signup .gform_wrapper .gfield--type-email {
  max-width: 400px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-signup .gform_wrapper .gfield--input-type-text,
  .newsletter-signup .gform_wrapper .gfield--type-email {
    max-width: 100%;
  }
}
.newsletter-signup__left {
  padding: 100px 20px;
}
@media only screen and (max-width: 1023px) {
  .newsletter-signup__left {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .newsletter-signup__left {
    padding: 0 20px;
  }
}
.newsletter-signup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(15, 14, 30);
  background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgb(15, 14, 30) 10%, rgba(15, 14, 30, 0) 100%);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .newsletter-signup:before {
    background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgba(15, 14, 30, 0) 100%);
  }
}
.newsletter-signup .wrap {
  position: relative;
  z-index: 1;
}

.action-block {
  display: inline-block;
  position: relative;
  float: right;
}
.action-block .race-master {
  width: 240px;
  height: auto;
  position: absolute;
  bottom: -33px;
  right: -20px;
  margin-bottom: -60px;
  z-index: 3;
}
.action-block .text-block {
  width: 100%;
  height: auto;
  text-align: center;
  float: right;
  padding-right: 160px;
  padding-left: 60px;
  padding-right: 160px;
  padding-bottom: 90px;
}
.action-block .text-block p {
  font: 700 2.25em/1.2 "Gabarito", sans-serif;
  margin: 0;
  padding: 0;
}
.action-block .text-block p span {
  color: #ffa200 !important;
}
@media only screen and (max-width: 1023px) {
  .action-block {
    float: none;
  }
  .action-block .race-master {
    display: none;
  }
  .action-block .text-block {
    width: calc(100% + 40px);
    text-align: center;
    height: auto;
    border-radius: 0;
    transform: none;
    margin: 0 -20px -10px -20px;
    padding: 20px;
  }
  .action-block .text-block p {
    margin: 0;
    padding: 0;
    font: 700 1.75em/1.25 "Gabarito", sans-serif;
  }
}

.landing-content,
.contact-content {
  position: relative;
  z-index: 5;
}

/* ## Blog lay-out
--------------------------------------------- */
/* ## Modal
--------------------------------------------- */
.modal-wrapper {
  position: fixed;
  z-index: 500;
  background: rgba(0, 0, 0, 0.47);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.modal-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.modal-wrapper.active .modal-content-wrapper {
  transform: translate(-50%, -50%) scale(1);
}

.modal-content-wrapper {
  background: #fff;
  border-radius: 20px;
  max-width: 730px;
  width: 80%;
  height: 80%;
  max-height: 540px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  cursor: pointer;
  clear: both;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  .modal-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal-content-container {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1023px) {
  .modal-content-container {
    width: calc(100% - 40px);
  }
}

.close-modal {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  padding: 23px 12px 10px 12px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}
.close-modal span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  position: relative;
}
.close-modal span:first-child {
  transform: rotate(45deg);
}
.close-modal span:last-child {
  transform: rotate(-45deg);
  top: -3px;
}
.close-modal:hover {
  background: #000;
}

/* ## Footer
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .main-footer {
    padding-bottom: 66px;
  }
}

.footer-buttons ul {
  display: table;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
.footer-buttons ul li {
  display: table-cell;
  margin: 0;
  padding: 0 20px 0 0;
}
.footer-buttons ul li:last-child {
  padding-right: 0;
}
.footer-buttons ul li a {
  font-size: 1.125em;
}
.footer-buttons ul li:before {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer-buttons ul {
    display: block;
  }
  .footer-buttons ul li {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .footer-buttons ul li:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #footer-nav .last-block ul {
    padding-bottom: 0;
  }
}
#footer-nav .textwidget ul:not(.sm-icons) li {
  padding-left: 0;
}
#footer-nav .textwidget ul:not(.sm-icons) li:before {
  display: none;
}
#footer-nav .textwidget ul:not(.sm-icons) li a {
  color: #363636;
  text-decoration: none;
}
#footer-nav .textwidget ul:not(.sm-icons) li a:hover {
  text-decoration: underline;
}

.copyright {
  padding: 0 0 20px 0;
}
.copyright hr {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1023px) {
  .copyright .float-left {
    margin-bottom: 10px;
  }
}
.copyright p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .copyright p {
    text-align: center !important;
    width: 100%;
  }
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .copyright {
    text-align: center !important;
  }
}

/* ## Mobile
--------------------------------------------- */
.show-mob-nav {
  float: right;
  height: 60px;
  width: 60px;
  text-align: center;
  background: none;
  padding: 0;
  border: 0;
  background: #fff;
  padding: 15px;
  background: #ffa200;
}
@media only screen and (max-width: 480px) {
  .show-mob-nav {
    margin-left: 10px;
  }
}
.show-mob-nav span {
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}
.show-mob-nav span:last-child {
  margin-bottom: 0;
}
.show-mob-nav.active span:last-child {
  visibility: hidden;
  opacity: 0;
}
.show-mob-nav.active span:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.show-mob-nav.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0px;
}

#mobile-navigation {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 199;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
#mobile-navigation #mob-search {
  margin: 20px 0 10px 0;
}
#mobile-navigation #mob-search .search-form {
  display: block;
  position: relative;
}
#mobile-navigation #mob-search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #363636;
  background: none;
  padding: 0 20px;
  width: auto;
}
#mobile-navigation #mob-search button[type=submit]:after {
  display: none;
}
#mobile-navigation .menu {
  display: block;
  margin: 0 -20px;
}
#mobile-navigation .menu img {
  display: none;
}
#mobile-navigation .menu li {
  display: block;
  margin: 0;
  padding: 0;
  font: 400 1.125em/1.625 "Gabarito", sans-serif;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  position: relative;
}
#mobile-navigation .menu li:last-child {
  border-bottom: 0;
}
#mobile-navigation .menu li:before {
  display: none;
}
#mobile-navigation .menu li a {
  padding: 20px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  color: #363636;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#mobile-navigation .menu li .menu-item__toggle {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  flex: 1;
}
#mobile-navigation .menu li .menu-item__toggle svg {
  width: 100%;
  height: 100%;
}
#mobile-navigation .menu li.current-menu-item > a, #mobile-navigation .menu li.current-menu-ancestor > a, #mobile-navigation .menu li.current_page_item > a, #mobile-navigation .menu li.current_page_ancestor > a {
  color: #D14629;
}
#mobile-navigation .menu li .expand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #363636;
  width: 62px;
  transition: all 0.3s ease-out 0s;
}
#mobile-navigation .menu li .expand i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1px;
}
#mobile-navigation .menu li .expand.active {
  transform: rotate(180deg);
}
#mobile-navigation .menu li:before {
  display: none;
}
#mobile-navigation .menu li .sub-menu {
  display: none;
  padding: 0 0 10px 0;
}
#mobile-navigation .menu li .sub-menu li {
  font-size: 0.875em;
  border: 0;
  font-weight: 400;
}
#mobile-navigation .menu li .sub-menu li a {
  padding-left: 40px;
  font-family: "Gabarito", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-navigation .menu li .sub-menu .sub-menu li {
  text-transform: none;
}
#mobile-navigation .menu li .sub-menu .sub-menu li a {
  padding-left: 60px;
}

#mobile-cta-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid rgba(15, 14, 30, 0.5);
}
#mobile-cta-buttons ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#mobile-cta-buttons ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(15, 14, 30, 0.5);
}
#mobile-cta-buttons ul li:before {
  display: none;
}
#mobile-cta-buttons ul li:last-child {
  border-right: 0;
}
#mobile-cta-buttons ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  color: #363636;
  text-decoration: none;
  text-align: center;
  position: relative;
}
#mobile-cta-buttons ul li a .icon img {
  height: 16px;
  width: auto;
  display: inline-block;
}
#mobile-cta-buttons ul li .text {
  font-size: 12px;
  line-height: 14px;
  display: block;
}
#mobile-cta-buttons ul li .cart-button .amount {
  left: 50%;
  top: 50%;
  transform: translate(25%, -100%);
  background: #D14629;
  color: #fff;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 22px;
}
#mobile-cta-buttons .widget_shopping_cart_content {
  display: none !important;
}

.error404 .breadcrumbs p,
.search .breadcrumbs p {
  color: #363636;
}
.error404 .breadcrumbs p a,
.search .breadcrumbs p a {
  color: #363636;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    padding: 15px 0;
  }
}
.breadcrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #FFF;
  padding: 0;
}
.breadcrumbs p a {
  text-decoration: none;
  color: #FFF;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## General
--------------------------------------------- */
.woocommerce-message,
.woocommerce-info {
  padding: 30px 20px;
  margin: 0 0 40px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font: 400 0.875em/1.25 "Gabarito", sans-serif;
  color: #363636;
}
.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  padding: 0;
  color: #363636;
  text-decoration: underline;
  text-transform: none;
}
.woocommerce-message:after,
.woocommerce-info:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-message,
  .woocommerce-info {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .woocommerce-message .button,
  .woocommerce-info .button {
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: auto;
  }
}

.col2-set {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.col2-set .col-1,
.col2-set .col-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 750px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

table.shop_table {
  margin-top: 20px;
}
table.shop_table th {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.05);
}
table.shop_table tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.02);
}
table.shop_table th,
table.shop_table td {
  padding: 20px;
}
table.shop_table th p,
table.shop_table td p {
  margin: 0;
  padding: 0;
}
table.shop_table th.product-thumbnail,
table.shop_table td.product-thumbnail {
  display: none;
}
table.shop_table th.product-name a,
table.shop_table td.product-name a {
  color: #363636;
  text-decoration: none;
}
ul.bulleted {
  margin: 0;
  padding: 0;
}
ul.bulleted li {
  padding-left: 0;
}
ul.bulleted li:before {
  position: relative;
  background: none;
  content: "-";
  display: inline-block;
  top: 0;
  margin-right: 5px;
}

table.cart .variation {
  font-size: 14px;
}
table.cart .variation:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
table.cart .variation dt,
table.cart .variation dd {
  float: left;
  display: inline-block;
}
table.cart .variation dd {
  padding-left: 5px;
}
table.cart .variation dt {
  clear: both;
}
table.cart .variation .variation-Extraopties {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
table.cart .product-remove a {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  border-radius: 50%;
  background: #363636;
}
table.cart .product-remove a:hover {
  background: #D14629;
}
table.cart .actions {
  border-top: 10px solid #fff;
  text-align: right;
}
table.cart .actions:after {
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  clear: both;
}
table.cart .actions button[name=apply_coupon] {
  background: #363636;
  border-color: #363636;
}
table.cart .actions button[name=apply_coupon]:hover {
  background: #fff;
  border-color: #363636;
  color: #363636;
}
table.cart .actions button[name=update_cart] {
  background: #ffa200;
  border-color: #ffa200;
  color: #fff;
}
table.cart .actions button[name=update_cart]:hover {
  background: #fff;
  color: #ffa200;
  border-color: #ffa200;
}
table.cart .coupon {
  float: left;
}
table.cart .coupon label {
  display: none;
}
table.cart .coupon input,
table.cart .coupon button {
  display: inline-block;
  text-align: left;
}
table.cart .coupon input {
  width: 200px;
  margin-right: 10px;
}

.woocommerce-checkout-review-order .product-quantity {
  display: none;
}
.woocommerce-checkout-review-order .variation {
  font-size: 0.875em;
}

@media only screen and (max-width: 640px) {
  table.shop_table {
    margin-top: 0;
  }
  table.shop_table td,
  table.shop_table th {
    padding: 10px;
  }
  table.shop_table_responsive {
    display: block;
    width: 100%;
  }
  table.shop_table_responsive thead,
  table.shop_table_responsive tbody,
  table.shop_table_responsive th,
  table.shop_table_responsive td,
  table.shop_table_responsive tr {
    display: block;
    width: 100%;
  }
  table.shop_table_responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.shop_table_responsive td,
  table.shop_table_responsive th {
    padding: 10px;
  }
  table.shop_table_responsive td {
    position: relative;
  }
  table.shop_table_responsive td:before {
    content: attr(data-title) ": ";
  }
  table.shop_table_responsive td.product-remove:before, table.shop_table_responsive td.actions:before {
    content: "";
  }
  table.shop_table_responsive .cart_item td {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .shop-sidebar {
    order: 2;
  }
}
.shop-sidebar__inner {
  background: #FFF;
  padding: 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 1440px) {
  .shop-sidebar__inner {
    padding: 30px;
  }
}
.shop-sidebar__inner .sidebar-categories .current-cat a {
  font-weight: 700;
}
.shop-sidebar__inner .sidebar-categories a {
  text-decoration: none;
}
.shop-sidebar__inner .sidebar-categories a:hover {
  text-decoration: underline;
}
.shop-sidebar__inner .sidebar-categories li {
  padding: 0;
  margin: 0;
}
.shop-sidebar__inner .sidebar-categories li:before {
  display: none;
}
.shop-sidebar__inner p.h3 {
  padding-bottom: 20px;
}
.shop-sidebar__inner .bapf_sfilter {
  margin-bottom: 0;
}
.shop-sidebar__inner .bapf_head h3 {
  padding-bottom: 20px;
}
.shop-sidebar__inner .sidebar-filters ul:last-of-type {
  padding: 0;
}
.shop-sidebar__inner .bapf_body li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px !important;
}
.shop-sidebar__inner .bapf_body li:last-of-type {
  margin-bottom: 0 !important;
}
.shop-sidebar__advice {
  margin-top: 40px;
  border-radius: 20px;
  background: #203451;
  color: #FFF;
  padding: 40px;
}
@media only screen and (max-width: 1440px) {
  .shop-sidebar__advice {
    padding: 30px;
    margin-top: 30px;
  }
}
.shop-sidebar__advice__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.shop-sidebar__advice__title h3 {
  max-width: 140px;
  width: 140px;
}
.shop-sidebar__advice__description a {
  text-decoration: none;
}
.shop-sidebar__advice__description a:hover {
  text-decoration: underline;
}
.shop-sidebar__advice h3,
.shop-sidebar__advice p,
.shop-sidebar__advice a {
  color: #FFF !important;
  margin: 0;
  padding: 0;
}
.shop-sidebar__advice .sitting-racemaster {
  max-width: 140px;
  width: 140px;
  max-height: 140px;
  height: 140px;
}
.shop-sidebar__contact {
  margin-top: 40px;
  border-radius: 20px;
  color: #FFF;
  padding: 40px;
  background: #D14629;
}
@media only screen and (max-width: 1440px) {
  .shop-sidebar__contact {
    padding: 30px;
    margin-top: 30px;
  }
}
.shop-sidebar__contact h2,
.shop-sidebar__contact h3 {
  padding-bottom: 20px;
}
.shop-sidebar__contact p {
  padding-bottom: 20px;
}
.shop-sidebar__contact p:last-of-type {
  margin: 0;
  padding: 0;
}
.shop-sidebar__review {
  margin-top: 40px;
  border-radius: 20px;
  color: #363636;
  padding: 40px;
  background: #FFF;
}
@media only screen and (max-width: 1440px) {
  .shop-sidebar__review {
    padding: 30px;
    margin-top: 30px;
  }
}
.shop-sidebar__review .review-image {
  max-height: 60px;
  max-width: fit-content;
  margin-bottom: 20px;
}
.shop-sidebar__review h2,
.shop-sidebar__review h3 {
  padding-bottom: 20px;
}
.shop-sidebar__review p {
  padding-bottom: 20px;
}
.shop-sidebar__review p:last-of-type {
  margin: 0;
  padding: 0;
}

/* ## Archive
--------------------------------------------- */
.shop-archive-wrap {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 3fr);
  gap: 140px;
  position: relative;
  padding-bottom: 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1600px) {
  .shop-archive-wrap {
    gap: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .shop-archive-wrap {
    grid-template-columns: minmax(0, 340px) minmax(0, 3fr);
    gap: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .shop-archive-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 20px;
  }
}

.woocommerce-products-header__title {
  color: #ffa200 !important;
}

.woocommerce-loop-product__title {
  padding-bottom: 20px;
}

ul.products {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
  clear: both;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  ul.products {
    margin-top: 0;
  }
}
ul.products > li {
  position: relative;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  margin: 0 0 40px 0;
}
ul.products > li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  ul.products > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  ul.products > li {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.woocommerce-result-count {
  float: left;
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 0.875em;
}
@media only screen and (max-width: 750px) {
  .woocommerce-result-count {
    float: none;
    margin-bottom: 0;
    padding: 0 0 10px 0;
  }
}

.woocommerce-ordering {
  float: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .woocommerce-ordering {
    float: none;
  }
}

.product-summary {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
}
.product-summary.popular {
  border-color: #6CC8A6;
}
.product-summary a {
  text-decoration: none;
}
.product-summary .price {
  color: #363636;
  font: 700 2em/1.25 "Gabarito", sans-serif;
  padding: 0 0 1em 0;
  display: block;
}
.product-summary .feat-img {
  margin: -20px -20px 20px -20px;
  border-radius: 10px;
  max-height: 220px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product-summary .feat-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-summary .buttons-ul {
  margin: 0;
  padding: 0;
}

/* ## Single
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .single-product .product .block {
    padding: 0;
  }
}
.single-product #information {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .single-product #information .wrap {
    padding: 0;
  }
  .single-product #information .wrap p:last-of-type {
    padding-bottom: 0;
  }
}

.product_title {
  color: #ffa200 !important;
}

#single-product-gallery {
  padding-bottom: 30px;
  overflow: hidden;
}
#single-product-gallery figure {
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
#single-product-gallery figure img {
  display: inline-block;
}
#single-product-gallery figure.video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 62px;
  color: #ffa200;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#single-product-gallery figure.video .enlarge-img {
  display: none;
}
#single-product-gallery figure.video img {
  filter: blur(5px);
}
#single-product-gallery figure.video:hover:after {
  color: #D14629;
}

.enlarge-img {
  height: 42px;
  width: 42px;
  background: #D14629;
  color: #fff;
  text-align: center;
  line-height: 42px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.enlarge-img:hover {
  background: #ffa200;
  color: #fff;
}

.flexslider .slides {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider .slides li {
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.flexslider .slides li figure {
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.flexslider .slides li img {
  padding: 10px;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.flexslider .slides li:before {
  display: none;
}
.flexslider .slides li.video-thumb {
  background: #000;
}
.flexslider .slides li.video-thumb img {
  opacity: 0.6;
}
.flexslider .slides li.video-thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 42px;
  color: #ffa200;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#single-product-carousel .slides li {
  border-radius: 10px;
}
#single-product-carousel .slides li figure {
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#single-product-carousel .slides li img {
  padding: 5px;
  background: #FFF;
  border-radius: 14px;
  overflow: hidden;
}

.flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -10px 0 0 0;
  padding: 0;
}
.flex-direction-nav li {
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.flex-direction-nav li:before {
  display: none;
}
.flex-direction-nav li.flex-nav-prev {
  left: 10px;
}
.flex-direction-nav li.flex-nav-next {
  right: 10px;
}
.flex-direction-nav li a {
  color: #363636;
  font-size: 20px;
  line-height: 20px;
  position: relative;
}
.flex-direction-nav li a:hover {
  color: #ffa200;
}

#single-product-slider {
  padding: 0 0 15px 0;
}

#single-product-carousel {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1023px) {
  #single-product-carousel {
    margin: 0;
  }
}
#single-product-carousel li.flex-active-slide {
  opacity: 0.5;
}
#single-product-carousel li img {
  height: 140px;
  width: 100%;
  object-fit: cover;
}

.entry-summary .green-checks {
  margin-top: -20px;
}
.entry-summary .price {
  font-size: 1.125em;
  margin: 0;
  padding: 0 0 20px 0;
}
.entry-summary .gform_wrapper {
  padding: 0;
}
.entry-summary .cart .extra-options > label {
  font-size: 1.125em;
  font-weight: 700;
}
.entry-summary .cart .quantity {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
}
.entry-summary .cart .quantity .screen-reader-text {
  display: none;
}
.entry-summary .cart button[type=submit] {
  width: 100%;
}
.entry-summary .product_totals {
  padding-bottom: 15px;
}
.entry-summary .product_totals label,
.entry-summary .product_totals .ginput_container {
  display: inline;
  font-weight: 700;
  text-transform: none;
}
.entry-summary .product_totals .gfield {
  margin: 0;
  padding: 0;
}
#max-amount-reached {
  display: none;
}
#max-amount-reached p {
  padding: 0 0 10px 0;
}

#wc-bookings-booking-form {
  position: relative;
  padding-bottom: 30px;
}
#wc-bookings-booking-form .wc-bookings-booking-cost {
  font-size: 0;
}
#wc-bookings-booking-form .wc-bookings-booking-cost .booking-error {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #D14629;
}
#wc-bookings-booking-form fieldset {
  margin: 0;
  padding: 0;
}
#wc-bookings-booking-form .ui-datepicker {
  width: auto;
  max-width: 400px;
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header > a {
  z-index: 10;
  position: absolute;
  top: -7px;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #ffa200;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  font-size: 0;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
#wc-bookings-booking-form .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
#wc-bookings-booking-form .ui-datepicker-calendar thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#wc-bookings-booking-form .ui-datepicker-calendar tr td {
  padding: 10px 0;
}
#wc-bookings-booking-form .ui-datepicker-calendar tr td a {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  font-weight: 700;
}
#wc-bookings-booking-form .ui-datepicker-calendar tr td a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wc-bookings-booking-form .ui-datepicker-calendar tr td.bookable-range a {
  background: #6CC8A6;
  color: #fff;
}
#wc-bookings-booking-form .ui-datepicker-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.25;
  margin-top: -30px;
  display: block;
  position: relative;
}

/* ## Checkout
--------------------------------------------- */
.wc-proceed-to-checkout {
  padding-bottom: 40px;
}

.cart_totals h2,
h3#order_review_heading,
#order_review .h3,
.woocommerce-additional-fields h,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  font-size: 2em;
  color: #363636;
  padding-bottom: 10px;
}

.checkout_coupon {
  margin-top: -30px;
  padding-bottom: 20px;
}
.checkout_coupon p:not(.form-row) {
  margin: 0;
  padding: 0 0 10px 0;
}

#billing_country_field {
  display: none;
}

#customer_details > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
#customer_details .col-2 {
  padding-top: 20px;
}

#ship-to-different-address {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#ship-to-different-address label {
  font-weight: 700;
  line-height: 1.25;
}
#ship-to-different-address label span {
  text-transform: uppercase !important;
}
#ship-to-different-address span:before {
  top: 14px;
}
#ship-to-different-address span:after {
  top: 16px;
}
@media only screen and (max-width: 1023px) {
  #ship-to-different-address span:before {
    top: 8px;
  }
  #ship-to-different-address span:after {
    top: 10px;
  }
}

#shipping_method {
  display: block;
  margin: 0;
  padding: 0;
}
#shipping_method li {
  display: block;
  margin: 0;
  padding: 0;
}
#shipping_method li:before {
  display: none;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  position: relative;
  z-index: 5;
}

.payment_box {
  position: relative;
  z-index: 5;
}

.wc_payment_methods {
  margin-top: 0;
}
.wc_payment_methods li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.wc_payment_methods li label {
  font-weight: 400;
}
.wc_payment_methods li > label {
  padding-right: 30px;
}
.wc_payment_methods li img {
  position: absolute;
  right: 0;
  top: 3px;
}
.wc_payment_methods li:before {
  display: none;
}
.wc_payment_methods li p {
  padding: 10px 0;
  font-size: 0.875em;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  position: relative;
  z-index: 5;
}

.woocommerce-terms-and-conditions-wrapper .required {
  display: none;
}

#place_order {
  width: 100%;
  margin: 0 0 20px 0;
}

.woocommerce-error {
  display: block;
  padding: 20px 30px 20px 30px;
  margin: 0 0 30px 0;
  border: 1px solid red;
  border-radius: 20px;
}
.woocommerce-error li {
  font-weight: 400;
  padding-left: 30px;
}
.woocommerce-error li:before {
  color: red;
  content: "\f05a";
  background: none;
  border-radius: 0;
  font-family: "Font Awesome 5 Free";
  top: 0;
  font-weight: 900;
}

.shipping-calculator-form {
  padding-top: 20px;
}
.shipping-calculator-form .form-row {
  padding-bottom: 10px;
}
.shipping-calculator-form button {
  width: 100%;
  background: #363636;
  border-color: #363636;
  color: #FFF;
}

/* ## Account
--------------------------------------------- */
.woocommerce-password-strength {
  font-weight: 700;
}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
  color: red;
}
.woocommerce-password-strength.good {
  color: #363636;
}
.woocommerce-password-strength.strong {
  color: green;
}

.woocommerce-password-hint {
  font-style: italic;
}

/* ## My account
--------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
  margin: 0 -20px;
  padding: 0 0 30px 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  border-bottom: 1px dashed #363636;
  margin: 0;
  padding: 15px 20px 15px 20px;
  font: 400 1.125em/2 "Gabarito", sans-serif;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #363636;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  color: #363636;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li:hover a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: -20px;
  font-weight: 900;
  top: -1px;
  background: none;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

/* ## Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  display: table;
  margin: -20px 0 0 0;
  padding: 0 0 40px 0;
}
.woocommerce-thankyou-order-details li {
  display: table-cell;
  margin: 0;
  padding: 10px 20px;
  border-right: 1px dashed #363636;
}
.woocommerce-thankyou-order-details li:first-child {
  border-left: 1px dashed #363636;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
}
.woocommerce-thankyou-order-details li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-thankyou-order-details {
    display: block;
    border-left: 1px dashed #363636;
    padding: 0;
    margin-bottom: 40px;
  }
  .woocommerce-thankyou-order-details li {
    display: block;
    border-right: 0;
  }
}

.intro,
.single-video-container {
  text-align: center;
}
.intro .bg-swirl-white,
.single-video-container .bg-swirl-white {
  position: absolute;
  top: auto;
  left: calc(50% - 50vw);
  right: 0;
  bottom: auto;
  width: 100vw;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1023px) {
  .intro .bg-swirl-white,
  .single-video-container .bg-swirl-white {
    display: none;
  }
}
.intro__content,
.single-video-container__content {
  margin-bottom: 20px;
}
.intro__video,
.single-video-container__video {
  margin-bottom: 20px;
}

.page-template-page-contact .usps-bar {
  background: linear-gradient(180deg, #0F0E1E 220px, transparent 50%);
  margin-bottom: -140px;
}
@media only screen and (max-width: 1023px) {
  .page-template-page-contact .usps-bar {
    background: #0F0E1E;
    margin-bottom: 0;
  }
}

.page-template-page-quote .usps-bar {
  background: #0F0E1E;
  padding: 0 0 100px;
}
@media only screen and (max-width: 1023px) {
  .page-template-page-quote .usps-bar {
    padding: 0 0 50px;
  }
}

.usps-bar {
  position: relative;
  padding-top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .usps-bar {
    background: #0F0E1E;
  }
}
.usps-bar h2 {
  color: #FFF;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .usps-bar h2 {
    padding-bottom: initial;
    margin-bottom: 2rem;
  }
}
.usps-bar__usps {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .usps-bar__usps {
    flex-direction: column;
    gap: 1rem;
  }
}
.usps-bar__usp {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2rem;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .usps-bar__usp {
    flex-direction: row;
    padding-top: 0;
    border-radius: 3rem;
    padding: 1rem;
    gap: 1rem;
  }
}
.usps-bar__content {
  padding: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .usps-bar__content {
    padding: 0;
    text-align: left;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .usps-bar__content {
    margin-right: 20px;
  }
}
.usps-bar .feat-img {
  display: block;
  width: 110px;
  height: 110px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background: #ffa200;
  margin: 0 auto;
  position: absolute;
  top: -50px;
}
@media only screen and (max-width: 1023px) {
  .usps-bar .feat-img {
    position: relative;
    margin: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .usps-bar .feat-img {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
  }
}
.usps-bar .feat-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 4rem;
  max-height: 4rem;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .usps-bar .feat-img img {
    max-width: 2rem;
    max-height: 2rem;
    height: 2rem;
    width: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .usps-bar .feat-img img {
    max-width: 2rem;
    max-height: 2rem;
    height: 2rem;
    width: 2rem;
  }
}
.usps-bar .text {
  padding: 0;
}

.about-us-bar {
  position: relative;
}
.about-us-bar__left {
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .about-us-bar__left {
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
.about-us-bar__right {
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .about-us-bar__right {
    padding-left: 20px;
  }
  .about-us-bar__right p:last-of-type {
    padding-bottom: 0;
  }
}

.cta-bar {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cta-bar {
    padding: 30px 0 30px 0;
  }
}
.cta-bar p {
  margin: 0;
  padding: 0;
}
.cta-bar .racemaster-about {
  position: absolute;
  top: 0;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  max-height: 165px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .cta-bar .racemaster-about {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .cta-bar .h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .cta-bar .h3 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 750px) {
  .cta-bar .h3 {
    font-size: 1.2em;
  }
}

.promise {
  position: relative;
}
.promise__left {
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .promise__left {
    padding-right: 20px;
  }
}
.promise__right {
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .promise__right {
    padding-left: 20px;
  }
}

.request-quote-bar {
  padding: 100px 0;
}
.request-quote-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(15, 14, 30);
  background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgb(15, 14, 30) 10%, rgba(15, 14, 30, 0) 100%);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .request-quote-bar:before {
    background: linear-gradient(0deg, rgb(15, 14, 30) 0%, rgba(15, 14, 30, 0) 100%);
  }
}
.request-quote-bar h2 {
  color: #ffa200;
  padding-bottom: 30px;
}
.request-quote-bar .row {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .request-quote-bar {
    padding: 40px 0;
  }
}
.request-quote-bar .race-master {
  width: 164px;
  rotate: -10deg;
  margin-bottom: -40px;
}

.text-img,
.text-img-3,
.why-choose {
  position: relative;
}
.text-img__left,
.text-img-3__left,
.why-choose__left {
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .text-img__left,
  .text-img-3__left,
  .why-choose__left {
    padding-right: 20px;
  }
}
.text-img__right,
.text-img-3__right,
.why-choose__right {
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .text-img__right,
  .text-img-3__right,
  .why-choose__right {
    padding-left: 20px;
  }
}

.images-bar {
  position: relative;
}
.images-bar .bg-swirl-white {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .images-bar .bg-swirl-white {
    display: none;
  }
}

.img-text,
.text-img-2,
.about-intro {
  position: relative;
}
.img-text__left,
.text-img-2__left,
.about-intro__left {
  padding-left: 50px;
}
@media only screen and (max-width: 1023px) {
  .img-text__left,
  .text-img-2__left,
  .about-intro__left {
    padding-left: 20px;
  }
}
.img-text__right,
.text-img-2__right,
.about-intro__right {
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .img-text__right,
  .text-img-2__right,
  .about-intro__right {
    padding-right: 20px;
  }
}

.video {
  position: relative;
}
.video .bg-swirl-white {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .video .bg-swirl-white {
    display: none;
  }
}/*# sourceMappingURL=dd_style.css.map */