*, *: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: 0 20px;
}
body {
  line-height: 1.6;
  font-size: 16px !important;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #404040;
}

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

/* Paragraphs */

p {
  margin: 1em 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -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;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.1;
  color: #303844;
  margin-bottom: 12px;
  margin-top: 0;
}


h1 {
  font-size: 49px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  color: #313856;
  font-size: 18px;
}


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

img {
  max-width: 100%;
  vertical-align: top;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration:none;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form-field label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

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

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

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

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

.hs-button, .hs-form-field input[type=text], 
.hs-form-field input[type=email],
.hs-form-field input[type=phone], 
.hs-form-field input[type=number], 
.hs-form-field input[type=tel],
.hs-form-field input[type=date], 
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}


.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone], 
.hs-form-field input[type=number], 
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field select, 
.hs-form-field textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  padding: 10px 15px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0 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 !important;
}

.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0;
}

.full-width-page form ul.inputs-list {
  margin:0;
}

.body-container a.hs-button {
  margin-top:20px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: pre-wrap;
  text-decoration:none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 ;
}

.actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
}
/* 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;
}
.cst-header .top-header {
  background-color: #303844;
  color: #f7f7fa;
  letter-spacing: 1px;
  padding-bottom: 2px;
  font-size: 14px;
  width: 100%;
  display: block;
}

.cst-header .top-header .page-center {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.cst-header .top-header .left-section {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.cst-header .top-header .center-section {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

.cst-header .top-header .center-section .fancy-icon {
  padding-right: 5px;
  position: relative;
  top: 1px;
  display: inline-flex;
  border-radius: 50%;
}

.cst-header .top-header .center-section .fancy-icon svg {
  width: 14px;
  height: 14px;
  fill: #f7f7fa;
}

.cst-header .top-header .right-section {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.cst-header .top-header .right-section .fancy-icon {
  padding-right: 5px;
  position: relative;
  top: 1px;
  display: inline-flex;
  border-radius: 50%;
}

.cst-header .top-header .right-section .fancy-icon svg {
  width: 14px;
  height: 14px;
  fill: #f7f7fa;
}

.cst-header .top-header {
  background-color: #303844;
  color: #f7f7fa;
  letter-spacing: 1px;
  padding-bottom: 2px;
  font-size: 14px;
  width: 100%;
  display: block;
}

.cst-header .top-header .page-center {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.cst-header .top-header .left-section {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.cst-header .top-header .center-section {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

.cst-header .top-header .center-section .fancy-icon {
  padding-right: 5px;
  position: relative;
  top: 1px;
  display: inline-flex;
  border-radius: 50%;
}

.cst-header .top-header .center-section .fancy-icon svg {
  width: 14px;
  height: 14px;
  fill: #f7f7fa;
}

.cst-header .top-header .right-section {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.cst-header .top-header .right-section .fancy-icon {
  padding-right: 5px;
  position: relative;
  top: 1px;
  display: inline-flex;
  border-radius: 50%;
}

.cst-header .top-header .right-section .fancy-icon svg {
  width: 14px;
  height: 14px;
  fill: #f7f7fa;
}

.cst-header .main-header {
  padding-bottom: 0px;
  height: 100px;
  border-bottom-color: #e0e0e0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 10;
  background-color: #f7f7fa;
  width: 100%;
  display: block;
}

.cst-header .main-header .page-center {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.cst-header .main-header .left-section {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.cst-header .main-header .center-spacer {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}

.cst-header .main-header .right-section {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.cst-header .main-header .left-section .logo-wrpr {
  width: 80px;
  min-width: 80px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cst-header .main-header .left-section .logo-wrpr img {
  margin-right: 0px;
  height: 60px;
  max-width: 100%;
  width: auto !important;
}

.cst-header .main-header .left-section .logo-wrpr a {
  width: 80px;
  min-width: 80px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cst-header .main-header .left-section .menu-wrpr {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul {
  flex-direction: row;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>ul {
  border-radius: 3px;
  box-shadow: 0 12px 24px rgb(0 0 0 / 12%);
  display: flex;
  flex-direction: column;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  transform: translate3d(0,100px,0);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: ease;
  visibility: hidden;
  white-space: nowrap;
  z-index: 9999999;
  background-color:#fff;
  overflow:hidden;
  opacity:0;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  transform: translate3d(0,0px,0);
  visibility: visible;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li {
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #303844;
  letter-spacing: 1px;
  line-height: 1.5;
  transition-duration: 0.2s;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition-property: background-color,color,border-color;
  position: relative;
  white-space: nowrap;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>a {
  border: 0;
  border-bottom-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #303844;
  letter-spacing: 1px;
  line-height: 1.5;
  transition-duration: 0.2s;
  text-align: left;
  text-decoration: none;
  border-style: solid;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  justify-content: flex-start;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>ul>li {
  flex-direction: column;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #303844;
  letter-spacing: 1px;
  line-height: 1.5;
  transition-duration: 0.2s;
  list-style-type: none;
  display: flex;
  width: 100%;
  transition-property: background-color,color,border-color;
  position: relative;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>ul>li>a {
  border-width: 0;
  background-color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #303844;
  letter-spacing: 1px;
  line-height: 1.5;
  transition-duration: 0.2s;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  border-style: solid;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background: #303844;
  border-bottom-width: 2px;
  color: #ffffff;
  border-color: currentColor;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>a .menu-dropdown-icon-wrpr {
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li>a .menu-dropdown-icon-wrpr svg {
  color: #303844;
  font-size: 7px;
  margin-left: 4px;
  transform: rotate(0deg);
  transition-duration: 0.2s;
  width: 1.4em;
  height: 1.4em;
  fill: currentColor;
  transition-property: transform;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li:hover>a .menu-dropdown-icon-wrpr svg {
  transform: rotate(180deg);
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul li.active>a {
  color: #00a8ff;
  border-bottom-width: 2px;
  border-color: currentColor;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li:hover>a {
  border-color: currentColor;
}

.cst-header .main-header .left-section .menu-wrpr .hs-menu-wrapper>ul>li:hover>a:hover {
  color: #0275d8;
}



.cst-header .main-header .right-section .right-section-wrpr {
  flex-direction: row;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.cst-header .main-header .right-section .right-section-wrpr span.start-btn a {
  font-family: 'Open Sans';
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  background-color: #0275d8;
  border-top-color: #0275d8;
  border-right-color: #0275d8;
  border-bottom-color: #0275d8;
  border-left-color: #0275d8;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-left: 20px;
  display: inline-block;
  word-break: keep-all;
}

.cst-header .main-header .right-section .right-section-wrpr span.login-btn a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #303844;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  word-break: keep-all;
  border: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.cst-header .main-header .right-section .right-section-wrpr span.login-btn a:hover {
  color: #0275d8;
}

.cst-header .main-header .right-section .right-section-wrpr span.start-btn a:hover {
  background-color: #f7f7fa;
  color: #303844;
  border-top-color: #303844;
  border-right-color: #303844;
  border-bottom-color: #303844;
  border-left-color: #303844;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

@keyframes oxy_sticky_header_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cst-header  .sticky-main-header {
  display: none;
  height:40px;
  border-bottom-color: #e0e0e0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(247,247,250,0.97);
  padding-bottom: 0px;
}

.sticky .cst-header .sticky-main-header {
  display: block !important;
}

.sticky .cst-header .main-header {
  display: none;
}

.cst-header .main-header.sticky-main-header .left-section .logo-wrpr a {
  width: 50px;
  min-width: 50px;
}

.cst-header .main-header.sticky-main-header .left-section .logo-wrpr img {
  margin-right: 0px;
  height: 30px;
}

.cst-header .main-header.sticky-main-header .left-section .logo-wrpr {
  width: 50px;
  min-width: 50px;
}

.cst-header .main-header.sticky-main-header .right-section .right-section-wrpr span.start-btn a {
  font-family: 'Open Sans';
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 100px;
  background-color: #0275d8;
  border-top-color: #0275d8;
  border-right-color: #0275d8;
  border-bottom-color: #0275d8;
  border-left-color: #0275d8;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-left: 20px;
  word-break: keep-all;
}

.cst-header .main-header.sticky-main-header .right-section .right-section-wrpr span.login-btn a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #303844;
  display: inline-block;
  text-transform: none;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
}

.cst-header .main-header.sticky-main-header .right-section .right-section-wrpr span.login-btn a:hover {
  color: #0275d8;
}

.cst-header .main-header.sticky-main-header .right-section .right-section-wrpr span.start-btn a:hover {
  background-color: #f7f7fa;
  color: #303844;
  border-top-color: #303844;
  border-right-color: #303844;
  border-bottom-color: #303844;
  border-left-color: #303844;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

@media (min-width: 768px) {
  .sticky .cst-header .cst-header-wrpr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    animation-name: oxy_sticky_header_fadein;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
  }

  .cst-header .mobile-main-header {
    display: none;
  }
}

@media (max-width: 991px) {
  .cst-header .top-header .page-center {
    flex-direction: column;
  }

  .cst-header .top-header .left-section {
    justify-content: center;
  }

  .cst-header .top-header .center-section {
    justify-content: center;
  }

  .cst-header .top-header .right-section {
    justify-content: center;
  }

  .cst-header .top-header .left-section .text-block {
    margin-right: 30px;
  }

  .cst-header .top-header .center-section .text-block {
    margin-right: 30px;
  }
}

@media (max-width: 830px) {
  .cst-header .main-header .right-section .right-section-wrpr span.start-btn a {
    padding: 12px 12px;
  }

  .cst-header:not(.lp-header)  .sticky-main-header {
    height: auto;
    min-height:40px;
  }

}

@media (max-width: 767px) {
  .cst-header .main-header {
    display: none;
  }

  .cst-header .mobile-main-header {
    height: 60px;
    display: block;
    padding-left: 0px;
    border-bottom-color: #e0e0e0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f7f7fa;
    padding-bottom: 0px;
    width: 100%;
  }

  .cst-header .mobile-main-header .page-center {
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr {
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr {
    margin-left: 0px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    margin-right: 6px;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-toggle {
    display: initial;
    cursor: pointer;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-toggle .nav-menu-hamburger-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-toggle .nav-menu-hamburger-wrap .nav-menu-hamburger {
    width: 30px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-toggle .nav-menu-hamburger-wrap .nav-menu-hamburger .nav-menu-hamburger-line {
    height: 4px;
    background-color: #303844;
    border-radius: 2px;
  }

  .cst-header .mobile-main-header .mobile-logo-wrpr {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cst-header .mobile-main-header .mobile-logo-wrpr a {
    flex-direction: unset;
    opacity: 1;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-property: all;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }

  .cst-header .mobile-main-header .mobile-logo-wrpr a img {
    height: 40px;
    max-width: 100%;
    margin-right: 0px;
    width: auto !important;
  }

  .cst-header .mobile-main-header .right-section {
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }

  .cst-header .mobile-main-header .right-section .right-section-wrpr {
    flex-direction: column;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .cst-header .mobile-main-header .right-section .right-section-wrpr a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #303844;
    display: inline-block;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .cst-header .mobile-main-header .right-section .right-section-wrpr a:hover {
    color: #0275d8;
  }

  body.mobile-open {
    overflow: hidden;
    height: 100%;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    background-color: #f7f7fa;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 18px;
    padding-bottom: 18px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    z-index: 99 !important;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .nav-menu-hamburger-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .nav-menu-hamburger-wrap .nav-menu-hamburger {
    transform: rotate(45deg);
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .nav-menu-hamburger-wrap .nav-menu-hamburger .nav-menu-hamburger-line:nth-child(2) {
    display: none;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .nav-menu-hamburger-wrap .nav-menu-hamburger .nav-menu-hamburger-line:first-child {
    display: block;
    position: relative;
    top: 10px;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .nav-menu-hamburger-wrap .nav-menu-hamburger .nav-menu-hamburger-line:last-child {
    display: initial;
    position: relative;
    transform: rotate(90deg);
    top: -10px;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-toggle .nav-menu-hamburger-wrap:hover .nav-menu-hamburger .nav-menu-hamburger-line {
    background-color: #0275d8;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .menu-cntnr {
    max-height: 100%;
    overflow: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .menu-cntnr .hs-menu-wrapper>ul {
    display: block;
  }

.cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr.mobile-menu-open .menu-cntnr .hs-menu-wrapper .hs-menu-children-wrapper {
    padding: 0;
  }
  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul>li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul li a {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    color: #474747;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0 !important;
    background-color: transparent !important;
    justify-content: center;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color, border-color;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul li:hover>a {
    color: #0275d8;
  }
  
  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul>li>ul {
    display: block;
    /*display: none;*/
  }
  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul>li>ul>li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-cntnr .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
    text-transform: lowercase;
  }

  .sticky .cst-header .sticky-main-header {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .cst-header .top-header .left-section .text-block {
    font-size: 13px;
    margin-right: 10px;
  }

  .cst-header .top-header .right-section {
    display: none;
  }

  .cst-header .top-header .center-section .text-block {
    font-size: 8px;
    margin-right: 10px;
  }

  .cst-header .mobile-main-header .mobile-menu-wrpr nav.mobile-menu-wrpr .menu-toggle .nav-menu-hamburger-wrap:hover .nav-menu-hamburger .nav-menu-hamburger-line {
    background-color: #0275d8;
  }
}
footer.footer {
   text-align: left;
   background-color: #303844;
   margin-top: auto;
   width: 100%;
   background-size: cover;
   background-repeat: repeat;
}

footer.footer .content-wrapper {
   padding-top: 0;
   padding-bottom: 0;
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   align-items: flex-start;
   height: 100%;
}

footer.footer .footer-wrpr {
   display: flex;
   width: 100%;
   flex-direction: row;
   align-items: stretch;
   justify-content: center;
   flex-wrap: wrap;
}

footer.footer .footer-wrpr .left-section {
   width: 60%;
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   display: flex;
   flex-wrap: nowrap;
   flex-direction: column;
   align-items: flex-start;
}

footer.footer .footer-wrpr .right-section {
   width: 40%;
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   display: flex;
   flex-wrap: nowrap;
   flex-direction: column;
   align-items: flex-start;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr {
   display: flex;
   width: 100%;
   flex-direction: row;
   align-items: stretch;
   justify-content: center;
   flex-wrap: wrap;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col {
   width: 33.33%;
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   display: flex;
   flex-wrap: nowrap;
   flex-direction: column;
   align-items: flex-start;
}

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

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .hs-menu-wrapper>ul>li>a {
   font-size: 23px;
   color: #f7f7fa;
   text-transform: uppercase;
   letter-spacing: 3px;
   margin-bottom: 12px;
   font-family: 'Open Sans';
   line-height: 1.6;
   font-weight: bold;
   display: inline-block;
   cursor: text;
   text-decoration: none;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .hs-menu-wrapper>ul>li>ul {
   flex-direction: column;
   display: flex;
   padding: 0;
   margin: 0;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .hs-menu-wrapper>ul>li>ul>li {
   list-style-type: none;
   display: flex;
   flex-direction: column;
   position: relative;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .hs-menu-wrapper>ul>li>ul>li>a {
   padding-top: 3px;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 3px;
   letter-spacing: 1px;
   font-size: 14px;
   color: #f7f7fa;
   text-decoration: none;
   border-style: solid;
   border-width: 0;
   transition-timing-function: ease-in-out;
   transition-property: background-color, color, border-color;
   border-color: transparent;
   flex-direction: row;
   display: flex;
   align-items: center;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .contact-floating-btn a {
   position: fixed;
   bottom: 0px;
   right: 20px;
   z-index: 99999999;
   border-radius: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
   background-color: #0275d8;
   border: 1px solid #0275d8;
   color: #ffffff;
   padding: 10px 30px;
   text-decoration: none;
}

footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .contact-floating-btn a:hover {
   background-color: #303844;
   border: 1px solid #303844;
}

footer.footer .footer-wrpr .right-section .logo-wrpr {
   flex-direction: row;
   display: flex;
   width: 100%;
   justify-content: center;
   text-align: center;
   border-top-color: rgba(255,255,255,0.2);
   border-top-width: 1px;
   border-top-style: none;
   align-items: flex-start;
   flex-wrap: nowrap;
}

footer.footer .footer-wrpr .right-section .logo-wrpr a {
   width: 175px;
   opacity: 1;
   transition-duration: 0.2s;
   transition-timing-function: ease;
   transition-property: all;
   min-width: 100%;
   display: flex;
   flex-wrap: wrap;
   text-align: center;
   text-decoration: none;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

footer.footer .footer-wrpr .right-section .logo-wrpr a img {
   padding-top: 15px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   max-width: 100%;
   height: auto;
}

footer.footer .footer-wrpr .right-section .logo-wrpr * {
   width: 100%;
}

body .body-wrapper {
   flex-wrap: wrap;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   min-height: 100vh;
}

body .body-wrapper>* {
   width: 100%;
}

body .body-wrapper .footer-outer-wrpr {
   margin-top: auto;
}

@media (max-width: 991px) {
   footer.footer .footer-wrpr .right-section {
      width: 100%;
   }

   footer.footer .footer-wrpr .left-section {
      width: 100%;
   }

   footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .hs-menu-wrapper>ul>li>a {
      word-break: initial;
   }
  
  footer.footer.lp-footer .footer-wrpr .left-section {
    display: none;
}
}

@media (max-width: 479px) {
   footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col {
      width: 100%;
   }

   footer.footer .footer-wrpr .left-section .left-section-wrpr .left-section-col .hs-menu-wrapper>ul>li>a {
      margin-bottom: 13px;
   }
}

div[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}

.full-width-page ol,
.full-width-page ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

.full-width-page ul ul {
  margin: 0;
}

.home-page .home-row2 .hs-responsive-embed{
  max-width: 100% !important;
  max-height: unset !important;
  padding-top: 10px !important;
  min-width:100% !important;
}


.full-width-row1 .hs-responsive-embed-wrapper{
  max-width: 100% !important;
  max-height: unset !important;
  min-width:100% !important;
}


.full-width-row1 .widget-type-header h2,
.full-width-row1 .widget-type-header h1,
.full-width-row1 h2,
.full-width-row1 h1 {
  line-height: 1.6;
  margin: 0;
      color: #404040;
}

.full-width-row1 .widget-type-rich_text table {
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;
  margin: 0;
}

.full-width-row1 .widget-type-rich_text table td {
  padding: 0.5em;
  display: table-cell;
  border-collapse: collapse;
}

.full-width-row1 .widget-type-rich_text figure {
  overflow-x: auto;
}

.full-width-row1 .widget-type-rich_text table td {
  vertical-align: middle;
}

.full-width-row1 .widget-type-rich_text p {
  word-break: break-word;
}

.full-width-row1 .widget-type-rich_text figure[data-style="stripes"] tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.full-width-row1 .widget-type-rich_text figure[data-style="stripes"] th,
.full-width-row1 .widget-type-rich_text figure[data-style="stripes"] td {
  border-color: transparent;
}

.full-width-row1 figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  color: #696969;
  font-size: .9em;
}

a.cta_button.cm-demo-rv {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box !important;
  color: #fff;
  background-color: #0693e3;
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  text-decoration: none !important;
}

.full-width-row1 .button ,
.full-width-row1 .button:hover {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  background-color: #004c97;
  border: 0;
  color: #fff;
  margin-bottom: 16px;
}

.full-width-row1 a.hs-button ,
.full-width-row1 a.hs-button:hover {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  background-color: #0071a1;
  border: 0;
  color: #fff;
  margin-bottom: 16px;
}



.features-row2 .features-wrapper .top-content h2 {
  margin-bottom: 52px;
  margin-top: 53px;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 1.6;
}

.features-row2 .features-wrapper .top-content .ct-div-block.saas-divider {
  display: none;
}


.features-row1 .dnd-section {
  padding-top: 77px;
  padding-bottom: 0;
}


.pricing-row1 h1 {
  font-family: 'Open Sans';
  color: #2a445a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-row1 h2 {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
}

.pricing-row1 p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Open Sans';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  max-width: 480px;
  margin-top: 15px;
}


.pricing-row1 .dnd-section {
  padding-bottom: 3px;
}

.pricing-row2 .dnd-section {
  padding-top: 72px;
}

.pricing-row2 .widget-type-rich_text {
  text-align: center;
}

.pricing-row2 h2 {
  margin-top: 36px;
  margin-bottom: 9px;
  border-top-color: #303844;
  border-top-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 34px;
  line-height: 1.6;
  display: inline-block;
}

.pricing-row2 hr {
  display: inline-block;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #b7b7b7;
  border-right-color: #757575;
  border-bottom-color: #757575;
  border-left-color: #757575;
  width: 100%;
  border-top-style: solid;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  box-sizing: border-box;
  background: transparent;
}

.pricing-row2 h4 {
  margin-top: 9px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}

.pricing-row2 p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Open Sans';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
  max-width: 650px;
  margin-top: 12px;
}

.pricing-row2 table {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0;
  border-spacing: 0;
  padding-top: 25px;
  margin-bottom: 72px;
  background: transparent;
}

.pricing-row2 table tr {
  border: 0;
}

.pricing-row2 table td {
  border: 0;
  width: 50%;
  padding: 20px;
}

.pricing-row2 table td {
  font-size: 18px;
}

.pricing-row3 .faq-wrapper .content-wrap {
  padding-bottom: 0;
}

.pricing-row3 .dnd-section {
  padding-top: 73px;
}

.pricing-wrapper {
  background-color: #f7f7fa;
}


.home-row12 .widget-type-rich_text p {
  margin-top: 0;
  font-size: 20px;
  letter-spacing: 1px;
}

.home-row12 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.home-row12 .dnd-section {
  padding-top: 65px;
  padding-bottom: 72px;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 0px 46px 23px rgb(51 51 51 / 10%);
}

.home-row12 a.hs-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 16px 25.6px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-bottom: 17px;
}

.home-row11 .faq-wrapper .content-wrap {
  padding-bottom: 0;
}

.home-row11 .dnd-section {
  background-color: #f7f7fa;
}

.home-row11 .faq-wrapper h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 19px;
  line-height: 1.6;
}

.home-row11 .faq-wrapper .ct-div-block.saas-divider {
  margin-top: 12px;
  margin-bottom: 23px;
}



.home-row7 .features-wrapper .top-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 71px;
  color: rgba(64, 64, 64, 1);
  line-height: 1.6;
}

.home-row7 .dnd-section {
  padding-top: 73px;
}

.home-row7 .features-wrapper .top-content .saas-divider {
  display: none;
}

.home-row7 .features-wrapper h2.ct-headline.features-heading {
  font-family: 'Open Sans';
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  color: #303844;
  margin-top: 3px;
  margin-bottom: 12px;
}

.home-row7 .features-wrapper .features-description p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 640px;
  color: #303844;
  letter-spacing: .5px;
}

.home-row7 .features-wrapper .features-description > div > a {
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #0275d8;
  margin-top: 18px;
  margin-bottom: 29px;
  display: inline-block;
}

.home-row7 .features-wrapper .features-description>div>a:hover {
  color: #303844;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #303844;
}

.home-row7 .features-wrapper .ct-new-columns>.ct-div-block:nth-child(1) {
  justify-content: center;
}

.home-row7 .features-wrapper .features-section {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}

.home-row7 .features-wrapper .features-image {
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px #adadad;
}

.home-row7 a.hs-button {
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  flex-direction: row;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: #303844;
  margin-top: 34px;
  color: #f7f7fa;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  width: auto;
  align-self: center;
}

.home-row7 a.hs-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='FontAwesomeicon-long-arrow-right' viewBox='0 0 27 28' fill= '%23f7f7fa'%3E%3Ctitle%3Elong-arrow-right%3C/title%3E%3Cpath d='M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  margin-left: 15px;
}



.home-row8 .dnd-section {
  padding-top: 16px;
}

.home-row9 .dnd-section {
  box-shadow: 0px 0px 46px 23px rgb(51 51 51 / 10%);
  text-align: center;
  padding-bottom: 56px;
  padding-top: 75px;
}

.home-row9 h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #f7f7fa;
  line-height: 1.6;
}

.home-row9 h2:after {
  height: 5px;
  min-height: 5px;
  max-height: 5px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  border-radius: 6px;
  margin-top: 26px;
  margin-bottom: 24px;
  content: '';
  display: block;
  background-color: #e8e121;
  margin-left: auto;
  margin-right: auto;
}

.home-row9 a.hs-button {
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  flex-direction: row;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: #e8e121;
  margin-top: 34px;
  border: 0;
  color: #303844;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-row9 a.hs-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='FontAwesomeicon-long-arrow-right' viewBox='0 0 27 28' fill= '%23303844'%3E%3Ctitle%3Elong-arrow-right%3C/title%3E%3Cpath d='M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.cm-testimonials .customer-quote {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  background-image: linear-gradient(rgba(255,255,255,0.22), rgba(255,255,255,0.22)), url(https://21079145.fs1.hubspotusercontent-na1.net/hubfs/21079145/raw_assets/public/FireflyReservations_December2022/images/Background-Texture.png);
}

.home-row10 .dnd-section {
  padding-bottom: 49px;
  background-color: #ffffff;
  box-shadow: 0px 0px 46px 23px rgb(51 51 51 / 10%);
}

.section-headline {
  color: rgba(64, 64, 64, 1);
}

@media (max-width:991px) {
  .features-row2 .dnd-section {
    padding-top: 95px;
  }
  .home-page .home-row2 .hs-responsive-embed {
    max-width: 90% !important;
    min-width:unset !important;
  }
}



@media (max-width:767px) {
  .pricing-row1 h1 {
    font-size: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-row1 .dnd-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .pricing-row1 h2 {
    font-size: 20px;
  }

  .pricing-row2 h2 {
    font-size: 31px;
  }

  .pricing-row2 h4 {
    font-size: 18px;
  }

  .pricing-row2 p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-row2 table td {
    width: 100%;
    display: block;
    text-align: center;
  }


  .home-row7 .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-row7 .features-wrapper .top-content h2 {
    margin-top: 30px;
    margin-bottom: 37px;
    font-size: 23px;
  }

  .home-row7 .features-wrapper h2.ct-headline.features-heading {
    font-size: 24px;
    text-align: left;
  }

  .home-row7 a.hs-button {
    font-size: 16px;
  }


  .home-row9 h2 {
    font-size: 23px;
  }

  .home-row9 a.hs-button {
    font-size: 16px;
  }

  .home-row9 a.hs-button:after {
    width: 20px;
    height: 20px;
  }

  .home-row10 .dnd-section {
    padding-bottom: 49px;
  }

  .home-row11 .faq-wrapper h2 {
    font-size: 23px;
    text-align:center;
  }

  .home-row11 .dnd-section {
    padding-bottom: 20px;
  }

  .home-row12 .dnd-section {
    box-shadow: 0px 0px 45px 16px rgb(38 38 38 / 17%);
  }

  .pricing-row3 .dnd-section {
    padding-bottom: 20px;
  }


  .home-row11 .faq-wrapper h2.ct-headline.faq-heading {
    text-align:left;
  }
}


@media (max-width:479px) {

  .home-row12 .widget-type-cta a {
    font-size: 14px !important;
    padding: 10px 16px !important;
  }

  .home-row12 .widget-type-rich_text p {
    font-size: 16px;
  }
}