*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .dnd-section {
  padding: 0 !important;
}



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

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

.body-container.body-container--blog-index .dnd-section {
    padding: 0 !important;
}


.banner-section .dnd-section>.row-fluid {
    padding: 0 !important;
}



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



body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

img {
    max-width: 100%;
    height: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  padding: 20px 25px;
  text-transform: uppercase;
  font-family: Archivo,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  margin-bottom: 30px;
}

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:0;
}

/* Labels */

form label {
  display: block;
  font-size:16px;
  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: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-family: Lato,Helvetica Neue,Helvetica,Arial;
}

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 {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  padding: 20px 25px;
  text-transform: uppercase;
  font-family: Archivo,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  margin-bottom: 30px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-form {
    margin-bottom: 30px;
}



form .hs-error-msgs {
    list-style: none;
    margin: 0 0 1.5em 0;
}



form .hs-error-msgs label {
    display: block;
    color: #c53030;
    font-size: 16px;
    line-height: 1.5em;
}

:focus-visible {
    outline: none;
}

fieldset.form-columns-1 .hs-input {
  width:100%!important;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.bg-center {
  background-position: 50%
}

.bg-cover {
  background-size: cover
}

.border-black {
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.border-white {
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}





.max-w-2xl {
  max-width: 42rem
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.object-center {
  -o-object-position: center;
  object-position: center
}

.opacity-50 {
  opacity: .5
}

.opacity-75 {
  opacity: .75
}


.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}



.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-light {
  color: #d4d7dd;
 
}

.text-gray-med {
  color: #58585b;
 
}

.text-teal-med {
  color: #008a8b;

}

.text-blue-text {
  color: #bcd2e0;
 
}

.text-blue-featured {
  color: #13546e;

}

.text-indigo-600 {
  color: #5a67d8;
 
}




.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

.clearfix {
  zoom: 1
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-osx-font-smoothing: grayscale;
  -osx-font-smoothing: grayscale
}

html {
  scroll-behavior: smooth
}


.crafted_group.alignfull>* {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:576px) {
  .crafted_group.alignfull>* {
    max-width: 576px
  }
}

@media (min-width:768px) {
  .crafted_group.alignfull>* {
    max-width: 768px
  }
}

@media (min-width:992px) {
  .crafted_group.alignfull>* {
    max-width: 992px
  }
}

@media (min-width:1245px) {
  .crafted_group.alignfull>* {
    max-width: 1200px
  }
}

@media (min-width:1540px) {
  .crafted_group.alignfull>* {
    max-width: 1245px
  }
}

.wp-block-column .wp-block-buttons {
  display: flex;
  align-items: center
}

.ctaBarPattern .wp-block-column .wp-block-buttons {
  justify-content: flex-end
}

.container{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:992px) {
  .container {
    max-width: 947px
  }
}

@media (min-width:1245px) {
  .container {
    max-width: 1200px
  }
}

@media (min-width:1540px) {
  .container {
    max-width: 1245px
  }
}





pre {
  background: #eee;
  font-family: Courier\ 10 Pitch, Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%
}





.cardItem {
  width: 100%
}

.cardItem.card_sml {
  padding: .625em
}

@media (min-width:768px) {
  .cardItem.card_sml {
    width: 50%
  }
}

@media (min-width:992px) {
  .cardItem.card_sml {
    width: 25%
  }
}

.cardItem.card_med {
  padding: 1.3125em
}

@media (min-width:768px) {
  .cardItem.card_med {
    width: 50%
  }
}

@media (min-width:992px) {
  .cardItem.card_med {
    width: 33.333333%
  }
}

.cardItem.card_lrg {
  padding: 3.125em
}

@media (min-width:992px) {
  .cardItem.card_lrg {
    width: 50%
  }
}

.cardItem.wp-block-group {
  padding: 0;
  width: 100%
}

.cardItem .cardBoxInner {
  padding: 1.875em;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  border-radius: 20px
}

.cardItem .cardBoxInner .cardIcon,
.cardItem .cardBoxInner .is-style-cardIcon {
  width: 45px;
  height: 45px;
  padding: .5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.cardItem .cardBoxInner .cardBoxTitle {
  color: #000
}

a,
button {
  transition: all .3s ease-in-out
}


a.is-style-secondaryBtn,
a.secondaryBtn,
button.is-style-secondaryBtn,
button.secondaryBtn {
  --text-opacity: 1;
  color: #323232;
  color: rgba(50, 50, 50, var(--text-opacity));
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  background-color: transparent
}




.gform_wrapper .gform_body .gfield .gfield_checkbox li input[type=checkbox]:checked {
  --border-opacity: 1;
  border: 6px solid #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.gform_wrapper .gform_body .gfield .gfield_label {
  font-size: .875rem;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #323232;
  color: rgba(50, 50, 50, var(--text-opacity));
  letter-spacing: .1em
}

::-webkit-input-placeholder {
  color: #525455!important
}

::-ms-input-placeholder {
  color: #525455!important
}

::-moz-placeholder {
  color: #525455!important
}

div#leftcontainer1 .cr_full_form .gform_wrapper {
  border-width: 2px;
  --border-opacity: 1;
  border-color: #d4d7dd;
  border-color: rgba(212, 215, 221, var(--border-opacity));
  padding: 2.5rem;
  max-width: 56rem;
  border-radius: 10px
}


.default-cta-block.bg-blue-med:after {
  filter: invert(17%) sepia(41%) saturate(3947%) hue-rotate(176deg) brightness(89%) contrast(101%)
}

.default-cta-block.bg-blue-med .defaultCtaContainer,
.default-cta-block.bg-blue-med .defaultCtaContainer .h2 {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-blue-med .defaultCtaContainer .is-style-primaryBtn a {
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.default-cta-block.bg-blue-med .defaultCtaContainer .is-style-primaryBtn a:active,
.default-cta-block.bg-blue-med .defaultCtaContainer .is-style-primaryBtn a:hover {
  background-color: transparent;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-blue-dark:after {
  filter: invert(8%) sepia(9%) saturate(3911%) hue-rotate(161deg) brightness(93%) contrast(95%)
}

.default-cta-block.bg-blue-dark .defaultCtaContainer,
.default-cta-block.bg-blue-dark .defaultCtaContainer .h2 {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-blue-dark .defaultCtaContainer .is-style-primaryBtn a {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.default-cta-block.bg-blue-dark .defaultCtaContainer .is-style-primaryBtn a:active,
.default-cta-block.bg-blue-dark .defaultCtaContainer .is-style-primaryBtn a:hover {
  background-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-teal-med:after {
  filter: invert(44%) sepia(88%) saturate(6469%) hue-rotate(166deg) brightness(90%) contrast(102%)
}

.default-cta-block.bg-teal-med .defaultCtaContainer,
.default-cta-block.bg-teal-med .defaultCtaContainer .h2 {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-teal-med .defaultCtaContainer .is-style-primaryBtn a {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.default-cta-block.bg-teal-med .defaultCtaContainer .is-style-primaryBtn a:active,
.default-cta-block.bg-teal-med .defaultCtaContainer .is-style-primaryBtn a:hover {
  background-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-gray-bg:after {
  filter: invert(100%) sepia(0) saturate(5544%) hue-rotate(189deg) brightness(119%) contrast(70%)
}

.default-cta-block.bg-white:after {
  filter: invert(21%) sepia(63%) saturate(2508%) hue-rotate(175deg) brightness(90%) contrast(101%);
  opacity: .6
}

.default-cta-block.bg-black:after {
  filter: invert(100%) sepia(0) saturate(5544%) hue-rotate(189deg) brightness(119%) contrast(70%);
  opacity: .25
}

.default-cta-block.bg-black .defaultCtaContainer,
.default-cta-block.bg-black .defaultCtaContainer .h2 {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.default-cta-block.bg-black .defaultCtaContainer .is-style-primaryBtn a {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.default-cta-block.bg-black .defaultCtaContainer .is-style-primaryBtn a:active,
.default-cta-block.bg-black .defaultCtaContainer .is-style-primaryBtn a:hover {
  background-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.hubspot-form-block .wp-block-columns {
  margin-bottom: 0
}

.hubspot-form-block form fieldset {
  max-width: none
}

.hubspot-form-block form label {
  display: none
}

.hubspot-form-block form input,
.hubspot-form-block form select {
  padding: 20px 15px;
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 30px;
  color: #000;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.hubspot-form-block form input::-moz-placeholder,
.hubspot-form-block form select::-moz-placeholder {
  color: #000
}

.hubspot-form-block form input:-ms-input-placeholder,
.hubspot-form-block form select:-ms-input-placeholder {
  color: #000
}

.hubspot-form-block form input::placeholder,
.hubspot-form-block form select::placeholder {
  color: #000
}

.hubspot-form-block form .legal-consent-container {
  font-size: .875rem
}

.hubspot-form-block form .hs-button {
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 20px 25px;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  transition: all .3s ease-in-out
}

.hubspot-form-block form .hs-button:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer
}

.hubspot-form-block form .hs-error-msg {
  display: block;
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity))
}

.hero-sponsors-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative
}

@media (min-width:576px) {
  .hero-sponsors-block {
    padding-top: 4rem
  }
}

@media (min-width:992px) {
  .hero-sponsors-block {
    padding-top: clamp(170px, 18.056vw, 260px)
  }
}

.hero-sponsors-block.bg-black,
.hero-sponsors-block.bg-black a.linkUnderline,
.hero-sponsors-block.bg-blue-dark,
.hero-sponsors-block.bg-blue-dark a.linkUnderline,
.hero-sponsors-block.bg-blue-med,
.hero-sponsors-block.bg-blue-med a.linkUnderline,
.hero-sponsors-block.bg-teal-med,
.hero-sponsors-block.bg-teal-med a.linkUnderline {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}



.sponsorHeroTitle {
  font-size: 3.75vw;
  font-size: clamp(38px, 3.75vw, 54px);
  padding-bottom: 2rem;
  font-family: Archivo, Helvetica Neue, Helvetica, Arial;
  line-height: 1.05em;
  font-weight: 600;
  font-stretch: semi-expanded;
  margin-bottom: 0
}

.rightImageWrapper {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none
}

.rightImageWrapper .heroSponsorsImage {
  max-height: calc(100% - 48px);
  width: 46%;
  max-width: 725px;
  -o-object-fit: contain;
  object-fit: contain;
  right: -1.75rem;
  margin-left: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  display: none
}

@media (min-width:992px) {
  .rightImageWrapper .heroSponsorsImage {
    display: block;
    margin-top: auto;
    margin-bottom: auto
  }
}

.rightImageWrapper.noLogos .heroSponsorsImage {
  margin-bottom: 0
}

.news-block .newsThumbWrap {
  margin-bottom: 1.25rem;
  position: relative;
  height: 0;
  padding-bottom: 100%
}

@media (min-width:768px) {
  .news-block .newsThumbWrap {
    margin-bottom: 2rem
  }
}

.featured-post-hero-block {
  padding-top: 6rem
}

@media (min-width:992px) {
  .featured-post-hero-block {
    padding-top: clamp(150px, 16.042vw, 231px)
  }
}

.featured-post-hero-block:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  content: "";
  width: clamp(200px, 30vw, 450px);
}

.featured-post-hero-block.bg-yellow:after {
  filter: invert(74%) sepia(24%) saturate(7154%) hue-rotate(357deg) brightness(98%) contrast(90%)
}

.featured-post-hero-block.bg-blue-med:after {
  filter: invert(17%) sepia(41%) saturate(3947%) hue-rotate(176deg) brightness(89%) contrast(101%)
}

.featured-post-hero-block.bg-blue-dark:after {
  filter: invert(8%) sepia(9%) saturate(3911%) hue-rotate(161deg) brightness(93%) contrast(95%)
}

.featured-post-hero-block.bg-teal-med:after {
  filter: invert(44%) sepia(88%) saturate(6469%) hue-rotate(166deg) brightness(90%) contrast(102%)
}

.featured-post-hero-block.bg-gray-bg:after {
  filter: invert(100%) sepia(0) saturate(5544%) hue-rotate(189deg) brightness(119%) contrast(70%)
}

.featured-post-hero-block.bg-white:after {
  filter: invert(21%) sepia(63%) saturate(2508%) hue-rotate(175deg) brightness(90%) contrast(101%);
  opacity: .6
}

.featured-post-hero-block.bg-black:after,
.featured-post-hero-block.bg-gray-med:after {
  filter: invert(100%) sepia(0) saturate(5544%) hue-rotate(189deg) brightness(119%) contrast(70%);
  opacity: .25
}

.featured-post-hero-block .container .featuredPostHeroContentWrap {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 1.5rem
}

@media (min-width:992px) {
  .featured-post-hero-block .container .featuredPostHeroContentWrap {
    width: 66.666667%;
    margin-bottom: 2.5rem
  }
}

.featured-post-hero-block .container .featuredPostHeroContentWrap .featuredPostHeroHeading {
  font-stretch: semi-expanded
}

.featured-post-hero-block .container .featuredPostThumbWrap {
  position: relative;
  z-index: 10;
  height: 250px
}

.price-cards-block.bg-black .h2,
.price-cards-block.bg-blue-dark .h2,
.price-cards-block.bg-blue-med .h2,
.price-cards-block.bg-teal-med .h2 {
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.priceCardsWrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.125rem;
  margin-right: -1.125rem
}

.priceCardsWrap .priceCardOuter {
  padding: 1.125rem;
  flex-basis: 100%
}

@media (min-width:576px) {
  .priceCardsWrap .priceCardOuter {
    flex-basis: 50%
  }
}

@media (min-width:992px) {
  .priceCardsWrap .priceCardOuter {
    flex-basis: 33%
  }
}

.priceCardsWrap .priceCardOuter .priceCardInner {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}





/* ........ end .........*/



.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.site-header .menuOuterWrap {
  transition: all 0.3s ease-in-out;
  position: relative;
}

.site-header .deskMenuContainer {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}

.site-header .menuOuterWrap .bgBlur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.menu-main-menu-container .hs-menu-wrapper>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Archivo, Helvetica Neue, Helvetica, Arial;
  padding: 30px 0;
  transition: all 0.3s ease-in-out;
}

.menu-logo {
  margin-right: auto;
}

.menu-logo img {
  vertical-align: middle;
  max-width: 214px;
}

.menu-main-menu-container .hs-menu-wrapper>ul >li>a {
  display: inline-block;
  margin: 0 15px;
  padding: 10px 0;
  line-height: 1rem;
  border-bottom-width: 2px;
  border-color: transparent;
}

.menu-main-menu-container .hs-menu-wrapper>ul .book-a-tour {
  width: 220px;
  text-align: right;
  margin-left: auto;
}

.menu-main-menu-container .hs-menu-wrapper>ul .book-a-tour a.hs-button {
  border-style: solid;
  border-width: 2px!important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 1.1125rem 1.3125rem !important;
  display: inline-block;
  border-bottom: 3px solid transparent;
  color: #fff;
  color: #fff;
  border-color: #000;
  background-color: #000;
  position: relative;
  line-height: 1em;
  transition: all .3s ease-in-out;
  margin: 0;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: absolute;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children {
  padding-right: 16px;
}

.menu-logo {
  width: 220px;
  /* line-height: 1.5em; */
  position: relative;
  top: -3px;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li>a {
  border-bottom: 3px solid transparent;
}



.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children >ul {
  transform: translateY(-1vw);
  opacity: 0;
  visibility: hidden;
  left: -1rem;
  position: absolute;
  text-align: left;
  background: #fff;
  z-index: 0;
  transition: all 0s;
  padding: 1rem;
  border-radius: .25rem;
  min-width: 218.333px;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children:hover >ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  z-index: 9998;
  transition: all .6s cubic-bezier(.16,1,.3,1);
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children >ul >li>a {
  display: inline-block;
  margin: 0 15px;
  padding: 10px 0;
  line-height: 1rem;
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom: 2px solid transparent;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul {
  width: 100%;
  position: fixed;
  max-width: 982.5px;
  left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li {
  padding: 0.75em;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li >a {
  display: block;
  text-transform: uppercase;
  font-family: Archivo, Helvetica Neue, Helvetica, Arial;
  font-weight: 600;
  font-stretch: semi-expanded;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  margin-bottom: 2rem;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul li >a {
  white-space: normal;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li>ul>li>a {
  display: inline-block;
  margin: 0 15px;
  padding: 10px 0;
  line-height: 1rem;
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 14px;
  padding-right: 16px !important;
  border-bottom: 2px solid transparent;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li>ul>li>a p {}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li.product-resources {
  background-color: #f8f3f3;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li >a {
  white-space: nowrap;
  padding-right: 16px !important;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li.product-resources >ul>li>a {
  border-bottom: 2px solid transparent;
  padding-right: 0px !important;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li>ul>li>a span.grandChildTitle.hasDescription {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul >li>ul>li>a p {
  line-height: 150%;
  margin-bottom: 1.5em;
}
.menu-main-menu-container .hs-menu-wrapper>ul {
  flex-wrap: nowrap;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li>a {
  white-space: nowrap;
}

.menu-logo {
  min-height: 1px;
}

body.scroll-header .site-header .menuOuterWrap .bgBlur {
  opacity: 1;
}

body.scroll-header .menu-main-menu-container .hs-menu-wrapper>ul {
  padding: 15px 0;
}

body.scroll-header .menu-main-menu-container .hs-menu-wrapper>ul .book-a-tour a.hs-button {
  padding: 1.125em 1.3125em !important;
}

.menu-main-menu-container .hs-menu-wrapper>ul .book-a-tour a.hs-button a {
  font-weight: 600;
  font-family: Archivo, Helvetica Neue, Helvetica, Arial;
}

.menu-main-menu-container .hs-menu-wrapper>ul .book-a-tour a.hs-button a {
  border: 0 !important;
  padding: 0 !important;
  font-size: 13px;
}

body .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  border-bottom: 2px solid transparent;
}

body .custom-menu-primary .hs-menu-wrapper>ul li {
  padding: 0;
}

.menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul {
  border-radius: 0px;
  margin-left: 8.5px;
}

header.header.lp-header .menu-logo a {
  position: relative;
}


.mac_brow .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul {
  margin-left: 0;
}



@media (min-width: 992px){
  .menu-logo a {
    width: 220px;
    padding: 32px 0 0 0;
    display: block;
  }

  .menu-logo img {
    position: absolute;
    top: 0;
    left:0;
  }

  body.no-banner header.header {
    min-height: 112.594px;
  }
  .cr_mobile_nav {
    display: none !IMPORTANT;
  }


  header.header.lp-header .deskMenuContainer {
    padding: 30px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  header.header.lp-header .deskMenuContainer .menu-logo {
    min-height: 52.594px;
    display: flex;
    align-items: center;
  }
  header.header.lp-header .deskMenuContainer .menu-logo,body.scroll-header header.header.lp-header .deskMenuContainer {
    transition: all .3s ease-in-out;
  }

  body.scroll-header header.header.lp-header .deskMenuContainer {
    padding: 15px;
  }

  body.scroll-header header.header.lp-header .deskMenuContainer .menu-logo {
    min-height: 46.250px;
  }

}

@media (max-width: 1361px){
  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    min-width: 202.5px;
  }
}





@media (max-width: 1244px){
  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li {
    max-width: 251px;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li>a {
    white-space: break-spaces;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li.flexspace-for-everyone {
    max-width: 235px;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li.beyond-flexspace {
    max-width: 267px;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li.product-resources>a {
    white-space: nowrap;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul {
    margin-left: 8.8px;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li.flexspace-for-everyone {
    max-width: 235.31px;
  }

  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.products>ul>li.beyond-flexspace {
    max-width: 267.34px;
  }

}


@media (max-width: 1229px){
  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    min-width:199.833px;

  }
}


@media (max-width: 1210px){
  .menu-main-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    min-width:160.333px;
  }
}

@media (max-width: 991px){
  .deskMenuContainer {
    display: none !important;
  }


  .cr_mobile_nav {
    max-width: 100vw;
    padding-bottom: 17.99vw;
    position: relative;
  }

  .cr_mobile_nav .nav_tab {
    width: 100vw;
    padding: 5.33vw;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cr_mobile_nav .mobile_logo, .cr_mobile_nav .mobile_menu_icon_wrapper {
    height: 7.33vw;
    margin: 0;
  }
  .cr_mobile_nav .mobile_menu_icon_wrapper:active {
    transform: translateY(1px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  }

  button.mobile_menu_icon_wrapper {
    transform: translateY(0);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    height: 7.33vw;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Lato,Helvetica Neue,Helvetica,Arial;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .cr_mobile_nav .mobile_menu_icon {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-logo.mobile-logo {
    margin: 0;
    width: auto;
    height: 7.33vw;
  }

  .menu-logo.mobile-logo img {
    /* width: 100% !important; */
    max-width: 473.844px;
  }

  .site-header .menuOuterWrap .bgBlur {
    opacity: 1;
  }

  .nav_drawer.menu-wrapper {
    background-color: #fff;
    background-color: #fff;
    position: fixed;
    top: 17.99vw;
    left: 0;
    padding: 6.33vw 3.66vw;
    width: 100%;
    height: calc(100vh - 17.99vw);
    overflow-y: scroll;
    opacity: 0;
    transform: translateX(-100vw);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: solid 10px;
    border-color: #58585B;
    border-color: #58585B;
  }

  header.header.lp-header .cr_mobile_nav .nav_tab {
    justify-content: flex-end;
  }

  body.show-mobile-nav .nav_drawer.menu-wrapper {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
    z-index: 99;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper  >ul {
    display: block;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper  >ul li {
    padding: 10px 0;
    display: flex;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper  >ul li >a {
    padding-bottom: .5rem;
    border-bottom: 3px solid transparent;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    display: inline-block;
  }

  .child-trigger {
    padding-left: 7.33vw;
    transform: translateY(0);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Lato,Helvetica Neue,Helvetica,Arial;
    color: #323232;
    cursor: pointer;
  }

  .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
  }

  .svg-inline--fa.fa-w-6 {
    width: .375em;
  }

  body .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    position: static !important;
    display: block !important;
    left: 0 !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  body .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul li.dl-back {
    display: none !important;
  }

  body .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul .child-trigger {
    display: none !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul > li >ul {}

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul > li >ul .child-trigger {
    display: none !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li >ul>li {
    display: block;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li >ul>li.dl-back>a {
    padding: 0;
    border: 0;
    font-weight: 700;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li >ul>li.hs-item-has-children>a {
    font-weight: 700;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li >ul>li ul {
    padding-left: 1rem !important;
  }

  body.show-mobile-nav .nav_drawer.menu-wrapper {
    padding: 6.33vw 3.66vw;
    padding: 0;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul {
    height: 100%;
    padding: 6.33vw 3.66vw;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper {
    height: 100% !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul >li>ul {
    padding: 6.33vw 3.66vw;
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
    background-color: #F8F3F3;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul >li>ul {
    height: 100% !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li>ul>li.dl-back {}

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li>ul>li.dl-back svg {
    margin-right: .5rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li>a:hover {
    border-color: #d4d7dd;
    color: #323232;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li>a {
    color: #323232;
  }

  .menu-logo.mobile-logo img {
    height: 7.33vw;
    object-fit: contain;
    width: 100% !important;
  }

  .menu-logo.mobile-logo {
    margin: 0;
    top: 0;
  }

  header.header {
    padding-top: 17.99vw;
  }

  .book-a-tour.mobile-tour-button {
    padding: 10px 0;
  }

  .book-a-tour.mobile-tour-button a.hs-button  {
    padding: 1.625rem 1.75rem!important;
    border-bottom: 1px;
  }

  .book-a-tour.mobile-tour-button a.hs-button  {
    color: #fff;
  }

  .book-a-tour.mobile-tour-button a.hs-button  {
    font-size: .9375rem;
    line-height: 1em;
    font-family: Lato,Helvetica Neue,Helvetica,Arial;
    /* padding: 1.625rem 1.75rem!important; */
    letter-spacing: 1.5px;
  }

  .book-a-tour.mobile-tour-button a.hs-button  {
    border: 2px solid !important;
  }

  .book-a-tour.mobile-tour-button a.hs-button:hover  {
    color: #000;
  }
  .book-a-tour.mobile-tour-button a.hs-button  {
    border: 2px solid #000 !important;
  }

  .book-a-tour.mobile-tour-button a.hs-button  {
    line-height: 14px;
    display: inline-block;
  }

  .book-a-tour.mobile-tour-button a.hs-button  {
    line-height: 15px;
  }

  .child-trigger {
    min-height: 24px;
    padding-top: 4px;
  }
  li.dl-back > a > span > svg {
    position: relative;
    top: 2px;
  }

  .child-trigger span {
    vertical-align: middle;
    display: flex;
  }
  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li>ul {
    overflow-y: auto;
  }

  .book-a-tour.mobile-tour-button a.hs-button {
    background-color: #000;
    text-transform: uppercase;
    font-weight: 700;
  }

  .book-a-tour.mobile-tour-button a.hs-button:hover {
    background-color: transparent;
    border-color: #000!important;
  }

  .nav_drawer.menu-wrapper {
    padding: 0 !important;
  }


  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.dl-menuopen.go-left {
    overflow-y: scroll;
    opacity: 0;
    transform: translateX(-100vw);
    visibility: hidden;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.active.go-left {
    position: fixed;
    top: 17.99vw;
    left: 0;
    padding: 6.33vw 3.66vw;
    width: 100%;
    height: calc(100vh - 17.99vw);
    overflow-y: scroll;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
    z-index: 99;
    background-color: #F8F3F3;
  }


  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.item-3.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
    z-index: 99;
    position: fixed;
    top: 17.99vw;
    left: 0;
    padding: 6.33vw 3.66vw;
    width: 100%;
    height: calc(100vh - 17.99vw);
    overflow-y: scroll;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li {
    display: block;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.active {

    line-height: 1.5em;
    border-bottom: solid 10px;
    border-color: #58585B;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    box-shadow: none;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li.dl-back>a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Lato,Helvetica Neue,Helvetica,Arial;
    font-weight: 700;
    border: 0;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li.hs-item-has-children>a {
    font-weight: 600;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul li.hs-item-has-children ul {
    padding-left: 1rem !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul {
    opacity: 0;
    transform: translateX(-100vw);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
    z-index: 99;
    position: fixed;
    top: 17.99vw;
    left: 0;
    padding: 6.33vw 3.66vw;
    width: 100%;
    height: calc(100vh - 17.99vw);
    overflow-y: scroll;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li>ul{
    background-color: transparent;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.item-3.active,
  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.active.item-4{
    background-color: rgba(248, 243, 243,1);
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.dl-menuopen>li.hs-item-has-children {
    display: flex;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.dl-menuopen>li.hs-item-has-children>a{
    font-weight:400;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.active {
    top: 0;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.item-3.active {
    top: 0;
  }

  .nav_drawer.menu-wrapper {
    height: auto !important;
    overflow: unset !important;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul.hs-menu-children-wrapper {
    background-color: rgba(248,243,243,1);
  }
  body.show-mobile-nav .nav_drawer.menu-wrapper {
    box-shadow: none;
  }

  .nav_drawer.menu-wrapper .hs-menu-wrapper>ul>li.dl-back>a:active {
    transform: translateY(1px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  }


}

@media (max-width: 322px){
  .menu-logo.mobile-logo {
    position: relative;
    top: -2px;
  }
}
.site-footer {
  background-color: #000;
}

.footerWrap {
  color: rgba(255, 255, 255);
  padding-top: 3.1875rem;
}

.footerWrap .footBtm {
  margin-top: clamp(25px, 4.514vw, 65px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.footerWrap .page-center {
  align-items: center;
  font-family: Lato, Helvetica Neue, Helvetica, Arial;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}

.footerWrap .footBtm .footBorder {
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  border-top: 1px solid #313131;
}

.footerWrap .footBtm .footCopy {
  display: block;
}

.footerWrap .footBtm .footCopy {
  font-size: 0.875rem;
  color: #cfcfcf;
  display: flex;
  flex-direction: column;
}

.custom-footer-social-icon-group {
  background: transparent;
  display: flex;
  justify-content: flex-start;
}

.footerWrap .footBtm .footSocialIcons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}

.footerWrap .footBtm .footSocialIcons li {
  padding-bottom: .75em;
}

.footerWrap .footBtm .footSocialIcons a {
  padding-bottom: 0 !important;
  border: none !important;
  margin-left: 1.5rem;
  width: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

.footerWrap .footBtm .footCopy p {
  margin: 0;
  font-size: 0.875rem;
}

.footerWrap .footBtm .footCopy a {
  margin-left: 2rem;
  text-decoration: underline;
  padding-bottom: 0 !important;
  border: none !important;
  color: #fff;
}

.footerWrap .footerNewsletter {
  padding-top: clamp(32px, 9.028vw, 140px);
  justify-content: flex-start;
}

.footerWrap .footerNewsletter .newsletterTitle {
  font-size: clamp(20px, 1.944vw, 28px);
  font-family: Archivo, Helvetica Neue, Helvetica, Arial;
  margin-bottom: 0;
}

.footerWrap .footerNewsletter .footHubspot {
  margin-left: 3.125rem;
}

.footerWrap .footerNewsletter .footHubspot form {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  width: auto;
  justify-content: flex-start;
}

.footerWrap .footerNewsletter .footHubspot form label {
  display: none;
}

.footerWrap .footerNewsletter .footHubspot input[type=email] {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 1);
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  color: #fff;
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  max-width: 240px;
  height: 4rem;
  font-size: 1rem;
  margin: 0;
}

.footerWrap .footerNewsletter .footHubspot .hs_submit .actions {
  height: 100%;
}

.footerWrap .footerNewsletter .footHubspot .hs_submit .actions .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-color: #fff;
  color: #000;
  color: rgba(0, 0, 0);
  font-family: Archivo, Helvetica Neue, Helvetica, Arial;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5em;
}


.footerWrap .footerNewsletter .newsletterTitle {
  font-stretch: semi-expanded;
}


.footerWrap .footerNewsletter .newsletterTitle {
  font-stretch: semi-expanded;
}

.footerWrap .footerNewsletter .footHubspot form {
  margin: 0;
}

.footerWrap .footerNewsletter {
  padding-bottom: 1rem;
}

.footerWrap .footerNewsletter .footHubspot .hs_submit .actions .hs-button {
  border-color: #fff;
}

.custom-footer-social-icon-group {
  background: transparent !important;
}

.custom-footer-social-icon-group {
  background: transparent !important;
}

.footerWrap .footerMenu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-footer-menu-container {
  width: 100%;
}

.menu-footer-menu-container .hs-menu-wrapper >ul {
  margin: 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.menu-footer-menu-container .hs-menu-wrapper >ul >li {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.menu-footer-menu-container .hs-menu-wrapper >ul >li > a {
  color: #fff;
}

.menu-footer-menu-container .hs-menu-wrapper >ul >li > ul {
  padding-top: 0.75rem;
}

.menu-footer-menu-container .hs-menu-wrapper >ul >li > ul >li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #bfbfbf;
  margin-bottom: 0;
}

.menu-footer-menu-container .hs-menu-wrapper >ul >li > ul >li >a {
  padding-bottom: .5rem;
  border-bottom: 3px solid transparent;
  color: inherit;
  text-decoration: inherit;
  line-height: 1.5em;
}

.menu-footer-menu-container .hs-menu-wrapper >ul >li > ul >li >a:hover {
  border-color: #d4d7dd;
  border-color: rgba(212,215,221,1);
}

footer.footer {
  line-height: 1.5em;
}

.footerWrap {
  padding-top: 3.1875rem;
}

.site-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}


.footerWrap .footerNewsletter .footHubspot form .hs-error-msgs .hs-error-msg {
  display: block;
  color: #c53030;
  color: #c53030;
  margin: 0;
}

.footerWrap .footerNewsletter .footHubspot form .hs-error-msgs {
  position: absolute;
  margin-left: 0;
  list-style-type: none;
}

.footerWrap .footerNewsletter .footHubspot form .hs-error-msgs li {
  margin: auto;
}


footer.footer.lp-footer .footerWrap .page-center {
    margin-top: 0;
}


footer.footer.lp-footer .footCopy {
    padding-bottom: 6px;
}

footer.footer.lp-footer .footerWrap {
    padding-top: 0;
}

.footerWrap .footerNewsletter .footHubspot .hs_submit .actions .hs-button {
    border: 0;
}

::placeholder {
    color: #525455 !important;
}


.menu-footer-menu-container .hs-menu-wrapper>ul>li>a[href="javascript:;"] {
    cursor: text;
}



@media (max-width: 991px){
  .footerWrap .footBtm .footCopy p {
    display: flex;
    flex-direction: column;
  }

  .footerWrap .footBtm .footCopy a {
    margin: 0;
  }

  .footerWrap .footBtm .footSocialIcons {
    margin-top: 1.5rem;
  }

  .footerWrap .footerNewsletter .newsletterTitle {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px){
  .footerWrap .page-center {
    flex-direction: column;
    justify-content: space-between;
  }

  .footerWrap .footBtm .footSocialIcons a {
    margin-left: 1rem;
  }

  .footerWrap .footerNewsletter .footHubspot {
    margin: 0;
  }

  .menu-footer-menu-container {
    width: auto;
  }

  .menu-footer-menu-container .hs-menu-wrapper ul {
    align-items: center;
    display: block !important;
    text-align: center;
  }

  .menu-footer-menu-container .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
  }

  .menu-footer-menu-container .hs-menu-wrapper>ul>li>ul {
    padding: 0;
  }


}
@media (max-width: 576px){
  .footerWrap .footerNewsletter .footHubspot input[type=email] {
    height: 3rem;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
  }

  .footerWrap .footerNewsletter .footHubspot .hs_submit .actions .hs-button {
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.5em;
    border: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}