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


@media(max-width:1699px){
  .content-wrapper,.dnd-section > .row-fluid,.page-center {
    margin: 0 auto;
    padding: 0 80px;
  }
}


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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

  .content-wrapper,.dnd-section > .row-fluid,.page-center {
    padding: 0 16px;
  }
}
@font-face { font-family: "Rotis Sans Serif Std";
  src: url('https://20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/MicroVention_March_2022/fonts/RotisSansSerifStd-Regular.eot');
  src: url('https://20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/MicroVention_March_2022/fonts/RotisSansSerifStd-Regular.eot') format('embedded-opentype'),
    url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/RotisSansSerifStd-Regular.woff2') format('woff2'),
      url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/RotisSansSerifStd-Regular.woff') format('woff'),
        url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/RotisSansSerifStd-Regular.ttf') format('truetype');
          font-style: normal;
          font-weight: 400;
          font-display: swap;
          ascent-override: 100%;
          }

@font-face { font-family: Univers LT Std;
  src: url('https://20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/MicroVention_March_2022/fonts/UniversLTStd55-Regular.eot');
  src: url('https://20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/MicroVention_March_2022/fonts/UniversLTStd55-Regular.eot') format('embedded-opentype'),
    url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/UniversLTStd.woff2') format('woff2'),
      url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/UniversLTStd.woff') format('woff'),
        url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/UniversLTStd.ttf') format('truetype');
          font-style: normal; 
          font-weight: 400; 
          font-display: swap;
          ascent-override: 100%;
          }

@font-face { font-family: Univers LT Std; 
  src: url('https://20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/MicroVention_March_2022/fonts/UniversLTStd45Light-Bold.eot');
  src: url('https://5758911.fs1.hubspotusercontent-na1.net/hubfs/5758911/Hoem_November2020/fonts/ProximaNovaA-Light.eot') format('embedded-opentype'),
    url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/UniversLTStd-Bold.woff2') format('woff2'),
      url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/UniversLTStd-Bold.woff') format('woff'),
        url('//20624639.fs1.hubspotusercontent-na1.net/hubfs/20624639/raw_assets/public/MicroVention%20Theme%20Version%202/fonts/UniversLTStd4-Bold.ttf') format('truetype');
          font-style: normal; font-weight: 700;
          font-display: swap; 
          ascent-override: 100%; 
          }

html {
  font-size: 10px;
}

body {
  line-height: 1.39;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

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

/* Anchors */

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

/* Headings */

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

h1 {
  line-height: 1.17;
}

h2 {
  line-height: 1.22;
}

h3 {
  line-height: 1.33;
}

h4 {
  line-height: 1.33;
}

h5 {
  line-height: 1.4;
}

h6 {
  line-height: 1.17;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

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

.text-white {
  color: white;
}

@media(max-width:1023px){
  h1 {
    line-height: 1.22;
  }

  h2 {
    line-height: 1.33;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.btn {
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  padding: 10px 28px;
  border: 2px solid transparent;
  border-radius: 50px;
  background-color: #0091e3;
  -webkit-transition: background-color 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 500ms cubic-bezier(.165, .84, .44, 1), transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 500ms cubic-bezier(.165, .84, .44, 1), transform 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'CircularStd', sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size:16px;
}

.btn:hover {
  background-color: #01a1fc;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}


.btn.btn-sm.btn-secondary.mt-0.btn-remove {
  display: none;
}

.btn.btn-sm.btn-secondary.mt-0.btn-remove.btn-remove_show {
  display: inline-block;
}

.btn.btn-sm.mt-0 {
  margin-top: 0px;
}

.btn.btn-secondary {
  margin-top: 20px;
  border-color: #0091e3;
  background-color: transparent;
  -webkit-transition: border-color 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.165, .84, .44, 1), background-color 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.165, .84, .44, 1), background-color 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.165, .84, .44, 1), background-color 500ms cubic-bezier(.165, .84, .44, 1), transform 500ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.165, .84, .44, 1), background-color 500ms cubic-bezier(.165, .84, .44, 1), transform 500ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 500ms cubic-bezier(.165, .84, .44, 1);
  color: #0091e3;
}

.btn.btn-secondary:hover {
  border-color: #01a1fc;
  background-color: #01a1fc;
  color: #fff;
}
/* Form fields */

.hs-form-field,#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

/* Labels */

form{
  max-width:767px;
  margin-bottom:40px;
}

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  height:40px;
}

form textarea{
  height:auto !important;
}

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-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* 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.header {
  padding: 2.2rem 5rem;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 2px solid #00ab87;
}

.custom-logo img {
  max-width: 26rem;
  display: block;
  width: 100%;
  height: auto;
  width: 100% !important;
}

header.header .hd-image-two img {
  display: block;
  width: 100% !important;
  max-width: 15rem;
  margin-top: 8px;
  height: auto;
}

.header-navbar {
  padding: 2rem;
  position: absolute;
  width:100%;
  z-index: 9999;
  pointer-events: none;
}

.fixed-header .header-navbar {
  position: fixed;
  top: 0;
  width: 100%;
}

.fixed-header .header-navbar .menu-toggle {
  background-color: #0091e3;
}

.fixed-header .header-navbar .menu-toggle span {
  background-color: #fff;
}

.header-navbar .menu-toggle {
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  transition: background .3s cubic-bezier(.455,.03,.515,.955);
  pointer-events: all;
  z-index: 99999;
}

.header-navbar .menu-toggle span {
  display: block;
  width: 3rem;
  height: 0.2rem;
  background-color: #0091e3;
  transition: all .3s cubic-bezier(.455,.03,.515,.955);
}

.header-navbar .menu-toggle span:first-child {
  transform: translateY(-6px);
}

.header-navbar .menu-toggle span:nth-child(2) {
  transform: translate(0);
}

.header-navbar .menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.show .header-navbar .menu-toggle {
  background-color: #0091e3;
}

.show .header-navbar .menu-toggle span {
  background-color: #fff;
  width: 2rem;
}

body.show {
  overflow: hidden;
}

.show .header-navbar .menu-toggle span:first-child {
  transform: translateY(2px) rotate(45deg);
}

.show .header-navbar .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.show .header-navbar .menu-toggle span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}


.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8,44,85,.9);
  z-index: 9999;
  opacity: .001;
  transition-property: transform,opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  pointer-events: none;
  visibility: hidden;
}

.header-navigation:before {
  width: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #001c2f;
  z-index: -1;
  transition-property: transform,opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transform: translate3d(-100%,0,0);
}

.show .header-navigation {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
  visibility: visible;
}

.show .header-navigation:before {
  transform: translateZ(0);
  transition-delay: .15s;
}

.header-nav-inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z-header);
  display: flex;
  overflow: auto;
}

.header-navigation .navbar-container {
  max-width: 128rem;
  padding-right: 6rem;
  padding-left: 6rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.nav-link-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 38rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding-top: 8rem;
  padding-bottom: 6rem;
  transition-property: transform,opacity;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translateX(-2%);
  opacity: .001;
  line-height: 1.15;
}

.nav-card-section {}

.nav-card-section .card-wrap {
  flex-flow: row wrap;
  height: 100%;
  transition-property: transform,opacity;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transform: translate3d(2%,0,0);
  opacity: .001;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.show .nav-link-section {
  transform: translateX(0);
  transition-delay: .3s;
  opacity: 1;
}

.show .nav-card-section .card-wrap {
  transform: translateZ(0);
  transition-delay: .4s;
  opacity: 1;
}

.custom-menu-primary{
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  border-bottom: 1px solid #0091e3;
  padding: 1.5rem 0;
}

.custom-menu-primary .hs-menu-wrapper > ul> li > a {
  font-family: "Univers LT Std", helvetica, arial, sans-serif;
  display: block;
  color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  counter-reset: count;
  font-size: 2rem;
  font-weight: 700;
  display:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul li{
  opacity: 1;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition: opacity .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  font-size: 1.8rem;
  padding-left: 0;
  counter-increment: count;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  counter-increment: count;
  position: relative;
  padding-left: 40px;
}

.custom-menu-primary  .hs-menu-wrapper>ul>li ul li::before {
  content: counter(count,decimal-leading-zero) "—";
  color: #0091e3;
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Univers LT Std';
  /* line-height: inherit; */
  vertical-align: middle;
  top: 10px;
  left: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  margin-left: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0;
  display: block;
  padding: 1.5rem 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  color: #ffffff;
}

.Navigation-search {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.Navigation-search .header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  font-size: 62.5%;
  line-height: 1.15;
  max-width: 100%;
  margin-bottom: 0;
}

.Navigation-search .header-search .Search-input {
  background: #082c55;
  color: #fff;
  border-radius: 10rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1.5rem 5rem 1.5rem 3rem;
  transition: box-shadow .3s;
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  height: auto;
}

.Navigation-search .header-search .Search-submi {
  position: absolute;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #0091e3;
  transition: color .3s;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background: transparent;
  outline: 0;
}

.Navigation-search .header-search .Search-input:focus {
  box-shadow: inset 0 0 0 1px rgb(0 145 227 / 40%);
  outline: none;
}

.sr-only {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.Navigation-search .header-search .Search-submi svg {
  display: block;
  width: 100%;
  height: 100%;
}

.Navigation-search .header-search .Search-input::placeholder {
  color: #0091e3;
}

.header-menu-secondary .hs-menu-wrapper > ul {
  color: #0091e3;
  font-size: 0;
  line-height: 1.625;
  font-weight: 700;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: "Univers LT Std", helvetica, arial, sans-serif;
}

.header-menu-secondary .hs-menu-wrapper > ul >li {
  width: 100%;
  display: inline-block;
  padding: 0.1rem 0;
}

.header-menu-secondary .hs-menu-wrapper > ul >li a {
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  color: #0091e3;
  font-size: 1.6rem;
}

.show header.header {
  position: absolute;
  width: 100%;
}

.nav-link-section .hd-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

.nav-link-section .hd-social li a {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  margin-right: 1rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #001c2f;
  background-color: #0091e3;
  line-height: 1;
}

.nav-link-section .hd-social li a svg {
  width: 100%;
  max-height: 15px;
  display: block;
  height: 100%;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>.child-trigger {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  /* font: inherit; */
}

.child-trigger .plus-icon,.child-trigger .minus-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0091e3;
  transition: opacity .6s ease,transform .6s ease,color .3s;
}

.child-trigger .minus-icon {
  opacity: 0;
}

.child-trigger .plus-icon {
  opacity: 1;
}

.child-trigger .plus-icon svg, .child-trigger .minus-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover .child-trigger .plus-icon,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover .child-trigger .minus-icon {
  color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a>.child-trigger .plus-icon {
  opacity: 0;
  transform: rotate(90deg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a>.child-trigger .minus-icon {
  opacity: 1;
}

@media(max-width:1024px){
  .header-navbar {
    padding: 0;
  }

  .header-navigation .navbar-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: none;
    width: auto;
  }

  .nav-card-section {
    display: none;
  }

  .header-navigation:before {
    width: 100%;
    height: 100%;
  }

  .Navigation-search {
    margin-bottom: 0;
  }

  .header-menu-secondary .hs-menu-wrapper>ul>li {
    width: 50%;
    display: inline-block;
    padding: 0.1rem 0;
  }

  .nav-link-section {
    align-items: flex-start;
    display: block;
  }
}

@media(max-width:767px){
  header.header {
    padding: 2.2rem 1.5rem;
  }

  .custom-logo img {
    display: block;
    width: 100%;
    max-width: 18rem;
  }

  header.header .hd-image-two img {
    max-width: 12rem;
    margin-top: 2px;
  }

}    
footer.footer {
  padding: 10rem 8rem 5rem;
  overflow: hidden;
  background: #082C55;
  color: #0091e3;
}

footer.footer .footer-bottom {
  margin-top: 3rem;
  display: flex;
}

footer.footer .footer-bottom .page-center {
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 0;
}

.footer-bottom .services-links {
  order: 2;
  max-width: none;
  flex-wrap: nowrap;
}

.footer-bottom .services-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.footer-bottom .services-links ul li {
  margin: 0.2rem 1rem;
  font-family: "Rotis Sans Serif Std",helvetica,arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.31;
}

footer.footer .footer-bottom .right-link {
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.31;
}

footer.footer .footer-bottom .right-link a {
  color: #0091e3;
}

footer.footer .footer-bottom .right-link a span {
  font-weight: 700;
}

.footer-bottom .services-links ul li a {
  color: #0091e3;
}



.footer-menu-primary{
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15
}

.footer-menu-primary .hs-menu-wrapper>ul>li {
  border-bottom: 1px solid #0091e3;
  padding: 1.5rem 0;
}

.footer-menu-primary .hs-menu-wrapper > ul> li > a {
  font-family: "Univers LT Std", helvetica, arial, sans-serif;
  display: block;
  color: #ffffff;
}

.footer-menu-primary .hs-menu-wrapper>ul>li>ul {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  counter-reset: count;
  font-size: 2rem;
  font-weight: 700;
  display:none;
}

.footer-menu-primary .hs-menu-wrapper>ul>li.child-open>ul li {
  opacity: 1;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition: opacity .3s ease-in-out;
}

.footer-menu-primary .hs-menu-wrapper>ul>li ul li::before {
  content: counter(count,decimal-leading-zero) "—";
  color: #0091e3;
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Univers LT Std';
  /* line-height: inherit; */
  vertical-align: middle;
  top: 10px;
  left: 2px;
}

.footer-menu-primary .hs-menu-wrapper>ul>li>ul li  {
  font-size: 1.8rem;
  padding-left: 0;
  counter-increment: count;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  counter-increment: count;
  position: relative;
  padding-left: 40px;
}

.footer-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  margin-left: 0.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0;
  display: block;
  padding: 1.5rem 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  color: #ffffff;
}


.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a>.child-trigger {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
}

.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  /* font: inherit; */
}

.footer-top {
  justify-content: space-between;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.footer-top .page-center {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.footer-top .left-col {
  max-width: 24vw;
  min-width: 32rem;
  display: flex;
}

.footer-top .right-col {
  padding-left: 5vw;
  width: 100%;
  display: flex;
}

.footer-top .right-col .footer-secondery {
  flex-basis: 25%;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1;
  flex-basis: 25%;
  display: flex;
}

.footer-top .right-col .ft-social-section {
  flex-basis: 75%;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1;
  flex-basis: 75%;
  display: flex;
}

ul.footer-social {
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 40rem;
  list-style: none;
}

ul.footer-social li a {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  margin-right: 1rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #001c2f;
  background-color: #353535;
  line-height: 1;
}

ul.footer-social li a svg {
  width: 100%;
  max-height: 15px;
  display: block;
  height: 100%;
}

.ft-filter-wrap {
  width: 100%;
  max-width: 37rem;
  display: flex;
  flex-direction: column;
}

.ft-filter-wrap .select-box {
  position: relative;
}

.ft-filter-wrap .select-inner-wrap {
  color: #0091e3;
  width: 100%;
  min-width: 25ch;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-areas:
    "select";
  align-items: center;
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}

.ft-filter-wrap .select-list-wrap {
  padding-left: 5.4rem;
  background-color: #353535;
  border-radius: 2.5rem;
  grid-area: select-list-wrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: 6rem;
  color: inherit;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
}

.ft-filter-wrap .select-list-wrap select:focus-within {
  outline: 1px solid #0091e3;
}

.ft-filter-wrap .select-list-wrap select {
  text-overflow: ellipsis;
  padding: 0 5.1rem 0 0;
  padding-left: 5.4rem;
  background-color: #082c55;
  border-radius: 2.5rem;
  grid-area: select-list-wrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: 6rem;
  color: inherit;
  outline: none;
  white-space: nowrap;
}

.ft-filter-wrap .select-list-wrap ul {
  display: none;
}

.ft-filter-wrap .select-inner-wrap .Select-icon-globe {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 2.1rem;
  justify-self: start;
  grid-area: select-list-wrap;
}

.ft-filter-wrap .select-inner-wrap .Select-chevron-down {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2rem;
  justify-self: end;
  transform: rotate(0deg);
  transition: transform .9s cubic-bezier(.19,1,.22,1);
  grid-area: select-list-wrap;
}

.ft-filter-wrap .select-list-wrap.active ~ .Select-chevron-down {
  transform: rotate(180deg);
}

.footer-secondery .hs-menu-wrapper > ul {
  color: #0091e3;
  font-size: 0;
  line-height: 1.625;
  font-weight: 700;;
  "Univers LT Std", helvetica, arial, font-family: sans-serif;
}

.footer-secondery .hs-menu-wrapper > ul >li {
  width: 100%;
  display: inline-block;
  padding: 0.1rem 0;
}

.footer-secondery .hs-menu-wrapper > ul >li a {
  font-family: Univers LT Std,helvetica,arial,sans-serif;
  color: #0091e3;
  font-size: 1.6rem;
}

.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover .child-trigger .plus-icon,
.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover .child-trigger .minus-icon {
  color: #ffffff;
}

.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a>.child-trigger .plus-icon {
  opacity: 0;
  transform: rotate(90deg);
}

.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a>.child-trigger .minus-icon {
  opacity: 1;
}

@media(max-width:1023px){
  footer.footer {
    padding: 5rem 2rem;
  }

  footer.footer .footer-bottom {
    margin: 0;
    display: block;
  }

  footer.footer .footer-bottom .page-center {
    display: block;
  }

  footer.footer .footer-bottom .right-link {
    margin-top: 5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .footer-bottom .services-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 32rem;
    margin: 0 auto;
  }

  .footer-bottom .services-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 32rem;
    margin: 0 auto;
  }

  .footer-top {
    display: block;
  }

  .footer-top .page-center {
    display: block;
  }

  .footer-top .right-col {
    padding: 0;
    display: block;
  }

  .footer-top .right-col .ft-social-section {
    display: block;
  }

  ul.footer-social {
    display: flex;
    justify-content: space-evenly;
    padding-top: 3rem;
    padding-bottom: 4rem;
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-secondery .hs-menu-wrapper>ul {
    font-size: 0;
    line-height: 1.625;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 6rem;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-secondery .hs-menu-wrapper>ul>li {
    width: 50%;
    display: inline-block;
    padding: 0.1rem 0;
  }

  .footer-top .left-col {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

}
@font-face {
    font-family: 'CircularStd';
    src: url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Medium.eot');
    src: url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Medium.woff2') format('woff2'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Medium.woff') format('woff'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
 

@font-face {
    font-family: 'CircularStd';
    src: url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Book.eot');
    src: url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Book.woff2') format('woff2'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Book.woff') format('woff'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



@font-face {
    font-family: 'Adelle Sans';
    src: url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/AdelleSans.eot');
    src: url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/AdelleSans.eot?#iefix') format('embedded-opentype'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/AdelleSans.woff2') format('woff2'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/AdelleSans.woff') format('woff'),
        url('https://www.fred-x.com/hubfs/MicroVention_March_2022/fonts/AdelleSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Menu and simple menu */

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