*, *: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 ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper,
.container{
  margin: 0 auto;
  padding-right: 0.58824rem;
  padding-left: 0.58824rem;
}
@media print, screen and (min-width: 48em){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .container{
    padding-right: 0.88235rem;
    padding-left: 0.88235rem;
  }
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: Museo; 
  src: url("https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/museo.eot") format("eot"), 
    url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/Fonts/museo.woff2) format("woff2"),
    url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/Fonts/museo.woff) format("woff"), 
    url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/Fonts/museo.ttf) format("truetype");
}
@font-face { 
  font-family: "WistiaPlayerInterNumbersSemiBold"; 
  src: url("https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/wistia"); 
  font-feature-settings: "tnum";
}
@font-face { 
  font-family: dashicons; 
  src: 
    url("https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/dashicon") format("woff");
  font-style: normal; 
  font-weight: 400;
}
@font-face { 
  font-family: Montserrat;
  src: url("https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/Montserrat-Regular.eot") format("eot"),
    url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/Fonts/Montserrat-Regular.woff2) format("woff2"), 
    url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/Fonts/Montserrat-Regular.woff) format("woff"),
    url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/Fonts/Montserrat-Regular.ttf) format("truetype");
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

/* Paragraphs */

p {
  margin-bottom: 1rem;
  margin-top:0;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility;
}

/* 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;
}
/* ----- */
.button {
  display: inline-block;
  font-weight: 700;
  font-size: 1.05882rem;
  line-height: 1.1;
  margin: 0;
  padding: 0.85em 2em;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: background-color .25s ease-out,color .25s ease-out;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  background-color: #237cbd;
  color: #fff;
}

.button.dark {
  background-color: #1f4286;
  color: #fff;
}

.button.secondary {
  background-color: #f8ec3b;
  color: #1f4286;
}

.button:hover,
.button.dark:hover {
  background-color: #f8ec3b;
  color: #1f4286;
  border: 1px solid transparent;
}

.button.secondary:hover {
  background-color: #237cbd;
  color: #fff;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

.hs-form label {
  display: block;
  margin: 0;
  font-size: .82353rem;
  font-weight: 400;
  line-height: 1.8;
}

/* 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 {
  display: block;
  box-sizing: border-box;
  width: 100%!important;
  height: 2.29412rem!important;
  margin: 0 0 0.94118rem;
  padding: 0.47059rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgb(51 51 51 / 10%);
  font-family: inherit;
  font-size: .94118rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}
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: #cacaca;
}
.hs-input.invalid.error:focus{
  border-color: #8a8a8a;
}
.hs-error-msg,
ul.no-list.hs-error-msgs label{
  color: #ff0000!important;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  font-size: 100%;
  line-height: 1.15;
  margin:20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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 {
  min-height: 99.72px;
}
.header-group{
  transition: all .2s ease-in-out;
  position: fixed;
  right: 0;
  left: 0;
  top:0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width:100%!important;
}
.no-scroll-header .header-group {
  position: static;
}
.scroll-header.no-scroll-header .header-group {
  position: static;
}
.nav-inner {
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.header__logo {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.top-bar-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  text-align: right;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width:100%;
  min-height: 0;
  min-width: 0;
}
.header__logo img {
  width: 115px;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.custom-menu-primary {
  display: inline-block;
  position: absolute;
  margin-left: 25px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  background-color: transparent;
  transition: all .2s ease-in-out;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
  font-size: .76471rem;
  padding: 0.7rem 1rem;
  padding-right: 25px;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a::after {
  content: "\f347";
  font-family: dashicons;
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul::before {
  position: absolute;
  content: '';
  top: -8px;
  left: 40px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  -webkit-filter: drop-shadow(0 -4px 2px rgba(51, 51, 51, .2));
  filter: drop-shadow(0 -4px 2px rgba(51, 51, 51, .2));
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  box-shadow: 0 0 5px 3px rgb(51 51 51 / 10%);
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 80%;
  transition: all .2s ease-in-out;
  top: 100%;
  right: auto;
  left: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  transition: all .3s ease-in-out;
  margin: 5px 0;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover {
  background-color: #ddeaf7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: #333;
  font-size: .76471rem;
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:after {
  content: '';
  width: 100%;
  height: 30px;
  background: transparent;
  position: absolute;
  bottom: -28px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: #333;
}
.top-bar-right .cta-flower-wrap {
  opacity: 0;
  margin-top: -150px;
  margin-right: 10px;
  font-family: Museo,sans-serif;
  max-width: 250px;
  transition: opacity .3s ease-in-out,margin .3s ease-in-out;
}
.top-bar-right .cta-flower-wrap img {
  max-width: 20%;
}
.top-bar-right .cta-flower-wrap .header-cta-text {
  max-width: 70%;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
  text-align: left;
}
.top-bar-right  #hs_cos_wrapper_demo_button a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  margin-top: -150px;
  opacity: 0;
  transition: opacity .3s ease-in-out,margin .3s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out;
  margin-bottom: 0;
  margin-right: 20px;
  background-color: #f8ec3b;
  color: #214286;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  text-align: center;
  cursor: pointer;
}
.top-bar-right  #hs_cos_wrapper_demo_button a:hover {
  background-color: #122855;
  color: #ddeaf7;
}
.top-bar-right #hs_cos_wrapper_login_button a{
  background-color: #ddeaf7;
  color: #237cbd;
  margin: 0 0 1rem 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  padding: 0.85em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  text-align: center;
  cursor: pointer;
}
.top-bar-right #hs_cos_wrapper_login_button a:hover {
  background-color: #b7d3ee;
  color: #237cbd;
}
.dashicons, .dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
}
.dashicons-admin-users:before {
  content: "\f110";
}
#hs_cos_wrapper_header_logo{
  display:inline-block;
}
#hs_cos_wrapper_scroll_logo{
  display:inline;
}
.scroll-header .header-group {
  box-shadow: 0 0 9px 0 #00000050;
  position: fixed;
  z-index: 5;
  width: 100%;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper>ul{
  top: -999px;
  opacity: 0;
}
.scroll-header .top-bar-right .cta-flower-wrap {
  top: 0;
  margin-top: 0;
  opacity: 1;
}
.scroll-header .top-bar-right #hs_cos_wrapper_demo_button a {
  opacity: 1;
  margin-top: 0;
}
.scroll-header .mobile-group{
  position: fixed;
  z-index: 5;
  width: 100%;
}
.scroll-header.no-scroll-header .mobile-group {
  position: static;
}

.mobile-group{
  padding: 0.5rem;
  background: #2c3840;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #237cbd;
  height: 3.82353rem;
  padding-left: 1.17647rem;
  position: relative;
  right: auto;
  left: auto;
  z-index: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  flex-flow: row wrap;
}
.mobile-logo{
  width: 33.33333%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}
.site-mobile-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.mobile-logo img {
  width: 80px;
  max-height: 2.94118rem;
}
.title-bar-center {
  text-align: center;
  width: 33.33333%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-bar-center #hs_cos_wrapper_demo_mobile_button a{
  opacity: 0;
  margin: 0;
  margin-top: -120px;
  box-shadow: 0 0 4px 4px #0e0e0e17;
  transition: all .4s ease-in-out;
  background-color: #f8ec3b;
  color: #214286;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  padding: 0.85em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  text-align: center;
  cursor: pointer;
}
.title-bar-center #hs_cos_wrapper_demo_mobile_button a:hover{
  background-color: #122855;
  color: #ddeaf7;
}
.title-bar-right{
  width: 33.33333%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.title-bar-right .menu-icon{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  background: 0 0;
  line-height: 1;
  font-size: 100%;
  border: 0;
}
.title-bar-right .menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.title-bar-right .menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: '';
}
.scroll-header .title-bar-center #hs_cos_wrapper_demo_mobile_button a{
  opacity: 1;
  margin-top: 0;
}
.mobile-open .slide-menu{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  visibility:visible;
}
.mobile-open .slide-overlay {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.slide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease,visibility .5s ease;
  background: rgba(255,255,255,.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.slide-menu{
  box-shadow: inset 13px 0 20px -13px rgb(51 51 51 / 25%);
  visibility: hidden;
  z-index: 12;
  background-color: #1b6092;
  color: #fff;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  position: fixed;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.offcanvas-buttons-wrap {
  margin-top: 0.70588rem;
  text-align: center;
}
.offcanvas-buttons-wrap  #hs_cos_wrapper_slide_login_button a{
  background-color: #ddeaf7!important;
  color: #214286!important;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  text-align: center;
  cursor: pointer;
}
.offcanvas-buttons-wrap #hs_cos_wrapper_slide_demo_button a{
  background-color: #f8ec3b;
  color: #214286;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  text-align: center;
  cursor: pointer;
}
.offcanvas-buttons-wrap #hs_cos_wrapper_slide_demo_button a:hover {
  background-color: #122855;
  color: #ddeaf7;
}
.slide-menu .hs-menu-wrapper>ul{
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 0.58824rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slide-menu .hs-menu-wrapper>ul>li{
  position: relative;
}
.slide-menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  margin-right: 40px;
}
.slide-menu .hs-menu-wrapper>ul>li.li-border .child-trigger::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: 0 0;
  line-height: 1;
  font-size: 100%;
}
.child-trigger::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slide-menu .hs-menu-wrapper>ul>li>ul {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  margin-left: 1rem;
  display: none;
  position: relative;
}
.slide-menu .hs-menu-wrapper>ul>li>ul>li>a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  color: #fff;
}
.slide-menu .hs-menu-wrapper>ul>li>a:hover,
.slide-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: #fff;
}
.body-wrapper{
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}
.mobile-open .body-wrapper{
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
@media print, screen and (min-width: 48em){
  .header-group{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__logo {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
    width:50%;
  }
  .top-bar-right {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
    width:50%;
  }
  .custom-menu-primary {
    padding-top: 5px;
  }
  .mobile-group{
    display:none;
  }
}
@media print, screen and (min-width: 75em){
  .custom-menu-primary {
    margin-left: 60px;
    padding-top: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.99875em){
  .header__logo img {
    max-height: 45px;
    width: 90px;
  }
  .top-bar-right #hs_cos_wrapper_login_button a,
  .top-bar-right #hs_cos_wrapper_demo_button a{
    font-size: 10px;
  }
  .top-bar-right .cta-flower-wrap img{
    height: 35px;
  }
  .top-bar-right .cta-flower-wrap {
    font-size: 13px;
  }
}
@media screen and (max-width: 47.99875em){
  .header-group {
    display: none;
  }
}

@media(max-width:1200px){
  .header {
    min-height: 72px;
  }
}

@media(max-width:767px){
  .header {
    min-height: 65px;
  }
}
.lp .footer-grid {
  padding-top: 20px;
}
.footer {
  background-color: #214286;
  background-image: url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/images/footer-bg.png);
  background-size: 30%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0;
}
.footer-grid {
  padding-top: 60px;
  padding-bottom: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-logo {
  text-align: center;
  margin-bottom: 30px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.footer-widgets-wrap {
  padding: 20px 60px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.footer-menu .hs-menu-wrapper>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.6;
}
.footer-menu .hs-menu-wrapper>ul>li>a {
  padding: 0.4rem 1rem;
  background: 0 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
  color: #fff;
}
.footer-menu .hs-menu-wrapper>ul>li>ul{
  line-height: 1.6;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 0.4rem 1rem;
  background: 0 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: block;
}
.footer-cta {
  text-align: center;
  margin-top: 1rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width:100%;
}
.footer-cta h4 {
  max-width: 60%;
  margin: 20px auto;
  color:#fff;
}
.footer-cta #hs_cos_wrapper_footer_demo_button a{
  background-color: #f8ec3b;
  color: #214286;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 2em;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: Montserrat,"Droid Sans","Helvetica Neue",sans-serif;
  text-align: center;
  cursor: pointer;
}
.footer-cta #hs_cos_wrapper_footer_demo_button a:hover {
  background-color: #122855;
  color: #ddeaf7;
}
.footer-social-copyright {
  margin-top: 30px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.footer-social-copyright .social-icons {
  text-align: center;
}
.footer-social-copyright .social-icons a {
  margin: 0 7px;
}
.footer-social-copyright hr {
  margin: 1rem auto;
}
hr {
  clear: both;
  max-width: 80.35294rem;
  height: 0;
  margin: 1.17647rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
.footer-social-copyright .footer-text {
  font-size: 12px;
  text-align: left;
}
.footer-social-copyright .footer-text span {
  display: block;
  width: 100%;
}
.footer-social-copyright .footer-text .footer-links {
  float: right;
  display: block;
  width: 100%;
}
.footer-social-copyright .footer-text a {
  color: #fff;
}
#hs_cos_wrapper_copyright_text{
  display: inline;
}
.modal-open.form-popup-container.ftr-form,
.modal-open.form-popup-container.hdr-form,
.modal-open.form-popup-container.bnr-form{
  visibility:visible;
}

.form-popup-container{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  overflow: auto;
  visibility:hidden;
}
.form-popup-container .form-popup {
  width: 500px;
  position: relative;
  display: block;
  max-width: 90%;
  min-height: 300px;
  margin: 100px auto 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 7px -4px #000000d0;
}
.form-popup-container .form-popup .form-popup-inner {
  max-height: calc(100vh - 75px);
  padding: 30px;
  padding-bottom: 0;
  position: relative;
}
.form-popup-container .form-popup .form-popup-inner .hubspot-form-wrap {
  overflow-y: auto;
  max-height: calc(100vh - 75px);
  margin-top: -30px;
  padding: 30px 0;
}
.form-popup-container  form fieldset{
  max-width:500px!important;
}
.form-popup-container form .hs-richtext{
  font-size:inherit;
  margin:0;
}
.form-popup-container form .hs-richtext p {
  font-size: inherit;
  margin: 0 0 1rem;
}
.form-popup-container form .hs-form-field{
  margin:0; 
}
body.modal-open{
  overflow: hidden;
}
.form-popup-container .form-title{
  display:none;
}
.form-popup-container form .hs-button{
  margin:0;
}
.form-popup-container form select {
  height: 2.29412rem!important;
  margin: 0 0 0.94118rem;
  padding: 0.47059rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fff;
  font-family: inherit;
  font-size: .94118rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-image: url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/images/arrow.svg);
  background-origin: content-box;
  background-position: right -0.94118rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.41176rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  box-shadow:none;
}
.form-popup-container form select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}
.form-popup-container form .inputs-list {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.form-popup-container form .inputs-list>li{
  margin:0;
}
.form-popup-container .hs_error_rollup label{
  color:#ff0000!important;
}
.form-popup-container .form-popup .close-button {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  font-size: 43px;
  right: -15px;
  top: -10px;
  padding: 5px;
  text-align: center;
  line-height: 33px;
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
  background-color: #333;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 7px -4px #000000d0;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.form-popup-container .form-popup .close-button:hover {
  background-color: #930000;
  -webkit-transform: rotate(
    -45deg
  );
  -ms-transform: rotate(-45deg);
  transform: rotate(
    -45deg
  );
}
.form-popup-container .form-popup .form-popup-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media print, screen and (min-width: 48em){
  .footer-logo {
    width: 8.33333%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-widgets-wrap {
    width: 58.33333%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-cta {
    width: 33.33333%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-social-copyright {
    width: 66.66667%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-social-copyright .social-icons {
    text-align: left;
  }
  .footer-social-copyright .footer-text span {
    display: inline;
    width: auto;
  }
  .footer-social-copyright .footer-text .footer-links {
    display: inline;
    width: auto;
  }
}
@media screen and (min-width: 85.375em){
  .footer {
    background-image: url(https://2767424.fs1.hubspotusercontent-na1.net/hubfs/2767424/raw_assets/public/Curate_Febuary2022/images/big-footer-bg.png);
    background-size: 830px;
    background-position: calc(100% + 330px) calc(100% + 320px);
  }
}

@media screen and (max-width: 479px){
  .footer{
    padding:0 30px;
  }
  .footer-widgets-wrap{
    padding:20px;
  }
  .footer-menu .hs-menu-wrapper>ul > li {
    width: 100%;
  }
}
/* Menu and simple menu */

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