*, *: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,
.container,
.content-wrapper {
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
  width:100%;

}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
  width:100% !important;
}

.dnd-section[class*=-force-full-width-section]{
  padding: 0 !important;
}



@media (max-width: 1000px){
  .dnd-section > .row-fluid,
  .container,
  .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;

  }

}
@font-face {
  font-family: "obvia";
  src: url("https://use.typekit.net/af/280725/00000000000000007735bd10/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/280725/00000000000000007735bd10/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/280725/00000000000000007735bd10/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "obvia";
  src: url("https://use.typekit.net/af/44fcac/00000000000000007735bd18/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/44fcac/00000000000000007735bd18/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/44fcac/00000000000000007735bd18/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: "obvia";
  src: url("https://use.typekit.net/af/8c3a4a/00000000000000007735bd1d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/8c3a4a/00000000000000007735bd1d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/8c3a4a/00000000000000007735bd1d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: "obvia-expanded";
  src: url("https://use.typekit.net/af/cb2669/00000000000000007735bd04/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/cb2669/00000000000000007735bd04/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/cb2669/00000000000000007735bd04/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: "obvia-expanded";
  src: url("https://use.typekit.net/af/1a2d59/00000000000000007735bd02/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/1a2d59/00000000000000007735bd02/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/1a2d59/00000000000000007735bd02/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}

body {
  line-height: 1.6;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 15px;
}

/* Anchors */

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

/* Headings */

h1{
  line-height: 1.15;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
h2{
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3{
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
h4{
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: -.6px;
}
h5{
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6 {
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Lists */


ol {
  margin: 0 0 1.4rem;
}

ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

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

ul li{
  margin-bottom: 10px;
}

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,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom:18px;
}

/* Labels */

form label {
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Lato;
  font-size: 14px;
}

/* Help text - legends */

form legend {
  font-family: helvetica;
  font-size: 12px;
  margin: 0px 0px 6px;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}

/* 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;
  display: inline-block;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 15px;
  outline:0;
}

.hs-input:not([type=file]){
  background-color: #f5f8fa;
}

select.is-placeholder {
  color: #bfbfbf;
}

form select {
  padding: 8px 15px;
}

form select {
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.hs-form-field>label {
  display: block;
}

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

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

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: #c87872;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin:0;
}

.hs-error-msg,
.hs_error_rollup label,
.hs-error-msgs label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs_error_rollup label {
  font-family: Lato;
}

.hs-submit > .actions {
  text-align: center;
}

form textarea {
  padding: 10px 15px;
  vertical-align: middle;
}

.actions {
  margin-top: 18px;
  margin-bottom: 0px;
  padding: 17px 0px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
a.hs-button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-family: Lato;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  max-width: 680px;
  margin-bottom: 120px;
  padding: 30px;
  box-shadow: 0px 10px 30px rgb(22 34 51 / 10%);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(22, 34, 51, 0.1);
  margin-bottom:20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Table */

table {
  line-height: 1.2;
  border-collapse: collapse;
  text-indent: 0;
}

/* Table Cells */

th{
  font-weight: 500;
  padding: 15px 20px;
  padding-top: 17px;
  text-align: left;
}
td {
  padding: 15px 20px;
}

tr:last-child {
  border-bottom: none !important;
}
.hs-mig-page .hs-search-module .hs-button {
  margin-bottom: 0;
  margin-top: 33px;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 10px;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #fff;
  z-index: 20;
}

.site-header li{
  margin-bottom:0;
}

.menu-container {
  display: inline-flex;
}

.main-menu {
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
}

.main-ctas {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.main-ctas a{
  box-sizing:border-box !important;
}

header.header.site-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.logo_wrpr {
  display: flex;
  align-items: center;
}

.custom-menu-wrapper .level-1 {
  display: flex;
  position: relative;
}

.custom-menu-wrapper .level-1>li {
  color: #405069;
  font-size: 15px;
  max-width: 680px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.custom-menu-wrapper .level-1>li>a {
  font-size: 15px;
  padding: 30px 20px;
  color: #405069;
}

.custom-menu-wrapper .level-1>li.has-submenu>a:after {
  content: url(https://3997179.fs1.hubspotusercontent-na1.net/hubfs/3997179/raw_assets/public/FlyFreely_January2023/images/icon-chevron-down.svg);
  margin-left: 8px;
}


.custom-menu-wrapper .level-2 li {
  color: #405069;
  font-size: 15px;
  max-width: 680px;
  font-weight: 400;
}

.custom-menu-wrapper .level-2 li a {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 6px 25px;
}

.menu_toggle{
  display:none;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 14px;
}

.menu_toggle span {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
}

.menu_toggle span:nth-child(2) {
  margin-top: 5px;
}

.menu_toggle span:nth-child(3) {
  margin-top: 5px;
}

header.header.site-header.fixedHeader {
  padding: 0;
  padding-top: 2px;
  border-color: rgba(22, 34, 51, 0.1);
  transition: all .3s ease-in-out;
}

.custom_header {
  min-height: 109px;
  font-size: 16px;
  line-height: 1.6;
}

body.hs-banner .custom_header {
  min-height: auto !important;
}

.custom-menu-wrapper .level-1>li.has-submenu>a[href="javascript:;"] {
  pointer-events: none;
}


@media (min-width:768px){

  header.header.site-header .custom-menu-wrapper .level-2 {
    display: flex;
    min-width: 240px;
    position: absolute;
    top: 60px;
    background-color: #fff;
    border: 1px solid rgba(22, 34, 51, 0.1);
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 14px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 0px rgb(29 31 34 / 5%);
    transition: all .3s ease-in-out;
    transform: scale(.95);
  }

  header.header.site-header .custom-menu-wrapper .level-1>li:hover .level-2 {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 70px;
    transform: scale(1);
    box-shadow: 0px 15px 30px rgb(22 34 51 / 5%);
  }


}

@media (max-width: 1200px){
  .site-header {
    padding: 0px;
    padding-top: 2px;
  }

  .custom-menu-wrapper .level-1>li>a {
    padding: 15px;
  }

  .custom_header {
    min-height: 86px;
  }

}

@media (max-width: 1000px){
  .custom-menu-wrapper .level-1>li>a {
    padding: 10px;
  }

  .site-header {
    display: block;
    padding: 0;
  }

  .main-menu {
    width: 100vw;
    padding-left: 5px;
    padding-bottom: 2px;
  }

  .main-ctas {
    position: absolute;
    top: 15px;
    right: 0;
    padding-right: 5px;
  }

  header .signup_btn_wrpr {
    display: none;
  }

  header.header.site-header.fixedHeader {
    display: block;
    padding: 0;
  }

  .custom_header {
    min-height: 100px;
  }


}

@media (max-width:767px){

  .custom-menu-wrapper .level-1 {
    max-height: calc(100vh - 53px);
    overflow-y: auto;
  }


  .menu-container {
    display: block;
    text-align: center;
  }

  .main-menu{
    display:none;
  }

  .custom-menu-wrapper .level-1 {
    flex-direction: column;
    display:block;
    text-align: left;
  }

  .menu-main-menu-container {
    background-color: #fff;
  }

  .menu_toggle{
    display: inline-block;
  }

  .custom-menu-wrapper .level-1>li {
    display: block;
    max-width: 100%;
  }

  .custom-menu-wrapper .level-2 li {
    max-width: 100%;
  }

  .custom-menu-wrapper .level-2 li a {
    padding: 10px;
  }

  .custom-menu-wrapper .level-1>li>a {
    display: block;
  }

  header.header.site-header ul.level-2{
    display:none;
  }

  .custom-menu-wrapper .level-1>li {
    position: relative;
  }

  .custom-menu-wrapper .level-1>li .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 44px;
  }

  .custom-menu-wrapper .level-1>li>a {
    color: rgba(64, 80, 105, 1.0) !important;
  }

  .custom-menu-wrapper .level-1>li:hover>a {
    color: #0078de !important;
  }

  .custom_header {
    min-height: 87px;
  }




}
.site-footer {
  border-top: 1px solid rgba(22, 34, 51, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}


.footer-base {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 20px 0;
  margin-top: 120px;
  border-top: 1px solid rgba(22, 34, 51, 0.1);
}

.footer-base .copyright a {
  padding: 10px;
  color: #405069;
}

.footer-base .copyright a:first-child {
  margin-left: 15px;
}

.footer .container {
  max-width: 1440px;
}

footer.footer.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer.footer .hs-menu-wrapper>ul>li>a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: obvia-expanded, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  color: #162233;
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  gap: 60px;
}

footer.footer .hs-menu-wrapper>ul ul li{
  margin-bottom: 0;
}

footer.footer .hs-menu-wrapper>ul ul li a{
  font-size: 15px;
  display: block;
  padding: 5px 0;
  color: #405069;
}


.site-footer li{
  margin-bottom:0;
}

@media (max-width: 1000px){

  .footer-base {
    flex-direction: column;
    text-align: center;
  }

  .footer-base .copyright a {
    width: 100%;
    display: block;
  }

  .footer-base a:first-child {
    margin-left: 0 !important;
    margin-top: 10px;
  }

}

.full_wdth_1 .hs_cos_wrapper_type_form {
  margin-bottom: 0;
}

.full_wdth_1 form input[type=email], 
.full_wdth_1 form input[type=file], 
.full_wdth_1 form input[type=number], 
.full_wdth_1 form input[type=password], 
.full_wdth_1 form input[type=tel], 
.full_wdth_1 form input[type=text], 
.full_wdth_1 form select, 
.full_wdth_1 form textarea{
  width:90% !important;
}

.full_wdth_1 fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){
  width:100% !important; 
}

.full_wdth_1 ul li {
  max-width: 680px;
}

.full_wdth_1 hr,
.about_page hr{
  height: 0;
  background-color: transparent;
}

.home_6 .cntnt_wth_img {
  border-top: 1px solid rgba(22, 34, 51, 0.1);
}

.about_1 .hs_cos_wrapper_type_linked_image img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgb(22 34 51 / 20%);
  vertical-align: middle;
}

.about_2 h6 + h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.about_2 h6 + h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.about_2 .cntnt_wth_img .container {
  max-width: 1200px;
}

.about_2 .cntnt_wth_img .platform-component-image {
  margin: 30px auto;
}

.about_2 .cntnt_wth_img .cntnt_box h5 {
  margin-top: 20px;
  margin-bottom: 7px;
}

.about_2 .cntnt_wth_img .cntnt_box h6 {
  font-size: 15px;
  line-height: 1.4;
  color: #0078de;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
  font-family: obvia, -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  text-transform: initial;
}

.about_2 .cntnt_wth_img .cntnt_box p:last-of-type {
  margin-bottom: 0;
}

.about_2 .cntnt_wth_img .cntnt_box p {
  font-size: 14px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}

.full_wdth_1 .hs_cos_wrapper_type_rich_text dd {
  margin: 0;
  padding-left: 80px;
  margin-bottom: 15px;
}

.full_wdth_1 .hs_cos_wrapper_type_rich_text dl {
  margin: 0;
}

.pricing_1 .cntnt_wth_img.column_five .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  gap: 60px;
  margin: 60px 0;
}

.pricing_1 .cntnt_wth_img .section-header p {
  font-size: 15px;
  max-width: none;
}

.pricing_1 .cntnt_wth_img.column_five .platform-component-image {
  margin: 0;
  display: block;
}

.pricing_1 .cntnt_wth_img.column_five .cntnt_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing_1 .cntnt_wth_img .section-header {
  padding-bottom: 0;
}

.pricing_1 .cntnt_wth_img {
  border-top: 1px solid rgba(22, 34, 51, 0.1);
}

.features_1 .features .capability:first-child {
  margin-top: -80px;
}

.full_wdth_1 form {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
}

@media (min-width:768px){
  .full_wdth_1 .hs_cos_wrapper_type_form {
    margin-top: -30px;
  }
}

@media (max-width:767px){

  .full_wdth_1 .hs_cos_wrapper_type_rich_text dd {
    padding-left: 15px;
  }

  .features_1 .features .capability:first-child{
    margin-top:0;
  }
  .about_page .page-section {
    margin-top: -146px;
    padding-top: 146px;
  }
  .features_1 .features .page-section, .features_1 .features .capability:first-child {
    margin-top: -90px;
    padding-top: 90px;
  }
}

@media (max-width:522px){
  .full_wdth_1 form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .full_wdth_1 form input[type=email], 
  .full_wdth_1 form input[type=file], 
  .full_wdth_1 form input[type=number], 
  .full_wdth_1 form input[type=password], 
  .full_wdth_1 form input[type=tel], 
  .full_wdth_1 form input[type=text], 
  .full_wdth_1 form select, 
  .full_wdth_1 form textarea{
    width:100% !important;
  }
}

@media (max-width: 479px) {

  .organisation table {
    font-size: 12px;
  }
}






a.ac-button.ac-button--filled-dark {
    padding: 0.7rem 4rem;
    background-color: #0078DE;
    color: white;
    border-radius: 10px;
}
a.ac-button.ac-button--outlined-dark {
    border: 1px solid;
    padding: 0.7rem 2rem;
    border-radius: 10px;
}

@media(max-width:767px){
    .container, .content-wrapper, .dnd-section>.row-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
/*   NEEEEEEEEEEEEEEEEW */
  
  .ac-banner__content.ac-content--align-left.ac-content--align-center-mb {
    display: flex !important;
    flex-direction: column-reverse !important;
}
  
  .ac-partner--listing>.ac-partner__wrapper {
         max-width: 61.33% !important;
         margin:auto;
    }
  
  .ac-partner--listing {
    /* align-items: center; */
    display: grid !important;
    grid-template-columns: 200px 200px;
    margin: auto;
}
  div#dnd_area-module-2 h1 {
    margin-top: 20px;
}
  div#module_17389261594893 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
  div#widget_1738926081024 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
  a.ac-button.ac-button--outlined-dark {
    display: flex;
    flex-direction: column;
}
  div#widget_1738921641669 {
    display: flex;
    flex-direction: column;
}
  .ac-content {
    margin-top: 20px;
}
}