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

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Gilroy"; 
  src: url("https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gilroy-Bold.eot") format("embedded-opentype"), 
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/Gilroy-Bold.woff) format("woff"), 
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/Gilroy-Black.woff) format("truetype"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
}
@font-face { font-family: "Gilroy";
  src: url("https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gilroy-Black.eot") format("embedded-opentype"), 
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/Gilroy-Black.woff) format("woff"),
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/Gilroy-Black.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900;
  font-display: swap;
}
@font-face { font-family: "basiercircle"; 
  src: url("https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/BasierCircle-Regular.eot") format("embedded-opentype"),
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/BasierCircle-Regular.woff2) format("woff2"), 
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/BasierCircle-Regular.woff) format("woff"), 
    url(https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/raw_assets/public/SocialSelling_August2021/fonts/BasierCircle-Regular.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
}


@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaBold.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaBold.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaBold.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaBold.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaBold.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaBold.svg#NexaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Bold.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Bold.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Bold.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Bold.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Bold.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BlackItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BlackItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BlackItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BlackItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BlackItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BlackItalic.svg#Nexa-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaLight.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaLight.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaLight.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaLight.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaLight.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/NexaLight.svg#NexaLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Black.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Black.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Black.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Black.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Black.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Black.svg#Nexa-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BookItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BookItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BookItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BookItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BookItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BookItalic.svg#Nexa-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Light.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Light.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Light.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Light.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Light.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Light.svg#Nexa-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BoldItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BoldItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BoldItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BoldItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-BoldItalic.svg#Nexa-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Book.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Book.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Book.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Book.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Book.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Book.svg#Nexa-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Heavy.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Heavy.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Heavy.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Heavy.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Heavy.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Heavy.svg#Nexa-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-HeavyItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-HeavyItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-HeavyItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-HeavyItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-HeavyItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-HeavyItalic.svg#Nexa-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-RegularItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-RegularItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-RegularItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-RegularItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-RegularItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-RegularItalic.svg#Nexa-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-ThinItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-ThinItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-ThinItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-ThinItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-ThinItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-ThinItalic.svg#Nexa-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-LightItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-LightItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-LightItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-LightItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-LightItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-LightItalic.svg#Nexa-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Thin.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Thin.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Thin.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Thin.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Thin.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Thin.svg#Nexa-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Regular.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Regular.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Regular.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Regular.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Regular.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-Regular.svg#Nexa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBold.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBold.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBold.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBold.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBold.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBold.svg#Nexa-XBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBoldItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBoldItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBoldItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBoldItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Nexa-XBoldItalic.svg#Nexa-XBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}




@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Thin.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Thin.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Thin.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Thin.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Thin.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-ThinItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-ThinItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-ThinItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-ThinItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-ThinItalic.svg#Gotham-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-MediumItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-MediumItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-MediumItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-MediumItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BoldItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BoldItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BoldItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Black.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Black.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Black.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Black.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Black.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLight.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLight.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLight.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLight.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLight.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLight.svg#Gotham-XLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLightItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLightItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLightItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLightItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-XLightItalic.svg#Gotham-XLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Book.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Book.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Book.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Book.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Book.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold_1.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold_1.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold_1.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold_1.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold_1.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Bold_1.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-UltraItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-UltraItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-UltraItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-UltraItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-UltraItalic.svg#Gotham-UltraItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-LightItalic.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-LightItalic.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-LightItalic.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-LightItalic.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic_1.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic_1.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic_1.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic_1.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic_1.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-BookItalic_1.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium_1.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium_1.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium_1.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium_1.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium_1.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Medium_1.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light_1.eot');
    src: url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light_1.eot#iefix') format('embedded-opentype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light_1.woff2') format('woff2'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light_1.woff') format('woff'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light_1.ttf') format('truetype'),
        url('https://20034429.fs1.hubspotusercontent-na1.net/hubfs/20034429/SocialSelling_August2021/fonts/Gotham-Light_1.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}









body {
  word-break: break-word;
  line-height: 1.6;
  background-color: #f0e9d9;
}

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

/* Paragraphs */

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

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
h1,h2,h3,h4,h5,h6{
  line-height:1;
}
.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
}
img {
  max-width: 100%;
}

@media(max-width:991px){
  .body-wrapper{
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media(max-width:767px){
  .body-wrapper{
    padding-right: 0px;
    padding-left: 0px;
  }
}
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 {
  max-width: ;
  font-family: ;
}
.systems-page form{
  width:500px;
}

h3.form-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hs-button, 
.button--primary,.button {
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  min-height: 44px;
  font-weight: bold;
  line-height: 20px;
  font-family :"Proxima Nova", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.hs-button:hover, .button--primary:hover,.button:hover {
  background-color: ;
  border-color: ;
  color: ;
}
.hs-button:focus, .button--primary:focus  {
  background-color: ;
  border-color: ;
  color: ;
  outline: none;
}
.hs-button:active, .button--primary:active,.button:active  {
  background-color: ;
  border-color: ;
}
.hs-button:hover, .hs-button:focus,.button:focus {
  background-color: ;
  border-color: ;
}
.hs-button:active,.button:active {
  background-color: ;
  border-color: ;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: ;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: normal;
  border-radius: 8px;
}
.form_area form .hs-input[type=checkbox] {
  float: left;
  margin-top: 7px;
}
body form .hs-input:focus{
  border:2px solid;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: ;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: ;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.hs-form-field label, .hs-form-field a {
  color: ;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
a#hs_login_reset {
  color: ;
}
.hs-error-msgs li label:empty {
  display: none;
}
form .hs-error-msgs label {
  font-weight: 700;
  font-size: 11px;
  color: #e42e38;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
.hs-error-msgs{
  line-height: 1.125em;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
.hs-form-field {
  margin-bottom: 18px;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
  display: initial;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: ;
}
.hs-input::-webkit-input-placeholder {
  color: ;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color:  !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color:  !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}



@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
  .systems-page h3{
    font-size:22px;
  }
  .systems-page form{
    width:100%;
  }
  .form_width .hs-button{
    font-size:1.2em;
  }
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.form_width form {
  width: 100%;
}
form textarea {
  height: auto!important;
}
h3.form-title:empty {
  display: none;
}

.form-input-validation-message {
  font-size: 20px!important;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-body-inner-outer {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
}
.cst-body-inner-wrapper {
  background-color: #fff;
  box-shadow: 0 0 50px -25px #847d7d;
  margin-top: 40px;
}
.header_group {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
}
.header_group_inner {
  width: 100%;
  padding-top: 20px;
}
.header__container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
}
.header_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header_center {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
.header_trigger_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_logo a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  url-encoded: true;
  margin-left: 50px;
}
.header_trigger_area_inner {
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.get_advice_button a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 5px 8px;
  font-family: 'Gilroy';
  margin-right: 20px;
  transition-duration: 0.5s;
  margin-top: 0px;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 100;
  min-height: unset;
}
.s-burger button {
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  overflow: visible;
  margin: 0;
  display: flex;
  padding: 0;
  align-items: center;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.oxy-burger-trigger .hamburger-inner, .oxy-burger-trigger .hamburger-inner:after, .oxy-burger-trigger .hamburger-inner:before {
  transition-duration: 400ms;
  transition-property: all;
  will-change: transform;
}
.s-burger .hamburger-inner, .s-burger .hamburger-inner:after, .s-burger .hamburger-inner:before {
  height: 2px;
}
.s-burger .hamburger-inner, .s-burger .hamburger-inner:after, .s-burger .hamburger-inner:before {
  height: 2px;
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.logo_inner {
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: row;
  display: flex;
}
.scroll-header .header_group {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.scroll-header .without_sticky{
  display:none;
}
.sticky_header {
  display: none;
}
.scroll-header .sticky_header {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255,255,255,.43);
  width:100%;
}
.scroll-header .header_group {
  animation-name: oxy_sticky_header_fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
@keyframes oxy_sticky_header_fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.menu_area {
  width: 100%;
  display: block;
}
.menu_bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu_center {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
.menu_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.-off-canvas-91-17 {
  visibility: visible;
  pointer-events: none;
  position: absolute;
  display: block;
}
.oxy-offcanvas_backdrop {
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
  -o-transition: all .5s cubic-bezier(.77,0,.175,1);
  transition: all .5s cubic-bezier(.77,0,.175,1);
  pointer-events: auto;
  z-index: 10;
  background-color: rgba(36,106,233,.6);
}
.oxy-inner-content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  max-width: 100%;
  overflow-x: hidden;
  top: 0;
  padding: 30px;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.77,0,.175,1),box-shadow .5s cubic-bezier(.77,0,.175,1);
  transition: transform .5s cubic-bezier(.77,0,.175,1),box-shadow .5s cubic-bezier(.77,0,.175,1);
  -o-transition: -o-transform .5s cubic-bezier(.77,0,.175,1),box-shadow .5s cubic-bezier(.77,0,.175,1);
  pointer-events: auto;
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
  background-color: #246ae9;
  width: 358px;
  align-items: center;
  z-index: 10;
  left: auto;
  right: 0;
  height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  box-shadow: none;
}
.oxy-inner-content-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 141px;
  width: 100%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}
._nav_menu-186-17 {
  font-family: 'Gilroy';
  line-height: 1;
  font-size: 45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  margin-bottom: 23px;
  color: #fff;
}
.oxy-menu-toggle {
  cursor: pointer;
  display: none;
}
.mobile-open .oxy-inner-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.oxy-inner-content-inner img {
  margin-top: 31px;
}
.s-burger {
  z-index: 999;
}
.s-burger button:hover,.s-burger button:focus {
  background: transparent;
  outline:none;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0,10px,0) rotate(
    45deg
  );
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(
    -45deg
  ) translate3d(-5.71429px,-6px,0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0,-20px,0) rotate(
    -90deg
  );
}
.child-trigger {
  position: absolute;
  width: 50px;
  height: 45.6px;
  right: 15px;
  right: 10px;
  top: 0px;
  cursor: pointer;
  text-align: right;
  color: #fff;
  vertical-align: middle;
}
.child-trigger::after {
  content: "+";
  font-size: 25px;
}
.child-trigger.child-open::after {
  content: "-";
}



.custom-menu-primary .navigation-primary > .level-1 {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  position: relative;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  color: #fff;
  padding-bottom: 10px;
  justify-content: flex-start;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
  display: block;
  width: 100%;
  margin: 0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  font-size: inherit;
}
.triangle-container {
  display: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  margin-right: 0;
}
.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}

.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
  left: 100%;
  top: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}
.header__column {
  text-align: right;
}
@media (min-width: 768px){
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    -webkit-transition: opacity .4s;
    z-index: 10;
    left: 0;
    padding: 5px;
    text-align: left;
    display:none;
  }
}

@media(max-width:991px){
  ._nav_menu-186-17{
    font-size: 7vw;
  }
}

@media (max-width: 767px){
  .header_group_inner{
    padding-top:20px;
  }
  .header_logo a {
    margin-left: 0;
    padding-left: 0;
  }
  .header_logo a img {
    width: 140px !important;
  }
  .get_advice_button {
    display: none;
  }
  .header_trigger_area_inner {
    margin-right: 0px;
  }
  .oxy-inner-content{
    width:100%;
  }
  .oxy-inner-content-inner {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }




  .header__column {
    text-align: left;
  }
  .header_row {
    display: block;
    margin: 0;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary > .level-1 {
    display: block;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item .menu-arrow {
    right: 0px;
    top: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a:after {
    right: 8px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .child-trigger{
    right:0px;
  }
  .cst-body-inner-outer{
    padding-right:0px;
    padding-left:0px;
  }
  .cst-body-inner-wrapper{
    margin-top:0px;
  }
}
.custom-footer {
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  background-size: cover;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  background-position: 50% 100%;
}
.footer__container {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  max-width: 1400px;
}
.logo_block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 12px;
}
.logo_block>div,.logo_block span{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.logo_block img {
  width: 100%;
  max-width: 120px;
  filter: invert(100%);
}
.menu_block {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 150px;
  flex-direction: row;
  display: flex;
  margin-top: 37px;
  margin-left: 13%;
}
.common_menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.first_menu {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  text-align: left;
  margin-right: 50px;
}
.about_menu {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  text-align: left;
  margin-right: 50px;
}
.social_menu {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  text-align: left;
}
.common_menu h4 {
  font-family: 'Gilroy',sans-serif;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 800;
  white-space: nowrap;
}
.common_menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.common_menu ul li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.common_menu ul li a {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  padding-bottom: 5px;
  white-space: nowrap;
}
.common_menu_inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  margin-bottom: 10px;
}
.copyright_block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  align-items: flex-end;
  font-size: 10px;
  text-align: right;
}
.copyright_block span div:last-child {
  font-size: 10px;
  margin-top: 9px;
}
.copyright_block span div:nth-last-child(2) a {
  color: #fff;
}

@media(max-width:991px){
  .menu_block {
    margin-bottom: 63px;
  }
}

@media(max-width:767px){
  .footer__container {
    display: flex;
  }
  .menu_block {
    align-items: stretch;
    grid-template-columns: repeat(2,minmax(1px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;
    margin-left: 0;
  }
}
/* Menu and simple menu */



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

.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%;
}

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

@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;
  }
}