*, *:before, *:after {
  box-sizing: border-box;
}
img {
  height: auto;
  max-width: 100%;
}
/*! 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: 28px;
    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: 28px;
        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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 30px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1260px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
 
}
@font-face {
    font-family: 'Inter';
    src: url('https://www.quintly.com/hubfs/fonts2022/inter-regular-webfont.woff2') format('woff2'),
         url('https://www.quintly.com/hubfs/fonts2022/inter-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'InterBold';
    src: url('https://www.quintly.com/hubfs/fonts2022/inter-semibold-webfont.woff2') format('woff2'),
         url('https://www.quintly.com/hubfs/fonts2022/inter-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
font-family:'Inter', sans-serif !important
}
html {
  font-size: 18px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000000;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0984a1;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, opacity .4s ease, -webkit-box-shadow .4s ease;
  transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, opacity .4s ease, -webkit-box-shadow .4s ease;
  -o-transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
  transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
  transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease, -webkit-box-shadow .4s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #153F57;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin: 0 0 0.66666666666rem 0;
}

h1 {
  color: #153F57;
  font-size: 2.66666666667rem;
  line-height: 1.16666666667;
  letter-spacing: -0.01em;
}

h2 {
  color: #153F57;
  font-size: 2.22222222222rem;
  line-height: 1.3;
  letter-spacing: -.02em;
}

h3 {
  color: #153F57;
  font-size: 1.66666666667rem;
  line-height: 1.32;
}

h4 {
  color: #153F57;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

h5 {
  font-size: 1rem;
  line-height: 1.55;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.95555555556rem !important;
  }
}

/* Lists */

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

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

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

.hs_cos_wrapper_type_rich_text ul,
.hs-richtext ul {
  list-style: none;
  padding-left: 0;
}
.hs_cos_wrapper_type_rich_text ul li,
.hs-richtext ul li {
  font-size: 0.88888888888rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
  text-indent: -1.5rem;
}
.hs_cos_wrapper_type_rich_text ul li > *,
.hs-richtext ul li > * {
  text-indent: 0;
}
.hs_cos_wrapper_type_rich_text ul li:before,
.hs-richtext ul li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' stroke-width='0' fill='%23029dc0' /%3E%3C/svg%3E") no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  padding-right: 10px;
  text-indent: 0;
  text-align: right;
  width: 1.5rem;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

pre {
  white-space: pre-wrap;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: rgba(0, 0, 0, .1);
  border: none;
  color: rgba(0, 0, 0, .1);
  height: 1px;
  margin: 3rem 0;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: #41b6d0 solid 2px;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #0984a1;
  border: 1px solid #0984a1;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 0;
  padding: 14px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #8a9fab;
  border-color: #8a9fab;
  color: #8a9fab;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #0292B2;
  border-color: #0292B2;
  color: #ffffff;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #0292B2;
  border-color: #0292B2;
  color: #ffffff;
  text-decoration: none;
}

/*** Button Styles ***/

/* Primary Button */
button.button--primary,
.button.button--primary {
  background: -o-linear-gradient(45deg, #00bed4, #00adc2);
  background: linear-gradient(45deg, #00bed4, #00adc2);
  border: 0;
  color: #ffffff;
}

button.button--primary:hover,
button.button--primary:focus,
.button.button--primary:hover,
.button.button--primary:focus {
  background: -o-linear-gradient(55deg, #0292B2, #00adc2);
  background: linear-gradient(35deg, #0292B2, #00adc2);
  color: #ffffff;
}

/* Navy Outline Button */
button.button--navy-outline,
.button.button--navy-outline {
  background-color: #ffffff;
  border: 1px solid #153f57;
  color: #153f57;
}

button.button--navy-outline:hover,
button.button--navy-outline:focus,
.button.button--navy-outline:hover,
.button.button--navy-outline:focus {
  background-color: #ffffff;
  border: 1px solid #029dc0;
  color: #029dc0;
}

/* White Button */
button.button--white,
.button.button--white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #029dc0;
}

button.button--white:hover,
button.button--white:focus,
.button.button--white:hover,
.button.button--white:focus {
  background-color: #ecf8f9;
  border: 1px solid #ffffff;
  color: #029dc0;
}

/*** Button Effects ***/

/* Box Shadow */
button.button--box-shadow,
.button.button--box-shadow {
  -webkit-box-shadow: 0px 6px 24px #C4CFD5;
          box-shadow: 0px 6px 24px #C4CFD5;
}

/* Small Button */
button.button--small,
.button.button--small {
  font-size: 0.72222222222rem;
  padding: 8px 20px;
}
/* Form */

form {
  font-family: 'Inter', sans-serif;
}

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

/* Labels */

form label {
  color: #484848;
  display: block;
  font-size: 0.72222222222rem;
  font-weight: 500;
  padding-top: 0;
  margin: 16px 0 4px 0;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #f6f6f6;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #41b6d0;
  display: inline-block;
  font-size: 0.83333333333rem;
  padding: 10px 16px;
  width: 100%;
}

textarea {
  min-height: 160px;
}

.hs-input:not([type="radio"]):not([type="checkbox"]),
#hs-pwd-widget-password {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  color: #767676;
  display: inline-block;
  font-family: inherit;
  font-size: 0.83333333333rem;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 15px;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  width: 100%;
}
select.hs-input:not([type="radio"]):not([type="checkbox"]),
.white-content select.hs-input:not([type="radio"]):not([type="checkbox"]),
.bg-light select.hs-input:not([type="radio"]):not([type="checkbox"]) {
  background-image: url("https://info.quintly.com/hubfs/Design/Icons/form-dropdown-icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
  max-height: 40px;
  padding-right: 25px;
}
.hs-fieldtype-intl-phone {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: #41b6d0;
}

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

::-webkit-input-placeholder {
  color: #72808e;
}

::-moz-placeholder {
  color: #72808e;
}

:-ms-input-placeholder {
  color: #72808e;
}

:-moz-placeholder {
  color: #72808e;
}

::placeholder {
  color: #72808e;
}

/* Inputs - checkbox/radio */

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

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

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 6px;
  padding: 0;
  width: auto;
}

@media (min-width: 400px) {
  body .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
  }
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ff6600;
}

.hs-input.invalid.error {
  border-color: #153F57;
}

.hs-error-msg {
  color: #153F57;
  margin-top: 4px;
  opacity: 0.75;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #0984a1;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  margin: 24px 8px 0;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #0292B2;
  border-color: #0292B2;
  color: #ffffff;
  text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #0292B2;
  border-color: #0292B2;
  color: #ffffff;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header Banner */
.header__banner {
  background: -webkit-gradient(linear, left top, right top, from(#E1306C), color-stop(#f6a800), to(#00bed4));
  background: -o-linear-gradient(left, #E1306C, #f6a800, #00bed4);
  background: linear-gradient(to right, #E1306C, #f6a800, #00bed4);
  display: none;
  opacity: 0;
  visibility: hidden;
}
.header__banner-content {
  padding: 10px 0;
}
.header__banner-content * {
  color: #ffffff;
  font-size: 0.72222222222rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.38461538462;
  text-align: center;
  text-transform: uppercase;
}
.header__banner-content a,
.header__banner-content a:hover,
.header__banner-content a:focus,
.header__banner-content a:active {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .header__banner {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* Header Container */
.header {
  background-color: #ffffff;
}
.header__container {
  position: relative;
  z-index: 10000;
}
.header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1139px) {
  .header__content {
    background-color: #ffffff;
    -webkit-box-shadow: -20px 0 60px -10px rgba(0, 0, 0, 0.3);
            box-shadow: -20px 0 60px -10px rgba(0, 0, 0, 0.3);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-height: 100vh;
    opacity: 0;
    overflow-y: scroll;
    padding-bottom: 50px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10001;
  }
  /* Header - Open */
  .header__content.is-open {
    display: block;
    opacity: 1;
    visibility: visible
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .header__content {
    max-width: 400px;
  }
}

@media (min-width: 1140px) {
  .body-wrapper.is-scrolled .header__container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Header Logo */
.header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  padding: 10px 0;
  overflow: hidden;
}
.header__logo a,
.header__logo img {
  display: block;
}
.header__logo img {
  max-width: 100%;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* Header Navigation */
.header__navigation--desktop {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header__navigation--mobile .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  width: 100%;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-item-has-children:hover ul.hs-menu-children-wrapper,
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-item-has-children.focus ul.hs-menu-children-wrapper {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-menu-item a {
  color: #153F57;
  display: block;
  font-weight: 500;
  padding: 15px 30px;
  text-decoration: none;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-menu-item:hover > a {
  background-color: #ECF8F9;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper li.hs-menu-item a {
  color: #153F57;
  display: block;
  font-size: 0.77777777777rem;
  font-weight: 500;
  padding: 15px 40px;
  text-decoration: none;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-item-has-children {
  position: relative;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-item-has-children:after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' fill='%23153F57' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  right: 30px;
  position: absolute;
  top: 14px;
}
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-item-has-children:hover:after,
.header__navigation--mobile .hs-menu-wrapper.flyouts li.hs-item-has-children.focus:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media(max-width: 1139px) {
  .header__navigation--mobile .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .header__navigation--mobile .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .header__navigation--mobile .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

@media (min-width: 1140px) {
  .header__navigation--desktop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 1;
    visibility: visible;
  }
  .header__navigation--mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

/* Header CTA */
.header__cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1139px) {
  .header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}

@media (min-width: 1140px) {
  .header__cta {
    min-width: 182px; /* On load CTAs take a second (JS), sets a width to avoid jumpiness */
    padding: 10px 0 10px 20px;
  }
}

/* Header Hamburger */
.header__hamburger--open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__hamburger--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 30px;
}

@media (min-width: 1140px) {
  .header__hamburger {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

/* Body Overlay */
.body-overlay {
  background-color: #153F57;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}
.body-overlay.is-open {
  display: block;
  opacity: 0.4;
  visibility: visible;
}

@media (min-width: 1140px) {
  .body-overlay,
  .body-overlay.is-open {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.footer {
  background-color: #F8FAFC;
}
.footer__container {
  padding-bottom: 30px;
  padding-top: 100px;
}
.footer--no-navigation .footer__container {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* Columns Section */
.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}
.footer__column {
  margin-bottom: 30px;
  width: 100%;
}
.footer__header h4 {
  margin-bottom: 24px;
}
.footer__menu ul {
  width: 100%;
}
.footer__menu ul li a {
  color: #4F6F81;
  display: inline-block;
  font-size: 0.88888888888rem;
  font-weight: 400;
  padding: 5px 0;
}
.footer__menu ul li a:hover,
.footer__menu ul li a:active {
  color: #029dc0;
}

@media (min-width: 480px) {
  .footer__column {
    padding-right: 30px;
    width: 50%;
  }
}

@media (min-width: 767px) {
  .footer__column {
    width: 33.3333333333%;
  }
}

@media (min-width: 1140px) {
  .footer__column {
    margin-bottom: 0;
    width: 16.6666666667%;
  }
}

/* Social Section */
.footer__social {
  padding-bottom: 40px;
}

/* Copyright Section */
.footer__copyright,
.footer__copyright * {
  font-size: 0.66666666666rem;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hs-menu-wrapper ul li.hs-menu-item a {
  color: #153f57;
}
.hs-menu-wrapper ul li.hs-menu-item.active-branch a {
  color: #029dc0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a {
  display: block;
  padding: 20px;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}




.stars {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5rem;
  position: relative;
  width: 7.75rem;
}
.stars--small {
  height: 1.5rem;
  width: 7.75rem;
}
.stars--large {
  height: 2.5rem;
  width: 11.625rem;
}
.stars--xlarge {
  height: 3rem;
  width: 15.5rem;
}
.stars.stars-0 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-1 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M78 407.1l6.5-1.1 3.5-6.2-.1 16.1-6.1 3 .8-7z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-2 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-3 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M103 406.7l6.5-1.1 3.5-6.1-.1 16-6.1 3 .8-6.9zM78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-4 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-5 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M128 406.7l6.5-1.1 3.5-6.1-.1 16-6.1 3 .8-6.9zM78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-6 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-7 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M153 406.7l6.5-1.1 3.5-6.1-.1 16-6.1 3 .8-6.9zM78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-8 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-9 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%23E5F5F9'/%3E%3Cpath class='st0' d='M178 406.7l6.5-1.1 3.5-6.1-.1 16-6.1 3 .8-6.9zM78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars.stars-10 {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='76 397 124 24'%3E%3Cpath class='st0' d='M78.1 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1 7-6.2-3-6.2 3 .8-6.9zM103 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM128.4 406.9l6.5-1.1 3.4-6.5 3.1 6.4 7 1.2-4.9 4.8 1.1 7-6.3-3-6.2 3 .8-6.9zM153 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9zM178 406.9l6.5-1.1 3.4-6.5 3.2 6.4 6.9 1.2-4.9 4.8 1.1 7-6.3-3-6.1 3 .8-6.9z' fill='%2380CEDF'/%3E%3Cpath class='st1' d='M100 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM125 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM150 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM175 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8zM200 406.3l-8.3-1.2-3.7-7.5-3.7 7.5-8.3 1.2 6 5.8-1.4 8.3 7.4-3.9 7.4 3.9-1.4-8.3 6-5.8zm-12 8.4l-5.2 2.8 1-5.8-4.2-4.1 5.9-.9 2.6-5.3 2.6 5.3 5.9.9-4.2 4.1 1 5.8-5.4-2.8z' fill='%2312A3C4'/%3E%3C/svg%3E");
}
.stars > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.stars__subtitle {
  font-size: 0.83333333333rem;
}






.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cards-dark .card{
 border-radius:20px;
 transition: .3s ease-in-out all;
  color:#ffffff;
  text-decoration:none !important;
  background: #18313a;
 box-shadow: 0 0 12px 0 rgba(15, 34, 41, 0.2);
}

.cards-dark .card:hover{
 border-radius:20px;
 background: #18313a;
 box-shadow: 0 0 12px 0 rgba(15, 34, 41, 0.2);
}
.cards-dark .card h4{
  font-size:18px;
  color:#ffffff;}
.cards-dark .card h4 img{
  vertical-align:text-top; margin-right:14px; max-height:20px;
}
.cards-dark .card p{
  font-size:15px; color:#bbced9;
}
.cards--one-col .card__wrapper {
  width: 100%;
}
.cards--two-col .card__wrapper {
  width: 100%;
}
.cards--three-col .card__wrapper {
  width: 100%;
}
.cards--four-col .card__wrapper {
  width: 100%;
}
.card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
}
.card:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgb(32 62 73 / 15%);
          box-shadow: 0 10px 50px 0 rgb(32 62 73 / 15%);
}
.cards-dark{margin:0px -20px;}
.card__image {
  width: 100%;
}
.card__image img {
  display: block;
  margin: 0 auto 12px auto;
}
.card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.card__content h3 {
  font-size: 1.66666666667rem;
}
.card__button {
  text-align: center;
  width: 100%;
}
.cards-dark .card__button{
  text-align:left; width:auto;
}
.cards-dark .card:hover .card__button > span span:after{
  margin-left:10px;
}
.card__button a,
.card__button a:hover,
.card__button a:focus {
  padding-right: 24px;
  position: relative;
  text-decoration: none;
}
.card__button a:after {
  content: '→';
  position: absolute;
  right: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.card:hover .card__button a:after {
  right: -4px
}
.card > a {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 767px) {
  .cards-dark{margin:0px}
  .cards-dark .card{
  box-shadow:none;
  background:none}
  .cards--two-col .card__wrapper {
    width: 50%;
  }
  .cards--three-col .card__wrapper {
    width: 50%;
  }
  .cards--four-col .card__wrapper {
    width: 50%;
  }
}

@media (min-width: 1140px) {
  .cards--three-col .card__wrapper {
    width: 33.3333333333%;
  }
  .cards--four-col .card__wrapper {
    width: 25%;
  }
}






h3.features-menu__title {
  text-align: center;
  margin-bottom: 40px;
}

ul.features-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
li.features-menu-item__wrapper {
  padding: 20px;
  text-align: center;
}
.features-menu-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.features-menu-item:hover,
.features-menu-item:focus {
  text-decoration: none;
}
.features-menu-item__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  width: 38px;
}
.features-menu-item:hover .features-menu-item__icon,
.features-menu-item:focus .features-menu-item__icon {
  border: 1px solid #029dc0;
}
.features-menu-item__icon img,
.features-menu-item__icon svg {
  height: 22px;
  width: 22px;
}
.features-menu-item__icon svg {
  color: #000000;
  fill: #000000;
}
.features-menu-item:hover .features-menu-item__icon svg,
.features-menu-item:focus .features-menu-item__icon svg {
  color: #029dc0;
  fill: #029dc0;
}
.features-menu-item__title {
  color: #000000;
  margin-left: 8px;
}
.features-menu-item:hover .features-menu-item__title,
.features-menu-item:focus .features-menu-item__title {
  color: #029dc0;
}







.footer-banner {
  border-radius:20px;
  overflow:hidden;
  display:inline-block;
  width:100%;
  padding:0 60px;
}
.footer-banner__title h2{
  color:#ffffff; font-size:60px
}
.footer-banner__content p{
  font-size:18px;
  color:#cedde6;
}

.footer-banner__cta > span{
  display:inline-block;
}

.footer-banner .footer-image{
position:relative;
}
.footer-banner .footer-image img{
width:150%; height:auto; right:-50%;top:20px; position:absolute;
  max-width:none;
}
@media (max-width: 767px) {
  .footer-banner{
   padding:0;
  }
  .footer-banner__title h2{
    font-size:36px
  }
  .footer-banner__content p{
    font-size:16px;
  }
  .footer-banner .footer-image img{
    position:static;
    margin-bottom: -30%;
    width: 100%;
    margin-top: -60px;
  }
  .footer-banner__cta a{
    display:block;
  }
}




.footer-social-proof {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.footer-social-proof__left-col {
  width: 100%;
}
.footer-social-proof__right-col {
  padding-bottom: 40px;
  width: 100%;
}
.footer-social-proof__main-content {
  padding-bottom: 20px;
}
.footer-social-proof__main-content div,
.footer-social-proof__main-content p {
  font-size: 1.33333333333rem;
}
.footer-social-proof__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.footer-social-proof__badges > a {
  text-align: center;
  width: 50%;
}
.footer-social-proof__badges > a > img {
  margin: 5px;
}
.footer-social-proof .stars__wrapper {
  text-align: center;
}

@media (min-width: 767px) {
  .footer-social-proof {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-social-proof__left-col {
    padding-right: 20px;
    width: 58.3333333333%;
  }
  .footer-social-proof__right-col {
    padding: 100px 0 100px 60px;
    width: 41.6666666667%;
  }
  .footer-social-proof .stars__wrapper {
    text-align: left;
  }
}

@media (min-width: 1140px) {
  .footer-social-proof__badges > a {
    width: 25%;
  }
}






.two-col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-col--left-img,
.two-col--right-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.two-col__image, .two-col__icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.two-col__icons a{
  margin: 10px;
  text-decoration:none !important;
  display:inline-block;
  width: 120px;
  height: 120px;
  padding: 36px;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(32, 62, 73, 0.05);
  background-color: #ffffff;
}
.two-col__icons a.text-logo{
padding: 36px 20px;
color:#000000;  
vertical-align: top;
}
.two-col__icons a.text-logo > span{
  font-weight:bold;
  line-height:48px;
  font-size:.9em
}
.two-col__icons .icons{
  width:100%; text-align:center
}
.two-col__icons br{
display:none;
}

.two-col__icons a img{
max-height:48px}
.two-col__image img{margin-top:-150px;}
.two-col--left-img .two-col__image, .two-col--left-img .two-col__video {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.two-col--right-img .two-col__image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.two-col__text {
  width: 100%;
}
.two-col__text h2{
  font-size:1.66666rem;
}
.two-col__content-wrapper {
  padding: 20px;
  width: 100%;
}
.two-col__content div,
.two-col__content p {
  font-size: 1rem;
}
.two-col.dark h2{
  color:#ffffff;
}
.two-col.dark p{
  color:#bbced9;
}
.two-col.dark .card__button span:after{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg id='back'%3E%3Cpath class='st0' d='M24,12c0,0.3-0.1,0.5-0.3,0.7l-5,5c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l4.3-4.3l-4.3-4.3 c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0c0,0,0,0,0,0l5,5C23.9,11.5,24,11.8,24,12z'/%3E%3Cpath class='st0' d='M22,13H1c-0.6,0-1-0.4-1-1l0,0c0-0.6,0.4-1,1-1h21c0.6,0,1,0.4,1,1l0,0C23,12.6,22.6,13,22,13z'/%3E%3C/g%3E%3C/svg%3E");
  display
}
.two-col__form{ 
  margin-top:-200px;
  padding: 40px 40px 58px;
  border-radius: 20px;
  box-shadow: 0 10px 50px 0 rgba(32, 62, 73, 0.15);
}
.two-col__video{
  border-radius: 20px;
  box-shadow: 0 10px 50px 0 rgba(32, 62, 73, 0.15);
  overflow:hidden;
  margin-top:-200px;
}
.two-col-video{
  justify-content: space-between;
}

.two-col-video .two-col__text{
  margin-top:-50px;
  width:45%;
}
@media (min-width: 767px) {
  .two-col--left-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .two-col--right-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .two-col__image, .two-col__icons {
    width: 60%;
  }
  .two-col-form .two-col__form, .two-col-form .two-col__text, .two-col-video .two-col__video{
    width:50%;
  }
  .two-col__icons a:nth-child(3) + br{
    display:inline-block;
  }
  .two-col__text {
    width: 40%;
  }
  .two-col--left-img .two-col__text {
  /*  padding-right: calc( (100vw - 1200px) / 2); *//* Calculate space from right, uses content width */
  }
  .two-col--right-img .two-col__text {
  /*  padding-left: calc( (100vw - 1200px) / 2); */ /* Calculate space from left, uses content width */
  }
}
@media (max-width: 767px) {
  .two-col__image{
    width: calc(100vw);
    margin-left: -20px;
    margin-right: -20px;
  }
  .two-col-form .two-col__form, .two-col-form .two-col__text, .two-col-video .two-col__text, .two-col-video .two-col__video{
    width: calc(100vw);
  }
  .two-col__form, .two-col__video{
    width: calc(100vw - 40px);
    margin:20px 15px 0;
    padding: 20px 20px 38px;
    border-radius: 20px;
    box-shadow: 0 10px 50px 0 rgba(32, 62, 73, 0.15);
  }
  .two-col__image img{
    margin-top:10px;
  }
  .two-col__icons{
    margin-top:20px;
  }
  .two-col__icons a{
    margin: 5px;
    width: 98px;
    height: 98px;
    padding: 28px;
  }
}





/* General */
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}
.dropdown-toggle {
  display: none;
}

/* Top Level Navigation */
.submenu.level-1 {
  display: inline-block;
}
.submenu.level-1 > li {
  display: inline-block;
}
.submenu.level-1 > li > a {
  color: #000000;
  display: block;
  font-size: 0.83333333333rem;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 30px;
  padding: 26px 6px;
  position: relative;
}
.submenu.level-1 > li:hover > a {
  color: #ff6600;
}
.submenu.level-1 > li > a:before {
  background: #000000;
  border-radius: 0px;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 80%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 80%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  visibility: hidden;
  z-index: 0;
}
.submenu.level-1 > li:hover > a:before {
  left: 0;
  opacity: 1;
  right: 0;
  visibility: visible;
}
.submenu.level-1 > li:last-of-type > a {
  margin-right: 0;
}

/* Dropdown */
.dropdown {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
          box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
  height: 0; /* Hides the menu in an accessible way (display/visibility prevent keyboard navigation) */
  left: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;  /* Hides the menu in an accessible way (display/visibility prevent keyboard navigation) */
  position: absolute;
  -webkit-transform: scale(1,.8);
      -ms-transform: scale(1,.8);
          transform: scale(1,.8);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  width: 0; /* Hides the menu in an accessible way (display/visibility prevent keyboard navigation) */
  z-index: -1000; /* Hides the menu in an accessible way (display/visibility prevent keyboard navigation) */
}
.submenu.level-1 > li.has-submenu:hover .dropdown,
.submenu.level-1 > li.has-submenu.focus .dropdown {
  height: auto;
  padding: 50px 0;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1,1);
      -ms-transform: scale(1,1);
          transform: scale(1,1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  visibility: visible;
  width: 100%;
  z-index: 10001;
}
.dropdown__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
}
.submenu.level-1 > li.has-submenu:hover .dropdown__content,
.submenu.level-1 > li.has-submenu.focus .dropdown__content {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.dropdown__section--12-col {
  width: 100%;
}
.dropdown__section--8-col {
  width: 66.6666666667%;
}
.dropdown__section--4-col {
  width: 33.3333333333%;
}
.dropdown__section span[role="heading"] {
  color: #8A9FAB;
  display: block;
  font-size: .72222222222rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.4;
  margin-bottom: 24px;
}

/* Dropdown Navigation */
.submenu.level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dropdown__section--one-col li {
  width: 100%;
}
.dropdown__section--two-col li {
  width: 50%;
}
.dropdown__section--three-col li {
  width: 33.3333333333%;
}

.submenu.level-2 a.menu-link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
}
.submenu.level-2 a.menu-link.menu-link--has-description {
  margin-bottom: 24px;
  min-height: 60px;
}
.submenu.level-2 a.menu-link .menu-link__title {
  color: #000000;
}
.submenu.level-2 a.menu-link:hover .menu-link__title {
  color: #029dc0;
}
.submenu.level-2 a.menu-link .menu-link__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}
.submenu.level-2 a.menu-link:hover .menu-link__icon {
  border: 1px solid #029dc0;
}
.submenu.level-2 a.menu-link .menu-link__icon.menu-link__icon-large {
  height: 38px;
  width: 38px;
}
.submenu.level-2 a.menu-link .menu-link__icon.menu-link__icon-large img,
.submenu.level-2 a.menu-link .menu-link__icon.menu-link__icon-large svg {
  height: 22px;
  width: 22px;
}
.submenu.level-2 a.menu-link .menu-link__icon.menu-link__icon-small {
  height: 20px;
  width: 20px;
}
.submenu.level-2 a.menu-link .menu-link__icon.menu-link__icon-small img,
.submenu.level-2 a.menu-link .menu-link__icon.menu-link__icon-small svg {
  height: 12px;
  width: 12px;
}
.submenu.level-2 a.menu-link .menu-link__icon svg {
  fill: #000000;
  color: #000000;
}
.submenu.level-2 a.menu-link:hover .menu-link__icon svg {
  fill: #029dc0;
  color: #029dc0;
}
.submenu.level-2 a.menu-link .menu-link__tag {
  background-color: #40b6d0;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.61111111111rem;
  margin-left: 4px;
  padding: 2px 4px;
  position: relative;
  top: -2px;
}
.submenu.level-2 a.menu-link .menu-link__content {
  margin-left: 8px;
}
.submenu.level-2 a.menu-link .menu-link__description {
  color: #000000;
  display: block;
  font-size: 0.72222222222rem;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 24px;
}
.submenu.level-2 a.menu-link:hover .menu-link__description {
  color: #000000;
}
.submenu.level-2 a.menu-link.menu-link__underline .menu-link__description {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 24px;
}






.hero-banner {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 180%;
  position: relative;
  min-height:700px;
}
.hero-banner:after {
  background-color: #ffffff;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hero-banner.big-hero{overflow:hidden;}
.hero-banner__content-wrapper {
  padding-bottom: 100px;
  padding-top: 100px;
}
.hero-banner__main {
  max-width: 550px;
  text-align: center;
  width: 100%;
}

.hero-banner__title .dynamic-text:after {
  -webkit-animation: blink-animation 1s steps(5,start) infinite;
          animation: blink-animation 1s steps(5,start) infinite;
  color: #000000;
  content: '|';
  font-weight: 100;
  right: -.15em;
  font-weight: 100;
}
.hero-banner__content {
  margin-bottom: 40px;
  max-width: 500px;
}
.hero-banner__content div,
.hero-banner__content p {
  font-size: 1.11111111111rem;
}
.hero-banner--large-content .hero-banner__content div,
.hero-banner--large-content .hero-banner__content p {
  font-size: 1.33333333333rem;
}
.hero-banner__cta a.cta_button {
  margin-left: 0 !important;
}
.hero-banner--white-text .hero-banner__subtitle,
.hero-banner--white-text .hero-banner__title,
.hero-banner--white-text .hero-banner__content,
.hero-banner--white-text .hero-banner__content * {
  color: #ffffff;
}

@media (min-width: 767px) {
  .hero-banner {
    background-size: cover;
  }
  .hero-banner__content-wrapper {
    padding-bottom: 100px;
    padding-top: 80px;
  }
  .hero-banner--extra-padding .hero-banner__content-wrapper {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .hero-banner:after {
    height: 80px;
  }
  .hero-banner__main {
    text-align: left;
  }
  .hero-banner .hero-image{
    text-align:center;
    margin-top:-50px;
  }
}
 @media (min-width:1000px){
   .hero-banner.big-hero .hero-image img{max-width:180%; margin-top:-15%; }
  }

@media (max-width:767px){
  .hero-banner__content-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left:0px;
    padding-right:0px;
  }
  .hero-banner__content-wrapper .hero-content{
    padding:0 20px
  }
  .hero-banner__content-wrapper .hero-content p{
  font-size:1.1rem;}
  .hero-banner__content-wrapper .hero-image{
  overflow:hidden;}
  .hero-banner__content-wrapper .hero-image img{
    max-width:none;
    width:140%;
    margin-bottom:-15%;
  }
}




.parallax-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
.parallax-image__overlay {
  background: -o-linear-gradient(45deg, #029dc0 0%, #46bcc7 100%);
  background: linear-gradient(45deg, #029dc0 0%, #46bcc7 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 767px) {
  .parallax-image {
    background-attachment: fixed; /* Not supported on iOS */
  }
}






.quick-stats {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: rgba(5, 10, 80, 0.2) 0px 1px 6px;
          box-shadow: rgba(5, 10, 80, 0.2) 0px 1px 6px;
  padding: 30px;
}
h3.quick-stats__title {
  margin-bottom: 24px;
}
.quick-stats__stat {
  margin-bottom: 24px;
}
h4.quick-stats__stat-title {
  font-size: 0.83333333333rem;
  margin-bottom: 4px;
}
.quick-stats__stat-details div,
.quick-stats__stat-details p {
  color: #8a9fab;
  font-size: 0.88888888888rem;
}






.quotation {
  width: 100%;
}
.quotation__company-logo img {
  display: block;
  margin: 0 auto 32px auto;
  max-width: 100%;
}
blockquote.quotation__quote {
  border: 0;
  color: #000000;
  margin: 0;
  padding: 0;
}
.quotation--centered blockquote.quotation__quote {
  text-align: center;
}
.quotation--left-aligned blockquote.quotation__quote {
  text-align: center;
}
.quotation__quote > div {
  margin-bottom: 40px;
}
.quotation--large .quotation__quote > div,
.quotation--large .quotation__quote > div div,
.quotation--large .quotation__quote > div p {
  font-size: 1.33333333333rem;
}
.quotation__quote > div * {
  color: #000000;
  line-height: 1.6;
}
.quotation--left-aligned footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation__author-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
}
.quotation--centered .quotation__author-image {
  margin: 0 auto 20px auto;
}
.quotation--large .quotation__author-image {
  height: 120px;
  width: 120px;
}
.quotation--large.quotation--left-aligned .quotation__author-image {
  height: 80px;
  width: 80px;
}
.quotation--left-aligned .quotation__author-details {
  padding-left: 20px;
  text-align: left;
}
.quotation__author-details span {
  color: #000000;
  display: block;
  font-size: 0.83333333333rem;
}
.quotation--centered .quotation__author-details span {
  text-align: center;
}
.quotation--large .quotation__author-details span:first-of-type {
  font-size: 1rem;
}
.quotation__quote cite {
  font-style: normal;
}

@media (min-width: 767px) {
  .quotation--left-aligned blockquote.quotation__quote {
    padding-left: 30px;
    position: relative;
    text-align: left;
  }
  .quotation--left-aligned blockquote.quotation__quote:before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23029dc0' width='20px' height='20px' viewBox='0 0 475.082 475.081' style='enable-background:new 0 0 475.082 475.081;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M164.45,219.27h-63.954c-7.614,0-14.087-2.664-19.417-7.994c-5.327-5.33-7.994-11.801-7.994-19.417v-9.132 c0-20.177,7.139-37.401,21.416-51.678c14.276-14.272,31.503-21.411,51.678-21.411h18.271c4.948,0,9.229-1.809,12.847-5.424 c3.616-3.617,5.424-7.898,5.424-12.847V54.819c0-4.948-1.809-9.233-5.424-12.85c-3.617-3.612-7.898-5.424-12.847-5.424h-18.271 c-19.797,0-38.684,3.858-56.673,11.563c-17.987,7.71-33.545,18.132-46.68,31.267c-13.134,13.129-23.553,28.688-31.262,46.677 C3.855,144.039,0,162.931,0,182.726v200.991c0,15.235,5.327,28.171,15.986,38.834c10.66,10.657,23.606,15.985,38.832,15.985 h109.639c15.225,0,28.167-5.328,38.828-15.985c10.657-10.663,15.987-23.599,15.987-38.834V274.088 c0-15.232-5.33-28.168-15.994-38.832C192.622,224.6,179.675,219.27,164.45,219.27z'/%3E%3Cpath d='M459.103,235.256c-10.656-10.656-23.599-15.986-38.828-15.986h-63.953c-7.61,0-14.089-2.664-19.41-7.994 c-5.332-5.33-7.994-11.801-7.994-19.417v-9.132c0-20.177,7.139-37.401,21.409-51.678c14.271-14.272,31.497-21.411,51.682-21.411 h18.267c4.949,0,9.233-1.809,12.848-5.424c3.613-3.617,5.428-7.898,5.428-12.847V54.819c0-4.948-1.814-9.233-5.428-12.85 c-3.614-3.612-7.898-5.424-12.848-5.424h-18.267c-19.808,0-38.691,3.858-56.685,11.563c-17.984,7.71-33.537,18.132-46.672,31.267 c-13.135,13.129-23.559,28.688-31.265,46.677c-7.707,17.987-11.567,36.879-11.567,56.674v200.991 c0,15.235,5.332,28.171,15.988,38.834c10.657,10.657,23.6,15.985,38.828,15.985h109.633c15.229,0,28.171-5.328,38.827-15.985 c10.664-10.663,15.985-23.599,15.985-38.834V274.088C475.082,258.855,469.76,245.92,459.103,235.256z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    left: 0;
    top: 8px;
    position: absolute;
  }
  .quotation--left-aligned footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}












.social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-links__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  width: 46px;
}
.social-links__icon {}
.social-links__icon svg {
  color: #8a9fab;
  fill: #8a9fab;
  height: 34px;
  margin: 8px;
  max-width: 46px;
  min-width: 34px;
  width: auto;
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  color: #029dc0;
  fill: #029dc0;
}






.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.stat__wrapper--1-col { width: 100%; }
.stat__wrapper--2-col { width: 100%; }
.stat__wrapper--3-col { width: 100%; }
.stat__wrapper--4-col { width: 100%; }
.stat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
}
h2.stat__title {
  margin-bottom: 0;
}
h2.stat__title--large {
  font-size: 5.33333333333rem;
  line-height: 1;
}

@media (min-width: 767px) {
  .stat__wrapper--2-col { width: 50%; }
  .stat__wrapper--3-col { width: 33.3333333333%; }
  .stat__wrapper--4-col { width: 50%; }
}

@media (min-width: 1140px) {
  .stat__wrapper--4-col { width: 25%; }
}







.testimonial-slider {
  background-color: #ffffff;
  padding: 40px 40px 58px;
  border-radius: 20px;
  box-shadow: 0 10px 50px 0 rgba(32, 62, 73, 0.15);
}
.testimonial-slider .flickity-page-dots{
left:0px;}
.testimonial {
  padding: 40px 20px;
  width: 100%;
}
.testimonial__company-logo img {
  display: block;
  margin: 0 auto 32px auto;
  max-width: 100%;
}
blockquote.testimonial__quote {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.testimonial__quote > div {
  margin-bottom: 40px;
}
.testimonial__quote > div * {
  color: #000000;
  line-height: 1.6;
}
.testimonial__author-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 80px;
  margin: 0 auto 20px auto;
  width: 80px;
}
.testimonial__quote {
  color: #000000;
}
.testimonial__quote span {
  display: block;
}
.testimonial__quote cite {
  font-style: normal;
}

@media (min-width: 767px) {
  .testimonial {
    padding: 40px 110px;
  }
}







.timeline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.timeline-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  padding: 30px 20px;
  position: relative;
}
.timeline-item__content {
  text-align: center;
  width: 100%;
}
.timeline-item__content p,
.timeline-item__content div {
  font-size: 0.83333333333rem;
  line-height: 1.6;
}
.timeline-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 160px;
  margin-bottom: 40px;
  position: relative;
  width: 160px;
}
.timeline-item__image:after {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #029dc0;
          box-shadow: 0 0 0 4px #029dc0;
  content: '';
  height: 170px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 170px;
}
.timeline-item__top-line,
.timeline-item__bottom-line {
  background-color: #029dc0;
  border-radius: 1px;
  display: none;
  height: 40px;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  width: 4px;
}
.timeline-item__top-line {
  top: 0;
}
.timeline-item__bottom-line {
  bottom: 0;
}

@media (min-width: 767px) {
  .timeline-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timeline-item--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    
  }
  .timeline-item--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    
  }
  .timeline-item__content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%;
    text-align:left;
  }
  .timeline-item--left .timeline-item__content {
    padding-right: 130px;
    text-align:right;
  }
  .timeline-item--right .timeline-item__content {
    padding-left: 130px;
  }
  .timeline-item__image {
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .timeline-item__top-line,
  .timeline-item__bottom-line {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}






.video-hero-banner {
  height: 100%;
  min-height: calc( 100vh - 54px ); /* Header Height */
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-hero-banner__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-hero-banner__video video {
  background-color: transparent;
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
.video-hero-banner__overlay {
  background-color: #000000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-hero__content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: calc( 100vh - 54px ); /* Header Height */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
/* Fix for min-height on IE11 */
.video-hero__content-wrapper:after {
  content: '';
  height: calc( 100vh - 54px ); /* Header Height */
  visibility: hidden;
}
.video-hero__content {
  max-width: 740px;
}
.video-hero__content * {
  color: #ffffff;
}
.video-hero__content h1 {
  font-size: 3.11111111111rem;
}

@media (min-width: 1140px) {
  .video-hero-banner {
    min-height: calc( 100vh - 113px ); /* Header Height */
  }
  .video-hero__content-wrapper {
    min-height: calc( 100vh - 113px ); /* Header Height */
  }
  /* Fix for min-height on IE11 */
  .video-hero__content-wrapper:after {
    height: calc( 100vh - 113px ); /* Header Height */
  }
}




.trustedby{text-align:center}
.trustedby img{
  max-height:60px;
  padding:15px;
}
.trustedby img:not(:last-child){
  margin-right:15px
}




.reviews-list{display:inline-block;}
.reviews-list .single-review{
display:inline-block;
width:100%;
margin:15px 0;  
}
@media (min-width: 767px) {
  .reviews-list { 
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    margin-left: -10px; /* Adjustment for the gutter */
    width: 100%;
    height:100vh;
    overflow-x:scroll
  }

  .reviews-list .single-review {
    min-width: 150px;
    margin: 10px; /* Some gutter */
    width:calc(60% - 20px)
  }
}
@media (min-width: 1100px) {
  .reviews-list .single-review {
    min-width: 150px;
    margin: 10px; /* Some gutter */
    width:calc(35% - 20px)
  }
}
@media (min-width: 1400px) {
  .reviews-list .single-review {
    min-width: 150px;
    margin: 10px; /* Some gutter */
    width:calc(30% - 20px)
  }
}
.single-review .company-logo img{
  max-height:70px;
} 




.badges-list{
  text-align:center
}
.badges-list img{
  height:100px; margin:5px;
  filter:grayscale(1);
}
.badges-list img.active{
  filter:none;
}





.resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.resource__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin:15px;
}
.resource {
  padding: 20px 20px 50px;
  border-radius: 20px;
  box-shadow: 0 10px 50px 0 rgba(32, 62, 73, 0.15);
  background-color: #ffffff;
  width:100%;
  display:inline-block;
  position:relative;
  min-height:350px;
}
.resource:hover {
  -webkit-box-shadow: 0 15px 50px 0 rgba(32, 62, 73, 0.15);
  box-shadow: 0 15px 50px 0 rgba(32, 62, 73, 0.15);
}
.resource__image-wrapper {
  height: 180px;
  overflow: hidden;
  width: 100%;
}
.resource__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 180px;
  position: relative;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
}
.resource:hover .resource__image {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.resource__image > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.resource__content {
  padding: 20px 0;
}
.resource__meta{
padding: 3px 8px;
  border-radius: 12px;
  border: solid 1px #a3a3a3;
  font-size:13px;
  color:#a3a3a3;
  margin-bottom:10px;
  display:inline-block;
}
h4.resource__title{
font-size:18px;
}
h4.resource__title a {
  color: #000000;
}
.resource__link {
  bottom: 0;
  padding: 30px 0;
  position: absolute;
  z-index:3;
}
.resource__link a {
  font-size: 15px;
  color:#000000
}
.resource__link a:hover {
  text-decoration: none;
  color:#000000;
}
.resource__link a:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cg id='back'%3E%3Cpath class='st0' d='M24,12c0,0.3-0.1,0.5-0.3,0.7l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4l4.3-4.3l-4.3-4.3c-0.4-0.4-0.4-1,0-1.4 s1-0.4,1.4,0l0,0l5,5C23.9,11.5,24,11.8,24,12z'/%3E%3Cpath class='st0' d='M22,13H1c-0.6,0-1-0.4-1-1l0,0c0-0.6,0.4-1,1-1h21c0.6,0,1,0.4,1,1l0,0C23,12.6,22.6,13,22,13z'/%3E%3C/g%3E%3C/svg%3E");
  display:inline-block;
  margin-left: 5px;
  transition: all 0.4s;
  width:20px; height:20px;
  content:"";
  vertical-align:sub;
}
.resource__link a:hover:after {
  margin-left: 10px;
}
.widget-header{width:100%; text-align:center; margin-bottom:60px;position:relative}

.widget-header .widget-link{
  display:block;
  font-size:15px; padding:0;
  width:100%;
  margin-top:20px;
  text-align:center;
  position:static;
  
}

.resources__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}
.resources__pagination button {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #029dc0;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  padding: 0;
  text-align: center;
  margin: 5px;
  width: 50px;
}
.resources__pagination button:active,
.resources__pagination button:focus,
.resources__pagination button:hover {
  background-color: #029dc0;
  color: #ffffff;
}
.resources__pagination button.jplist-selected {
  background-color: #029dc0;
  color: #ffffff;
}

@media (min-width: 767px) {
  .resources .resource__wrapper{
     width: calc(33% - 30px);
  }
  .resources:not('.full-listing') .resource__wrapper {
    width: calc(30% - 30px);
  }
  .resources:not('.full-listing') .resource__wrapper:nth-child(2) {
    width: calc(40% - 30px)
  }
  .widget-header .widget-link{
    position:absolute;
    left: calc(100% - 100px);
    bottom:auto;
    top:10px;
    width:auto;
  margin-top:0px;
  }
}





.tabbed-content {
  position: relative;
  margin: 25px 0;
  overflow: hidden;
  font-family: arial, "sans-serif";
  color: #525252;
}
.cards-navigation{
  display:inline-block;
  width:100%;
  text-align:center;
  margin:bottom:80px;
}
.tabs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  float: none;
  line-height: normal;
  display:table;
  border-radius:4px;
  border: solid 1px #000000;
  
}

.tab-link {
  font-size: 15px;
  color: #000000;
  display: table-cell;
  padding: 8px 20px;
  background: transparent;
  cursor: pointer;
  transition:.2s all ease-in-out;
  vertical-align:middle;
}
.tab-link:not(:last-of-type){
  border-right: solid 1px #000000;
}
.tab-link.current {
  background: #000000;
  color: #ffffff;
}

.tabs-wrapper {
  display:flex;
  width:100%;
  padding:40px;
  flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  
}

.tab-content {
  display: none;
  padding: 20px;
  margin: 0;
  float: left;
  border-radius: 0 10px 10px 10px;
  min-height: 231px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -moz-box-sizing: border-box;
  min-height:500px;
  overflow-x:scroll;
  
}
.tab-content.current {
  display: inherit;
}

.tab-content .card{
  padding: 40px 40px 58px;
  border-radius: 20px;
  box-shadow: 0 10px 50px 0 rgba(32, 62, 73, 0.15);
  background-color: #ffffff;
  color: #000000;
  width:400px;
  min-width:400px;
  max-height:400px;
  
  
}
.tab-content .card.intro-card{
  width:500px;
  min-width:500px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cg id='back'%3E%3Cpath class='st0' d='M24,12c0,0.3-0.1,0.5-0.3,0.7l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4l4.3-4.3l-4.3-4.3c-0.4-0.4-0.4-1,0-1.4 s1-0.4,1.4,0l0,0l5,5C23.9,11.5,24,11.8,24,12z'/%3E%3Cpath class='st0' d='M22,13H1c-0.6,0-1-0.4-1-1l0,0c0-0.6,0.4-1,1-1h21c0.6,0,1,0.4,1,1l0,0C23,12.6,22.6,13,22,13z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 64px auto;
  background-position:40px 89%;
  background-repeat:no-repeat;
}
.tab-content .card h3{
  font-size:30px;
}
.tab-content .card > a, .tab-content .card > div{
  text-decoration:none !important;
  color:#000000;
  position:static;
  display:inline-block;
}
.tab-content .card .card-footer{
  width:calc(100% - 80px); 
  position:absolute; 
  bottom:40px; 
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: space-between;
}
.tab-content .card .card-footer span{ float:left; font-size:15px;}
.tab-content .card .card-footer img{float:right; max-height:100px; width: auto;}
@media  (max-width: 767px) {
  .cards-navigation{
    padding:10px; 20px;
  }
  .tabs {
    width: 100%;
    float: none;
  }

  .tab-link {
    margin-right: 0px;
    margin-bottom: 0;
    width:33.3%
  }

  .tabs-wrapper {
    width: 100%;
    padding:15px;
  }

  .tab-content {
    min-height: 0;
    padding:0px;
  }
  .tab-content .card, .tab-content .card.intro-card{
    margin: 20px 10px;
    width:calc(100vw - 20px);
    min-width:300px;
    box-shadow: 0 5px 25px 0 rgb(32 62 73 / 15%);
    min-height:400px;
  }
  .tab-content .card h3{
    font-size:24px;
  }
  .tab-content .card p{
    font-size:18px;
  }
  .tab-content .card .card-footer img{
    max-height:50px;
  }
}





.qt_button, .body-container--demo form input[type="submit"]{
  margin: 32px 26px 0 0;
  padding: 12px 20px 12px 32px;
  border-radius: 26px;
  border: solid 1px #ff6600;
  background-color: #ffffff;
  color:#ff6600;
  font-size:18px;
  transition:all .2s ease-in-out;
  text-decoration:none !important;
}
.body-container--demo form input[type="submit"]{
 background-color:#ff6600;
  padding: 12px 20px;
  color:#ffffff;
  transition:background-color .2s ease-in-out;
}
.qt_button span:after, .qt_button.negative:hover span:after{
  display:inline-block;
  height:24px;
  width:24px;
  margin-left:10px;
  content:"";
  vertical-align:middle;
  transition:all .2s ease-in-out;
}
.qt_button span.arrow:after, .qt_button.negative:hover span.arrow:after{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ff6600;%7D%0A%3C/style%3E%3Cg id='back'%3E%3Cpath class='st0' d='M24,12c0,0.3-0.1,0.5-0.3,0.7l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4l4.3-4.3l-4.3-4.3c-0.4-0.4-0.4-1,0-1.4 s1-0.4,1.4,0l0,0l5,5C23.9,11.5,24,11.8,24,12z'/%3E%3Cpath class='st0' d='M22,13H1c-0.6,0-1-0.4-1-1l0,0c0-0.6,0.4-1,1-1h21c0.6,0,1,0.4,1,1l0,0C23,12.6,22.6,13,22,13z'/%3E%3C/g%3E%3C/svg%3E");
  
}
.qt_button:hover span.arrow:after,.qt_button.clear span.arrow:after, .qt_button.negative span.arrow:after{
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg id='back'%3E%3Cpath class='st0' d='M24,12c0,0.3-0.1,0.5-0.3,0.7l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4l4.3-4.3l-4.3-4.3c-0.4-0.4-0.4-1,0-1.4 s1-0.4,1.4,0l0,0l5,5C23.9,11.5,24,11.8,24,12z'/%3E%3Cpath class='st0' d='M22,13H1c-0.6,0-1-0.4-1-1l0,0c0-0.6,0.4-1,1-1h21c0.6,0,1,0.4,1,1l0,0C23,12.6,22.6,13,22,13z'/%3E%3C/g%3E%3C/svg%3E");
}
.qt_button span.play:after, .qt_button.negative:hover span.play:after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff6600;%7D%3C/style%3E%3C/defs%3E%3Cg id='views'%3E%3Cpath class='cls-1' d='M6,20a1,1,0,0,1-1-1V4.9991a1,1,0,0,1,1.5039-.8643l12,7a1.0009,1.0009,0,0,1,0,1.7286l-12,7A1.008,1.008,0,0,1,6,20ZM7,6.74V17.2586L16.0156,12Z'/%3E%3C/g%3E%3C/svg%3E");
}
.qt_button:hover span.play:after, .qt_button.negative span.play:after{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg id='views'%3E%3Cpath class='cls-1' d='M6,20a1,1,0,0,1-1-1V4.9991a1,1,0,0,1,1.5039-.8643l12,7a1.0009,1.0009,0,0,1,0,1.7286l-12,7A1.008,1.008,0,0,1,6,20ZM7,6.74V17.2586L16.0156,12Z'/%3E%3C/g%3E%3C/svg%3E");
}
.qt_button.negative{
  background-color: #ff6600 !important;
  color:#ffffff;
}
.qt_button.outline{
  background-color: transparent !important;
  color:#ff6600;
  border: solid 1px #ff6600;
}
.qt_button.outline.negative{
  border: 1px solid #ffffff;
  color:#ffffff;
}
.qt_button.outline.negative:hover{
  color: #ff6600;
  background-color:#ffffff !important;
}
.qt_button.sm{
font-size:15px;
padding:8px 20px;
}
.qt_button.sm span:after{
  height: 20px;
  width: 18px;
  margin-left: 4px;
}
.qt_button.sm.clear{
  padding:0px;
  background-color:transparent;
  color: #ffffff;
  border:none;
}
.qt_button.sm.clear:hover{
padding:0px;
border:none;
  background-color:transparent;
}
.qt_button.sm.clear span:after{
color:#ffffff;
}
.qt_button.sm.clear:hover span:after{
margin-left:10px;}
.qt_button:hover{
  background-color: #ff6600;
  color:#ffffff;
  border-color:#ffffff;
}
.qt_button.outline:hover{
    background-color: #ff6600 !important;
    color: #fff;
    border-color: #ff6600;
}
.qt_button.negative:hover{
  background-color: #ffffff !important;
  color:#ff6600 !important;
}
@media (max-width: 500px) {
  .qt_button{
    margin: 15px 5px 0 0;
    padding: 6px 10px 6px 16px;
    border-radius: 26px;
    font-size:15px;
  }
  .qt_button span:after, .qt_button.negative:hover span:after{
  height:14px;
  width:12px;}
}





 .modal {
	 position: fixed;
	 width: 100vw;
	 height: 100vh;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.3s ease;
	 top: 0;
	 left: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
   z-index:100000;
}
 .modal.open {
	 visibility: visible;
	 opacity: 1;
	 transition-delay: 0s;
}
 .modal-bg {
	 position: absolute;
	 background: #000000;
   opacity: .5;
	 width: 100%;
	 height: 100%;
}
 .modal-container {
	 border-radius: 24px;
	 background: #fff;
	 position: relative;
	 padding: 20px;
   max-width:800px;
}
 .modal-close {
	 position: absolute;
	 right: 15px;
	 top: 15px;
	 outline: none;
	 appearance: none;
	 color: #000000;
	 background: none;
	 border: 0px;
	 font-weight: bold;
	 cursor: pointer;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.iframe-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}






.pricing-calculator{
  display:flex;
  flex-flow: column wrap;
  align-content: flex-start;
  flex-direction: row;
  column-gap: 20px;
  align-items:center;
  
}
.pricing-toggle-mobile{display:none}
.pricing-calculator .pricing-toggle{
  width:100%;
  display:flex;
  flex-flow: column wrap;
  align-content: flex-start;
  flex-direction: row;
  padding:30px 0;
  align-items: center;
}
.pricing-calculator .pricing-toggle .toggle-monthly,.pricing-calculator .pricing-toggle .toggle-yearly{
width:45%
}

.pricing-calculator .pricing-toggle .toggle-monthly{text-align:right; width:42%}
.pricing-calculator .pricing-toggle .toggle-yearly{text-align:left;}
.pricing-calculator .pricing-toggle .toggle-container{
  width:10%;
  text-align:center;
}
.pricing-calculator .pricing-toggle .toggle-yearly{
  margin-right:-15%
}
.pricing-calculator .pricing-toggle .toggle-yearly .yearly{
  height:34px;
}
.pricing-calculator .pricing-toggle .toggle-yearly.active .yearly{
  background-color:#00BED4;
}
.pricing-calculator .pricing-toggle .toggle-yearly .yearly,.pricing-calculator .pricing-final .swaps-holder .swaps{
  display:inline-block;
  padding:2px 10px;
  border-radius:20px;
  background-color:#5C7D8E;
  color:#ffffff;
}
.pricing-calculator .pricing-toggle .toggle-yearly .yearly i{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eicon/check%3c/title%3e%3cg id='pricing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Pricing' transform='translate(-882.000000, -575.000000)' fill='%23FFFFFF'%3e%3cg id='price_slider' transform='translate(120.000000, 560.000000)'%3e%3cg id='tag/data_source' transform='translate(749.000000, 4.000000)'%3e%3cg id='Group' transform='translate(8.000000, 4.000000)'%3e%3cg id='check' transform='translate(4.000000, 7.000000)'%3e%3cpath d='M6,10 C5.73419702,10.0015368 5.47871883,9.89718651 5.29,9.71 L1.29,5.71 C0.897877838,5.32063925 0.895639266,4.68712218 1.28500001,4.29500001 C1.67436076,3.90287784 2.30787783,3.90063926 2.7,4.29 L6,7.59 L13.29,0.3 C13.6867603,-0.0397767959 14.2781942,-0.0169322697 14.6475632,0.352436779 C15.0169323,0.721805828 15.0397768,1.31323972 14.7,1.71 L6.7,9.71 C6.51373936,9.89474416 6.26233988,9.99889538 6,10 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-calculator .pricing-final .swaps-holder .swaps{
  background-color:#5C7D8E;
}
.pricing-calculator .pricing-sliders > div .manual .plus50{
  display:none;
}
.pricing-calculator .pricing-toggle .toggle-yearly .yearly > span.yearly-saving, .pricing-calculator .pricing-final .swaps-holder .swaps{
font-weight:bold;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.pricing-calculator .pricing-sliders{
  align-self:flex-start;
  width:calc(73% - 20px);
  padding:50px;
  -webkit-box-shadow: 0 10px 50px 0 rgb(32 62 73 / 15%);
          box-shadow: 0 10px 50px 0 rgb(32 62 73 / 15%);
}
.pricing-calculator .pricing-sliders > div{
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-content: center;
  align-items: center;
}
.pricing-calculator .pricing-sliders > div .question{
  width:100%;
}
.pricing-calculator .pricing-sliders > div .range{
  width:88%;
  height:50px;
}
.pricing-calculator .pricing-sliders > div .manual{
  width:12%;
  height:50px;
  text-align:right;
}
.pricing-calculator .pricing-sliders > div .manual input, .pricing-calculator .pricing-sliders > div .manual .plus50{
  font-size:1.6rem;
  text-align:center;
  font-weight:700;
  width:90%;
  color:#000000;
  line-height:1rem;
  padding:0px;
  line-height:50px;
  display:inline-block;
}
.pricing-calculator .pricing-sliders > div .manual input::-webkit-outer-spin-button,
.pricing-calculator .pricing-sliders > div .manual input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pricing-calculator .pricing-sliders > div .manual input[type=number] {
  -moz-appearance: textfield;
  color: #000000;
  background-color:transparent;
}
.pricing-calculator .pricing-final{
  width:calc(27% - 30px);
}
.pricing-calculator .pricing-final .final-price{
  font-size:3.6rem;
  color:#000000;
  font-weight:900;
  width: 100%;
  display:inline-block;
  
}
.pricing-calculator .pricing-final .swaps-holder{
  padding:15px 0;
}
@media (max-width: 1000px) {  
  .pricing-calculator .pricing-final .final-price{
    font-size:3rem;
  }
  .pricing-calculator .pricing-sliders > div .range{
    width:70%;
  }
  .pricing-calculator .pricing-sliders > div .manual{
    width:30%;
    text-align:right;
  }
}
@media (max-width: 767px) {
  .pricing-calculator .pricing-toggle, .pricing-calculator .pricing-final{display:none;}
  .pricing-toggle-mobile{
    width:100%;
    display:flex;
    flex-flow: column wrap;
    align-content: flex-start;
    flex-direction: row;
    column-gap: 0px;
    align-items:stretch;
    margin:20px 10px;
    border-radius:20px;
    border:1px solid #1F3E49;
    
  }
  
  .pricing-toggle-mobile > div{
    width:50%;
    padding:15px;
    color: #1F3E49;
  }
  .pricing-toggle-mobile > div.cta-holder{
    width: 100%;
    border-top: 1px solid #1F3E49;
    text-align:center;
  }
  .pricing-toggle-mobile > div h5{
    font-weight:bold;
    color: #1F3E49;
    position:relative;
    line-height:1em;
  }
  .pricing-toggle-mobile > div h5 > span.plan-period{
    display:inline-block;
    width:100%;
    font-size:0.6em;
    font-weight:500;
  }
  .pricing-toggle-mobile > div h5 .badge{
    display:inline-block;
    padding:2px 10px;
    border-radius:12px;
    background-color:#BAF3F9;
    position:absolute;
    top:-30px;
    right:-30px;
    font-size:0.8em;
  }
  .pricing-toggle-mobile > div h6{
    color: #1F3E49;
  }
  .pricing-toggle-mobile > div h6 span{
    font-weight:bold;
    display:inline-block;
    width:100%;
    font-size:1.8rem;
    color:#00BED4;
  }
  .pricing-toggle-mobile > div .yearly-holder{
    font-size:.8em;
  }
  .pricing-toggle-mobile > div .yearly-holder span.yearly-saving{
  font-weight:bold}
  .pricing-toggle-mobile > div h5 span{
  font-size:.9em}
  .pricing-toggle-mobile > div.toggle-header{
    width:100%;
    text-align:center;
    font-weight:bold;
    border-bottom: 1px solid #1F3E49;
  }
  .pricing-toggle-mobile > div.toggle-monthly-plan{
    border-right: 1px solid #1F3E49;
  }
  
  .pricing-calculator .pricing-sliders{
    width:100%;
    padding:20px 15px;
    margin:5px;
  }
  .pricing-calculator .pricing-sliders > div .range{
    width:76%;
  }
  .pricing-calculator .pricing-sliders > div .manual{
    width:24%;
    text-align:right;
  }
  .pricing-calculator .pricing-sliders > div .manual input, .pricing-calculator .pricing-sliders > div .manual span.plus50{
    font-size:1.4em
  }
}
/* ====
Range Slider
================*/
.rangeslider,
.rangeslider__fill {
    display:block;
    border-radius:20px;
}

.rangeslider {
	position:relative;
    margin: 10px auto;
}
.rangeslider:after{
    top:50%;
    left:0;
    right:0;
    content:'';
    width:100%;
    height:8px;
    margin-top:-2.5px;
    border-radius:5px;
    position:absolute;
    background:#CEDDE6;
}

.rangeslider--horizontal{
    width:100%;
    height:28px;
}

.rangeslider--disabled{
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity:0.4;
}

.rangeslider__fill{
    position:absolute;
    background:#000000;
}
.rangeslider--horizontal .rangeslider__fill{
    top:0;
    height:100%;
}
.rangeslider--vertical .rangeslider__fill{
    bottom:0;
    width:100%;
}

.rangeslider__handle{
    top:50%;
    width:28px;
    height:28px;
    cursor:pointer;
    margin-top:-12px;
    background:white;
    position:absolute;
    background:#000000;
    border: 3px solid #fff;
    border-radius:50% !important;
    display:inline-block;
}
.rangeslider__handle:active{
    background:#1F3E49;
}

.rangeslider__fill,
.rangeslider__handle{
    z-index:1;
}
.rangeslider--horizontal .rangeslider__fill{
    top:50%;
    height:8px;
    margin-top:-2.5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5C7D8E;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00BED4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1F3E49;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}





.features-module{
  display:flex;
  flex-flow: column wrap;
  align-content: flex-start;
  flex-direction: row;
  align-items:flex-start;
  gap:20px;
}
.features-module .feature{
  width: calc(20% - 30px);
}
@media (max-width: 767px) {
  .features-module .feature{
    width:100%;
  }
}





.faq-container {
  margin: 50px auto;
  padding:30px 0;
  -webkit-box-shadow: 0 10px 50px 0 rgb(32 62 73 / 15%);
          box-shadow: 0 10px 50px 0 rgb(32 62 73 / 15%);
}

.faq-container .faq-section{
  padding: 15px 70px;
}
.faq-container .accordion {
  text-align: left;
  
  font-size: 18px;
  color: #1F3E49;
  cursor: pointer;
  transition: all 0.2s linear;
  position:relative;
  background-color:none;
  padding-right:20px;
}
.faq-container .accordion span{ 
  background:
    linear-gradient(#1F3E49 0 0),
    linear-gradient(#1F3E49 0 0);
  background-position:center;
  background-size: 50% 2px,2px 50%; 
  background-repeat:no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  transition: all 0.2s linear;
  position: absolute;
  right: -10px;
  top: 7.5%;
}


.faq-container .faq-section.is-open .accordion span {
  transform:rotate(45deg);
  background-color:
    linear-gradient(#3D5A69 0 0),
    linear-gradient(#3D5A69 0 0);
}

.faq-container .faq-section:hover,
.faq-container .faq-section.is-open {
  background-color: #EDFDFF;
}

.faq-container .faq-section .accordion-content {
  
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .faq-container {
    padding:20px;
  }
  .faq-container .faq-section{
    margin-bottom:15px;
    padding: 5px 10px;
  }
  .faq-container .faq-section:last-child{
    margin-bottom:0px;
  }
}





.features-table{}
.features-table .tabs-wrapper{
  position:relative;
  flex-direction: column;
}
.features-table .features-wrapper .features-compare-titles{
  width:50%;
  display:flex;
  max-height:50px;
  padding:5px 15px;
  flex-direction: row;
  justify-content: space-evenly;
}

.features-table .features-wrapper .features-compare-titles .competitors-header{
  width:33%;
  text-align:center;
}
.features-table .features-wrapper .features-compare-titles .competitors-header img{
  max-width:60%;
  vertical-align:middle;
  margin-left:-45px;
}

.features-table .features-wrapper .features-compare-titles .competitors-header span{
  color:#000000;
  font-size:16px;
}
.features-table .features-wrapper .feature-group{
  width:100%;
  margin-bottom:20px;
}
.features-table .features-wrapper .feature-group .group-title{
  z-index: 2;
  padding:10px 0 10px 10px;
 
  display:flex;
  align-content: center;
  align-items: center;
}
.features-table .features-wrapper .feature-group .group-title h3{
  margin:0px;
  display:inline-block;
  width:50%;
  font-size:18px;
}
.features-table .features-wrapper .feature-list{
  width:100%
}
.features-table .features-wrapper .feature-list .feature-row{
  display:flex;
  width:100%;
  padding:10px;
  align-content: center;
  align-items: center;
  min-height:55px;
}
.features-table .features-wrapper .feature-list  .feature-row:nth-child(odd){
  background-color:#F5F7F9;
}
.features-table .features-wrapper .feature-list  .feature-row >div{
  width:50%;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc > div{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width:100%;
  transition:.2s all ease-in-out;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc.expanded > div{
  max-height:100%;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc h5{
  color:#000000;
  font-weight:normal;
  margin-bottom:5px;
  font-size:18px;
 
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc h5 span{
  display:inline-block;
  cursor:pointer;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc h5 span:before{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/chevron_down%3C/title%3E%3Cg id='pricing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Pricing' transform='translate(-150.000000, -2379.000000)' fill='%23000000'%3E%3Cg id='data' transform='translate(120.000000, 2304.000000)'%3E%3Cg id='Group' transform='translate(24.000000, 66.000000)'%3E%3Cg id='chevron_down' transform='translate(6.000000, 9.000000)'%3E%3Cpath d='M5.29409163,6.71409163 L0.294091629,1.71409163 C-0.0980305431,1.32196946 -0.0980305431,0.686213802 0.294091629,0.294091629 C0.686213802,-0.0980305431 1.32196946,-0.0980305431 1.71409163,0.294091629 L6.00409163,4.58409163 L10.2940916,0.294091629 C10.6908519,-0.0456851666 11.2822858,-0.0228406404 11.6516548,0.346528409 C12.0210239,0.715897458 12.0438684,1.30733135 11.7040916,1.70409163 L6.70409163,6.70409163 C6.51946117,6.89250589 6.2678609,7.00033458 6.00409163,7.00409163 C5.73828864,7.00562839 5.48281046,6.90127814 5.29409163,6.71409163 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
  content:"";
  width:20px;
  height:28px;
  display:inline-block;
  vertical-align: bottom;
  margin-right:10px;
  transition:.2s all ease-in-out;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc.expanded h5 span, .features-table .features-wrapper .feature-list  .feature-row .feature-desc:hover h5 span{
  color: #00ADC2
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc.expanded h5 span:before, .features-table .features-wrapper .feature-list  .feature-row .feature-desc:hover h5 span:before{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/chevron_down copy%3C/title%3E%3Cg id='pricing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Pricing' transform='translate(-150.000000, -2431.000000)' fill='%2300BED4'%3E%3Cg id='data' transform='translate(120.000000, 2304.000000)'%3E%3Cg id='Group' transform='translate(24.000000, 118.000000)'%3E%3Cg id='chevron_down' transform='translate(6.000000, 9.000000)'%3E%3Cpath d='M5.29409163,6.71409163 L0.294091629,1.71409163 C-0.0980305431,1.32196946 -0.0980305431,0.686213802 0.294091629,0.294091629 C0.686213802,-0.0980305431 1.32196946,-0.0980305431 1.71409163,0.294091629 L6.00409163,4.58409163 L10.2940916,0.294091629 C10.6908519,-0.0456851666 11.2822858,-0.0228406404 11.6516548,0.346528409 C12.0210239,0.715897458 12.0438684,1.30733135 11.7040916,1.70409163 L6.70409163,6.70409163 C6.51946117,6.89250589 6.2678609,7.00033458 6.00409163,7.00409163 C5.73828864,7.00562839 5.48281046,6.90127814 5.29409163,6.71409163 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc.expanded h5 span:before{
  transform:rotate(180deg);
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc .feature-content p, .features-table .features-wrapper .feature-list  .feature-row .feature-desc .feature-content a{
  font-size:.8em;
  margin:0px;
  color:#5C7D8E;
  padding-left:31px;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-desc .feature-content a{
  color:#000000;
  font-weight:normal;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-compare{
  display:flex;
  align-items:center;
}
.features-table .features-wrapper .feature-list  .feature-row .feature-compare > div{
  width:33.3%
}
.compare-competitor .compare-mobile{
  display:none;
}
.compare-competitor .compare-value{
  text-align:center;
}
.compare-value i{
  display:inline-block;
  background-repeat:no-repeat;
  width:28px;
  height:35px;
  background-position: 0 10px;
}
.f_yes {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='28px' height='20px' viewBox='0 0 28 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/check%3C/title%3E%3Cg id='pricing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Homepage' transform='translate(-687.000000, -1471.000000)' fill='%2300BED4'%3E%3Cg id='Group' transform='translate(677.000000, 1457.000000)'%3E%3Cg id='check' transform='translate(8.000000, 14.000000)'%3E%3Cpath d='M12,20 C11.468394,20.0030735 10.9574377,19.794373 10.58,19.42 L2.58,11.42 C1.79575568,10.6412785 1.79127853,9.37424436 2.57000002,8.59000002 C3.34872151,7.80575568 4.61575565,7.80127852 5.4,8.58 L12,15.18 L26.58,0.6 C27.3735206,-0.0795535919 28.5563883,-0.0338645394 29.2951264,0.704873559 C30.0338645,1.44361166 30.0795536,2.62647945 29.4,3.42 L13.4,19.42 C13.0274787,19.7894883 12.5246798,19.9977908 12,20 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.f_no {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='32px' height='4px' viewBox='0 0 32 4' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon/check copy 27%3C/title%3E%3Cg id='pricing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Homepage' transform='translate(-1107.000000, -1584.000000)' fill='%23D1D1D1'%3E%3Cg id='icon/check-copy-27' transform='translate(1099.000000, 1562.000000)'%3E%3Crect id='Rectangle' x='8' y='22' width='32' height='4' rx='1'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 20px;
}
.f_other{
  font-size:14px;
  padding:4px 8px;
  border-radius:12px;
  background-color:#5c7d8e;
  color:#ffffff;
}

@media (max-width: 767px) {
  .features-table .features-wrapper .features-compare-titles{
    display:none;
  }
  .features-table .features-wrapper .feature-group{
    padding:10px;
  }
  
  
  .features-table .features-wrapper .feature-group .group-title{
    position: -webkit-sticky;
    position: static;
    background-color:transparent;
    display:inline-block;
    width:100%;
    margin-bottom:15px;
    padding:0;
    font-weight:bold;
   
  }
  .features-table .features-wrapper .feature-group .group-title h3{
    width:100%;
    color:#000000;
    font-size:24px;
  }
  .features-table .features-wrapper .feature-list .feature-row{
    flex-direction: column;
    background-color:transparent;
    border-bottom: 2px solid #f5f7f9;
    padding:0px;
    padding-bottom:20px;
    margin-bottom:20px;
  }
  .features-table .features-wrapper .feature-list  .feature-row:nth-child(odd){
    background-color:transparent;
  }
  .features-table .features-wrapper .feature-list  .feature-row >div{
    width:100%;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-desc span{
    display:inline-block;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-desc h5 span{
    border-bottom:none;
    cursor:normal;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-desc h5 span:before{
    display:none;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-desc > div{
    max-height: 100%;
    overflow: normal;
    padding-bottom:10px;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-desc .feature-content p, .features-table .features-wrapper .feature-list  .feature-row .feature-desc .feature-content a{
    padding-left:0;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-compare{
    display:flex;
    flex-direction:column;
    padding: 10px 20px;
    background-color: #f5f7f9;
    border-radius: 20px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-compare > div{
    width:100%;
    align-items: center;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-compare .compare-competitor{
    display:flex;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-compare .compare-competitor:not(:last-child){
    margin-bottom:10px;
  }
  .features-table .features-wrapper .feature-list  .feature-row .feature-compare .compare-competitor img{
    max-height:20px;
    vertical-align:middle;
  }
  .compare-competitor .compare-mobile{
    display:inline-block;
    width:50%;
    text-align:left;
    font-size:14px;
  }
  .compare-competitor .compare-value{
    width:50%;
    text-align:right;
  }
  .compare-competitor .compare-value i{
    vertical-align:middle;
  }
  .f_other{
    font-size:13px;
  }
}



.banner-module{
  width:100%; margin:0;
}
.banner-module .banner-icons{
  display:flex;
  align-content: center;
    align-items: center;
}
.banner-module .banner-icons .banner-icon{
  width:20%;
  text-align:center;
}
.banner-module .banner-icons .banner-icon img{
max-width:150px;
  padding:15px;
}
.banner-module .banner-text{
  padding:0 20px;
  text-align:center;
}
.banner-module .banner-icons .banner-text{
  width:60%;
  padding:0 50px;
}
@media (max-width: 767px) {
  .banner-module .banner-icons{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner-module .banner-icons .banner-icon{
    width:45%;
  }
  banner-module .banner-icons .banner-icon:first-child{
    order:1;
  }
  banner-module .banner-icons .banner-icon:last-child{
    order:2;
  }
  .banner-module .banner-icons .banner-text{
    width:100%;
    order:3;
    padding: 15px;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}



html {
	scroll-behavior: smooth;
}
.body-container--demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.body-container--left { width: 100%; }
.body-container--right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.body-container--left-content {
  float: right;
  margin-left: auto;
  max-width: 670px;
}
.body-container--right-content {
  float: left;
  margin-right: auto;
  max-width: 670px;
}
.body-container--right-content h1,
.body-container--right-content h2,
.body-container--right-content h3,
.body-container--right-content h4,
.body-container--right-content h5,
.body-container--right-content h6,
.body-container--right-content h2,
.body-container--right-content h3.form-title,
.body-container--right-content p,
.body-container--right-content label {
  color: #ffffff;
}

@media (min-width: 767px) {
  .body-container--left { width: 50%; }
  .body-container--right { width: 50%; }
}
.body-container--homepage{
background-image:url(//3482881.fs1.hubspotusercontent-na1.net/hubfs/3482881/raw_assets/public/quintly-theme/assets/header_gradient.png);
background-repeat:no-repeat;
background-position:top left;
background-size: 100% auto;  
}
.body-container--pricing{
background-image:url(//3482881.fs1.hubspotusercontent-na1.net/hubfs/3482881/raw_assets/public/quintly-theme/assets/header_gradient.png);
background-repeat:no-repeat;
background-position:top left;
background-size: 100% auto;  
}

@media (max-width: 767px) {
  .body-container--pricing h1, .body-container--pricing h2, .body-container--pricing h3, .body-container--pricing h4, .body-container--pricing p{
    text-align:left !important;
  }
  .body-container--pricing div[id*="hs_cos_wrapper_widget_"] h2{
    font-size:30px !important;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
.no-scroll {
  overflow: hidden;
}

/* Image Effects
   ========================================================================== */

/* Skew */
.skew-l {
  -webkit-transform: scale(.87) perspective(1060px) rotateY(-11deg) rotateX(2deg) rotate(1.2deg);
          transform: scale(.87) perspective(1060px) rotateY(-11deg) rotateX(2deg) rotate(1.2deg);
}
.skew-r {
	-webkit-transform: scale(.89) perspective(1080px) rotateY(11deg) rotateX(1deg) rotate(-1deg);
	        transform: scale(.89) perspective(1080px) rotateY(11deg) rotateX(1deg) rotate(-1deg);
}

/* Image Shadow */
.img-shadow {
  -webkit-box-shadow: 0 6px 40px 0px rgba(10, 50, 70, 0.12), 0 20px 60px -10px rgba(10, 50, 70, 0.08);
          box-shadow: 0 6px 40px 0px rgba(10, 50, 70, 0.12), 0 20px 60px -10px rgba(10, 50, 70, 0.08);
}

/* Image Border Radius */
.img-round img {
  border-radius: 6px;
}
.img-round {
  border-radius: 6px;
}


/* Animations
   ========================================================================== */

/* Fade Up */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-up {
  -webkit-animation: 1s ease fadeUp;
          animation: 1s ease fadeUp;
}

/* Delay */
.animation-delay-100 { -webkit-animation-delay: .1s; animation-delay: .1s; }
.animation-delay-200 { -webkit-animation-delay: .2s; animation-delay: .2s; }
.animation-delay-300 { -webkit-animation-delay: .3s; animation-delay: .3s; }
.animation-delay-400 { -webkit-animation-delay: .4s; animation-delay: .4s; }
.animation-delay-500 { -webkit-animation-delay: .5s; animation-delay: .5s; }
.animation-delay-600 { -webkit-animation-delay: .6s; animation-delay: .6s; }
.animation-delay-700 { -webkit-animation-delay: .7s; animation-delay: .7s; }
.animation-delay-800 { -webkit-animation-delay: .8s; animation-delay: .8s; }
.animation-delay-900 { -webkit-animation-delay: .9s; animation-delay: .9s; }
.animation-delay-1000 { -webkit-animation-delay: .10s; animation-delay: .10s; }
.animation-delay-1100 { -webkit-animation-delay: .11s; animation-delay: .11s; }
.animation-delay-1200 { -webkit-animation-delay: .12s; animation-delay: .12s; }
.animation-delay-1300 { -webkit-animation-delay: .13s; animation-delay: .13s; }
.animation-delay-1400 { -webkit-animation-delay: .14s; animation-delay: .14s; }
.animation-delay-1500 { -webkit-animation-delay: .15s; animation-delay: .15s; }
.animation-delay-1600 { -webkit-animation-delay: .16s; animation-delay: .16s; }
.animation-delay-1700 { -webkit-animation-delay: .17s; animation-delay: .17s; }
.animation-delay-1800 { -webkit-animation-delay: .18s; animation-delay: .18s; }
.animation-delay-1900 { -webkit-animation-delay: .19s; animation-delay: .19s; }
.animation-delay-2000 { -webkit-animation-delay: .20s; animation-delay: .20s; }


/* Responsive Queries
   ========================================================================== */

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

/* Typography
   ========================================================================== */

.subtitle {
  color: #8a9fab;
  font-size: .72222222222rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: .6px;
  text-transform: uppercase;
}