*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  overflow-x: hidden;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  width: 95%;
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: ETmodules;
  src: url("https://21228708.fs1.hubspotusercontent-na1.net/hubfs/21228708/Charles_Jacquin_Jan2022/fonts/modules.eot") format("embedded-opentype"),
  url("https://21228708.fs1.hubspotusercontent-na1.net/hubfs/21228708/raw_assets/public/Charles_Jacquin_Jan2022/fonts/modules.ttf") format("truetype"),
  url("https://21228708.fs1.hubspotusercontent-na1.net/hubfs/21228708/raw_assets/public/Charles_Jacquin_Jan2022/fonts/modules.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

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

@font-face {
  font-family: 'Gotham';
  src: local('Gotham-Book'),
  url("https://21228708.fs1.hubspotusercontent-na1.net/hubfs/21228708/raw_assets/public/Charles_Jacquin_Jan2022/fonts/Gotham-Book.woff2") format('woff2'),
  url("https://21228708.fs1.hubspotusercontent-na1.net/hubfs/21228708/raw_assets/public/Charles_Jacquin_Jan2022/fonts/Gotham-Book.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "kazimir";
  src: url("https://use.typekit.net/af/e3ddb0/00000000000000003b9b01b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/e3ddb0/00000000000000003b9b01b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/e3ddb0/00000000000000003b9b01b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "kazimir";
  src: url("https://use.typekit.net/af/ac1264/00000000000000003b9b01b4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),
    url("https://use.typekit.net/af/ac1264/00000000000000003b9b01b4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),
    url("https://use.typekit.net/af/ac1264/00000000000000003b9b01b4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro'), local('SweetSansPro-Regular'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Italic'), local('SweetSansPro-Italic'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Medium'), local('SweetSansPro-Medium'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Medium Italic'), local('SweetSansPro-MediumItalic'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Bold'), local('SweetSansPro-Bold'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Bold Italic'), local('SweetSansPro-BoldItalic'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Heavy'), local('SweetSansPro-Heavy'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Heavy Italic'), local('SweetSansPro-HeavyItalic'),
    url('') format('woff2'),
    url('') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

html {
  word-break: break-word;
}

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

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.25;
}

/* Paragraphs */

p {
  padding-bottom: 1em;
  margin: 0;
  word-wrap: break-word;


}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Headings */
h1,
h2,
h3 {
  padding-bottom: 40px;
  font-family: kazimir, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
}

h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}

/* Lists */

ul,
ol {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  padding-bottom: 1em;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  quotes: none;
  margin: 20px 0 30px;
  position: relative;
  margin-bottom: 45px;
  padding-left: 50px;
  border: 0;
  vertical-align: baseline;
}

blockquote:before {
  position: absolute;
  top: -32px;
  left: -8px;
  content: "\201C";
  font-family: kazimir, sans-serif;
  font-weight: 500;
  font-size: 100px;
}

img {
  max-width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  height: auto;
}

/* Horizontal rules */

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

.no-banner .body-wrapper {
  padding-top: 235px;
}

@media screen and (max-width: 600px) {
  body {
    line-height: 1.3;
  }
}

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  vertical-align: baseline;
  min-height: 36px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  line-height: normal;
  width: 100% !important;
}

form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2300205C' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: center right 29px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-bottom: 16px;
  padding-right: 82px;
  padding-top: 16px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

.hs-input:focus {
  outline: none;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {}

.hs-error-msg,
.hs_error_rollup label {
  margin-top: .35rem;
  background-color: rgba(250, 188, 6, 0.5);
  color: rgba(0, 0, 0, 1.0);
  padding: 20px !important;
  width: 100%;
  font-size: .813em;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 600px) {
  .hs-error-msg,
  .hs_error_rollup label {
    line-height: 26px;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-style: normal;
  letter-spacing: 0.18em;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 10px 0;
  margin-top: 25px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }

  form {
    margin-bottom: 15px;
  }
}

.form-title {
  padding: 5px 10px;
  width: 100%;
}

.field:last-of-type {
  margin-bottom: 0;
}

form {
  max-width: 767px
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}

/* Resume Field */

.hs-form-field.hs-resume {
  position: relative;
}

.hs-form-field.hs-resume>label {
  border-radius: 6px;
  border: 1px solid rgba(0, 32, 92, 0.2);
  color: #231f20;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 160%;
  padding: 15px 33px 15px 191px !important;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hs-form-field.hs-resume>label * {
  pointer-events: none;
}

.hs-form-field.hs-resume>label span:first-child {
  background: #C2C2C2;
  border-radius: 6px;
  color: #231f20;
  display: block;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  left: 2px;
  letter-spacing: -0.02em;
  line-height: 166.5%;
  padding: 13px 31px 12px;
  position: absolute;
  top: 2px;
}

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

.hs-form-field.hs-resume .hs-input {
  height: 0.1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 0.1px !important;
  z-index: -1 !important;
}

@media (max-width: 413px) {
  .hs-form-field.hs-resume>label {
    padding: 15px 33px 69px !important;
    text-align: center;
  }

  .hs-form-field.hs-resume>label span:first-child {
    bottom: 2px;
    top: auto;
    width: 100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.clear {
  clear: both;
}

.header_wrapper {
  font-size: 24px;
  line-height: 30px;
}

.custom_header {
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 235px;
  background: url({{%20get_asset_url%28%27../../images/header-gradient.png%27%29%20}%20}) repeat-x top center;
background-size: 5px;
}

.custom_header .inner {
  position: relative;
  width: 95%;
  max-width: 1800px;
  margin: 0px auto;
  padding-top: 45px;
  text-align: center;
}

.custom_header .open-menu,
.mobile_menu .close-menu {
  display: block;
  position: absolute;
  top: 60px;
  right: 40px;
  z-index: 999;
  color: #FFF;
  cursor: pointer;
}

.custom_header .open-menu:hover {
  color: #bfbfbf;
}

.custom_header .open-menu {
  right: 0px;
}

.custom_header .cm_social {
  display: none;
}

.custom_header .social_wrappertab {
  position: absolute;
  top: 95px;
  right: 20px;
}

.custom_header ul {
  vertical-align: middle;
  margin: 0px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  display: block !important;
  padding: 0;
}

.custom_header ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 25px;
}

.mobile_menu {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #27282c;
  color: #FFF;
}

.mobile_menu .close-menu:hover {
  color: #bfbfbf;
}

.mobile_menu .close-menu:before {
  content: "\f109";
  font-family: Flaticon;
  font-size: 40px;
  font-style: normal;
}

.custom_header .left_menu,
.custom_header .right_menu {
  display: none;
}

.header__logo img {
  float: left;
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
  height: auto;
  margin: 0px;
}

.custom_header div>ul ul {
  display: none;
  position: absolute;
  padding: 15px;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  transition: all .5s;
  left: 0 !important;
}

.custom_header div>ul ul li {
  display: block;
  margin: 0px 0px 5px 0px;
}

.mobile_menu .mob_menu {
  position: relative;
  z-index: 99;
  width: 90%;
  margin: 0px auto;
  padding: 150px 0px 50px 0px;
  overflow-y: auto;
  max-height: 100vh;
}

.mobile_menu .mob_menu::-webkit-scrollbar {
  width: 0;
}

.mob_menu div ul {
  margin: 0px auto;
  font-family: kazimir, sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 38px;
  font-style: normal;
  text-align: center;
}

.mob_menu div>ul li {
  list-style: none;
  display: block;
  margin-bottom: 35px;
  position: relative;
}

.mob_menu div ul ul {
  padding: 20px 0;
  display: none;
  font-size: 20px;
  line-height: 25px;
  padding: 20px 0px 10px 0px;
}

.mob_menu div ul ul li {
  margin-bottom: 20px;
}

.mob_menu div ul ul li a {
  font-size: 20px;
  line-height: 25px;
}

.mobile_menu .info {
  position: absolute;
  z-index: 99;
  bottom: 50px;
  left: 5%;
  font-size: 18px;
  line-height: 24px;
}

.mobile_menu .info p {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.mobile_menu .info p:last-child {
  margin-bottom: 0;
}

.mobile_menu .info p a {
  color: inherit;
}

.mobile_menu .info p a:hover {
  color: #bfbfbf;
}

.menu_logo img {
  position: fixed;
  z-index: 9;
  right: -50px;
  bottom: -50px;
  width: 60% !important;
  max-width: 500px;
  opacity: 0;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  display: block;
}

.mobile-open .menu_logo img {
  opacity: 0.5;
}

.child-trigger {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  top: -7px;
  cursor: pointer;
  display: block;
}

.child-trigger span {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.custom_header .left_menu ul ul {
  background: rgba(0, 0, 0, .5) !important;
}

/* fixed header style */
.fixed_header__logo {
  display: none;
}

.fixed .custom_header {
  -webkit-animation: headerfade 1s;
  -moz-animation: headerfade 1s;
  -ms-animation: headerfade 1s;
  animation: headerfade 1s;
  position: fixed;
  min-height: 80px;
  background: none;
}

.fixed .custom_header .open-menu {
  color: #000000;
}

.fixed .custom_header .inner {
  padding-top: 15px;
  text-align: left;
}

.fixed .header__logo {
  display: none;
}

.fixed .custom_header .group {
  float: right;
  margin: 5px 120px 0px 0px;
}

.fixed .custom_header .social_wrappertab {
  top: 25px;
  right: 0px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after,
.et-db #et-boc .et-l .et-pb-slider-arrows a:before {
  font-family: Flaticon !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: normal;
}

.flaticon-instagram:before {
  content: "\f105";
}

.flaticon-facebook:before {
  content: "\f104";
}

.flaticon-menu:before {
  content: "\f108";
}

.fixed_header__logo img {
  position: relative;
  z-index: 999;
  max-width: 270px;
  margin: 0px 50px 0px 0px;
  display: inline-block;
}


@keyframes headerfade {
  0% {
    top: -110px;
  }

  100% {
    top: 0px;
  }
}

.no-banner header.custom_header {
  background-color: #27282c;
}

/* loader */

#preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27282c;
  filter: blur(5px));
}

#status {
  position: absolute;
  z-index: 8;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url({{%20get_asset_url%28%27../../images/loader.gif%27%29%20}%20}) no-repeat center center;
background-size: 50px;
}

:root {
  --age-gate-blur: 5px;
}

.age-gate-wrapper {
  background: transparent;
}

.age-gate-background-colour {
  background-color: rgba(0, 0, 0, 0.8);
}

.age-gate-form {
  background-color: rgba(255, 255, 255, 1);
}

.age-gate-error {
  display: none;
}

.fixed .custom_header .left_menu ul ul {
  background: #27282c !important;
}

@media(min-width: 1551px) {
  .no-banner.fixed header.custom_header {
    background-color: transparent;
  }
}

@media screen and (max-width: 1550px) {
  .custom_header .inner {
    max-width: 1300px;
  }

  .custom_header .open-menu {
    display: none;
  }

  .custom_header .group {
    text-align: left;
  }

  .header__logo {
    display: inline-block;
  }

  .header__logo a {
    display: inline-block;
  }

  .header__logo img {
    float: none;
    margin-right: 25px;
    /* margin: 0px 50px; */
  }

  .custom_header .cm_social {
    display: block;
  }

  .custom_header .left_menu,
  .custom_header .right_menu {
    display: inline-block;
  }

  .custom_header .social_wrappertab {
    display: block;
  }

  .custom_header .social_wrappertab .cm_social {
    margin: 0;
  }

  .custom_header .social_wrappertab .cm_social a {
    margin: 0;
    font-size: 0;
  }

  .fixed .custom_header {
    background-color: #27282c;
  }

  .fixed .fixed_header__logo {
    display: inline-block;
  }

  .custom_header .left_menu ul li,
  .custom_header .right_menu ul li {
    position: relative;
    top: 1px;
  }

}

@media screen and (max-width: 1130px) {
  .custom_header .inner {
    padding-top: 30px;
  }

  .custom_header .social_wrappertab {
    display: none;
  }

  .custom_header .left_menu,
  .custom_header .right_menu {
    display: none;
  }

  .header__logo img {
    max-width: 100px;
    margin: 0px;
  }

  .custom_header .open-menu {
    display: block;
  }

  .fixed .custom_header {
    background-color: #27282c;
  }

  .fixed .custom_header {
    background: none;
  }

  .fixed .fixed_header__logo {
    display: none;
  }

  .no-banner.fixed header.custom_header {
    background-color: transparent;
  }
}

@media (max-width: 800px) {
  .mobile_menu .info {
    display: none
  }
}

@media screen and (max-width: 600px) {
  .header_wrapper {
    font-size: 20px;
    line-height: 26px;
  }

  .custom_header .inner {
    padding-top: 20px;
  }

  .custom_header .open-menu {
    right: 0px;
    top: 25px;
  }

  .mobile_menu .mob_menu {
    padding-top: 50px;
  }

  .mob_menu div>ul li {
    margin-bottom: 20px;
  }

  .mob_menu div ul {
    font-size: 20px;
    line-height: 23px;
  }

  .mobile_menu .close-menu {
    top: 25px;
    right: 15px;
  }

  .mobile_menu .info {
    bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .menu_logo img {
    bottom: -30px;
    width: 80% !important;
  }

  .mob_menu div ul ul li {
    margin-bottom: 10px;
  }

  .mob_menu div ul ul {
    font-size: 16px;
    line-height: 18px;
  }

  .mob_menu div ul ul li a {
    font-size: 16px;
    line-height: 18px;
  }
}
.footer{
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
}
.footer .inner {
  position: relative;
  z-index: 99;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 90px 0px;
}
.footer .quarter {
  display: inline-block;
  vertical-align: middle;
}
.footer .quarter.first {
  padding: 10px 40px 10px 0px;
  margin-right: 40px;
  border-right: 1px solid #bfbfbf;
}
.footer p {
  padding-bottom: 20px;
}
.footer ul {
  display: block !important;
  margin: 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  padding: 0;
}
.footer li {
  list-style: none;
  margin-bottom: 8px;
}
.footer_logo img {
  position: absolute;
  z-index: 9;
  top: -35px;
  right: -50px;
  max-width: 384px;
  height: auto;
}

@media screen and (max-width: 980px){
  .footer .inner {
    padding: 45px 0px;
  }
  .footer .quarter, .footer .quarter.first {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    border: none;
  }
  .footer .quarter.first {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .footer_logo img {
    top: auto;
    bottom: 10px;
    right: 10px;
    max-height: 150px;
    width: auto !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
  visibility: visible;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body,html {
  min-height: 100%
}

body.age-restriction.loaded {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0
}

body.age-restriction *,html.age-gate-restricted * {
  box-sizing: border-box
}

.age-gate-wrapper~:not(#wpadminbar) {
  filter: blur(var(--age-gate-blur))
}

.age-gate-wrapper {
  background-color: transparent;
  height: 100vh;
  z-index: 2;
  position: fixed;
  z-index: 99998;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-flow: column;
  display: none;
}
body.loded .age-gate-wrapper {
  display: flex;
}
.age-gate-wrapper.transition {
  transition: all .4s ease-out
}

.age-gate-wrapper.transition.up {
  transform: translateY(-100%)
}

.age-gate-wrapper.transition.down {
  transform: translateY(100%)
}

.age-gate-wrapper.transition.left {
  transform: translateX(-100%)
}

.age-gate-wrapper.transition.right {
  transform: translateX(100%)
}

.age-gate-wrapper.transition.fade {
  opacity: 0
}

.age-gate-background,.age-gate-background-colour {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1
}

.age-gate {
  text-align: center;
  width: 100%;
  margin: auto
}

@media screen and (max-width: 768px) {
  .age-gate {
    padding-bottom:50px
  }
}

.age-gate-form {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  background: #fff;
  padding: 50px 20px;
  position: relative
}

.age-gate-heading {
  margin: 0 0 10px;
  padding: 0
}

.age-gate-heading.age-gate-logo {
  margin: 0 auto 10px
}

.age-gate-heading.age-gate-logo img {
  max-width: 100%
}

.age-gate-subheading {
  margin: 0 0 10px;
  padding: 0
}

.age-gate-challenge,.age-gate-message {
  margin: 0 0 10px
}

.age-gate-form-elements {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.age-gate-form-section {
  margin: 0 5px 10px
}

.age-gate-label {
  cursor: pointer
}

.age-gate-input,.age-gate-select {
  text-align: center;
  max-width: 80px;
  width: 100%
}

.age-gate-input::-webkit-contacts-auto-fill-button,.age-gate-input::-webkit-credentials-auto-fill-button,.age-gate-select::-webkit-contacts-auto-fill-button,.age-gate-select::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0
}

.age-gate-select {
  min-width: 80px
}

.age-gate-remember-wrapper {
  margin: 0
}

.age-gate-error-message+.age-gate-remember-wrapper,.age-gate-error.has-error+.age-gate-remember-wrapper {
  margin-top: 10px
}

.age-gate-remember {
  margin: 0 0 10px
}

.age-gate-submit {
  margin-bottom: 10px
}

.age-gate-submit:disabled {
  cursor: not-allowed!important
}

.age-gate-submit-yes {
  margin: 0 5px 10px 0
}

.age-gate-submit-no,.age-gate-submit-yes.age-gate-submit--reversed {
  margin: 0 0 10px 5px
}

.age-gate-submit-no.age-gate-submit--reversed {
  margin: 0 5px 10px 0
}

.age-gate-submit-no:disabled,.age-gate-submit-yes:disabled {
  cursor: not-allowed
}

.age-gate-error-message {
  color: #c00;
  margin: 0;
  font-weight: 700
}

.age-gate-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  display: none
}

.age-gate-working .age-gate-loader {
  display: block
}

.age-gate-working .age-gate-form {
  pointer-events: none;
  opacity: .3
}

.age-gate-loading-icon {
  fill: #000
}

.age-gate-sc-wrapper {
  position: relative
}

.age-gate-sc-wrapper .age-gate {
  text-align: left
}

.age-gate-sc-wrapper .age-gate .age-gate-form-elements {
  justify-content: flex-start;
  padding: 0;
  margin-left: -5px
}

.age-gate-sc-wrapper .age-gate .age-gate-form-elements label {
  display: block
}

.age-gate-sc-wrapper .age-gate-inline-message {
  background-color: #af0606;
  display: inline-block;
  color: #fff;
  padding: 5px 10px
}

.age-gate-sc-wrapper.working .age-gate-loader {
  display: block
}

.age-gate-sc-wrapper.working:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.2);
  width: 100%;
  height: 100%
}

.age-gate-inline-failed {
  color: #af0606;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 1em
}

.age-gate-inline-failed p {
  margin: 0;
  padding-left: 10px
}

.age-gate-inline-failed .age-gate-inline-failed-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='age-gate-stop'%3E%3Cpath fill='%23AF0606' d='M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat
}

.age-gate-inline-failed .age-gate-inline-failed-icon svg {
  display: block
}

.age-gate-steps {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden
}

.age-gate-steps .age-gate-form-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.age-gate-steps .age-gate-form-section label {
  display: block
}

.age-gate-steps .age-gate-form-section input {
  max-width: 50%
}

.age-gate {
  font-size: 20px;
  line-height: 24px;
}
.age-gate-form {
  padding: 50px;
}
.age-gate-heading.age-gate-logo img {
  max-width: 150px;
}
.age-gate-subheading {
  font-size: 40px;
}
.age-gate-input {
  max-width: 100%;
  padding: 10px;
  margin-top: 10px;
}
.age-gate-submit {
  padding: 10px 40px;
  border-radius: 0px;
  border: none;
  background: #000;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #FFF;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.age-gate-submit:hover {
  background: #7f7f7f;
}
.age-gate-remember-wrapper {
  padding: 20px;
  font-size: 16px;
}
.dnd-section[class*="force-full-width"]>.row-fluid {
  width: 100%;
}
.banner-section .dnd-section .row-fluid {
  padding: 0 !important;
}
/*---------- Full With Page -----------*/
.hs_full_width_page {
  line-height: 30px;
}
.hs_full_width_page .row-fluid [class*="span"] {
  min-height: 0;
}
.hs_full_width_page .dnd-section .dnd-column {
  padding: 0;
}
body.popup-open {
  overflow: hidden;
}
.hs_full_width_page .dnd-section[class*="section-centering"] .row-fluid {
  width: 100%;
  flex-wrap: wrap;
}

.hs_full_width_row.row1 .page-header.section-header {
  padding-top: 160px;
  padding-bottom: 100px;
  text-align: center;
}
.hs_full_width_row.row2 .cm-image-with-title {
  padding-bottom: 160px;
}
.hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text {
  display: block;
}
.hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text a {
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
}
.hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text a span {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text a span img {
  max-height: 500px;
  width: auto;
  position: relative;
  display: inline;
  max-width: 100%;
  height: auto;
}
.hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text p a {
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 1.7em;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.18em;
}
.hs_full_width_row.row2 .timeline_container.center.sec-9 {
  max-width: 100%;
  width: 95%;
  padding-bottom: 85px;
}
.hs_full_width_row.row2 .hs_cos_wrapper_type_linked_image {
  display: block;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  padding-bottom: 100px;
}
.hs_full_width_row.row1 .dnd-section[class*="force-full-width"] .cm_img_slider_wrap .act_slider {
  margin-bottom: 0;
}


/*---------- Contact Page -----------*/

.hs_contact_page .dnd-section .dnd-column{
  padding: 0;
}
.hs_contact_page .banner {
  background-position: 50%;
}
.hs_contact_page {
  line-height: 30px;
}
.hs_contact_row.row1 .dnd-section {
  padding-top: 100px;
  padding-bottom: 160px;
}
.hs_contact_row.row1 .dnd-section>.row-fluid {
  max-width: 1080px;
}
.hs_contact_row.row1 .page-header.section-header {
  text-align: center;
}
.hs_contact_row.row1 .hs_cos_wrapper_type_rich_text {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 850px;
}
.hs_contact_row.row1 .hs_cos_wrapper_type_rich_text p:last-of-type{
  padding-bottom: 0;
}
.hs_contact_row.row1 form {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 44px;
}
.hs_contact_row.row1 .hs_firstname.hs-form-field,.hs_contact_row.row1 .hs_lastname.hs-form-field {
  display: flex;
  flex-wrap: wrap;
}
.hs_contact_row.row1 .hs_firstname.hs-form-field legend.hs-field-desc,.hs_contact_row.row1 .hs_lastname.hs-form-field legend.hs-field-desc {
  order: 2;
  font-size: .813em;
  white-space: nowrap;
  font-style: italic;
  font-family: 'Sweet Sans Pro', sans-serif;
}
.hs_contact_row.row1 .hs_firstname.hs-form-field .input{
  width: 100%;
  padding-right: 1px !important;
}
.hs_contact_row.row1 .hs_lastname.hs-form-field .input {
  width: 100%;
  margin-right: -4px !important;
  padding-left: 8px;
}
.hs_contact_row.row1 .hs_lastname.hs-form-field label {
  display: block;
  padding-bottom: 36px;
  width: 100%;
}
.hs_contact_row.row1 .hs_lastname.hs-form-field legend.hs-field-desc {
  padding-left: 9px;
}
.hs_contact_row.row1 .hs-form-field{
  margin-bottom: 0;
}
.hs_contact_row.row1 form fieldset {
  margin-bottom: 25px;
}
.hs_contact_row.row1 .hs_phone .input {
  margin-right: 0 !important;
  width: calc(50% - 8px);
}
.hs_contact_row.row1 .hs_phone .input input {
  width: 100% !important;
}
.hs_contact_row.row1  .hs_email .input{
  margin-right: 0 !important;
  width: calc(50% - 8px);
}
.hs_contact_row.row1 .hs_phone .input input{
  width: 100% !important;
}
.hs_contact_row.row1 .hs_message .input {
  margin-right: 0 !important;
}
.hs_contact_row.row1 form textarea {
  height: 160px;
  width: 100% !important;
}
.hs_contact_row.row1 form input[type=submit] {
  margin: 0;
  font-weight: 900;
}
.hs_contact_row.row1 .hs_email .input input {
  width: 100%;
}
.hs_contact_page .row-fluid {
  width: 100%;
}
.hs_contact_row.row1 .hs-form-field span.hs-form-required {
  color: #000;
}
.hs_full_width_row2 .cm_img_slider_wrap.bottom_button .content-wrapper {
  width: 80%;
}
/*---------- Home Page -----------*/
.hs_home_page{
  line-height: 30px;
}
.hs_home_page .row-fluid {
  width: 100%;
}
.hs_home_page .dnd-section .dnd-column{
  padding: 0;
}
.hs_home_page .banner.Type2{
  background-position: bottom center;
}
.hs_home_row.row1 .cm-content-wtih-image {
  padding-top: 30px;
  padding-bottom: 100px;
}

/* savory-james */

.savory-james .cm-content-wtih-image {
  padding-top: 80px;
  padding-bottom: 80px;
}
.savory-james .cm-content-wtih-image .desktop-image {
  max-width: 550px;
  margin: 0 auto;
}
.savory-james .cm-content-wtih-image .content-col {
  padding: 0;
}
.savory-james .cm-content-wtih-image .content_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.savory-james .cm-content-wtih-image .mobile-image {
  margin-bottom: 40px;
}
.savory-james .cm-content-wtih-image .link_wrapper {
  margin-bottom: 40px;
}
.savory-james .cm-content-wtih-image .title-and-description h2 {
  padding-bottom: 20px;
}
.savory-james .cm-content-wtih-image .title-and-description h2 em {
  font-size: 35px;
}
.savory-james .cm-content-wtih-image .title-and-description {
  font-size: 21px;
  max-width: 600px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after, .et-db #et-boc .et-l .et-pb-slider-arrows a:before {
  font-family: Flaticon !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: normal;
}
.flaticon-arrow:after {
  position: relative;
  top: 3px;
  left: 5px;
  content: "\f10a";
  font-size: 25px !important;
}
.web_v2 .hs_full_width_row.row1 .dnd-section>.row-fluid {
  max-width: 1080px;
}
.savory-james .cm_img_slider_wrap .act_slider {
  margin-bottom: 0;
}

.webstie_page_v2 .banner .section_video_bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
/* bartenders-trading */
.hs_bt_page {
  line-height: 30px;
}
.hs_bt_page .dnd-section .dnd-column {
  padding: 0;
}
.hs_bt_page .dnd-section[class*="section-centering"] .row-fluid {
  width: 100%;
}
.container-fluid.hs_bt_row1 .cm-two_col_content .content_logo {
  margin-bottom: 60px;
  max-width: 350px;
  text-align: center;
}
.container-fluid.hs_bt_row1 .cm-two_col_content .image_wrapper {
  max-width: 100%;
}
.container-fluid.hs_bt_row2 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 20px;
  max-width: 850px;
  line-height: 0;
}
.container-fluid.hs_bt_row1 .cm_img_slider_wrap .act_slider,.container-fluid.hs_bt_row2 .cm_img_slider_wrap .act_slider {
  margin-bottom: 0;
}
.container-fluid.hs_bt_row1 .cm_img_slider_wrap .content-wrapper,.container-fluid.hs_bt_row2 .cm_img_slider_wrap .content-wrapper {
  width: 100%;
}
.hs_full_width_row1 .cm_img_slider_wrap .content-wrapper {
  width: 100%;
}
/*---------- Keyframes -----------*/
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/*---------- Media Queries -----------*/
@media (min-width: 981px){
  .hs_contact_row.row1 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 2.75%;
  }
  .hs_home_row.row1 .cm-content-wtih-image {
    padding-top: 2.54%;
    padding-bottom: 100px;
  }
  .hs_full_width_page .dnd-section[class*="section-centering"] .row-fluid {
    width: 100%;
    display: block !important;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4 {
    width: 31.3333%;
    margin: 0;
    margin-right: 3%;
    float: left;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4:last-child {
    margin-right: 0;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text a span {
    margin-bottom: 4.787%;
  }
  .hs_bt_row.row1 .cm-content-wtih-image.type2 .image-col {
    width: 47.25%;
  }
  .hs_bt_row.row1 .cm-content-wtih-image.type2 .content-col {
    width: 47.25%;
  }
  .animation-active .hs_home_row.row1 .cm-content-wtih-image.left .content-col {
    padding-top: 20%;
  }
  .container-fluid.hs_bt_row1 .cm-two_col_content .image-col {
    width: 47.25%;
  }
  .container-fluid.hs_bt_row1 .cm-two_col_content  .content-col {
    width: 47.25%;
  }
}

@media (max-width: 1560px){
  .hs_home_page .dnd-section > .row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs_contact_page .dnd-section > .row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

}
@media(max-width: 980px){
  .hs_contact_row.row1 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }
  .hs_home_page .cm-logos-group{
    display: none;
  }
  .savory-james .cm-content-wtih-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4 .hs_cos_wrapper_type_rich_text a span {
    margin-bottom: 30px;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4:last-child .hs_cos_wrapper_type_rich_text {
    margin-bottom: 0;
  }
  .hs_full_width_row.row2 .hs_cos_wrapper_type_linked_image{
    padding-bottom: 50px;
  }
  .hs_bt_row.row1 .cm-content-wtih-image.type2 .image-col .desktop-image {
    margin-bottom: 40px;
    max-width: 350px;
  }
  .container-fluid.hs_bt_row2 .cm-stay-connected .follow-link a {
    display: none;
  }
  .container-fluid.hs_bt_row2 .follow-link {
    min-height: 1px;
  }
  .container-fluid.hs_bt_row1 .cm-two_col_content .image_wrapper {
    margin-bottom: 40px;
    max-width: 350px;
  }
  .hs_full_width_page .dnd-section .row-fluid .span4 {
    width: 100%;
  }
  .full_width_row_1-row-1-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 770px){

}
@media (max-width: 767px){
  .hs_full_width_page .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs_contact_page .banner {
    height: auto;
    min-height: 550px;
  }
  .hs_contact_row.row1 .dnd-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .hs_full_width_row.row1 .page-header.section-header {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .hs_full_width_row.row2 .cm-image-with-title {
    padding-bottom: 100px;
  }
  .savory-james .cm-content-wtih-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container-fluid.hs_bt_row2 .bottom-pane-inner .pane-col.col-2 a {
    font-size: 14px;
  }
  .container-fluid.hs_bt_row2 .cm-stay-connected .follow-link a {
    display: inline-block;
    font-size: 18px;
  }
  .webstie_page_v2 .banner .section_video_bg video {
    height: inherit;
  }
}
@media screen and (max-width: 641px){
  .hs_full_width_page,.hs_contact_page {
    line-height: 26px;
  }
  .hs_contact_row.row1 .hs_firstname.hs-form-field, .hs_contact_row.row1 .hs_lastname.hs-form-field {
    width: 100%;
  }
  .hs_contact_row.row1 .hs_lastname.hs-form-field legend.hs-field-desc {
    padding-left: 0;
  }
  .hs_contact_row.row1 .hs_lastname.hs-form-field .input {
    padding-left: 0;
    width: 100% !important;
  }
  .hs_contact_row.row1 form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .hs_contact_row.row1 .hs_lastname.hs-form-field label {
    padding: 0;
    min-height: unset;
  }
  .hs_contact_row.row1 .hs_firstname.hs-form-field .input {
    padding-right: 0 !important;
    margin-top: 12px;
    margin-right: 0;
  }
  .hs_contact_row.row1 form textarea.hs-input {
    line-height: 1.5;
    height: 120px;
    width: 100%;
  }
  .hs_contact_row.row1 form{
    padding-top: 40px;
  }

}
@media screen and (max-width: 600px) and (min-width: 479px){
  .container-fluid.hs_bt_row2 .cm-stay-connected .follow-link a{
    font-size: 16px;
  }
}
@media screen and (max-width: 600px){
  .hs_full_width_page,.hs_contact_page, .hs_home_page,.hs_bt_page {
    line-height: 26px;
  }
  .container-fluid.hs_bt_row2 .bottom-pane-inner .pane-col.col-2 a {
    font-size: 11px;
  }
}
@media screen and (max-width: 479px){
  .container-fluid.hs_bt_row2  .cm-stay-connected .sec-title h3 {
    word-break: break-all;
  }
}