*, *: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 ,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 32px;
}

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

.dnd-section[class*="full-width-section"] {
    padding-top: 0;
    padding-bottom: 0;
}

.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "icomoon";
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/icomoon.woff2) format("embedded-opentype"),
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/icomoon.woff2) format("woff"), 
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/icomoon.woff2) format("truetype"),
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/icomoon.woff2) format("svg");
  font-style: normal; font-weight: normal; font-display: block;
}


@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/FontAwesome5Free-Solid.eot) format("embedded-opentype"),
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/FontAwesome5Free-Solid.eot) format("woff"), 
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/FontAwesome5Free-Solid.eot) format("truetype"), 
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/FontAwesome5Free-Solid.eot) format("svg");
  font-style: normal; 
  font-weight: 900;
  font-display: block;
}


@font-face { font-family: "Marketing-Bold";
  src: url("https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/ThreadgoldConsulting_September2022/fonts/Marketing-Bold.eot") format("embedded-opentype"), 
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/Marketing-Bold.ttf) format("truetype"), 
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/Marketing-Bold.woff) format("woff");
  font-style: normal;
  font-weight: normal; 
  font-display: block;
}


@font-face { 
  font-family: "DM Sans";
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/rP2Hp2ywxg089UriCZOIHQ.woff2) format("woff2");
  font-style: normal; 
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "DM Sans"; 
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/rP2Cp2ywxg089UriAWCrCBimCw.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans"; 
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/rP2Cp2ywxg089UriASitCBimCw.woff2) format("woff2");
  font-style: normal;
  font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Poppins"; 
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins"; 
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face {
  font-family: "Roboto"; 
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { 
  font-family: "Roboto Condensed";
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { 
  font-family: "Roboto Condensed"; 
  src: url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }




body {
  line-height: 1.6;
  background-color: #fff;
  letter-spacing: 0px;
  font-style: normal;
}

.body-container-wrapper ul li {
  position: relative;
  list-style: none;
  list-style-position: outside;
}

.body-container-wrapper ul.reset li {
  position: unset;
  list-style: unset;
  list-style-position: unset;
}

.body-container-wrapper ul li:before {
  content: "\f560"; 
  background-color: #1daeef;
  font-size: 15.84px;
  height: 30.6px;
  width: 30.6px;
  margin-right: 12.6px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  left: 0;
  vertical-align: middle;
}

.body-container-wrapper ul.reset li:before {
  display: none;
}

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

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* 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 {
  font-style: normal;
  margin-top: 12px;
  margin-bottom: 24px;
}


h1{
  letter-spacing: -0.042em;
  line-height: 1.12;
}

h2{
  margin-top: 12px;
  margin-bottom: 24px;
  line-height: 1.14;
  letter-spacing: -0.036em;

}

h3{
  line-height: 1.14;
  letter-spacing: -0.036em; 
}

h4{
  line-height: 1.12;
  letter-spacing: -0.036em;  

}

h5{
  letter-spacing: -0.03em;
  line-height: 1.26; 

}

h6{
  letter-spacing: -0.036em;
  line-height: 1.14;

}


@media(max-width:1024px){
  h1{
    --fontSize: 72;
    --maxViewportSize: var(--content_break_point);
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --maxViewportSize: var(--grid_main_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px); 
  }

  h2 {
    --maxViewportSize: var(--content_break_point);
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --maxViewportSize: var(--grid_main_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --fontSize: 54;
  }

  h3 {
    --fontSize: 45;
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --maxViewportSize: var(--grid_main_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  h4 {
    --fontSize: 35;
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }


  h5 {
    --fontSize: 32;
    --maxViewportSize: var(--content_break_point);
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
  }

  h6 {
    --fontSize: 30;
    --maxViewportSize: var(--content_break_point);
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
  }

}

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



:root {
  --site_width: 1320px;
  --site_width-int: 1320;
  --margin_offset-top: 0px;
  --margin_offset-bottom: 0px;
  --margin_offset-top-no-percent: 0px;
  --margin_offset-bottom-no-percent: 0px;
  --main_padding-top: 0px;
  --main_padding-top-or-55px: 0px;
  --main_padding-bottom: 0px;
  --hundredp_padding: 30px;
  --hundredp_padding-fallback_to_zero: 30px;
  --hundredp_padding-fallback_to_zero_px: 30px;
  --hundredp_padding-hundred_percent_negative_margin: -30px;
  --sidebar_width: 24%;
  --sidebar_gutter: 6%;
  --sidebar_2_1_width: 24%;
  --sidebar_2_2_width: 24%;
  --dual_sidebar_gutter: 4%;
  --grid_main_break_point: 1024;
  --side_header_break_point: 1024;
  --content_break_point: 1024;
  --typography_sensitivity: 0.60;
  --typography_factor: 1.15;
  --primary_color: #1daeef;
  --primary_color-85a: rgba(29,174,239,0.85);
  --primary_color-7a: rgba(29,174,239,0.7);
  --primary_color-5a: rgba(29,174,239,0.5);
  --primary_color-35a: rgba(29,174,239,0.35);
  --primary_color-2a: rgba(29,174,239,0.2);
  --header_bg_image: ;
  --header_bg_repeat: no-repeat;
  --side_header_width: 280px;
  --side_header_width-int: 280;
  --header_padding-top: 0px;
  --header_padding-bottom: 0px;
  --header_padding-left: 0px;
  --header_padding-right: 0px;
  --menu_highlight_background: #65bc7b;
  --menu_arrow_size-width: 23px;
  --menu_arrow_size-height: 12px;
  --menu_arrow_size-width-header_border_color_condition_5: ;
  --nav_highlight_border: 3px;
  --nav_padding: 42px;
  --nav_padding-no-zero: 42px;
  --dropdown_menu_top_border_size: 3px;
  --dropdown_menu_width: 240px;
  --mainmenu_dropdown_vertical_padding: 16px;
  --menu_sub_bg_color: #ffffff;
  --menu_bg_hover_color: #ffffff;
  --menu_sub_sep_color: rgba(0,0,0,0.08);
  --content_break_point: 1024;
  --base-font-size: 20;

}
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: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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: 1px solid;
  color: #5E5E5E;
  display: inline-block;
  font-family: DM Sans,Arial,Helvetica,sans-serif;
  font-size: 18px;
  outline: none;
  padding: 19px 18px;
  transition: all .2s ease;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  box-shadow: none;
  outline: 0;
}



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

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

/* 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 {
  box-shadow: 0 0 1.5px 1px rgb(224 40 79 / 65%);
  border-color: #e0284f;
}
.hs-error-msg {
  color: #e0284f;
  margin-top: 0.35rem;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  text-align: center;
  white-space: normal;
  line-height: 21px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  transition: all .2s;
  font-family: DM Sans;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_cos_wrapper_type_password_prompt, 
.hs-search-field__bar, .hs_cos_wrapper_type_form,
.widget-type-blog_subscribe, 
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset {
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 12%) 12px 32px 60px -8px;
  padding: 20px;
  display: block;
  margin-bottom: 15px;
  max-width: 750px;
}

.hs-input:hover {
  border-color: rgba(29,174,239,0.5);
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header .top-header {
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1000;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,min-height .1s ease-in-out;
  -webkit-backface-visibility: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  background: #fff;
}

header.header {
  z-index: 9999;
}

.header .top-header .content-wrapper {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.header .top-header .col {
  width: 25%;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  display: flex;
}

.header .top-header .col.col-right {
  width: 50%;
}

.header .top-header .col .col-inner {
  display: flex;
  flex-direction: column;
  margin-right: 7.68%;
  margin-left: 7.68%;
  justify-content: flex-start;
  width: 100%;
}

.header .top-header .col.col-right .col-inner {
  margin-left: 3.84%;
  margin-right: 3.84%;
}

.header .top-header .col .col-inner p {
  text-align: center;
  margin: 14px 0;
  font-size: 14px;
  line-height: 1;

}

.header .top-header .col .col-inner p i:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f095";
}


.header  .bottom-header {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
  border-width: 1px 0px 0px 0px;
  border-color: #ededed;
  border-style: solid;
  min-height: 110px;
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  z-index: 10001;
  justify-content: center;
  position: relative;
}

.header .bottom-header .content-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 10;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.header .bottom-header .col {
  width: 25%;
  position: relative;
  display: flex;
}



.header .bottom-header .header-logo {
  display: flex;
  flex-direction: column;
  margin-left: 7.68%;
  margin-right: 7.68%;
  justify-content: center;
  width: 100%;
}

.header .bottom-header .custom-button {
  margin-right: 7.68%;
  margin-left: 7.68%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .bottom-header .header-logo a img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.header .bottom-header .col-middle {
  width: 50%;
}

.header .bottom-header .custom-menu-primary {
  margin-left: 3.84%;
  margin-right: 3.84%;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.header .bottom-header .custom-menu-primary .navigation-primary > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  padding: 0;
  min-height: 4em;
  position: relative;
  transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin: 18px 0;
}

.header .bottom-header .custom-menu-primary .navigation-primary>ul>li {
  display: flex;
  justify-content: center;
  transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
  position: relative;
  margin-left: calc(24px / 2);
  margin-right: calc(24px / 2);
}

.header .bottom-header .custom-menu-primary .navigation-primary>ul>li>a {
  padding: calc(6px + 0px);
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1),background-color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
  z-index: 10001;
  font-size: 18px;
}
.header .bottom-header .custom-menu-primary .navigation-primary > ul>li:first-child{
  margin-left: 0;

}
.header .bottom-header .custom-menu-primary .navigation-primary > ul>li:last-child {
  margin-right: 0;
}

.header .bottom-header .custom-menu-primary .navigation-primary>ul>li>a {
  padding-right: calc(6px + 0px);
  padding-bottom: calc(6px + 0px);
  padding-left: calc(6px + 0px);
}


.header .bottom-header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
  display: flex;
  color: #212934;
  content: "\f107";
  font-family: icomoon;
  line-height: 1;
}

.header .bottom-header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
  position: relative;
  top: -1px;
}

.header .bottom-header .custom-button a {
  background: #ffe7da;
  border-color: #ffffff;
  width: 100%;
  font-family: DM Sans;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  border-width: 0px;
  border-style: solid;
  border-radius: 10px;
  text-transform: none;
  transition: all .2s;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  color: #f86011;
  cursor: pointer;
  position: relative;
  margin:0;
}


.header .bottom-header .custom-menu-primary .navigation-primary>ul ul {
  position: absolute;
  top: 100%;
  margin: 0;
  list-style: none;
  flex-direction: column;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  left: 0;
  box-shadow: 0px 10px 30px -8px;
  border-radius: 8px;
  margin-top: 20px;
  transition:.3s ease ;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  width: max-content;
  overflow: hidden;
}

.header .bottom-header .custom-menu-primary .navigation-primary>ul ul li {
  width: 300px;
  font-family: "DM Sans";
  font-weight: 500;
  transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
  border-bottom: 1px solid #e2e2e2;
  border-bottom-color: rgba(0,0,0,0);
  position: relative;
}

.header .bottom-header .custom-menu-primary .navigation-primary>ul ul li a {
  font-size: 17px;
  padding-top: 14px;
  padding-right: 28px;
  padding-bottom: 14px;
  padding-left: 28px;
  align-items: center;
  justify-content: space-between;
  font-family: "DM Sans";
  font-weight: 500;
  width: 100%;
  transition: color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1),background-color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
  display: flex;

}

.header .bottom-header .custom-menu-primary .navigation-primary>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  z-index: 10001;
  transform: translateY(0);
}

.header .bottom-header button.avada-menu-mobile-menu-trigger {
  display: none;
}

.header .bottom-header .custom-button a {
  top: 0;
  display: inline-block;
}

.header .bottom-header .custom-button {
  margin-right: 21%;
  text-align: center;
}


/* Tooltip */


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -13px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  background-color: rgba(33, 33, 33, 0.97);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, 0.97);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}


@media(min-width:1024px){
  header.header.sticky .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  header.header.sticky .bottom-header {
    top: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 75px;
    z-index: 10001;
  }

  header.header.sticky  .bottom-header .custom-menu-primary .navigation-primary>ul {
    margin: 0;
  }
  header.header {
    min-height: 152px;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:before {
    content: "";
    width: 100%;
    height: 20px;
    bottom: -23px;
    position: absolute;
    left: 0;
  }

  header.header.lp {
    min-height: 110px;
  }

  header.header.lp.sticky .bottom-header {
    top: 0;
  }
}

@media (max-width: 1400px){
  .header .bottom-header .custom-button a {
    box-sizing: border-box !important;
  } 
}

@media(max-width:1025px){

  .header .bottom-header .header-menu {
    display: none;
    position: absolute;
    top: 74%;
    z-index: 10001;
    overflow-y: auto;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
  }
  .header .bottom-header  span.inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header .bottom-header  span.collapsed-nav-icon {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 0.5em;
  }

  .header .bottom-header  span.collapsed-nav-icon-open.fa-bars.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 18px;
    transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
    position: absolute;
    left: 0;
    transform: rotate(0);
  }

  .header .bottom-header  .fa-bars:before {
    content: "\f0c9";
  }

  .header .bottom-header  span.collapsed-nav-text {
    position: relative;
    top: 1px;
  }



  .header .bottom-header button.avada-menu-mobile-menu-trigger {
    display: block;
    font-family: "DM Sans";
    font-weight: 500;
    color: #000000;
    width: 100%;
    font-size: 18px;
    border: none!important;
    box-shadow: none!important;
    cursor: pointer;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: #fff !important;
  }

  header.header {
    position: relative;
  }

  .header .bottom-header .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .header .bottom-header{
    padding-left:0;
    padding-right:0;
  }

  .header .bottom-header .col {
    position: static;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
    display:none;
  }

  .header  .child-trigger {
    align-items: center;
    color: #212934;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    min-height: 62px;
    padding: 0 2em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
  }


  .header .child-trigger:after {
    content: "\f107";
    font-family: icomoon;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
    top: 0;
  }

  .open-menu  .header .bottom-header .fa-bars:before {
    content: "\f00d";
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul {
    display: block;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul>li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-bottom-color: #ffffff;
    min-height: 62px;
    display: flex;
    justify-content: center;
    transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
    position: relative;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 20px;
    min-height: 62px;
    font-family: "DM Sans";
    font-weight: 500;
    top: 0;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
    visibility: visible !important;
    opacity: 1!important;
    z-index: 10001!important;
    display: none;
    overflow-y: auto;
    transition: none;
    transform: translateY(0) !important;
    margin: 0;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul ul li {
    min-height: 62px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-bottom-color: #ffffff;
    width: 100%;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul ul li a {
    display: flex;
    align-items: center;
    transition: color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1),background-color calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
    padding: 0 1.5em!important;
    width: 100%;
    justify-content: center;
    min-height: 62px;
    font-size: 20px;
  }

  .header .bottom-header .custom-menu-primary .navigation-primary>ul>li>a {
    color: #212934;
  }

  .header .top-header .col {
    width: 100% !important;
  } 

}

@media(max-width:640px){
  .header .bottom-header .col {
    width: 33.333333333333%;
  }
  .header .bottom-header .custom-menu-primary,
  .header .bottom-header .custom-button,
  .header .bottom-header .header-logo {
    margin-right: 5.76%;
    margin-left: 5.76%;
  }

}

@media(max-width:479px){
  .header .bottom-header .col {
    width: 75%;
  }

  .header .bottom-header .col-right {
    width: 100%;
  }

  .header .bottom-header .col-middle {
    width: 25%;
    justify-content: flex-end;
  }

  .header .bottom-header .header-menu {
    top: 100%;
  }


  .header .bottom-header .header-logo a img {
    height: auto;
  }

  .header .bottom-header .content-wrapper{
    padding: 0 15px; 

  }


  .header .bottom-header .header-logo {
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
  }

  .header .bottom-header button.avada-menu-mobile-menu-trigger {
    padding: 12px 5px;
    font-size: 13px;
  }

  .header .bottom-header span.collapsed-nav-text {
    position: relative;
    top: -2px;
  }

}

@media(max-width:400px){
  .header .top-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .bottom-header .custom-button a {
    box-sizing: border-box !important;
  }

  .health-check-page-wrapper .span6 ul li p {
    margin-left: 40px;
  }

}
footer.footer {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 4%;
  padding-left:35px;
  padding-right:35px;
}

.footer .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.footer .col {
  width: 25%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  justify-content: center;
}

.footer .col-left {
  width: 50%;
}

.footer  .col-inner {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin-right: 3.84%;
  margin-left: 3.84%;
  justify-content: center;
}


.footer .col-left .col-inner,
.footer .col-right .col-inner {
  margin-left:  7.68%;
  margin-right: 7.68%;
}

.footer .col-left .col-inner {
  margin-left: 3.84%;
  margin-right: 3.84%;
}

.footer .col-inner p {
  margin: 16px 0;
  font-size: 16px;
  line-height: 32px;
}

.netsuit-footer footer.footer {
  background-color: rgba(255,255,255,0) !important;
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(0,0,0,0.08);
  border-style: solid;
}



.footer .col-left {
  justify-content: flex-start;
  padding-left: 4.65%;
}

@media only screen and (max-width: 1024px){
  .footer .col-left {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .footer .col {
    width: 50%;
    order: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer .col .col-inner {
    flex-direction: column;
  }

  .footer .col-left .col-inner, 
  .footer .col-right .col-inner {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .footer .col-inner p {
    text-align: center;
  }
  .footer .col-left {
    justify-content: center;
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px){

  footer.footer {
    padding-bottom: 48px;
  }

  .footer .col {
    width: 100%;
  }

}




footer.footer2 {
  background-color: rgba(29,174,239,1);
  border-color: rgba(29,174,239,1);
  position: relative;
  transition: opacity .5s ease-in,min-height .5s ease-in,height .5s ease-in;
}


.footer2 .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}

.footer2  .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  justify-content: center;
}

.footer2  .copyright {
  word-wrap: break-word;
  padding: 1vw;
}

.footer2 .copyright p a:hover {
  text-decoration: none;
}

.footer2  .copyright p {
  font-family: Roboto Condensed;
  color: #fff;
  font-size: .875rem;
  line-height: 1.125;
  text-align: center;
  margin: 0;
}

.footer2 .copyright .hs_cos_wrapper p span {
  color: #fff;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
}

.footer2 .copyright p a:hover {
  text-decoration: none;
}

.footer2 .copyright .hs_cos_wrapper p span a span {
  text-decoration: underline;
}

.footer2 .copyright p a:hover u {
  text-decoration: none;
}

.footer2 .copyright p a {
  text-decoration: underline;
  color: #fff;
}



@media(min-width:768px){
  .footer2  .copyright p {
    line-height: 1.125;
  }
}

@media(min-width:768px){
  .footer2  .copyright p {
    font-size: 1rem;
  }

}
@media only screen and (min-width: 60em){
  .footer2   .container {
    padding-top: 9.6px;
    padding-right: 9.6px;
    padding-bottom: 9.6px;
    padding-left: 9.6px;
  }

  .footer2  .content {
    padding-top: 9.6px;
    padding-right: 9.6px;
    padding-bottom: 9.6px;
    padding-left: 9.6px;
  }

}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
*
* Copyright (c) 2022 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay)
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2)
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3)
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4)
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5)
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2)
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*.8);
  animation-duration: calc(var(--animate-duration)*.8)
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2)
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),print {
  .animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important
  }

  .animated[class*=Out] {
    opacity: 0
  }
}

@-webkit-keyframes bounce {
  0%,100%,20%,50%,80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

@keyframes bounce {
  0%,100%,20%,50%,80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

@keyframes flash {
  0%,50%,to {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shakeX {
  0%,100% {
    transform: translateX(0)
  }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px)
  }

  20%,40%,60%,80% {
    transform: translateX(10px)
  }
}

@keyframes shakeX {
  0%,100% {
    transform: translateX(0)
  }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px)
  }

  20%,40%,60%,80% {
    transform: translateX(10px)
  }
}

.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX
}

@-webkit-keyframes shakeY {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
}

@keyframes shakeY {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
}

.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  transform-origin: top center
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
  0% {
    opacity: .7;
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

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

@keyframes backInDown {
  0% {
    opacity: .7;
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

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

.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown
}

@-webkit-keyframes backInLeft {
  0% {
    opacity: .7;
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

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

@keyframes backInLeft {
  0% {
    opacity: .7;
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

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

.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft
}

@-webkit-keyframes backInRight {
  0% {
    opacity: .7;
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

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

@keyframes backInRight {
  0% {
    opacity: .7;
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

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

.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight
}

@-webkit-keyframes backInUp {
  0% {
    opacity: .7;
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

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

@keyframes backInUp {
  0% {
    opacity: .7;
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7)
  }

  80% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

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

.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}

@-webkit-keyframes backOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7)
  }
}

@keyframes backOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7)
  }
}

.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7)
  }
}

@keyframes backOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7)
  }
}

.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7)
  }
}

@keyframes backOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7)
  }
}

.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7)
  }
}

@keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    opacity: .7;
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7)
  }

  to {
    opacity: .7;
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7)
  }
}

.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }

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

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }

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

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

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

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }

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

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }

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

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }

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

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }

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

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0)
  }

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

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0)
  }

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

.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0)
  }

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

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0)
  }

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

.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0)
  }

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

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0)
  }

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

.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0)
  }

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

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0)
  }

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

.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0)
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0)
  }
}

.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0)
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0)
  }
}

.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0)
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0)
  }
}

.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0)
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0)
  }
}

.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)
  }

  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)
  }

  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

.animated.flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg)
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg)
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg)
  }

  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg)
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg)
  }

  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg)
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg)
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg)
  }
}

.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
    transform: translate3d(-100%,0,0) skewX(-30deg)
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
    transform: translate3d(-100%,0,0) skewX(-30deg)
  }
}

.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
  }

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

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
  }

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

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

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

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

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

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

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

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

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg)
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg)
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg)
  }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0)
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg)
  }

  40%,80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0)
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

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

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

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

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg)
  }

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg)
  }

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0)
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0)
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0)
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0)
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: hidden
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: hidden
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: hidden
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: hidden
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: hidden
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: hidden
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: hidden
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: hidden
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
.home-page-one {
  padding-left: 3%;
  padding-right: 2%;
  background: #fff;
  display: flex;
  justify-content: center;
}

.health-check-page-six .custom-testimonials-wrapper .heading h2 {
  letter-spacing: -0.042em;
}

.home-page-one .dnd-section>.row-fluid {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}


.home-page-one h2 {
  line-height: 1.14;
  font-size: 45px;
}

.home-page-one .span6:first-child>div {
  padding-left: 7.68%;
  padding-right: 1.3%;
  width: 100%;
}


.home-page-one p {
  font-size: 18px;
}

.home-page-one fieldset.form-columns-2 .hs-form-field {
  margin-top: 20px;
}

.home-page-one .hs_cos_wrapper_type_form {
  background-color: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  display: inherit;
  margin-bottom: inherit;
  max-width: inherit;
  padding: inherit;
}

.home-page-one form label {
  display: none;
}

.home-page-one  .hs-form-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.home-page-one .hs-form-field .input input {
  padding-bottom: 10px;
  padding-top: 10px;
  min-height: 55px;
  height: 55px;
}

.home-page-one .hs-form-field .input input::placeholder {
  color: #5e5e5e;
}

.home-page-one fieldset.form-columns-2  .hs_firstname .input {
  margin-left: 3.84%;
  margin-right: 3.84% !important;
}

.home-page-one fieldset.form-columns-2 .hs_email .input {
  margin-right: 3.84% !important;
  margin-left: 3.84%;
}

.home-page-one fieldset.form-columns-2  .hs-form-field {
  margin-top: 20px;
}


.home-page-one fieldset.form-columns-1 .hs_phone .input input {
  width: 100% !important;
}

.home-page-one fieldset.form-columns-1 .hs_phone .input {
  margin-left: 1.92%;
  margin-right: 1.92% !important;
}

.home-page-one .span6:last-child>div {
  padding-left: 1.2%;
  padding-right: 3.84%;
  width: 100%;
  margin-top: 5px;
}

.home-page-one form {
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.home-page-one .actions {
  margin-right: 1.92%;
  margin-left: 1.92%;
}

.home-page-one input.hs-button.primary.large {
  width: 100%;
  margin: 0;
  margin-top: 25px;
}

.home-page-one  .hs-input.invalid.error {
  box-shadow: 0 0 1.5px 1px rgb(224 40 79 / 65%);
  border-color: #e0284f;
}

.home-page-one ul.no-list.hs-error-msgs.inputs-list li label {
  color: #E0284F;
  display: block;
  margin-left: 12px;
  margin-right: 12px;
}


.home-page-two {
  display: flex;
  background: #fff;
  justify-content: center;
  padding-right: 2.7428571428571%;
  padding-left: 2.7428571428571%;
}

.home-page-two .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.home-page-two .dnd-section>.row-fluid>div {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-page-two h2 {
  line-height: 1.14;
  font-size: 45px;
  text-align: center;
}


.cta-col {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background: #1DAEEF;
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-transform: none;
  transition: all .2s;
  font-family: DM Sans;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  border-width: 0px;
  border-style: solid;
  outline: 0;
  box-shadow: none;
  border-radius: 10px;
  padding: 17px 40px 17px 40px;
  line-height: 21px;
  font-size: 18px;
}


.cta-col:hover {
  background: #EF511D;
  color: #fff;
}

.cta-col:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: all .2s;
  content: "\f105";
  margin-left: 10px;
}

.careers-page-one h2 {
  font-size: 45px;
  line-height: 1.14;
}

.careers-page-one .dnd-section>.row-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}

.careers-page-one p,
.careers-page-one ul li {
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}

.careers-page-one p ul li {
  font-size: 18px;
}

.careers-page-one ul {
  margin: 18px 0;
}


.contact-page-wrapper {
  padding-bottom: 6%;
  background-image: linear-gradient(180deg, #ffffff 56%,#f4f4f6 56%);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 48px;
  position: relative;
  width: 100%;
}

.contact-page-one .dnd-section>.row-fluid {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  align-items: center;
}

.contact-page-one h1 {
  margin-top: 32px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 72px;
  line-height: 1.12;
}



.contact-page-one .span7 {
  margin-left: 0 !important;

}
.contact-page-one .span5>div {
  margin-left: 24%;
  margin-right: 9.6%;
}

.contact-page-one .span7 form {
  align-items: center;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-top: 0 solid #DCDCDC;
  margin-left: 9.6%;
  margin-right: 12.3%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(255, 255, 255);
  border-width: 0px 1px 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-style: solid;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 12%) 12px 32px 60px -8px;
  padding: 20px 40px;
  min-height: 0px;
}

.contact-page-one .span7 .hs_cos_wrapper_type_form {
  padding: 0;
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  box-shadow: none;
}

.contact-page-one .hs-form-field {
  margin: 40px 0;
}

.contact-page-one .hs-form-field label {
  display:none;
}

.contact-page-one input.hs-button.primary.large {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.contact-page-wrapper h4 {
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.016em;
}

.contact-page-wrapper p {
  font-size: 19px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 12px;
}

.contact-page-wrapper ul {
  margin: 0;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.contact-page-wrapper ul li {
  padding: 5.5px 0;
  font-size: 18px;
  line-height: 30.6px;
}

.contact-page-wrapper ul li:first-child {
  padding-top: 0;
}

.contact-page-wrapper ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 30.6px;
  width: 30.6px;
  margin-right: 12.6px;
}

.contact-page-wrapper ul li span i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #f86011;
}

.contact-page-wrapper ul li:first-child span i:before {
  content: "\f1fa";
}

.contact-page-wrapper ul li span i:before {
  content: "\f879";
}

.contact-page-wrapper ul li p {
  margin-left: 43.2px;
  font-size: 18px;
  line-height: 30.6px;
  margin-bottom: 0;
}

.contact-page-one .hs_firstname {
  margin-top: 20px;
}

.careers-page-one .span6:first-child>div {
  padding-left: 7.68%;
  padding-right: 1.3%;
  width: 100%;
}

.careers-page-one ul li {
  list-style: disc;
}

.careers-page-one ul li:before {
  display: none;
}



.home-page-four h4 {
  line-height: 1.14;
}

.contact-page-one .input input::placeholder {
  color: #5e5e5e;
}

.contact-page-wrapper  ul li:before {
  display: none;
}

.contact-page-wrapper ul.no-list.hs-error-msgs li label {
  display: block;
  color: #e0284f;
}

.contact-page-wrapper ul.no-list.hs-error-msgs {
  margin: 0;
}

.contact-page-wrapper ul.no-list.hs-error-msgs li {
  padding: 0;
  margin: 0;
}

.home-page-one ul li:before {
  display:none;

}

.health-check-page-two .dnd-section>.row-fluid {
  padding: 0;
}

.health-check-page-two {
  display: flex;
  justify-content: center;
  padding: 0 32px;
}

.health-check-page-two .span6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.health-check-page-two .span6:first-child {
  margin-left: 0;
  margin-right: 0;
}

.health-check-page-two .span6:first-child>div {
  margin-left: 3.84%;
  margin-right: 3.84%;
}

.health-check-page-two .span6:last-child>div {
  background-color: #1daeef;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.34%;
  margin-right: 3.84%;
  padding: 2%;
}

.health-check-page-two ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 30.6px;
}

.health-check-page-two ul li {
  padding: 5.5px 0 4px;
}

.health-check-page-two ul li:first-child {
  padding-top: 0;
}
.health-check-page-two h2 {
  --fontSize: 30;
  line-height: 1.12;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
  letter-spacing: -0.042em;
}

.health-check-page-three {
  width: 50%;
  margin: 0 auto;
}

.health-check-page-two h3 {
  line-height: 1.12;
  text-align: center;
  --fontSize: 45;
  letter-spacing: -0.042em;
}

.health-check-page-two ul li p {
  color: #fff;
  font-size: 18px;
  line-height: 30.6px;
  margin-bottom: 0;
  margin-left: -5px;
  display: inline-block;
  vertical-align: top;
}

.health-check-page-three h2 {
  --fontSize: 30;
  line-height: 1.12;
  font-size: 30px;
  letter-spacing: -0.042em;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  width: 70%;
}

.health-check-page-four .hs-responsive-embed-wrapper{
  max-width: 600px !important;
}

.health-check-page-four h2 {
  letter-spacing: -0.036em;
  --fontSize: 40;
  line-height: 1.14;
  font-size: 40px;
}

.health-check-page-four p {
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}

.health-check-page-four {
  padding: 0 32px;
  display: flex;
  justify-content: center;
}


.health-check-page-four .span6 ul li p {
  font-size: 18px;
  line-height: 30.6px;
  margin-bottom: 0;
  margin-left: -5px;
  display: inline-block;
}

.health-check-page-four .dnd-section>.row-fluid {
  padding: 0;
}

.health-check-page-four  .span6>div {
  margin-right:4.68%;
  margin-left: 7.68%;
}



.health-check-page-four .span6 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 30.6px;
  margin: 10px 0 0;
  margin-left: -32px;
  margin-right: -32px;
}

.health-check-page-four .span6 ul li {
  padding: 5.5px 0 4.5px;
}

.health-check-page-four .span6 ul li:first-child {
  padding-top: 0;
}

.health-check-page-five h2 {
  --fontSize: 45;
  font-size: 45px;
  letter-spacing: -.042em;
  line-height: 1.12;
  padding-bottom: 12px;
}

.health-check-page-five h3 {
  --fontSize: 30;
  line-height: 1.12;
  letter-spacing: -0.042em;
  font-size: 30px;
}

.health-check-page-five {
  padding: 32px;
  padding-bottom:0; 
}

.health-check-page-five .dnd-section>.row-fluid {
  padding: 0;
}

.health-check-page-five .span6>div {
  margin-right: 3.84%;
  margin-left: 3.84%;
}

.health-check-page-five .span6:last-child>div {
  margin-left: 1%;
}

.health-check-page-five .span6  ul {
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style: none;
  margin: 10px 0 0;
}

.health-check-page-five .span6  ul li {
  padding: 5.5px 0;
}

.health-check-page-five .span6  ul li:first-child {
  padding-top: 0;
}

.health-check-page-five .span6 ul li p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.case-study-inner-page-one {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.case-study-inner-page-one .dnd-section>.row-fluid {
  padding: 0;
  text-align: center;
}

.case-study-inner-page-two{
  padding-left: 32px;
  padding-right: 32px;
}

.case-study-inner-page-one h1 {
  --fontSize: 72;
  line-height: 1.14;
  font-size: 72px;
  letter-spacing: -0.042em;
  margin-top: 19px;
  margin-bottom: 19px;
}

.case-study-inner-page-two .dnd-section>.row-fluid {
  padding:0;
}

.case-study-inner-page-two .dnd-section>.row-fluid .span6:last-child>div{
  margin-right: 6.44%;
}

.health-check-page-five .span6 ul li {
  padding: 5.5px 0 4.5px;
}

.case-study-inner-page-two .dnd-section>.row-fluid .span6:first-child>div {
  margin-left: 3.94%;
}

.case-study-inner-page-two .dnd-section>.row-fluid  .span6>div {
  margin-right: 3.84%;
  margin-left: 3.84%;

}

.case-study-inner-page-two h2 {
  --fontSize: 45;
  line-height: 1.12;
  letter-spacing: -0.042em;
  font-size: 45px;
}

.case-study-inner-page-three .span4>div {
  margin-right: 5.76%;
  margin-left: 5.76%;
}

.case-study-inner-page-three .dnd-section>.row-fluid {
  padding: 0;
}

.case-study-inner-page-three {
  padding: 0 32px;
}

.case-study-inner-page-three .span4:nth-child(2)>div {
  margin-right: 5.76%;
  margin-left: 2.96%;
}

.case-study-inner-page-three .span4:last-child>div {
  margin-right: 5.76%;
  margin-left: 0.8%;
}

.case-study-inner-page-four .dnd-section>.row-fluid {
  padding: 0;
}

.case-study-inner-page-four .dnd-section>.row-fluid .span8>div {
  margin-right: 1.6%;
  margin-left: 1.6%;
}

.case-study-inner-page-four .dnd-section>.row-fluid  .span4>div {
  margin-left: 5.76%;
  margin-right: 5.76%;
}

.case-study-inner-page-four h2 {
  --fontSize: 30;
  line-height: 1.14;
  letter-spacing: -0.036em;
  font-size: 30px;
}

section.workshop-section1 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/images/unnamed.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
  position: relative;
  transition: opacity .5s ease-in,min-height .5s ease-in,height .5s ease-in;
}

.custom-workshop-page-wrapper .custom-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

header.header2 {
  background-color: rgba(255,255,255,0.49);
  border-color: rgba(255,255,255,0.49);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1vw;
  padding-right: 7vw;
  padding-left: 7vw;
}

header.header2 .header-logo {
  padding: 1vw;
  text-align: center;
}

section.workshop-section1 {
  background-color: rgba(255,255,255,0.49);
  border-color: rgba(255,255,255,0.49);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.workshop-section1 h2 {
  padding: 1vw;
  margin: 0;
  line-height: 1.25;
  text-align: center;
  font-family: Poppins;
  color: rgb(15,12,9);
  font-size: 1.875rem;
  letter-spacing: 0;
  padding-bottom: 0.6875em;
}

body.workshop-page{
  font-size: 1em;
  line-height: 1.5;
  font-family: Roboto,sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  letter-spacing: 0;
}

section.workshop-section1 h5 {
  font-family: Roboto Condensed;
  color: rgba(15,12,9,0.8);
  font-size: 1.3125rem;
  line-height: 1.25;
  text-align: center;
  padding: 1vw;
  padding-top: 0;
  font-weight:400;
  margin:0;
  letter-spacing: 0;
}

section.workshop-section1 .dnd-section>.row-fluid {
  padding: 0;
}

section.workshop-section1  .hs-responsive-embed-wrapper {
  width: 100%;
  max-height: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  padding: 1vw !important;
}

.workshop-page-wrapper p {
  line-height: 1.5;
  font-family: Roboto Condensed;
  color: rgba(15,12,9,0.8);
  font-size: 1rem;
  letter-spacing: 0;
}

.header2-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: 3vw;
  padding-right: 1vw;
  padding-bottom: 0;
  padding-left: 1vw;
}

.workshop-page-wrapper .inner-div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  padding-top: 3vw;
  padding-right: 1vw;
  padding-left: 1vw;
  padding-bottom: 3vw;
}

.workshop-page-one.inner-div>div {
  background-color: rgba(255,255,255,0.49);
  border-color: rgba(255,255,255,0.49);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1vw;
  padding-right: 7vw;
  padding-bottom: 1vw;
  padding-left: 7vw;
  position: relative;
}

.workshop-page-one .widget-type-linked_image {
  word-wrap: break-word;
  padding: 1vw;
}

.workshop-page-wrapper .inner-div.workshop-page-two {
  padding-top: 5vw;
  padding-right: 10vw;
  padding-bottom: 5vw;
  padding-left: 10vw;
}

.case-study-inner-page-two .hs_cos_wrapper_type_linked_image img {
  border-radius: 8px;
}

.case-study-page-one {
  padding-top: 60px;
  padding-right: 32px;
  padding-bottom: 60px;
  padding-left: 32px;
}

.case-study-page-one .dnd-section>.row-fluid {
  padding: 0;
}

.case-study-page-one .hs-search-field__bar {
  background: transparent;
  max-width: 100%;
  display: inherit;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-left: 5.76%;
  margin-right: 5.76%;
}

.case-study-page-one .hs-search-field__bar button {
  background: transparent !important;
  border: transparent !important;
  position: absolute;
  z-index: 14;
  top: 0;
  left: 3px;
  padding: 0;
  font-size: 20px;
  color: #5e5e5e;
  width: 66px;
  line-height: 66px;
  height: 66px;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
}

.case-study-page-one .hs-search-field__bar button::before {
  content: "";
}

.case-study-page-one .hs-search-field__bar input.hs-search-field__input {
  height: 66px;
  font-size: 20px;
  border-radius: 10px;
  color: #5e5e5e;
  padding-right: 66px;
  padding: 8px 15px;
  padding-left: 66px;
  letter-spacing: 0;
}


.case-study-page-two .custom-case-studies-wrapper {
  padding-bottom: 50px;
}

.case-study-page-two .custom-case-studies-wrapper .title {
  padding-top: 17px;
}

.case-study-page-two .custom-case-studies-wrapper .title h4 {
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: -0.024em;
  --fontSize: 32;
  line-height: 1.3;
  font-size: 32px;
}



.case-study-page-two .fusion-carousel-meta {
  font-size: 13px;
  line-height: 1.5;
}

.case-study-page-two  .custom-case-studies-wrapper .custom-case-studies-wrap{
  padding:0; 
  padding-top: 20px;
  text-align: center;

}

.case-study-page-two  .custom-case-studies-wrapper .custom-case-studies-wrap {
  padding: 0 2px;
  padding-bottom: 60px;
}



.case-study-page-two .custom-case-studies-wrapper .content-wrapper {
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.case-study-page-one .hs-search-field__bar button svg {
  display: none;
}

.case-study-page-two .custom-case-studies-wrapper .custom-case-studies-items{
  padding:24px;
  margin:0;

}

.case-study-page-one .hs-search-field__bar input.hs-search-field__input::placeholder {
  color: #5e5e5e;
}

.case-study-page-one .hs-search-field {
  margin-top: 20px;
  margin-bottom: 20px;
}


.case-study-page-one .hs-search-field__bar {
  margin-left: 0.7%;
}

.case-study-page-two .fusion-carousel-meta {
  margin-bottom: 26px;
}

.home-page-four p {
  text-align: left;
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}

.case-studies-page-one .dnd-section>.row-fluid {
  padding: 0;
  text-align: center;
}

.case-studies-page-one h1 {
  margin-top: 12px;
  margin-bottom: 24px;
  --fontSize: 72;
  line-height: 1.12;
  font-size: 72px;
}

.case-studies-page-one {
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-studies-page-one p {
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  transform: translate3d(0,0,0);
}

.case-studies-page-three .custom-case-studies-wrapper {
  padding-top: 3%;
  padding-bottom: 4%;
}

.case-studies-page-three .custom-case-studies-wrapper .custom-case-studies-inner {

  margin: 0px -24px;
}


.case-studies-page-three .custom-case-studies-wrapper .custom-case-studies-wrap {
  padding-top: 0;
}

.case-studies-page-three  .custom-case-studies-wrapper .title {
  padding-top: 5px;
}

.case-studies-page-three  .custom-case-studies-wrapper .title h4 {--fontSize: 32;
  line-height: 1.3;
  font-size: 32px;
  letter-spacing: -0.024em;
}

.case-studies-page-three  .custom-case-studies-wrapper .fusion-carousel-meta {
  border-bottom-style: dashed;
  border-top-style: dashed;
  border-color: rgba(0,0,0,0.08);
  border-top-width: 1px;
  border-bottom-width: 0;
  margin-top: 20px;
  padding-top: 24px;
}

.case-studies-page-three .custom-case-studies-wrapper .fusion-carousel-meta {
  font-size: 20px;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 26px;
}

.case-studies-page-three  .custom-case-studies-wrapper .fusion-carousel-meta a {
  font-size: 20px;
  line-height: 1.6;
}

.case-studies-page-three  .custom-case-studies-wrapper .custom-case-studies-items {
  margin: 0;
  padding: 24px;
}

.case-studies-page-three .custom-case-studies-wrapper .fusion-carousel-meta  strong {
  font-size: 54px;
  line-height: 1.14;
  font-weight: 700;
  margin: 0px;
  --fontSize: 54;
  display: block;
  letter-spacing: -0.03em;
}

.case-studies-page-four .custom-testimonials-cards-wrapper {
  padding-top: 4%;
  padding-right: 32px;
  padding-bottom: 3%;
  padding-left: 32px;
  background-color: rgba(255,255,255,0);
  background-image: linear-gradient(212deg, #f4f4f6 0%,#ffffff 100%);
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(0,0,0,0.08);
  border-style: solid;
}

.health-check-page-one.home-page-one h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 31px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
}
.health-check-page-one.home-page-one h2 {
  letter-spacing: -0.042em;
  line-height: 1.12;
}

.case-studies-page-three .custom-case-studies-wrapper .custom-case-studies-wrap {
  padding-bottom: 0;
}

.health-check-page-three .hs-responsive-embed-inner-wrapper {
  padding-bottom: 60% !important;
}

.case-studies-page-five {
  padding-top: 218px;
  padding-right: 32px;
  padding-bottom: 5%;
  padding-left: 32px;
}

.case-studies-page-five>div {
  padding-top: 4%;
}

.case-studies-page-five .custom-testimonials-cards-wrapper {
  padding: 0;
}

.case-studies-page-five .custom-testimonials-cards-wrapper .content-wrapper {
  display: block;
}
.health-check-page-three .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-height: 100% !important;
}

.case-studies-page-five .custom-testimonials-cards-wrapper .content-wrap {
  width: 90%;
  margin-top: 0;
}

.case-studies-page-five .custom-testimonials-cards-wrapper .content {
  margin-left: 20.614286%;
  margin-right: 13.714285714286%;
  text-align: left;
}

.case-studies-page-five  .custom-testimonials-cards-wrapper .content h6 ,
.case-studies-page-five  .custom-testimonials-cards-wrapper .content p {
  text-align: left;
}



.website-page-one p {
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}

.website-page-one ul {
  margin: 18px 0;
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}

.website-page-one ul li:before {
  display: none;
}

.website-page-wrapper{
  padding: 0 30px;
}



.website-page-one ul li {
  font-size: 18px;
  line-height: 1.48em;
  list-style-type: disc;
  letter-spacing: -0.01em;
}

.website-page-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.website-page-one .span6:first-child>div {
  margin-left: 7.88%;
  margin-right: 7.68%;
}

.website-page-one .span6:last-child>div {
  margin-right: 5.76%;
  margin-left: 3.76%;
}


.website-page-two h2 {
  margin-bottom: 73px;
  margin-top: 52px;
  padding-bottom: 40px;
  text-align: center;
  margin-right: 1.92%;
  margin-left: 1.92%;
}



.website-page-two ul li:before {
  content: "\f00c";
}

.website-page-two ul li p {
  margin-left: 48px;
}

.website-page-two ul li:before {
  content: "\f00c";
  background-color: #1daeef;
  font-size: 17.6px;
  height: 34px;
  width: 34px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.website-page-two ul li p {
  margin-left: 48px;
  font-size: 20px;
  line-height: 34px;
}

.website-page-two  ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}



.website-page-three h2 {
  margin-right: 1.92%;
  margin-left: 1.92%;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 70px;
  padding-bottom: 55px;
}

.website-page-three h3 {
  font-size: 24px;
  line-height: 1.21;
  --fontSize: 24;
  margin-bottom:15px;
  letter-spacing: -0.036em;
}


.website-page-one h2 {
  padding-bottom: 44px;
  margin-top: 12px;
  margin-bottom: 39px;
}

.website-page-three .span4:first-child>div {
  margin-right: 0;
  margin-left: 6.06%;
}

.website-page-three .span4:nth-child(2)>div {
  margin-right: 0;
  margin-left: 2.46%;
}

.website-page-three .span4:last-child>div {
  margin-right: 7.46%;
  margin-left: 0;
}

.website-page-four .bottom-pane {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
  padding-top: 40px;
}


.website-page-four .bottom-pane p {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0px;

}

a.cta_button:active {
  color: #fff;
}

.workshop-page header.header {
  display: none;
}

.workshop-section2 {
  background-color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);
}

.website-page-four .bottom-pane .dnd-section>.row-fluid {
  align-items: inherit;
}

.website-page-four .bottom-pane .column1>div {
  box-shadow: 8px 14px 4px rgba(0,0,0,.1);
  margin-left: 3.84% !important;
  margin-right: 3.84% !important;
  padding: 0 !important;
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}

.home-page-ten .bottom-pane .column2>div {
  box-shadow: rgb(0 0 0 / 10%) 0px 24px 32px -6px;
}

.body-wrapper{
  overflow: hidden;
}

.case-studies-page-five .custom-testimonials-cards-wrapper .content h3 {
  text-align: left;
}

.netsuite-page-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.netsuite-page-wrapper {
  padding: 0 30px;
}

.netsuite-page-wrapper .website-page-one .span6 {
  width: 50%;
  margin: 0;
}

.website-page-one .span6:last-child>div {
  margin-left: 5.76%;
  margin-right: 5.76%;
  margin-top: 20px;
}

.website-page-two .span4 {
  width: 33.333333333333% !important;
  margin-left: 0;
}



.website-page-two .span4>div {
  margin-left: 5.96%;   
  margin-right: 5.96%;
}
.website-page-one p {
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}
.website-page-one ul {
  margin: 18px 0;
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.48em;
  letter-spacing: -0.01em;
}
.website-page-one ul li:before {
  display: none;
}
.website-page-wrapper{
  padding: 0 30px;
}
.body-container.migration ul {
  padding-left: 0;
}

.case-study-page-one ul.hs-search-field__suggestions {
  width: 94%;
}

@media (min-width: 480px){
  section.workshop-section1 h2 {
    font-size: 2rem;
  }

  section.workshop-section1 h5 {
    font-size: 1.3125rem;
  }

  .workshop-page-wrapper p {
    font-size: 1rem;
  }

  .workshop-page-wrapper p:last-child span span {
    font-size: .875rem;
  }

  .workshop-page-two h3 {
    font-size: 2.0625rem;
  }

  .workshop-page-two p {
    font-size: 1.125rem;
  }

  .workshop-page-two h5 {
    font-size: 1.5rem;
  }


}

@media (min-width: 768px){
  section.workshop-section1 h2 {
    font-size: 2.5rem;
  }

  .workshop-page-wrapper p:first-child{
    font-size: 1.25rem;
  }

  .workshop-page-wrapper p {
    font-size: 1.125rem;
  }

  section.workshop-section1 h5 {
    font-size: 1.5rem;
  }

  .workshop-page-wrapper p:last-child span span {
    font-size: 1rem;
  }

  .workshop-page-two h3 {
    font-size: 3rem;
  }

  .workshop-page-two  p {
    font-size: 1.25rem;
  }

  .workshop-page-two h5 {
    font-size: 1.75rem;
  }


}

@media (min-width: 60em){

  header.header2 {
    padding-top: 9.6px;
    padding-right: 67.2px;
    padding-left: 67.2px;
  }

  .workshop-page-two {
    padding-top: 25px;
    padding-right: 96px;
    padding-bottom: 48px;
    padding-left: 96px;
  }

  .workshop-page-wrapper .inner-div {
    padding-top: 28.799999999999997px;
    padding-right: 9.6px;
    padding-bottom: 28.799999999999997px;
    padding-left: 9.6px;
  }

  .workshop-page-one.inner-div>div {
    padding-top: 9.6px;
    padding-right: 67.2px;
    padding-bottom: 9.6px;
    padding-left: 67.2px;
  }

  .workshop-page-wrapper .inner-div.workshop-page-two {
    padding-top: 48px;
    padding-right: 96px;
    padding-bottom: 48px;
    padding-left: 96px;
  }

}

@media(max-width:1230px){
  .health-check-page-three h2 {
    width: 100%;
  }
}


@media(max-width:1200px){

  .health-check-page-four .span6 ul {
    margin: 10px 0px 0;
    padding: 0;
  }

  .health-check-page-wrapper .span6 ul li p {
    margin-left: 50px;
  }

  .health-check-page-wrapper .span6 ul li:before {
    position: absolute;
  }

  .case-studies-page-five .custom-testimonials-cards-wrapper .content-wrap {
    margin-top: 0;
    width: 100%;
  }

  .case-studies-page-five .custom-testimonials-cards-wrapper .content {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

}


@media(max-width:1024px){




  .careers-page-one h2,
  .home-page-two h2 ,
  .home-page-one h2 {
    --fontSize: 45;
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc(var(--fontSize)*1px - var(--typography_sensitivity)*(var(--fontSize) - var(--minFontSize))*(var(--minViewportSize)*1px - 100vw)/(var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize))*var(--typography_sensitivity)*1px);
    --base-font-size: 20;
    --maxViewportSize: var(--content_break_point);
  }
  .case-study-page-two .custom-case-studies-wrapper {
    padding: 0px 24px;
  }

  .contact-page-one h1 {
    margin-top: 28px;
    margin-bottom: 48px;
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --fontSize: 72;
    --maxViewportSize: var(--content_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
  }

  .case-studies-page-one {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .case-studies-page-one h1 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .contact-page-wrapper h4 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
    --fontSize: 26;
  }
  .health-check-page-five h2 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .contact-page-wrapper {
    padding-top: 12px;
  }




  .contact-page-one .span7 form {
    margin-right: 0;
  }

  .health-check-page-five h3 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .contact-page-one .span5>div {
    margin-right: 9.6%;
    margin-left: 9.6%;
  }

  .case-studies-page-three .custom-case-studies-wrapper .title h4 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .contact-page-one .span7>div {
    margin-left: 3.2%;
    margin-right: 0;
  }

  .home-page-four h3 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
    --fontSize: 45;
  }

  .home-page-four h4 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
    --fontSize: 35;
  }

  .health-check-page-two .span6:first-child>div {
    margin-left: 0;
  }

  .health-check-page-two .span6:last-child>div {
    margin-right: 0;
  }

  .health-check-page-two h3 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .home-page-one .span6:first-child>div {
    padding-left: 3.88%;
    padding-right: 1.3%;
  }
  .home-page-one .span6:last-child>div {
    margin-top: 5px;
    padding-left: 1.2%;
    padding-right: 0;
  }
  .health-check-page-three h2 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .health-check-page-four .span6:first-child>div {
    margin-right: 9.6%;
    margin-left: 9.6%;
  }
  .health-check-page-four h2 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }

  .case-study-inner-page-one h1 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
    margin-top: 11px;
    margin-bottom: 13px;
  }
  .case-study-inner-page-two h2 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
    margin-top: 10px;
  }

  .case-study-inner-page-four h2 {
    --fontSize: 30;
    line-height: 1.14;
    letter-spacing: -0.036em;
    font-size: 30px;
  }
  .case-study-inner-page-four h2 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }



  .case-study-page-two .custom-case-studies-wrapper .title h4 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }
  .case-study-page-one .hs-search-field__bar {
    margin-left: 2.7%;
    margin-top: 32px;
  }
  .case-study-page-one .hs-search-field__bar button {
    left: 7px;
  }

  .case-study-page-one .hs-search-field__bar input.hs-search-field__input {
    font-size: 16px;
  }

  .website-page-one .span6:first-child>div {
    margin-right: 13.44%;
    margin-left: 6.2%;
  }

  .website-page-two .span4:last-child>div {
    margin-left: 2.86%;
    margin-right: 5.76%;
  }

  .website-page-two .span4:first-child>div {
    margin-left: 0;
    margin-right: 0;
  }

  .website-page-two .span4:nth-child(2)>div {
    margin-left: 1.46%;
    margin-right: 5.66%;
  }

  .website-page-three h2 {
    padding-bottom: 64px;
  }
  .website-page-three .span4:first-child>div {
    margin-left: 0;
    margin-right: 0;
  }

  .website-page-three .span4:last-child>div {
    margin-left: 0;
    margin-right: 7.46%;
  }

  .website-page-three .span4:nth-child(2)>div {
    margin-left: 0;
    margin-right: 2%;
  }

  .website-page-four .bottom-pane .column1>div {
    margin-left: 0 !important;
  }

  .bottom-pane .column2>div {
    margin-right: 1.5%;
  }

  .health-check-page-four .span6 .span6 {
    width: 100% !important;
    margin:0;
  }

  .health-check-page-four .span6 .span6>div {
    margin: 0 !important;
  }


  .website-page-one h2 {
    --fontSize: 72;
    line-height: 1.12;
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --maxViewportSize: var(--grid_main_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px)!important;
  }

  .website-page-one h2 {
    --fontSize: 72;
    line-height: 1.12;
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --maxViewportSize: var(--grid_main_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px)!important;
  }

  .health-check-page-two h2 {
    font-size: calc(var(--fontSize)*1px - var(--typography_sensitivity)*(var(--fontSize) - var(--minFontSize))*(var(--minViewportSize)*1px - 100vw)/(var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize))*var(--typography_sensitivity)*1px);
  }

  .custom-case-studies-wrapper .heading h2 {
    --fontSize: 45;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px)!important;
  }

  .case-studies-page-three .custom-case-studies-wrapper .fusion-carousel-meta strong {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
  }
}



@media(max-width:1000px){

  .contact-page-wrapper ul li p {
    font-size: 16px;
  }

  .contact-page-one .span7 form {
    margin-left: 12%;
    margin-right: 0;
  }

}

@media (max-width:900px) and (min-width:768px){
  .contact-page-wrapper ul li p {
    font-size: 16px;
  }
}

@media(max-width:767px){
  .home-page-one .span6:first-child>div {
    padding-left: 0;
    padding-right: 0;
  }
  .home-page-one .span6:last-child>div {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-page-one fieldset.form-columns-2 .hs_email .input,
  .home-page-one fieldset.form-columns-2 .hs_firstname .input {
    margin-right: 1.92% !important;
    margin-left: 1.92%;
  }

  .home-page-one fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .home-page-one .hs-form-field .input input {
    width: 100% !important;
  }

  .home-page-one {
    padding-left: 4%;
    padding-right: 4%;
  }
  .home-page-two{
    padding-left: 0;
    padding-right: 0;

  }
  .home-page-two .dnd-section>.row-fluid>div {
    width: 100%;
  }

  .contact-page-one .dnd-section>.row-fluid {
    display: block;
  }

  .contact-page-one .span5, 
  .contact-page-one .span7 {
    width: 100% !important;
  }

  .contact-page-one .row-fluid {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .contact-page-wrapper ul li p a {
    word-break: break-all;
  }

  .contact-page-one .span5>div {
    margin-left: 0;
    margin-right: 0;
  }

  .careers-page-one .dnd-section>.row-fluid {
    flex-direction: column-reverse;
  }

  .careers-page-one .span6:first-child>div,
  .careers-page-one .span6:last-child>div{
    padding-left: 0;
    padding-right: 0;

  }

  .contact-page-one h1 {
    margin-top: 22px;
    margin-bottom: 24px;
  }


  .contact-page-one .span7 form {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 28px 16px;
  }

  .contact-page-one .span7>div,
  .health-check-page-two .span6:last-child>div,
  .health-check-page-two .span6:first-child>div {
    margin-left: 0%;
    margin-right: 0;
  }

  .health-check-page-three .hs-responsive-embed-wrapper {
    max-width: 100%!important;
  }

  .health-check-page-three {
    width: 100%;
  }

  .health-check-page-four .span6>div {
    margin-right: 0;
    margin-left: 0;
  }

  .health-check-page-four .span6 ul {
    margin: 10px 0px 0;
  }

  .health-check-page-five .span6>div {
    margin-right: 0%;
    margin-left: 0%;
  }

  .case-study-inner-page-one h1 {
    margin-bottom: 21px;
    margin-top: 19px;
  }

  .case-study-inner-page-two .dnd-section>.row-fluid .span6>div {
    margin-right:0 !important;
    margin-left: 0 !important;
  }
  .case-study-inner-page-two h2 {
    margin-top: 11px;
  }

  .case-study-inner-page-three .span4>div {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .case-study-inner-page-three .span4:nth-child(2)>div {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .case-study-inner-page-four .dnd-section>.row-fluid .span8>div.
  .case-study-inner-page-four .dnd-section>.row-fluid .span4>div {
    margin-right: 1.92%;
    margin-left: 1.92%;
  }

  .custom-case-studies-wrapper {
    display: flex;
    justify-content: center;
    padding: 0px 17px;
  }

  .case-study-page-one .hs-search-field {
    margin-top: 44px;
  }

  .case-study-page-one .hs-search-field__bar {
    margin: 0;
  }

  .case-study-page-one .hs-search-field__bar button {
    left: 0;
    top: 0;
  }



  .case-study-page-two .custom-case-studies-wrapper .content-wrapper {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  .custom-case-studies-wrapper .fusion-image-wrapper img {
    width: 100%;
  }

  .case-study-page-one {
    padding: 30px 32px 20px;
  }

  .case-study-page-two .custom-case-studies-wrapper .custom-case-studies-wrap {
    padding: 0 1px 60px
  }

  .case-study-page-two  .custom-case-studies-wrapper .custom-case-studies-inner{
    padding: 0;
  }

  .case-study-page-one .hs-search-field__bar input.hs-search-field__input {
    font-size: 20px;
  }

  .case-studies-page-one {
    padding-top: 12px;
    padding-bottom: 0px;
  }

  .home-page-one form {
    padding-bottom: 30px;
  }

  .cta-col {
    margin-bottom: 20px;
  }

  .custom-case-studies-wrapper .custom-case-studies-items {
    width: 100%;
  }

  .website-page-wrapper .dnd-section>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }

  .website-page-one .span6:first-child>div {
    margin-right: 0;
    margin-left: 0;
  }

  .website-page-one h2 {
    margin-bottom: 70px;
    margin-top: 28px;
    padding-bottom: 0;
  }

  .website-page-two h2 {
    margin: 52px 0 70px;
    padding-bottom: 28px;
  }

  .website-page-two .span4:last-child>div,
  .website-page-two .span4:nth-child(2)>div {
    margin-left: 0;
    margin-right: 0;
  }
  .website-page-two ul li {
    margin-bottom: 56px;
  }
  .website-page-three h2 {
    margin-top: 0;
    padding-bottom: 46px;
  }

  .website-page-four .bottom-pane .column1>div {
    margin-left: 0!important;
    margin-right: 0 !important;
  }

  .website-page-four .bottom-pane{
    padding:0; 

  }

  .website-page-four .bottom-pane .column1>div {
    margin-right: 0!important;
  }

  .website-page-four .bottom-pane .column2>div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .website-page-four  .bottom-pane .column2 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 !important;
  }

  .health-check-page-four .span6 .span6>div {
    margin: 0 !important;
  }

  .health-check-page-four .span6:first-child>div {
    margin-left: 0;
    margin-right: 0;
  }

  .health-check-page-four .span6 {
    margin-bottom: 20px;
  }

  .case-study-inner-page-three .span4>div {
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-inner-page-three .span4:nth-child(2)>div {
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-inner-page-three .span4:last-child>div {
    margin-left: 0;
    margin-right: 0;
  }

  .custom-testimonials-cards-wrapper .content-wrap {
    width: 100%;
    padding: 0 30px;
  }

  .case-study-inner-page-four .dnd-section>.row-fluid .span4>div {
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-inner-page-four .dnd-section>.row-fluid .span8>div {
    margin-left: 0;
    margin-right: 0;
  }

  .case-studies-page-five {
    padding: 60px 32px 5%;
  }

  .case-studies-page-five {
    padding: 60px 0 5%;
  }

  .case-studies-page-five .custom-testimonials-cards-wrapper .content-wrap {
    padding: 0 !important;
  }

  .case-studies-page-five .span6 {
    margin-bottom: 20px;
  }

  .website-page-three h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .website-page-two .span4 {
    margin-left: 0;
    width: 100%!important;
  }

  .netsuite-page-wrapper .website-page-one .span6 {
    margin: 0;
    width: 100%;
  }
  .case-study-page-two .custom-case-studies-wrapper {
    padding: 0 32px;
  }

  .case-study-page-one ul.hs-search-field__suggestions {
    width: 100%;
  }
  .custom-case-studies-wrapper .fusion-image-wrapper img {
    width: 100%;
  }
}


.website-page-three h3 {
  letter-spacing: -0.036em;
}

@media(max-width:479px){
  .contact-page-wrapper ul li p {
    font-size: 14px;
    line-height: 30.6px;
    margin-bottom: 0;
    margin-left: 22px;
  }

  .contact-page-wrapper ul li span {
    height: 30px;
    justify-content: center;
    margin-right: 2.6px;
    width: 15px;
  } 

  .case-study-page-two .custom-case-studies-wrapper {
    padding: 0 13px;
  }

  .careers-page-one p {
    overflow-wrap: break-word;
  }
}



.workshop-page-wrapper .workshop-page-three {
  padding-top: 5vw;
  padding-right: 3vw;
  padding-bottom: 5vw;
  padding-left: 3vw;
}

.workshop-page-three .section-header {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}

.page-header.section-header h2 {
  word-wrap: break-word;
  padding: 1vw;
  padding-bottom: 0.6875em;
  line-height: 1.25;
  font-size: 1.875rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}


.workshop-page-three  p.secondary-header {
  padding: 1vw;
  padding-top: 0;
  text-align: center;
  line-height: 1.25;
  font-size: 1.5rem;
  color: rgba(15,12,9,0.8);
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.workshop-page-three  p.secondary-header>span {
  padding-bottom: 3vw;
}

.workshop-page-three .span4  img.hs-image-widget {
  word-wrap: break-word;
  padding: 1vw 0;
  width:44%;
  display: inline-block;
  vertical-align: middle;
}

.workshop-page-three .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: block;
}

.workshop-page-three img.hs-image-widget {
  word-wrap: break-word;
  display: inline-block;
  padding: 1vw 0;
  vertical-align: middle;
  width: 44%;
}


.workshop-page-three .span4:nth-child(2) img.hs-image-widget {
  max-width: 114px !important;
  width: 100%;
}

section.workshop-section3 h6 {
  padding-bottom: 0.6875em;
  line-height: 1.375;
  font-family: Poppins;
  color: rgb(15,12,9);
  font-size: 1.125rem;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
}

section.workshop-section3 p {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.75;
  font-size: 1rem;
  text-align: center;
  letter-spacing:0;
}

section.workshop-section3 h5 {
  font-size: 1.125rem;
  padding: 1vw;
  padding-top: 0;
}

.workshop-page-three .hs_cos_wrapper_type_linked_image {
  padding-top: 41px;
  padding-bottom: 1vw;
}



section.workshop-section3 h5 {
  margin: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.125;
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(15,12,9,0.8);
  padding-top: 19px;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 20px;
}

.workshop-page-wrapper .workshop-page-four  {
  padding-top: 8vw;
  padding-right: 1vw;
  padding-bottom: 8vw;
  padding-left: 1vw;
}

section.workshop-section4 h2 {
  padding-bottom: 0.625em;
  line-height: 1.25;
  font-family: Poppins;
  color: rgb(15,12,9);
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  font-size: 1.875rem;
  padding-top: 39px;
}

section.workshop-section4  h3 {
  line-height: 1.25;
  text-align: center;
  font-family: Poppins;
  color: rgb(15,12,9);
  font-size: 1.3125rem;
  letter-spacing: 0;
  margin: 0;
}

section.workshop-section4 p {
  line-height: 1.25;
  font-size: 1.3125rem;
}

section.workshop-section4 h4 {
  line-height: 1.125;
  text-align: center;
  margin: 0;
  font-family: Poppins;
  color: rgb(15,12,9);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
}

section.workshop-section4 .span7 h3 {
  line-height: 1.625;
  font-family: Poppins;
  color: rgb(15,12,9);
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0;
}

section.workshop-section4 .span7 {
  padding-top: 45px;
  padding-left: 0;
  padding-right: 1vw;
}

.workshop-page-wrapper    section.workshop-section4 .span7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.625;
  font-size: 1rem;
}



.workshop-page-wrapper   section.workshop-section4 .span7  ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.workshop-page-wrapper section.workshop-section4 .span7 ul li {
  padding-left: 20px;
  position: relative;
  width: 100%;
  white-space: pre-wrap;
}

.workshop-page-wrapper  section.workshop-section4 .span7  ul li:before {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  content: "•";
  text-align: center;
  transform: scale(1.5);
  transform-origin: center right;
  position: absolute;
  left: 0;
  background-color: transparent;
  color: #0f0c09cc;
  width: auto;
  height: auto;
  margin: 0;
}

section.workshop-section4 .workshop-page-four {
  padding-top: 8vw;
  padding-right: 1vw;
  padding-bottom: 8vw;
  padding-left: 1vw;
}

section.workshop-section4 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/images/bg-img.png);
  ;background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;;;background-color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);;;position: relative;
  transition: opacity .5s ease-in,min-height .5s ease-in,height .5s ease-in;;}

section.workshop-section5 {
  background-color: rgba(29,174,239,0.1);
  border-color: rgba(29,174,239,0.1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.workshop-section4 .span7 p {
  line-height: 1.625;
  font-family: Roboto Condensed;
  color: rgba(15,12,9,0.8);
  font-size: 1rem;
  margin: 0;
}

section.workshop-section4 .dnd-section>.row-fluid{
  padding:0 30px; 
}

section.workshop-section4 h6 {
  word-wrap: break-word;
  padding: 1vw;
  margin: 0;
  line-height: 1.625;
  text-align: center;
  font-family: Poppins;
  color: rgb(15,12,9);
  font-size: 1.3125rem;
  letter-spacing: 0;
}

section.workshop-section5 .workshop-page-five {
  padding-top: 6vw;
  padding-right: 1vw;
  padding-bottom: 6vw;
  padding-left: 1vw;
}


section.workshop-section5 .hs_cos_wrapper_type_header h5 {
  line-height: 1.625;
  font-family: Poppins;
  color: rgb(15,12,9);
  margin: 0;
  font-size: 1.5rem;
  letter-spacing:0;
}

section.workshop-section4 {
  padding-bottom: 61px;
}

section.workshop-section5  .span8 {
  word-wrap: break-word;
  padding: 1vw;
  padding-left: 0;
}

section.workshop-section5 .hs_cos_wrapper_type_header {
  padding: 1vw;
  display: block;
  text-align: center;
  padding-top: 29px;
  padding-bottom: 40px;
}


section.workshop-section5 .span8 {
  word-wrap: break-word;
  padding: 1vw;
  padding-left: 0;
}


section.workshop-section5 p {
  line-height: 1.625;
  font-family: Roboto Condensed;
  color: rgba(15,12,9,0.8);
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  letter-spacing: 0;
}

section.workshop-section5 .span4 {
  word-wrap: break-word;
  padding: 1vw;
  padding-right: 0;
}

section.workshop-section5 .span4 img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

section.workshop-section5  .dnd-section>.row-fluid{
  padding: 0 30px;
}

section.workshop-section6 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://22609685.fs1.hubspotusercontent-na1.net/hubfs/22609685/raw_assets/public/ThreadgoldConsulting_September2022/images/bg-bottom-img.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

section.workshop-section6 .workshop-page-five {
  padding-top: 8vw;
  padding-right: 1vw;
  padding-bottom: 8vw;
  padding-left: 1vw;
}

section.workshop-section6 .hs_cos_wrapper_type_header {
  word-wrap: break-word;
  padding: 1vw;
  display: block;
}

section.workshop-section6 .hs_cos_wrapper_type_header h5 {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0;
  font-family: Poppins;
  color: rgb(15,12,9);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.625;
}

section.workshop-section6  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.625;
  font-size: 1.125rem;
}

section.workshop-section6 ul {
  font-size: 1.25rem;
}

section.workshop-section6 ul li {
  padding-left: 20px;
}

section.workshop-section6 ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

section.workshop-section6 ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: scale(0.85);
  color: rgba(0, 255, 211, 1);
  position: absolute;
  top: 2px;
  left: -6px;
  background: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 1em;
}

section.workshop-section6 ul li {
  color: rgba(15, 12, 9, 0.75);
}

section.workshop-section6 ul li {
  font-weight: 400;
  font-family: "Roboto Condensed";
  font-size: 1.125rem;
  line-height: 1.625;
}

section.workshop-section6 .hs_cos_wrapper_type_header h6 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.125;
  text-align: center;
  font-size: 1.3125rem;
  font-family: Roboto Condensed;
  color: rgba(15,12,9,0.8);
}

.case-study-page-wrapper .hs-search-field__suggestions li a {
  display: block !important;
}

section.workshop-section1 {
  background-color: hsla(0,0%,100%,.49);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: hsla(0,0%,100%,.49);
}

.workshop-page-one .widget-type-linked_image {
  word-wrap: break-word;
  padding: 1vw;
  width: 100%;
  text-align: center;
}

section.workshop-section1 img.hs-image-widget {
  display: inline-block;
  vertical-align: middle;
  max-width: 994px;
  width: 22% !important;
}

@media(min-width:480px){
  .workshop-page-three .section-header  h2 {
    font-size: 2rem;
  } 

  section.workshop-section4 p {
    font-size: 1.3125rem;
  }

  .workshop-page-three  p.secondary-header {
    font-size: 1.5rem;
  }

  section.workshop-section3 h6 {
    font-size: 1.125rem;
  }

  section.workshop-section3 h5 {
    font-size: 1.3125rem;
  }

  section.workshop-section4 h2 {
    font-size: 2rem;
  }

  section.workshop-section4  h3 {
    font-size: 1.3125rem;
  }

  section.workshop-section4 h4 {
    font-size: 1.5rem;
  }

  section.workshop-section4 .span7 h3,
  section.workshop-section4 .span7 ul li,
  section.workshop-section4 .span7  ul,
  section.workshop-section4 .span7 p {
    font-size: 1rem;
  }

  section.workshop-section4 h6 {
    font-size: 1.3125rem;
  }

  section.workshop-section5 .hs_cos_wrapper_type_header h5 {
    font-size: 1.5rem;
  }

  section.workshop-section5 p {
    font-size: 1.125rem;
  }
  section.workshop-section6  .hs_cos_wrapper_type_header h5 {
    font-size: 1.5rem;
  }
  section.workshop-section6  ul {
    line-height: 1.625;
  }

  section.workshop-section6 ul {
    font-size: 1.25rem;
  }

  section.workshop-section6 ul li {
    font-size: 1.125rem;
  }

  section.workshop-section6 .hs_cos_wrapper_type_header h6 {
    font-size: 1.3125rem;
  }
}

@media(min-width:768px){
  .workshop-page-three .section-header  h2 {
    font-size: 2.5rem;
  } 

  .workshop-page-three   p.secondary-header {
    font-size: 1.75rem;
  }

  section.workshop-section3 h6 {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  section.workshop-section3 h5 {
    font-size: 1.5rem;
  }

  section.workshop-section5 .hs_cos_wrapper_type_header h5 {
    font-size: 1.75rem;
  }

  section.workshop-section4 .span7 p {
    font-size: 1.125rem;
  }

  section.workshop-section4 h2 {
    font-size: 2.5rem;
  }

  section.workshop-section4  h3 {
    font-size: 1.5rem;
  }
  section.workshop-section4 p {
    font-size: 1.5rem;
  }

  .workshop-page-wrapper   section.workshop-section4 .span7 ul li,
  .workshop-page-wrapper   section.workshop-section4 .span7 ul {
    font-size: 1.125rem;
  }

  section.workshop-section4 h4 {
    font-size: 1.75rem;
  }

  section.workshop-section4 .span7 h3 {
    font-size: 1.125rem;
  }

  section.workshop-section4 h6 {
    font-size: 1.5rem;
  }

  section.workshop-section6  .hs_cos_wrapper_type_header h5 {
    font-size: 1.75rem;
  }

  section.workshop-section5 p {
    font-size: 1.25rem;
  }

  section.workshop-section6 ul li {
    font-size: 1.25rem;
  }

  section.workshop-section6 ul {
    font-size: 1.25rem;
  }

  section.workshop-section6 .hs_cos_wrapper_type_header h6 {
    font-size: 1.5rem;
  }
}

@media (min-width: 60em){
  .workshop-page-wrapper   .workshop-page-three {
    padding-top: 48px;
    padding-right: 28.799999999999997px;
    padding-bottom: 48px;
    padding-left: 28.799999999999997px;
  }


  section.workshop-section5 .workshop-page-five {
    padding-top: 57.599999999999994px;
    padding-right: 9.6px;
    padding-bottom: 57.599999999999994px;
    padding-left: 9.6px;
  }

  .workshop-page-three .section-header {
    padding-top: 9.6px;
    padding-right: 9.6px;
    padding-bottom: 9.6px;
    padding-left: 9.6px;
  }

  section.workshop-section4 .workshop-page-four {
    padding-top: 76.8px;
    padding-right: 9.6px;
    padding-bottom: 76.8px;
    padding-left: 9.6px;
  }

  .workshop-page-three  p.secondary-header>span {
    padding-bottom: 28.799999999999997px;
    display: block;
  }

  section.workshop-section6 .workshop-page-five {
    padding-top: 76.8px;
    padding-right: 9.6px;
    padding-bottom: 76.8px;
    padding-left: 9.6px;
  }

}

.website-page-three .span4 h3:hover {
  color: #1DAEEF;
  transition: all .3s;
}

section.workshop-section5  .button-with-popup-wrapper .custom-button a {
  background: transparent;
  border-color: #000;
  color: #000;
}

section.workshop-section4  .button-with-popup-wrapper .custom-button a:hover,
section.workshop-section5  .button-with-popup-wrapper .custom-button a:hover {
  background-color: rgb(15,12,9);
  color: rgb(0,255,211);
}


section.workshop-section5   .button-with-popup-wrapper .custom-button a {
  line-height: 1.5;
  font-size: 1.125rem;
}

section.workshop-section4  .button-with-popup-wrapper .custom-button a {
  border-color: rgb(15,12,9);
  color: rgb(15,12,9);
  background: transparent;
  line-height: 1.5;
  display: block;
  font-size: 1.125rem;
}

section.workshop-section4 .button-with-popup-wrapper .button-with-popup-wrapp {
  word-wrap: break-word;
  padding: 0;
}

section.workshop-section4  .button-with-popup-wrapper .custom-button {
  display: block;
}

.hs-search-field__suggestions {
  border-color: #1DAEEF;
  border-width: 1px 1px 1px 1px;
  max-height: 250px;
  background-color: #FFFFFF;
  font-size: 18px;
  color: #5E5E5E;
  border-radius: 10px;
  z-index: -1;
  visibility: hidden;
  overflow-y: auto;
  position: absolute;
  margin-top: 25px;
  width: 100%;
  opacity: 0;
  transition: .3s opacity,.3s margin;
  background-color: #fff;
}

.hs-search-field--open .hs-search-field__suggestions {
  border-color: #1DAEEF !important;
  border-width: 1px 1px 1px 1px;
  max-height: 250px;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  margin-top: 1px;
}

.hs-search-field--open .hs-search-field__suggestions li a {
  font-family: inherit;
  border-color: #1DAEEF;
  border-width: 1px 1px 1px 1px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  border-bottom-style: solid;
  border-top: none;
  text-align: initial;
  cursor: pointer;
  transition: .2s padding;
  padding: 14px 7px;
}

.hs-search-field--open .hs-search-field__suggestions li a:before {
  width: 45px;
  box-sizing: content-box;
  padding: 0 7px;
}

.hs-search-field--open .hs-search-field__suggestions li a:hover{
  padding: 14px 0 14px 14px;
  background-color:#ffffff !important
}

.hs-search-field__suggestions li:before {
  display: none !important;
}

.hs-search-field__suggestions li {
  padding: 14px 7px;
  position: relative;
}

.hs-search-field--open .hs-search-field__suggestions li:first-child {
  padding: 14px 0 14px 14px;
}


.health-check-page-two .span6 ul li,
.health-check-page-five .span6 ul li {
  padding-bottom: 5px;
}
.health-check-page-two .span6 ul li:before,
.health-check-page-five .span6 ul li:before {
  position: absolute;
}
.health-check-page-two .span6 ul li p,
.health-check-page-five .span6 ul li p {
  padding-left: 48px;
}

.health-check-page-five .span6 ul li:before {
  height: 34px;
  width: 34px;
  margin-right: 14px;
}


section.workshop-section4 .span5 {
  padding-top: 48px;
}


section.workshop-section6 .hs_cos_wrapper_type_header h5 {
  margin-bottom: 20px;
}

.workshop-page-wrapper section.workshop-section4 .span7 ul li {
  font-family: Roboto Condensed;
  color: rgba(15,12,9,0.8);
}


@media(min-width:480px){
  section.workshop-section5   .button-with-popup-wrapper .custom-button a {
    font-size: 1.125rem;
  }
  section.workshop-section4  .button-with-popup-wrapper .custom-button a {
    font-size: 1.125rem;
  }
  section.workshop-section3 p {
    font-size: 1rem;
  }
}

@media(min-width:768px){
  section.workshop-section5    .button-with-popup-wrapper .custom-button a {
    font-size: 1.25rem;
  }
  section.workshop-section4  .button-with-popup-wrapper .custom-button a {
    font-size: 1.25rem;
  }
  section.workshop-section3 p {
    font-size: 1.125rem;
  }

  section.workshop-section6 ul li:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media(max-width:1072px) and  (min-width:1025px){
  .website-page-four .bottom-pane .form form .hs_error_rollup {
    bottom: 28%;
  }

}

@media(max-width:1200px){

  .health-check-page-two .span6 ul li p,
  .health-check-page-five .span6 ul li p {
    padding-left: 48px;
    margin-left:0;
  } 
}

@media(max-width:950px){

  .website-page-four .bottom-pane .form form .hs_error_rollup {
    bottom: 25%;
    position: absolute;
  }
}
@media(max-width:767px){
  .website-page-one .span6:last-child>div {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .case-study-page-two .custom-case-studies-wrapper .custom-case-studies-items {
    padding: 0;
  }
}
