





@import url('https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css');


*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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




body {
  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.5rem;
}

strong {
  font-weight: 800;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

/* Lists */

ul li,
ol li {
  font-size: 1rem;
  line-height: 2;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* 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 State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */

button,
.button, a.hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

a.hs-button:disabled,
button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

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

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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 {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



header {
  padding: 0;
  box-shadow: 0 0 40px 0 #0000000D;
  z-index: 10;
  position: fixed;
  width: 100%;
  background: white;
  transition: 0.3s ease;
}
header button {
  padding: 10px 20px;
}

.header-logo img {
  max-width: 100px;
}

.single-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-links.active {
  position: relative;
}
.single-links.active:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: #f00039;
  border-radius: 50%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .single-links.active:after {
    bottom: unset;
    left: unset;
  }
}

.header-links .parent-link {
  display: flex;
}
.header-links .parent-link li {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #131313;
  padding: 36px 16px;
  cursor: pointer;
}
.header-links .parent-link li .parent-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}
.header-links .parent-link li .parent-dropdown.active {
  position: relative;
}
.header-links .parent-link li .parent-dropdown.active:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: #f00039;
  border-radius: 50%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .header-links .parent-link li .parent-dropdown.active:after {
    bottom: unset;
    left: unset;
  }
}
.header-links .parent-link li .parent-dropdown img {
  margin-left: 0;
  transition: 0.35s ease;
  position: absolute;
  right: -20px;
}
.header-links .parent-link li .parent-dropdown img.active {
  transform: rotate(180deg);
  transition: 0.35s ease;
}
.header-links .children {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.35s ease;
  padding-top: 46px;
  display: flex;
}
.header-links .children.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.35s ease;
}
.header-links .children .background {
  background: white;
  box-shadow: 0 0 70px 0 #0000001f;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}
.header-links .children .child-wrapper {
  width: 100%;
  background: white;
}
.header-links .children .title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #131313;
  margin-bottom: 20px;
}
.header-links .children ul {
  margin-top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 9em;
}
.header-links .children li {
  padding: 0 0 12px;
}
.header-links .children li:last-child {
  padding-bottom: 0;
}
.header-links .children .nav-links.active {
  text-decoration: underline;
}
.header-links .children .nav-links:hover {
  text-decoration: underline;
}

.header-cta ul {
  display: flex;
  align-items: center;
}
.header-cta ul a {
  color: #929292;
  margin-right: 28px;
}
.header-cta ul li:last-child a {
  margin-right: 0px;
}

.header-cta ul li:last-child a button {
  margin-bottom: 0px;
}

/*# sourceMappingURL=_header.css.map */
footer {
  background-color: white;
  padding-top: 120px;
  border-top: 1px solid #F0F0F0;
}
footer .footer-logo {
  max-width: 58px;
  margin-bottom: 48px;
}
footer .address .address-one,
footer .address .address-two,
footer .address .email,
footer .address .phone {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  margin-bottom: 20px;
}
footer .address a,
footer .address p {
  color: #6C6C6C;
}
footer .address a {
  font-family: Open Sans;
}
footer .address .email,
footer .address .phone {
  margin-bottom: 0;
}
footer .links .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #131313;
  font-family: Poppins;
}
footer .links ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #131313;
  margin-bottom: 12px;
}
footer .links a {
  color: #131313;
  font-family: Open Sans;
  text-transform: capitalize;
}
footer .loan-links ul .hidden-links {
  display: none;
}
footer .see-more {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #F00039;
  cursor: pointer;
  position: relative;
}
footer .see-more span {
  display: flex;
  align-items: center;
}
footer .see-more .see-less-text {
  position: absolute;
  top: 0;
  left: 0;
}
footer .see-more.active .see-more-text {
  opacity: 0;
  transition: 0.25 ease;
}
footer .see-more.active .see-less-text {
  opacity: 1;
  transition: 0.25 ease;
}
footer .see-more.active img {
  transform: rotate(180deg);
  transition: 0.25 ease;
}
footer .see-more .see-more-text {
  opacity: 1;
  transition: 0.25 ease;
}
footer .see-more .see-less-text {
  opacity: 0;
  transition: 0.25 ease;
}
footer .see-more img {
  margin-left: 8px;
}
footer .see-more img img {
  transform: rotate(0);
  transition: 0.25 ease;
}
footer .middle-footer{
  margin-top: 100px;
}
footer .middle-footer .statement p{
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #6C6C6C;
}
footer .bottom-footer {
  padding: 32px 0;
  margin-top: 40px;
  border-top: 1px solid #F0F0F0;
}
footer .bottom-footer .copyright-text,
footer .bottom-footer a,
footer .bottom-footer ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #6C6C6C;
}
footer .bottom-footer a {
  font-family: Open Sans;
}
footer .bottom-footer ul {
  display: flex;
  justify-content: end;
}
footer .bottom-footer ul li {
  margin-right: 20px;
}
footer .bottom-footer ul li:last-child {
  margin-right: 0;
}
footer .bottom-footer img {
  max-width: 24px;
}

/*# sourceMappingURL=_footer.css.map */
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}



/* Custom CSS */
.body-container-wrapper {
  padding-top: 96px;
}

ul {
  padding: 0;
  list-style-type: none;
}

.white {
  background: white;
}

.grey {
  background: #FCFCFC;
}

.pink {
  background: #F7F1F5;
}

.owl-dots {
  display: none;
}

.small-title {
  color: #81004C;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Open Sans";
}

.section-title {
  color: #131313;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 60px;
  font-family: Poppins;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p,
.section-title span {
  color: #131313;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-family: Poppins;
}

.section-copy {
  font-family: "Open Sans";
}

.section-copy h1,
.section-copy h2,
.section-copy h3,
.section-copy h4,
.section-copy h5,
.section-copy h6,
.section-copy p,
.section-copy span {
  font-family: "Open Sans";
}

.copy-text {
  color: #6C6C6C;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Open Sans";
}

.copy-text h1,
.copy-text h2,
.copy-text h3,
.copy-text h4,
.copy-text h5,
.copy-text h6,
.copy-text p,
.copy-text span {
  color: #6C6C6C;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-family: "Open Sans";
}

.red-button,
.white-button {
  padding: 16px 32px;
}

img {
  max-width: 100%;
}

.column .icon {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

.column .icon img {
  max-width: 30px;
  width: 30px;
  height: 30px;
}

.column .stats {
  background: #F7F1F5;
  box-shadow: unset;
}

.column .col-title {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 28px;
}

.column .col-title h1,
.column .col-title h2,
.column .col-title h3,
.column .col-title h4,
.column .col-title h5,
.column .col-title h6,
.column .col-title p,
.column .col-title span {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.column .col-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
  font-family: "Open Sans";
}

.column .col-text h1,
.column .col-text h2,
.column .col-text h3,
.column .col-text h4,
.column .col-text h5,
.column .col-text h6,
.column .col-text p,
.column .col-text span {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
  font-family: "Open Sans";
}

.how-to-apply-section .section-title {
  margin-bottom: 120px;
}

.how-to-apply-section .step {
  margin-bottom: 140px;
}

.how-to-apply-section .step-three {
  margin-bottom: 0;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  margin-bottom: 60px;
}

.step-icon span {
  font-family: Poppins;
  font-size: 20px;
  line-height: 30px;
  color: #81004C;
  font-weight: bold;
}

.step-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #131313;
  margin-bottom: 40px;
}

.step-copy {
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  font-weight: normal;
  font-family: "Open Sans";
}

.title {
  font-weight: bold;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: #131313;
  margin-bottom: 40px;
}

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy h6,
.copy p {
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  font-family: "Open Sans";
}

.image-text .row {
  align-items: center;
}

.download-app .icon {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

.download-app .icon img {
  max-width: 30px;
  width: 30px;
  height: 30px;
}

.download-app .stats {
  background: #F7F1F5;
  box-shadow: unset;
}

.download-app .col-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 28px;
}

.download-app .col-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
  margin-bottom: 60px;
}

.download-app .row .col-md-6:nth-child(3) .col-text,
.download-app .row .col-md-6:nth-child(4) .col-text {
  margin-bottom: 0;
}

.things-we-love .red-stroke {
  position: absolute;
  left: -115px;
  top: 0;
}

.things-we-love .red-stroke img {
  max-width: 530px;
  width: 100%;
}

.things-we-love .red-stroke-two {
  position: absolute;
  left: -60px;
  top: 0;
}

.things-we-love .red-stroke-two img {
  max-width: 400px;
  width: 100%;
}

.things-we-love .section-title {
  margin-bottom: 24px;
}

.things-we-love .copy-text {
  margin-bottom: 120px;
}

.things-we-love .row .section-title {
  margin-bottom: 40px;
}

.things-we-love .row .copy-text,
.things-we-love .row .section-title {
  text-align: left;
}

.things-we-love .row .copy-text {
  margin-bottom: 60px;
}

.things-we-love .row {
  margin-bottom: 120px;
}

.things-we-love .row:last-child {
  margin-bottom: 0;
}

.who-we-are {
  margin-bottom: -40px;
}

.who-we-are .section-title {
  margin-bottom: 24px;
}

.who-we-are .team-categories {
  margin-bottom: 52px;
}

.who-we-are .team-categories ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .who-we-are .team-categories ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
  }
    /* width */
  .who-we-are .team-categories ul::-webkit-scrollbar {
    height: 10px;
    border-radius: 20px;
  }

  /* Track */
  .who-we-are .team-categories ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
  }

  /* Handle */
  .who-we-are .team-categories ul::-webkit-scrollbar-thumb {
    background: #f00039;
    border-radius: 20px;
  }

  /* Handle on hover */
  .who-we-are .team-categories ul::-webkit-scrollbar-thumb:hover {
    background: #f00039;
  }
}

.who-we-are .team-categories ul li {
  font-family: Poppins;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #131313;
  padding: 8px 16px;
  transition: 0.25s ease;
  margin: 0 10px;
  cursor: pointer;
}

.who-we-are .team-categories ul li.active {
  color: #FFFFFF;
  background: #F00039;
  border-radius: 4px;
  transition: 0.25s ease;
}

.who-we-are .member {
  max-width: 260px;
  text-align: center;
  margin-bottom: 40px;
}

.who-we-are .member .image {
  background: white;
  position: relative;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  margin-bottom: 32px;
  height: 340px;
  cursor: pointer;
}

.who-we-are .member .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
  border-radius: 8px;
}

.who-we-are .member .image .contact-details {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.who-we-are .member .image .contact-details ul li {
  height: 48px;
  width: 48px;
  background: #FFFFFF;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}

.who-we-are .member .image .contact-details ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.who-we-are .member .image .contact-details ul li a img {
  height: 20px;
  width: 20px;
}

.who-we-are .member .member-details .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}

.who-we-are .member .member-details .position {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
}

.cta-xl-section .col-md-6 {
  margin: auto;
}

.cta-xl-section .cta-title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #131313;
  margin-bottom: 40px;
}

.cta-xl-section .cta-subtitle li,
.cta-xl-section .cta-subtitle p {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #131313;
  font-family: "Open Sans";
}

.cta-xl-section .cta-subtitle p {
  margin-bottom: 20px;
}

.cta-xl-section .cta-subtitle ul {
  margin-bottom: 60px;
}

.cta-xl-section .cta-subtitle ul li {
  position: relative;
  padding: 5px 0 5px 30px;
}

.cta-xl-section .cta-subtitle ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/hubfs/20404628/icons/checkmark.svg") no-repeat;
  width: 20px;
  height: 100%;
  background-size: contain;
  background-position: center;
}

.cta-xl-section .red-button {
  margin-right: 20px;
}

.app-bar .app-bg,
.app-bar .cta-bg,
.cta-bar .app-bg,
.cta-bar .cta-bg {
  position: relative;
  overflow: hidden;
}

.app-bar .app-bg .cta-bar-shape,
.app-bar .cta-bg .cta-bar-shape,
.cta-bar .app-bg .cta-bar-shape,
.cta-bar .cta-bg .cta-bar-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
}

.cta-bar-shape {
  position: absolute;
}

.cta-bar .cta-bg {
  border-radius: 8px;
  padding: 35px 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.cta-bar .cta-bg .row {
  margin: 0;
}

.cta-bar .title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #131313;
  font-family: Poppins;
}

.cta-bar .title h1,
.cta-bar .title h2,
.cta-bar .title h3,
.cta-bar .title h4,
.cta-bar .title h5,
.cta-bar .title h6,
.cta-bar .title p {
  font-size: 20px;
  line-height: 30px;
  color: #131313;
  font-weight: bold;
  font-family: Poppins;
}

.cta-bar .copy {
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
}

.cta-bar ul {
  justify-content: flex-end;
  z-index: 5;
  position: relative;
}

.cta-bar ul li {
  margin-left: 20px;
}

.app-bg.white {
  border: 1px solid #F0F0F0;
  background: #FCFCFC;
}

.app-bar .app-bg {
  border-radius: 8px;
  padding: 35px 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.app-bar .title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
  color: #131313;
  font-family: Poppins;
  font-weight: bold;
}

.app-bar .title h1,
.app-bar .title h2,
.app-bar .title h3,
.app-bar .title h4,
.app-bar .title h5,
.app-bar .title h6,
.app-bar .title p {
  font-size: 20px;
  line-height: 30px;
  color: #131313;
  font-family: Poppins;
  font-weight: bold;
}

.app-bar .copy {
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
}

.app-bar .copy h1,
.app-bar .copy h2,
.app-bar .copy h3,
.app-bar .copy h4,
.app-bar .copy h5,
.app-bar .copy h6,
.app-bar .copy p {
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
}

.app-bar ul {
  justify-content: flex-end;
}

.app-bar ul li {
  margin-left: 20px;
}

.app-bar ul li img {
  height: 56px;
  width: auto;
}

.app-showcase-image-right {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.app-showcase-image-right h1,
.app-showcase-image-right h2,
.app-showcase-image-right h3,
.app-showcase-image-right h4,
.app-showcase-image-right h5,
.app-showcase-image-right h6,
.app-showcase-image-right p {
  text-align: left;
}

.app-showcase-image-right .image-absolute {
  position: absolute;
  right: 0;
  top: -50%;
  bottom: -53%;
  display: flex;
  align-items: center;
}

.app-showcase-image-right .image-absolute img {
  max-width: clamp(460px, 50vw, 1000px);
  margin: auto;
  display: flex;
  align-items: center;
}

@supports not (max-width: clamp(460px, 50vw, 1000px)) {
  .app-showcase-image-right .image-absolute img {
    max-width: min(max(460px, 50vw), 1000px);
  }
}

.app-showcase-image-right .copy-text,
.app-showcase-image-right .section-title,
.app-showcase-image-right .small-title {
  text-align: left;
}

.app-showcase-image-right .section-title {
  margin-bottom: 0;
}

.app-showcase-image-right .purple-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.app-showcase-image-right .col-md-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.app-showcase-image-left .copy-text,
.app-showcase-image-left .section-title,
.app-showcase-image-left .small-title {
  text-align: left;
}

.app-showcase-image-left h1,
.app-showcase-image-left h2,
.app-showcase-image-left h3,
.app-showcase-image-left h4,
.app-showcase-image-left h5,
.app-showcase-image-left h6,
.app-showcase-image-left p {
  text-align: left;
}

.app-showcase-image-left .section-title {
  margin-bottom: 0;
}

.app-showcase-image-left .purple-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.app-showcase-image-left .col-md-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.popup .popup-content {
  width: 100%;
}

.popup .wrapper {
  background: white;
  margin: auto;
  padding: 60px;
  border-radius: 8px;
}

.popup img {
  margin: auto auto 40px;
}

.popup .content {
  text-align: center;
}

.popup .content .section-title {
  margin-bottom: 8px;
}

.popup .content .copy-text {
  margin-bottom: 40px;
}

.popup .content .red-button {
  margin: auto;
}

.popup-info .popup-content {
  max-width: 1000px;
}

.popup-info.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease;
}

.popup-info .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-radius: 4px;
  position: relative;
}

.popup-info .block-one {
  width: 40%;
  max-width: 400px;
}

.popup-info .block-two {
  width: 60%;
}

.popup-info .close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 999;
}

.popup-info .close-button span {
  font-size: 35px;
  color: #131313;
}

.popup-info .popup-image {
  height: 100%;
}

.popup-info img {
  margin: auto auto 0;
  border-radius: 4px 0 0 4px;
  object-fit: cover;
  height: 100%;
}

.popup-info .content {
  padding: 60px;
  text-align: left;
}

.popup-info .content .copy-text,
.popup-info .content .section-title {
  text-align: left;
}

.popup-info .content .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.popup-info .content .copy-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #6C6C6C;
  margin-bottom: 32px;
}

.popup-info .content .member-visible-content .title {
  color: #131313;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 12px;
}

.popup-info .content .member-visible-content .member-info p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  margin-bottom: 32px;
}

.values-section .row {
  justify-content: space-evenly;
}

.values-section .col-md-6 {
  max-width: 400px;
  margin-bottom: 80px;
}

.values-section .col-md-6:last-child, .values-section .col-md-6:nth-child(3) {
  margin-bottom: 0;
}

.benefits-section .row {
  justify-content: space-evenly;
}

.benefits-section .col-md-4 {
  padding: 0 30px;
}

.benefits-section .section-title {
  margin-bottom: 24px;
}

.benefits-section .copy-text {
  margin-bottom: 60px;
}

.video {
  max-height: 652px;
  width: 100%;
  height: auto;
  position: relative;
}

.video .line-video {
  position: absolute;
  right: -70px;
  pointer-events: none;
  z-index: 1;
  top: -50px;
}

.video .vidyard-player-container {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.how-to-apply .step {
  margin-bottom: 140px;
}

.how-to-apply .step-three {
  margin-bottom: 0;
}

.how-to-apply img {
  max-height: 480px;
  width: 100%;
}

.stats-three-column .col-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 20px;
}

.stats-three-column .col-title h1,
.stats-three-column .col-title h2,
.stats-three-column .col-title h3,
.stats-three-column .col-title h4,
.stats-three-column .col-title h5,
.stats-three-column .col-title h6,
.stats-three-column .col-title p {
  font-weight: bold;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
}

.stats-three-column .row {
  justify-content: space-evenly;
}

.stats-three-column .col-md-4 {
  max-width: 330px;
}

.trustpilot-widget {
  padding-bottom: 20px;
}

.video-section-no {
  display: none;
}

.disclosure .disclosure-copy p{
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  font-family: "Open Sans";
}

.terms-and-privacy .copy h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
  color: #131313;
}

.terms-and-privacy .copy p {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6c6c6c;
  font-family: "Open Sans";
}

.terms-and-privacy .copy a {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #131313;
  font-family: "Open Sans";
  text-decoration: underline;
}

.terms-and-privacy .copy ul {
  list-style-type: disc;
  margin-bottom: 40px;
}

.terms-and-privacy .copy ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6c6c6c;
  font-family: "Open Sans";
}

@media screen and (max-width:768px){
  .vehicle-check-app .hero-image{
    display:none;
  }
}

/*# sourceMappingURL=_defaults.css.map */

/* sections */
img {
  display: flex;
}

.hero-content .col-md-6 {
  margin-top: auto;
}
.hero-content h1 {
  margin-bottom: 24px;
}
.hero-content .hero-subtitle {
  font-family: "Open Sans";
  color: #999999;
  font-size: 28px;
  margin-bottom: 60px;
}
.hero-content button {
  padding: 16px 32px;
}
.hero-content .red-button {
  margin-right: 20px;
}

.loan-hero-content .col-md-6 {
  margin: auto;
}
.loan-hero-content .hero-title {
  margin-bottom: 24px;
}
.loan-hero-content .hero-text {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  font-family: "Open Sans";
}
.loan-hero-content .hero-value-disclaimer {
  padding: 16px 0 16px 24px;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  border-left: 2px solid #81004C;
  margin-bottom: 40px;
}
.loan-hero-content .hero-loan-values {
  color: #131313;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  font-family: Poppins;
}
.loan-hero-content .hero-loan-disclaimer {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #6C6C6C;
}
.loan-hero-content button {
  padding: 16px 32px;
}
.loan-hero-content .red-button {
  margin-right: 20px;
}

.app-hero-content .col-md-6 {
  margin: auto 0;
}
.app-hero-content .hero-title {
  margin-bottom: 24px;
}
.app-hero-content .hero-text {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: "Open Sans";
}
.app-hero-content button {
  padding: 16px 32px;
}
.app-hero-content .red-button {
  margin-right: 20px;
  margin-bottom: 80px;
}
.app-hero-content .app-links li {
  margin-right: 20px;
}
.app-hero-content .app-links li:last-child {
  margin-right: 0;
}
.app-hero-content .app-links img {
  width: auto;
  height: 56px;
}

.hero-content-four .col-md-6 {
  margin: auto;
}
.hero-content-four .hero-title {
  margin-bottom: 32px;
}
.hero-content-four .hero-text {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 52px;
  font-family: "Open Sans";
}
.hero-content-four button {
  padding: 16px 32px;
}

.hero-content-five .col-md-7 {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 580px;
}
.hero-content-five .col-md-5 {
  margin-top: auto;
  margin-bottom: auto;
}
.hero-content-five .hero-small-title {
  color: #81004C;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 16px;
}
.hero-content-five .hero-title {
  margin-bottom: 32px;
}
.hero-content-five .hero-text {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 52px;
  font-family: "Open Sans";
}
.hero-content-five button {
  padding: 16px 32px;
}

.hero-content-six {
  text-align: center;
}
.hero-content-six .red-stroke {
  position: absolute;
  left: -120px;
  top: -80px;
}
.hero-content-six .red-stroke img {
  max-width: 530px;
  width: 100%;
}
.hero-content-six .hero-title {
  margin-bottom: 80px;
}
.hero-content-six .hero-text {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: "Open Sans";
  margin-top: 80px;
}
.hero-content-six .hero-text h1,
.hero-content-six .hero-text h2,
.hero-content-six .hero-text h3,
.hero-content-six .hero-text h4,
.hero-content-six .hero-text h5,
.hero-content-six .hero-text h6,
.hero-content-six .hero-text p {
  color: #6C6C6C;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: "Open Sans";
}
.hero-content-six img {
  margin: auto;
}
.hero-content-six button {
  padding: 16px 32px;
}

/*# sourceMappingURL=_hero.css.map */
.services-slider {
  /* the slides */
  /* the parent */
}
.services-slider .slick-slide {
  margin: 30px 20px;
}
.services-slider .slick-list {
  margin: -30px -20px;
  position: relative;
  box-shadow: 10px 0 10px -9px rgba(0, 0, 0, 0.02), -10px 0 20px -9px rgba(0, 0, 0, 0.02);
}
.services-slider .slick-arrow {
  height: 52px;
  width: 52px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: white;
  z-index: 5;
}
.services-slider .slick-arrow:before {
  opacity: 1;
}
.services-slider .slick-prev:before {
  content: "\e5cb";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Material Icons;
  font-size: 25px;
  color: #F00039;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-slider .slick-next:before {
  content: "\e5cc";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Material Icons;
  font-size: 25px;
  color: #F00039;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-slider .item {
  background: #FFFFFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-align: center;
  padding: 48px 0;
  transition: 0.25s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .services-slider .item:hover {
    transition: 0.25s ease;
    transform: scale(1.04);
  }
}
.services-slider .item .slide {
  padding: 0 32px;
}
.services-slider .item .slide-image {
  max-width: 140px;
  width: 100%;
  margin: auto auto 45px;
  min-height: 140px;
}
.services-slider .item .slide-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Open Sans";
  padding: 0 14px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-slider .item .slide-text span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-slider .item .slide-link {
  padding: 10px 20px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 4px;
}
.services-slider .item .slide-link {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F00039;
  margin: auto;
}

.slick-dots li button {
  box-shadow: unset;
}

/*# sourceMappingURL=_slider.css.map */
.testimony-section .section-title {
  margin-bottom: 24px;
}
.testimony-section .copy-text {
  margin-bottom: 80px;
}

.owl-carousel .item {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .owl-carousel .item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .owl-carousel .item {
    margin: 0 10px;
  }
}
.owl-carousel .image {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.owl-carousel .image .video-image {
  width: 100%;
  height: auto;
  max-width: 340px;
}
.owl-carousel .image .play-button {
  position: absolute;
  pointer-events: none;
  background: #FFFFFF;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .image .play-button img {
  height: 30px;
}
.owl-carousel .testimonial-details .name {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #131313;
  margin-bottom: 16px;
}
.owl-carousel .testimonial-details .review {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
}
.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.owl-carousel .owl-prev,
.owl-carousel .prev {
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: unset;
}
.owl-carousel .next,
.owl-carousel .owl-next {
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: unset;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  margin: 0 14px;
}

/*# sourceMappingURL=_testimonial-slider.css.map */
.contact-section .section-title {
  margin-bottom: 24px;
  text-align: left;
}
.contact-section .section-copy {
  color: #6C6C6C;
}
.contact-section .contact-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-section .contact-details ul li a {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  color: #131313;
}
.contact-section .contact-details ul .email {
  text-decoration: underline;
}
.contact-section .contact-details ul .title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  margin-bottom: 10px;
  font-family: "Open Sans";
}
.contact-section .line-break {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-section .line-break .left-line {
  width: 90%;
  height: 1px;
  text-align: left;
  background-color: #E6E6E6;
}
.contact-section .line-break .right-line {
  width: 90%;
  height: 1px;
  text-align: right;
  background-color: #E6E6E6;
}
.contact-section .line-break p {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
  width: 100%;
  font-family: "Open Sans";
}
.contact-section form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-section form .hs_phone {
  width: 66.75%;
  margin: 0;
}

.contact-section fieldset{
  width: 100%;
}

.contact-section .hs-form-field > label{
    display: none;
}
.contact-section .input{
  margin-right: 0 !important;
}
.contact-section form input, .contact-section form select {
  border: none;
}
.contact-section form select {
  margin-top:15px;
}
.contact-section form input::placeholder {
  color: #A5A5A5;
}
form .inputs-list.hs-error-msgs > li{
  margin-bottom: 0;
}
.contact-section form .hs_submit {
  width: 30%;
  margin: 0;
  margin-top: 20px;
}
.contact-section form .hs-input {
  padding: 13.5px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 29px;
  font-family: "Open Sans";
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media screen and (min-width:480px){
  .contact-section form .hs-firstname {
    margin-right: 10px;
    width: 48% !important;
  }
  .contact-section form .hs-phone {
    width: 48% !important;
  }
}
@media screen and (max-width:480px){
  .contact-section form .hs-firstname {
    margin-bottom: 20px;
  }

}
@media screen and (max-width:768px){
  .book-a-call form .hs-firstname, .book-a-call form .hs-phone{
    width: 100% !important
  }
}


.contact-section form .hs-input:active, .contact-section form .hs-input:focus {
  border: none;
  outline: none;
}
.contact-section form {
  gap: 1rem;
}
.contact-section form .hs-button,
.contact-section form input[type=submit] {
  padding: 16px 32px;
  background: #F00039;
  box-shadow: 0 0 60px rgba(255, 20, 76, 0.2);
  border-radius: 4px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  outline: none;
  margin-bottom: 0;
  min-width: 180px;
}
.contact-section form .hs-button:active, .contact-section form .hs-button:focus, .contact-section form .hs-button:hover,
.contact-section form input[type=submit]:active,
.contact-section form input[type=submit]:focus,
.contact-section form input[type=submit]:hover {
  background: #D40033;
  transition: 0.25s ease;
  outline: none;
  border: none;
  outline: none;
}
.contact-section .statement p {
  margin-top: 20px;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #6C6C6C;
  font-family: "Open Sans";
}

.cookie-reset-container span {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

.hs_phone > label:first-of-type {
  display: none;
}

.hs-error-msgs li label {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #d40033;
  font-family: "Open Sans";
}

.submitted-message {
  margin-top: 20px;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #6C6C6C;
  font-family: "Open Sans";
}

.hs_error_rollup {
  display: none;
}

.popup-contact {
  z-index: 999;
}
.popup-contact.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .popup-contact .wrapper {
    padding: 48px 20px;
  }
}


/*# sourceMappingURL=_contact.css.map */
.faq-section .copy-text,
.faq-section .section-title,
.faq-section .small-title {
  text-align: left;
}
.faq-section h1,
.faq-section h2,
.faq-section h3,
.faq-section h4,
.faq-section h5,
.faq-section h6,
.faq-section p,
.faq-section span {
  text-align: left;
}
.faq-section .section-title {
  margin-bottom: 24px;
}
.faq-section .faqs {
  border-bottom: 1px solid #E6E6E6;
}
.faq-section .faqs:last-child {
  border-bottom: unset;
}
.faq-section .question-wrapper {
  position: relative;
}
.faq-section .question-wrapper .minus,
.faq-section .question-wrapper .plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: block;
  margin: auto;
  pointer-events: none;
}
.faq-section .question-wrapper .minus {
  opacity: 0;
  transition: 0.25s ease;
}
.faq-section .question-wrapper .plus {
  opacity: 1;
  transition: 0.25s ease;
}
.faq-section .question-wrapper.active .minus {
  opacity: 1;
  transition: 0.25s ease;
}
.faq-section .question-wrapper.active .plus {
  opacity: 0;
  transition: 0.25s ease;
}
.faq-section .question {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding: 34px 50px 34px 0;
}
.faq-section .answer {
  display: none;
  padding-bottom: 28px;
}
.faq-section .answer p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
}

.faq-section .sticky-wrapper {
  position: sticky;
  height: 100%;
  top: 40px;
}
.faq-section .sticky {
  border-left: 1px solid #E6E6E6;
}
.faq-section .sticky .title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #6C6C6C;
  padding-left: 24px;
  margin-bottom: 28px;
  cursor: pointer;
  transition: 0.25s ease;
}
.faq-section .sticky .title.active {
  font-weight: bold;
  color: #131313;
  border-left: 2px solid #FF144C;
  transition: 0.25s ease;
}
.faq-section .main-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 6px;
}
.faq-section .faq-wrapper {
  margin-bottom: 80px;
}
.faq-section .faq-wrapper:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=_faq.css.map */
.download-app .col-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
  font-family: "Open Sans";
}
.download-app .col-text h1,
.download-app .col-text h2,
.download-app .col-text h3,
.download-app .col-text h4,
.download-app .col-text h5,
.download-app .col-text h6,
.download-app .col-text p,
.download-app .col-text span {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #6C6C6C;
  font-family: "Open Sans";
}
.download-app .col-md-6.row .col-md-6 {
  padding: 0;
  margin-bottom: 60px;
}
.download-app .col-title {
  text-align: center;
}

/*# sourceMappingURL=_download-app.css.map */
/* Missing Template at Path: \'better\/css\/sections\/_full_content.css\' */

/* Spacing CSS */
.section {
  padding: 0;
}

.faq-tab-section {
  padding: 0 15px;
}

.sixty-top {
  padding-top: 60px;
}

.sixty-bottom {
  padding-bottom: 60px;
}

.one-twenty-top {
  padding-top: 120px;
}

.one-twenty-bottom {
  padding-bottom: 120px;
}

.home-page .slider-content {
  padding: 40px 0;
}

@media screen and (max-width: 1220px) {
  .slider-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sixty-top {
    padding-top: 30px;
  }

  .sixty-bottom {
    padding-bottom: 30px;
  }

  .one-twenty-top {
    padding-top: 60px;
  }

  .one-twenty-bottom {
    padding-bottom: 60px;
  }

  .slider-section {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .home-page .slider-content {
    padding-top: 30px;
  }
}



/*# sourceMappingURL=_spacing.css.map */
.desktop {
  display: block !important;
}

.desktop-header {
  display: block;
}

.mobile-header {
  display: none;
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 1220px) {
  .slick-arrow {
    top: unset;
    bottom: -90px;
  }

  .slick-prev {
    left: -80px;
    right: 0;
    margin: auto;
  }

  .slick-next {
    left: 0;
    right: -80px;
    margin: auto;
  }
}
@media screen and (max-width: 1185px) {
  .contact-section form .hs-button,
.contact-section form input[type=submit] {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header-links .parent-link li {
    padding: 36px 6px;
  }
  .header-links .children li {
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-section form .hs_phone,
.contact-section form .hs_submit {
    width: 100%;
  }
  .contact-section form .hs_phone {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 16px;
    padding-bottom: 28px;
  }
  header .container {
    padding: 0;
  }
  header .mobile-header {
    display: block;
  }
  header .desktop-header {
    display: none;
  }
  header .header-cta ul a {
    margin-right: 0;
  }
  header .navbar-toggle {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    display: block;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 180px;
    display: none;
  }
  header .navbar-toggle button {
    display: none;
  }
  header .navbar-toggle .header-cta ul {
    display: block;
    padding: 50px 0;
  }
  header .navbar-toggle .header-cta ul li {
    width: 100%;
    text-align: center;
  }
  header .navbar-toggle .header-cta ul p {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
    text-align: center;
    font-family: "Open Sans";
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
  }
  header .navbar-toggle .header-cta ul a {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #131313;
    width: 100%;
    margin: 0;
  }
  header .header-logo {
    padding-left: 20px;
  }
  header .hamburger-section {
    padding-right: 20px;
  }
  header .hamburger-section .red {
    opacity: 1;
    pointer-events: all;
    transition: 0.35s ease;
  }
  header .hamburger-section .red.inactive {
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease;
  }
  header .hamburger-menu {
    margin-left: 40px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }
  header .hamburger-menu .line {
    width: 24px;
    height: 2px;
    background: #131313;
    margin-bottom: 10px;
    margin-left: auto;
  }
  header .hamburger-menu .line:nth-child(2) {
    width: 16px;
    margin-bottom: 0;
  }
  header .close-button {
    position: absolute;
    top: 0;
    right: -5px;
    display: none;
    height: 28px;
    width: 28px;
    bottom: 0;
    margin: auto;
  }
  header button {
    padding: 8px 16px;
    width: fit-content;
  }
  header .header-links .parent-link {
    display: block;
  }
  header .header-links .parent-link li {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
  }
  header .header-links .parent-link li .parent-dropdown {
    justify-content: flex-start;
  }
  header .header-links .parent-link .children {
    position: relative;
    top: 0;
    padding-top: 20px;
    display: none;
    transition: none;
    opacity: 1;
    pointer-events: all;
  }
  header .header-links .parent-link .children .background {
    display: block;
    padding: 0;
    margin-top: 0;
    box-shadow: unset;
  }
  header .header-links .parent-link .children ul {
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
    height: auto;
  }
  header .header-links .parent-link .children .title,
header .header-links .parent-link .children a {
    font-size: 14px;
    line-height: 25px;
  }
  header .header-links .parent-link .children .title {
    margin-bottom: 5px;
  }
  header .header-links .parent-link .children .child-wrapper {
    margin-bottom: 0;
    padding: 0;
  }
  header .header-links .parent-link .children .child-wrapper:last-child {
    margin-bottom: 0;
  }
  header .header-links .parent-link .children .child-wrapper ul li {
    padding: 0 0 20px;
    border: none;
  }

  footer {
    padding-top: 60px;
  }
  footer .footer-logo {
    margin-bottom: 40px;
  }
  footer .address ul {
    margin-bottom: 60px;
  }
  footer .links ul li {
    margin-bottom: 12px;
  }
  footer .links .title {
    margin-bottom: 20px;
  }
  footer .links .col-6 {
    margin-bottom: 60px;
  }
  footer .links .col-6:last-child,
footer .links .col-6:nth-child(3) {
    margin-bottom: 0;
  }
  footer .bottom-footer {
    margin-top: 60px;
    padding: 0;
  }
  footer .bottom-footer ul {
    justify-content: flex-start;
  }
  footer .bottom-footer .col-lg-4 {
    padding: 20px 15px;
  }
  footer .bottom-footer .col-lg-4:first-child {
    padding-bottom: 0;
  }
  footer .bottom-footer .col-lg-4:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 15px;
    padding: 20px 0;
  }

  .hero-content img {
    display: none;
  }

  .column .col-md-3,
.column .col-md-4 {
    margin-bottom: 52px;
  }
  .column .col-md-3:last-child,
.column .col-md-4:last-child {
    margin-bottom: 0;
  }
  .column .icon {
    margin-bottom: 28px;
  }
  .column .col-title {
    margin-bottom: 20px;
  }

  .benefits-section .col-md-4 {
    padding: 0 15px;
  }
  .benefits-section .col-md-6 {
    margin-bottom: 40px;
  }
  .benefits-section .col-md-6:last-child {
    margin-bottom: 0;
  }

  .values-section .col-md-6 {
    max-width: unset;
    margin-bottom: 52px;
  }
  .values-section .col-md-6:nth-child(3) {
    margin-bottom: 52px;
  }
  .values-section .col-md-6:last-child {
    margin-bottom: 0;
  }

  .stats-three-column .icon {
    margin: auto auto 28px;
  }
  .stats-three-column .col-title {
    margin-bottom: 12px;
  }

  .cta-bar .copy {
    margin-bottom: 0;
  }
  .cta-bar ul {
    flex-wrap: wrap;
  }
  .cta-bar ul li {
    width: 100%;
    margin-left: 0;
  }
  .cta-bar button {
    width: 100%;
    justify-content: center;
  }
  .cta-bar .red-button {
    margin-bottom: 20px;
  }

  .app-bar .copy,
.app-bar .title {
    margin-bottom: 28px;
  }
  .app-bar ul {
    justify-content: start;
  }
  .app-bar ul li {
    width: unset;
    margin-left: 0;
    margin-right: 20px;
    line-height: normal;
    height: 52px;
  }
  .app-bar ul li:last-child {
    margin-right: 0;
  }
  .app-bar ul li img {
    height: 52px;
    width: 170px;
  }

  .video-section .section-title {
    margin-bottom: 60px;
  }

  .app-showcase-image-right {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .hero-content button {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  footer {
    padding-top: 60px;
  }
  footer .footer-logo {
    margin-bottom: 40px;
  }
  footer .address a,
footer .address p {
    font-size: 14px;
    line-height: 25px;
  }
  footer .address ul {
    margin-bottom: 60px;
  }
  footer .links ul li {
    margin-bottom: 12px;
  }
  footer .links .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  footer .links a {
    font-size: 14px;
    line-height: 25px;
  }
  footer .links .col-6 {
    margin-bottom: 60px;
  }
  footer .links .col-6:last-child,
footer .links .col-6:nth-child(3) {
    margin-bottom: 0;
  }
  footer .see-more {
    font-size: 14px;
    line-height: 21px;
  }
  footer .see-more img {
    max-width: 10px;
  }
  footer .bottom-footer {
    margin-top: 60px;
    padding: 0;
  }
  footer .bottom-footer ul {
    justify-content: flex-start;
  }
  footer .bottom-footer ul li a {
    font-size: 14px;
    line-height: 25px;
  }
  footer .bottom-footer .col-md-4 {
    padding: 20px 15px;
  }
  footer .bottom-footer .col-md-4:first-child {
    padding-bottom: 0;
  }
  footer .bottom-footer .col-md-4:nth-child(2) {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 15px;
    padding: 20px 0;
  }

  button {
    width: 100%;
    justify-content: center;
  }

  .red-button {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 35px;
    line-height: 50px;
  }
  .page-title h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .app-hero-content .hero-title,
.app-hero-content h1,
.hero-content .hero-title,
.hero-content h1,
.hero-content-five .hero-title,
.hero-content-five h1,
.hero-content-four .hero-title,
.hero-content-four h1,
.hero-content-six .hero-title,
.hero-content-six h1,
.loan-hero-content .hero-title,
.loan-hero-content h1 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .app-hero-content .hero-subtitle,
.hero-content .hero-subtitle,
.hero-content-five .hero-subtitle,
.hero-content-four .hero-subtitle,
.hero-content-six .hero-subtitle,
.loan-hero-content .hero-subtitle {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 48px;
  }
  .app-hero-content ul,
.hero-content ul,
.hero-content-five ul,
.hero-content-four ul,
.hero-content-six ul,
.loan-hero-content ul {
    flex-wrap: wrap;
  }
  .app-hero-content ul li,
.hero-content ul li,
.hero-content-five ul li,
.hero-content-four ul li,
.hero-content-six ul li,
.loan-hero-content ul li {
    width: 100%;
  }
  .app-hero-content .hero-text,
.hero-content .hero-text,
.hero-content-five .hero-text,
.hero-content-four .hero-text,
.hero-content-six .hero-text,
.loan-hero-content .hero-text {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .app-hero-content .hero-text h1,
.app-hero-content .hero-text h2,
.app-hero-content .hero-text h3,
.app-hero-content .hero-text h4,
.app-hero-content .hero-text h5,
.app-hero-content .hero-text h6,
.app-hero-content .hero-text p,
.hero-content .hero-text h1,
.hero-content .hero-text h2,
.hero-content .hero-text h3,
.hero-content .hero-text h4,
.hero-content .hero-text h5,
.hero-content .hero-text h6,
.hero-content .hero-text p,
.hero-content-five .hero-text h1,
.hero-content-five .hero-text h2,
.hero-content-five .hero-text h3,
.hero-content-five .hero-text h4,
.hero-content-five .hero-text h5,
.hero-content-five .hero-text h6,
.hero-content-five .hero-text p,
.hero-content-four .hero-text h1,
.hero-content-four .hero-text h2,
.hero-content-four .hero-text h3,
.hero-content-four .hero-text h4,
.hero-content-four .hero-text h5,
.hero-content-four .hero-text h6,
.hero-content-four .hero-text p,
.hero-content-six .hero-text h1,
.hero-content-six .hero-text h2,
.hero-content-six .hero-text h3,
.hero-content-six .hero-text h4,
.hero-content-six .hero-text h5,
.hero-content-six .hero-text h6,
.hero-content-six .hero-text p,
.loan-hero-content .hero-text h1,
.loan-hero-content .hero-text h2,
.loan-hero-content .hero-text h3,
.loan-hero-content .hero-text h4,
.loan-hero-content .hero-text h5,
.loan-hero-content .hero-text h6,
.loan-hero-content .hero-text p {
    font-size: 19px;
    line-height: 32px;
  }
  .app-hero-content .red-button,
.hero-content .red-button,
.hero-content-five .red-button,
.hero-content-four .red-button,
.hero-content-six .red-button,
.loan-hero-content .red-button {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .loan-hero-content .hero-loan-values {
    font-size: 27px;
    line-height: 41px;
    margin-bottom: 4px;
  }
  .loan-hero-content .hero-loan-disclaimer {
    font-size: 17px;
    line-height: 28px;
  }

  .app-hero-content .app-links {
    flex-wrap: nowrap;
  }
  .app-hero-content .app-links img {
    height: 52px;
  }

  .hero-content-four .red-button {
    margin-bottom: 60px;
  }

  .hero-content-five .hero-small-title {
    display: none;
  }
  .hero-content-five .red-button {
    margin-bottom: 60px;
  }

  .hero-content-six .red-stroke {
    top: -40px;
  }
  .hero-content-six .red-stroke img {
    max-width: 360px;
  }
  .hero-content-six .hero-title,
.hero-content-six h1 {
    margin-bottom: 45px;
  }
  .hero-content-six .hero-text {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .video {
    padding: 0;
  }
  .video .line-video {
    max-width: 350px;
    right: 0;
    top: -42px;
  }

  .how-to-apply-section .step {
    margin-bottom: 52px;
  }
  .how-to-apply-section .step-three {
    margin-bottom: 0;
  }
  .how-to-apply-section .section-title {
    margin-bottom: 60px;
  }
  .how-to-apply-section .step-title {
    margin-bottom: 20px;
  }
  .how-to-apply-section .step-copy {
    margin-bottom: 40px;
  }
  .how-to-apply-section img {
    max-width: 245px;
  }
  .how-to-apply-section .step-icon {
    margin-bottom: 28px;
  }

  .two-column .title {
    margin-bottom: 20px;
  }
  .two-column .copy {
    margin-bottom: 20px;
  }
  .two-column img {
    max-width: 245px;
  }

  .contact-section .section-title {
    margin-bottom: 20px;
  }
  .contact-section .section-copy {
    margin-bottom: 20px;
  }
  .contact-section .contact-details ul {
    margin-bottom: 24px;
  }
  .contact-section .contact-details ul:last-child {
    margin-bottom: 0;
  }
  .contact-section .line-break .left-line,
.contact-section .line-break .right-line {
    width: 60%;
  }
  .contact-section form .hs_phone {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-section form .hs_submit {
    width: 100%;
  }

  .download-app .icon {
    margin-bottom: 28px;
  }
  .download-app .col-title {
    margin-bottom: 12px;
  }
  .download-app .col-text {
    margin-bottom: 52px;
  }
  .download-app .col-md-6:nth-child(3) {
    margin-bottom: 52px;
  }
  .download-app .col-md-6:last-child {
    margin-bottom: 0;
  }

  .faq-section .section-title {
    margin-bottom: 20px;
  }
  .faq-section .copy-text {
    margin-bottom: 12px;
  }
  .faq-section .question {
    padding: 28px 0;
  }
  .faq-section .mobile {
    margin-top: 40px;
  }

  .things-we-love .red-stroke {
    top: 0;
  }
  .things-we-love .red-stroke img {
    max-width: 360px;
  }
  .things-we-love .red-stroke-two {
    top: 0;
  }
  .things-we-love .red-stroke-two img {
    max-width: 306px;
  }
  .things-we-love .section-title {
    margin-bottom: 20px;
  }
  .things-we-love .copy-text {
    margin-bottom: 40px;
  }
  .things-we-love img {
    margin-bottom: 40px;
  }
  .things-we-love .row .section-title {
    margin-bottom: 20px;
  }
  .things-we-love .row .copy-text {
    margin-bottom: 40px;
  }
  .things-we-love ul li {
    width: 100%;
  }

  .who-we-are {
    margin-bottom: 0;
  }
  .who-we-are .section-title {
    margin-bottom: 20px;
  }
  .who-we-are .team-categories {
    margin-bottom: 40px;
  }
  .who-we-are .team-categories ul {
    justify-content: flex-start;
  }
  .who-we-are .team-categories ul li:first-child {
    margin-left: 0;
  }
  .who-we-are .col-md-3:last-child .member {
    margin-bottom: 0;
  }
  .who-we-are .member {
    max-width: unset;
    margin-bottom: 40px;
  }

  .faq-section {
    margin-top: -16px;
  }
  .faq-section [data-faq=personalloans] {
    margin-top: 40px;
  }
  .faq-section .faq-wrapper {
    margin-bottom: 60px;
  }
  .faq-section .sticky-wrapper {
    top: 0;
    overflow-x: scroll;
    background: white;
    z-index: 1;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .faq-section .sticky-wrapper::-webkit-scrollbar {
    display: none;
  }
  .faq-section .sticky {
    display: flex;
    border: none;
    width: 490px;
  }
  .faq-section .sticky .title {
    margin-right: 24px;
    margin-bottom: 0;
    padding: 16px 0;
    position: relative;
  }
  .faq-section .sticky .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #ff144c;
    transition: 0.25s ease;
  }
  .faq-section .sticky .title.active {
    border-left: none;
  }
  .faq-section .sticky .title.active:after {
    width: 100%;
    transition: 0.25s ease;
  }
  .faq-section .main-title {
    font-size: 24px;
    line-height: 38px;
  }

  .app-showcase-image-left,
.app-showcase-image-right {
    padding-bottom: 0;
  }
  .app-showcase-image-left .copy-text,
.app-showcase-image-right .copy-text {
    margin-bottom: 0;
  }
  .app-showcase-image-left .image-absolute,
.app-showcase-image-right .image-absolute {
    position: relative;
    margin-left: auto;
  }

  .app-showcase-image-right {
    padding-left: 0;
    padding-right: 0;
  }
  .app-showcase-image-right .col-md-5 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .app-showcase-image-right .image-absolute {
    position: relative;
    margin-left: auto;
  }

  .cta-bar .copy {
    margin-bottom: 28px;
  }

  .cta-xl-section .cta-title {
    margin-bottom: 28px;
  }
  .cta-xl-section .cta-subtitle ul {
    margin-bottom: 40px;
  }
  .cta-xl-section .cta-subtitle ul li {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
  .cta-xl-section ul {
    flex-wrap: wrap;
  }
  .cta-xl-section ul .white-button {
    margin-bottom: 40px;
  }

  .services-slider .slick-slide {
    margin: 30px 10px;
  }
  .services-slider .item .slide-text {
    height: auto;
  }

  .d-flex {
    flex-wrap: wrap;
  }
  .d-flex li {
    width: 100%;
  }

  .popup-info .popup-content {
    overflow-y: scroll;
    max-height: 500px;
  }
  .popup-info .block-one,
.popup-info .block-two {
    width: 100%;
  }
  .popup-info .content {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  button {
    width: 100%;
    justify-content: center;
  }

  .red-button {
    margin-bottom: 20px;
  }

  .page-title {
    font-size: 32px;
    line-height: 47px;
  }
  .page-title h1 {
    font-size: 32px;
    line-height: 47px;
  }

  .app-hero-content .hero-title,
.app-hero-content h1,
.hero-content .hero-title,
.hero-content h1,
.hero-content-five .hero-title,
.hero-content-five h1,
.hero-content-four .hero-title,
.hero-content-four h1,
.hero-content-six .hero-title,
.hero-content-six h1,
.loan-hero-content .hero-title,
.loan-hero-content h1 {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 16px;
  }
  .app-hero-content .hero-subtitle,
.hero-content .hero-subtitle,
.hero-content-five .hero-subtitle,
.hero-content-four .hero-subtitle,
.hero-content-six .hero-subtitle,
.loan-hero-content .hero-subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 48px;
  }
  .app-hero-content ul,
.hero-content ul,
.hero-content-five ul,
.hero-content-four ul,
.hero-content-six ul,
.loan-hero-content ul {
    flex-wrap: wrap;
  }
  .app-hero-content ul li,
.hero-content ul li,
.hero-content-five ul li,
.hero-content-four ul li,
.hero-content-six ul li,
.loan-hero-content ul li {
    width: 100%;
  }
  .app-hero-content .hero-text,
.hero-content .hero-text,
.hero-content-five .hero-text,
.hero-content-four .hero-text,
.hero-content-six .hero-text,
.loan-hero-content .hero-text {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .app-hero-content .hero-text h1,
.app-hero-content .hero-text h2,
.app-hero-content .hero-text h3,
.app-hero-content .hero-text h4,
.app-hero-content .hero-text h5,
.app-hero-content .hero-text h6,
.app-hero-content .hero-text p,
.hero-content .hero-text h1,
.hero-content .hero-text h2,
.hero-content .hero-text h3,
.hero-content .hero-text h4,
.hero-content .hero-text h5,
.hero-content .hero-text h6,
.hero-content .hero-text p,
.hero-content-five .hero-text h1,
.hero-content-five .hero-text h2,
.hero-content-five .hero-text h3,
.hero-content-five .hero-text h4,
.hero-content-five .hero-text h5,
.hero-content-five .hero-text h6,
.hero-content-five .hero-text p,
.hero-content-four .hero-text h1,
.hero-content-four .hero-text h2,
.hero-content-four .hero-text h3,
.hero-content-four .hero-text h4,
.hero-content-four .hero-text h5,
.hero-content-four .hero-text h6,
.hero-content-four .hero-text p,
.hero-content-six .hero-text h1,
.hero-content-six .hero-text h2,
.hero-content-six .hero-text h3,
.hero-content-six .hero-text h4,
.hero-content-six .hero-text h5,
.hero-content-six .hero-text h6,
.hero-content-six .hero-text p,
.loan-hero-content .hero-text h1,
.loan-hero-content .hero-text h2,
.loan-hero-content .hero-text h3,
.loan-hero-content .hero-text h4,
.loan-hero-content .hero-text h5,
.loan-hero-content .hero-text h6,
.loan-hero-content .hero-text p {
    font-size: 16px;
    line-height: 29px;
  }
  .app-hero-content .red-button,
.hero-content .red-button,
.hero-content-five .red-button,
.hero-content-four .red-button,
.hero-content-six .red-button,
.loan-hero-content .red-button {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .hero-content .red-button {
    margin-bottom: 20px;
  }

  .loan-hero-content .hero-loan-values {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 4px;
  }
  .loan-hero-content .hero-loan-disclaimer {
    font-size: 14px;
    line-height: 25px;
  }

  .app-hero-content .app-links {
    flex-wrap: nowrap;
  }
  .app-hero-content .app-links li:first-child {
    margin-right: 15px;
    width: 178px;
  }
  .app-hero-content .app-links li:first-child img {
    width: 175px;
  }
  .app-hero-content .app-links li:last-child {
    margin-right: 0;
    width: 200px;
  }
  .app-hero-content .app-links li:last-child img {
    width: 200px;
  }
  .app-hero-content .app-links img {
    height: auto;
  }

  .hero-content-four .red-button {
    margin-bottom: 60px;
  }

  .hero-content-five .hero-small-title {
    display: none;
  }
  .hero-content-five .red-button {
    margin-bottom: 60px;
  }

  .hero-content-six .hero-title,
.hero-content-six h1 {
    margin-bottom: 45px;
  }
  .hero-content-six .hero-text {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .small-title {
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }

  .section-title {
    font-size: 24px;
    line-height: 38px;
    text-align: left;
  }
  .section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p,
.section-title span {
    font-size: 24px;
    line-height: 38px;
    text-align: left;
  }

  .section-copy {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  .section-copy h1,
.section-copy h2,
.section-copy h3,
.section-copy h4,
.section-copy h5,
.section-copy h6,
.section-copy p,
.section-copy span {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .copy-text {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  .copy-text h1,
.copy-text h2,
.copy-text h3,
.copy-text h4,
.copy-text h5,
.copy-text h6,
.copy-text p,
.copy-text span {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .column .col-md-3,
.column .col-md-4 {
    margin-bottom: 52px;
  }
  .column .col-md-3:last-child,
.column .col-md-4:last-child {
    margin-bottom: 0;
  }
  .column .icon {
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  .column .col-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: left;
  }
  .column .col-title h1,
.column .col-title h2,
.column .col-title h3,
.column .col-title h4,
.column .col-title h5,
.column .col-title h6,
.column .col-title p,
.column .col-title span {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: left;
  }
  .column .col-text {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
  .column .col-text h1,
.column .col-text h2,
.column .col-text h3,
.column .col-text h4,
.column .col-text h5,
.column .col-text h6,
.column .col-text p,
.column .col-text span {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }

  .benefits-section .col-md-4 {
    padding: 0 15px;
  }

  .values-section .col-md-6 {
    max-width: unset;
    margin-bottom: 52px;
  }
  .values-section .col-md-6:nth-child(3) {
    margin-bottom: 52px;
  }
  .values-section .col-md-6:last-child {
    margin-bottom: 0;
  }

  .stats-three-column .icon {
    margin: auto auto 28px;
  }
  .stats-three-column .col-title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 45px;
  }
  .stats-three-column .col-title h1,
.stats-three-column .col-title h2,
.stats-three-column .col-title h3,
.stats-three-column .col-title h4,
.stats-three-column .col-title h5,
.stats-three-column .col-title h6,
.stats-three-column .col-title p,
.stats-three-column .col-title span {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
  }
  .stats-three-column .col-text {
    text-align: center;
  }
  .stats-three-column .col-text h1,
.stats-three-column .col-text h2,
.stats-three-column .col-text h3,
.stats-three-column .col-text h4,
.stats-three-column .col-text h5,
.stats-three-column .col-text h6,
.stats-three-column .col-text p,
.stats-three-column .col-text span {
    text-align: center;
  }

  .video-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .video-section .section-title {
    margin-bottom: 20px;
  }
  .video-section .copy-text,
.video-section .section-title,
.video-section .small-title {
    padding: 0 15px;
  }

  .video {
    padding: 0;
    border-radius: 0;
  }
  .video .line-video {
    max-width: 150px;
    right: 0;
    top: -18px;
  }
  .video .vidyard-player-container {
    box-shadow: unset;
    border-radius: 0;
  }

  .how-to-apply-section .step {
    margin-bottom: 52px;
  }
  .how-to-apply-section .step-three {
    margin-bottom: 0;
  }
  .how-to-apply-section .section-title {
    margin-bottom: 60px;
  }
  .how-to-apply-section .step-icon {
    width: 60px;
    height: 60px;
  }
  .how-to-apply-section .step-icon span {
    font-size: 18px;
    line-height: 28px;
  }
  .how-to-apply-section .step-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .how-to-apply-section .step-copy {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .how-to-apply-section img {
    max-width: 245px;
  }

  .two-column .title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .two-column .copy {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .two-column img {
    max-width: 245px;
  }

  .contact-section .section-title {
    margin-bottom: 20px;
  }
  .contact-section .section-copy {
    margin-bottom: 20px;
  }
  .contact-section .contact-details ul {
    margin-bottom: 24px;
    width: 100%;
  }
  .contact-section .contact-details ul:last-child {
    margin-bottom: 0;
  }
  .contact-section .contact-details ul .title {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-section .contact-details ul li a {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-section .line-break .left-line,
.contact-section .line-break .right-line {
    width: 60%;
  }
  .contact-section .line-break p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-section form .hs_phone {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-section form .hs_submit {
    width: 100%;
  }

  .download-app .icon {
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  .download-app .col-title {
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 27px;
  }
  .download-app .col-title h1,
.download-app .col-title h2,
.download-app .col-title h3,
.download-app .col-title h4,
.download-app .col-title h5,
.download-app .col-title h6,
.download-app .col-title p,
.download-app .col-title span {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
  }
  .download-app .col-text {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 52px;
  }
  .download-app .col-text h1,
.download-app .col-text h2,
.download-app .col-text h3,
.download-app .col-text h4,
.download-app .col-text h5,
.download-app .col-text h6,
.download-app .col-text p,
.download-app .col-text span {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }
  .download-app .col-md-6:nth-child(3) {
    margin-bottom: 52px;
  }
  .download-app .col-md-6:last-child {
    margin-bottom: 0;
  }

  .faq-section .section-title {
    margin-bottom: 20px;
  }
  .faq-section .copy-text {
    margin-bottom: 12px;
  }
  .faq-section .question-wrapper .minus,
.faq-section .question-wrapper .plus {
    width: 32px;
    height: 32px;
  }
  .faq-section .question {
    padding: 28px 50px 28px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .faq-section .answer p {
    font-size: 14px;
    line-height: 25px;
  }
  .faq-section .mobile {
    margin-top: 40px;
  }

  .things-we-love .section-title {
    margin-bottom: 20px;
  }
  .things-we-love .copy-text {
    margin-bottom: 40px;
  }
  .things-we-love img {
    margin-bottom: 40px;
  }
  .things-we-love ul li {
    width: 100%;
  }

  .who-we-are .section-title {
    margin-bottom: 20px;
  }
  .who-we-are .team-categories {
    margin-bottom: 40px;
  }
  .who-we-are .team-categories ul {
    justify-content: flex-start;
  }
  .who-we-are .team-categories ul li:first-child {
    margin-left: 0;
  }
  .who-we-are .col-lg-3:last-child .member {
    margin-bottom: 0;
  }
  .who-we-are .member {
    max-width: unset;
    margin-bottom: 40px;
  }
  .who-we-are .member .member-details .name {
    font-size: 16px;
    line-height: 24px;
  }
  .who-we-are .member .member-details .review {
    font-size: 14px;
    line-height: 25px;
  }

  .app-bar .app-bg,
.app-bar .cta-bg,
.cta-bar .app-bg,
.cta-bar .cta-bg {
    padding: 32px 26px;
  }

  .cta-bar ul {
    flex-wrap: wrap;
  }
  .cta-bar ul li {
    width: 100%;
    margin-left: 0;
  }

  .app-bar ul {
    flex-wrap: unset;
  }
  .app-bar ul li:first-child {
    margin-right: 15px;
    width: 178px;
  }
  .app-bar ul li:first-child img {
    width: 175px;
    height: auto;
  }
  .app-bar ul li:last-child {
    margin-right: 0;
    width: 200px;
  }
  .app-bar ul li:last-child img {
    width: 200px;
    height: auto;
  }

  .popup-info .content .section-title {
    font-size: 18px;
  }
  .popup-info .content .copy-text {
    font-size: 16px;
  }
  .popup-info .content .member-visible-content .title {
    font-size: 18px;
  }
  .popup-info .content .member-visible-content .member-info p {
    font-size: 14px;
    line-height: 25px;
  }
}

/*# sourceMappingURL=_responsive.css.map */

#hs_cos_wrapper_widget_1638919840266 > div > div > div > div:nth-child(1) > h1 {display: none}

body.john-leslie .header-links {
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

body.john-leslie  .header-cta {
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}