/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.container {
  width: 100%;
  padding: 0 1rem;
}

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.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 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}
/* 
.dnd-section .dnd-column {
  padding: 0 1rem;
}
 */
/* @media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */

.section-hero-post .heading-block-body {
  margin-top: 2.5rem !important;
  opacity: .8;
}

.section-hero-post .heading-block-label a {
  color: inherit;
}

.section-hero-post .heading-block-label a:hover {
  color: #5abfe8;
}

.section-post {
  border-bottom: 1px solid #ECF0F5;
}


.blog-post {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  margin-top: -3.5vw;
}

.blog-post.-has-thumbnail {
  margin-top: calc(0px - 10.68229167vw - 3rem);
}

.blog-post__thumbnail {
  margin: 0;
  display: block;
  margin: 0 -5rem 4rem;
  position: relative;
  max-width: 100vw;
}

.blog-post__thumbnail.-video:before {
  content: '';
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

.blog-post__thumbnail.-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .blog-post__thumbnail {
    margin: 0 calc(0px - (50vw - 50% - 1rem)) 3rem;
  }  
}

.blog-post__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-post__thumbnail + .blog-post__footer {
  margin-bottom: 2rem;
}

.blog-post .mce-content-body {
  padding: 4px !important;
}

.blog-post__content {
  line-height: 1.8;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .blog-post__content {
    font-size: 1.125rem;
  }
}

.blog-post__content p {
  font-size: inherit;
}

.blog-post__content h2,
.blog-post__content h3 {
  margin-top: 1.5em;
}

.blog-post__content h2:first-child,
.blog-post__content h3:first-child,
.blog-post__content h2 + h3,
.blog-post__content h3 + h2 {
  margin-top: 0;
}

.blog-post__content figure {
  margin-left: 0;
  margin-right: 0;
}

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

@media (min-width: 768px) {
  .blog-post__content img[style*="float"] {
    max-width: 50% !important;
  } 
}


@media (max-width: 767px) {
  .blog-post__content img {
    float: none !important;
  }
}

.blog-post__content hr {
  margin: 2rem 0;
}

.blog-post__content .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}



.blog-post__footer {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.blog-post__author .v-card {
  align-items: center;
}

.blog-post__author .v-card__content {
  padding-top: 0;
}

.blog-post__author .v-card__content__name a {
  color: inherit;
  text-decoration: underline;
}

.blog-post__date {
  opacity: .75;
}

@media (max-width: 767px) {
  .blog-post__footer {
    display: block;
    margin-top: 3rem;
  }
  
  .blog-post__author {
    margin-bottom: 2rem;
  }
  
  .blog-post__date {
    text-align: center;
  }
  
  .blog-post__author .v-card {
    display: block;
  }
  
  .blog-post__author .v-card__avatar {
    margin: 0 auto 1rem;
  }
  
  .blog-post__author .v-card__content {
    text-align: center;
  }
  
  .blog-post__share .list-socials {
    justify-content: center;
  }
}







.post-grid {
  --columns: 4;
  --gap: 1.25rem;
  --gap-y: 2.5rem;
  
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap-y) var(--gap);
}


@media (min-width: 768px) {
  .post-grid.-videos {
    --columns: 2 !important;
    --gap: 2rem;
    --gap-y: 2.5rem;

    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .post-grid.-inline {
    --columns: 1 !important;
    --gap-y: 2.5rem;

    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .post-grid.-videos {
    --columns: 1 !important;
  }
}

@media (min-width: 1200px) {
  .post-grid.-videos {
    --gap-y: 3.5rem;
  }
  .post-grid .-full-row {
    margin-bottom: calc( 2 * var(--gap-y) );
  }
}

.post-grid .-full-row {
  grid-column: span var(--columns);
}

@media (max-width: 1199px) {
  .post-grid {
    --columns: 3;
    --gap: 2rem;
  }
}

@media (max-width: 767px) {
  .post-grid {
    --columns: 2;
    --gap: 2rem;
  }
}

@media (max-width: 459px) {
  .post-grid {
    --columns: 1;
    --gap: 2rem;
  }
}

.section-related-posts .post-grid {
  margin-top: 0;
}


.card-post {
  display: block;
}

.card-post.-is-featured {
  display: grid;
  grid-template-columns: calc(50% - 0.5 * var(--gap, 1rem)) 1fr;
  gap: 8rem;
  align-items: center;
}

@media (min-width: 768px) {
  .card-post.-is-inline {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 3rem;
    align-items: start;
    align-items: flex-start;
  }
}

.card-post__thumbnail {
  position: relative;
  margin: 0;
}

.card-post__thumbnail:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 83.75%;
}

.card-post__thumbnail.-video:before {
  padding-top: 56.25%;
}

.card-post.-is-featured .card-post__thumbnail:before,
.card-post.-is-inline .card-post__thumbnail:before {
  padding-top: 67.75%;
}

.card-post__thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.card-post__thumbnail iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.card-post__body {
  padding-top: 1.6rem;
}

.card-post.-video .card-post__body {
  max-width: 680px;
  width: 100%;
}

@media (min-width: 768px) {
  .card-post.-is-inline .card-post__body {
    padding-top: 0;
  }
}




.card-post__body__title {
  font-size: 1.375rem;
  line-height: 1.25;
  margin-bottom: .25rem;
}

.card-post.-video .card-post__body__title {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-post.-video .card-post__body__title {
    font-size: 1.5rem;
  }
}

.card-post.-is-featured .card-post__body__title {
  font-size: 2.25rem;
}

.card-post__body__title a {
  color: inherit;
  text-decoration: none;
}

.card-post__body__title a:hover {
  text-decoration: underline;
}

.card-post__body__excerpt {
  line-height: 1.66;
  margin-bottom: .75rem;
}

.card-post__body__excerpt > * {
  margin: 0;
  font-size: inherit;
}

.card-post.-is-featured .card-post__body__excerpt {
  font-size: 1.25rem;
}




.card-post__body__meta {
  margin-bottom: .875rem;
}

.card-post__body__meta .date {
  color: rgba(1, 22, 56, 0.6);
}

.card-post__body__meta .tag-badge {
  color: #5ABFE8;
  text-transform: uppercase;
}


.card-post__body__link {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.card-post__body__link svg {
  height: .8em;
  width: auto;
  margin-left: .5em;
}



.card-post.-is-featured .card-post__body {
  padding-top: 0;
}


@media (max-width: 1199px) {
  .card-post.-is-featured {
    gap: 4rem;
  }
  
  .card-post.-is-featured .card-post__body__excerpt {
    font-size: 1.125rem;
  }
  
  .card-post.-is-featured .card-post__body__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  .card-post.-is-featured {
    gap: 2rem;
    align-items: flex-start;
  }
  
  .card-post.-is-featured .card-post__body__excerpt {
    font-size: 1rem;
  }
  
  .card-post.-is-featured .card-post__body__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .card-post.-is-featured {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  
  .card-post.-is-featured .card-post__body__excerpt {
    font-size: 1rem;
  }
  
  .card-post.-is-featured .card-post__body__title {
    font-size: 1.75rem;
  }
}

/** Search */

.hs-search-results__listing {
  width: 100%;
  max-width: 800px;
  display: grid;
  gap: 1.5rem
}

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

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

.hs-search-results__description {
  margin-bottom: 0;
  padding-top: .5rem;
  font-size: .875rem;
}
/* Error pages */

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

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

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

/* System pages */

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

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

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

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  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;
}

/* Password prompt */

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

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

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

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
#email-prefs-form .page-header {
  margin-bottom: 2.5rem;
}


.email-prefs .item .fakelabel {
  font-weight: 500;
}

.email-prefs .item + .item {
  margin-top: 1rem;
}

.email-prefs .item-inner {
  padding: .75em .75em .75em 2.5em;
  position: relative;
  border: 1px solid rgba(1,22,56,.2);
  border-radius: .5em;
  background-color: transparent;
  cursor: pointer;
}

.email-prefs .item-inner input {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 1em;
  left: .75em;
}

.email-prefs .item-inner p {
  margin-bottom: 0;
}

.email-prefs .item-inner.hovered,
.email-prefs .item-inner.selected {
  border-color: #5abfe8;
  background-color: rgba(90,191,232,.25);
}

.email-prefs .subscribe-options {
  margin-top: 1.5rem;
}

.email-prefs .subscribe-options .header {
  margin-bottom: .75rem;
}

.email-prefs .subscribe-options label {
  font-size: 1rem;
  margin-bottom: 0;
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

html {
  font-size: 16px;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 23px;
  
  font-family: 400;
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  
  border-radius: 3px;
  border: 0;
  
  transition: all 0.25s ease;
}

button:hover,
.button:hover,
button:focus,
.button:focus{
  color: #fff;
}

/* primary */
.button.-style-primary {
     background-color: #5ABFE8;
 }
.button.-style-primary:hover,
.button.-style-primary:focus{
     background-color: rgba(10, 111, 152, 1);
 }

/* secondary */
.button.-secondary-primary {
     background-color: #011638;
 }
.button.-secondary-primary:hover,
.button.-secondary-primary:focus{
     background-color: rgba(0, 0, 0, 1);
 }


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



.cta_button {
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.cta_button i {
  text-decoration: none;
  margin-left: .5em;
  transition: transform .25s ease;
}


.cta_button:hover,
.cta_button:focus {
  background-color: var(--background-color-hover) !important;
  border-color: var(--border-color-hover) !important;
  color: var(--color-hover) !important;
}

.cta_button:hover i,
.cta_button:focus i {
  transform: translateX(25%);
}



.scroll-to-top {
  position: fixed;
  z-index: 200;
  right: 1.5rem;
  bottom: 1.5rem;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.75rem);
  transition: all .25s ease;
  box-shadow: 0px 5.43158px 16px -5.43158px rgb(24 39 75 / 4%), 0px 9.05263px 36px -3.62105px rgb(24 39 75 / 5%);
}
.scroll-to-top.-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: .75rem 1.5rem;
  width: 100% !important;
  border: 1px solid rgba(1, 22, 56, 0.2);
  border-radius: 3px;
}

form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #5ABFE8;
  outline: none;
}

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

.hs-form-field .input {
  margin-right: 0 !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  height: auto !important;
  cursor: pointer;
  margin-right: 0.35rem;
}

.hs-form-checkbox label {
  margin-bottom: 0 !important;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p:not(:last-child) {
  margin: 0 0 1rem;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: .875rem !important;
}

form .hs-richtext > *:last-child {
  margin-bottom: 0 !important;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container {
  font-size: .875rem;
  color: rgba(1, 22, 56, 0.4);
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-size: .75rem;
}

/* Submit button */
.hs-submit {
  margin-top: 1.5rem;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  height: 46px;
  padding: 0 23px;
  
  font-family: 400;
  font-size: 1.125rem;
  color: #fff;
  
  border-radius: 3px;
  border: 0;
  
  transition: all 0.25s ease;
  
  background-color: #011638;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
     background-color: rgba(0, 0, 0, 1);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



.form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form-columns-2 .hs-form-field {
  width: auto !important;
  float: none !important;
}

@media (max-width: 575px) {
  .form-columns-2 {
    display: block;
  }
}

.hs-form-booleancheckbox-display {
  padding-left: 2rem;
  display: block;
  position: relative;
  line-height: 1.25;
  margin: 0 !important;
}

.hs-form-booleancheckbox-display * {
  margin-left: 0 !impotant;
  font-size: inherit !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0 !important;
}

.legal-consent-container {
  display: grid;
  gap: 1em;
}

.legal-consent-container .hs-richtext {
  margin-bottom: 0;
}

.legal-consent-container .hs-field-desc.checkbox-desc {
  font-size: .75rem !important;
  padding-left: 2rem;
  margin: 0 !important;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 0 !important;
}

.legal-consent-container .hs-field-desc.checkbox-desc > * {
  font-size: inherit !important;
}

.legal-consent-container .hs-field-desc.checkbox-desc > *:last-child {
  margin-bottom: 0 !important;
}

.hs-form-booleancheckbox-display .hs-input {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: .125em;
  left: 0;
}



form .inputs-list li:first-child {
  margin-top: 0 !important;
}

form .inputs-list li:last-child {
  margin-bottom: 0 !important;
}







.submitted-message {
  padding: 1.5rem 1rem;
  color: #006458;
  font-size: 125%;
  text-align: center;
}

.submitted-message p:last-child {
  margin-bottom: 0;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.section {
  background-repeat: no-repeat;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

:root {
  --wibsite-header-height: 120px;
}

@media (max-width: 1199px) {
  :root {
    --wibsite-header-height: 100px;
  }
}

@media (max-width: 575px) {
  :root {
    --wibsite-header-height: 80px;
  }
}

.website-header {
  height: var(--wibsite-header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(1,22,56,0.75) 0%, rgba(1,22,56,0) 100%);
}

.website-header.-style-dark {
  color: #011638;
  background: none;
}

.website-header__skip {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  opacity: 0;
  transition: opacity .25s ease;
  opacity: 0;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 0.7em 1.5em;
  border: 1px solid currentColor;
  background-color: #fff;
  color: currentColor;
}

.website-header__skip:focus {
  opacity: 1;
  top: .5rem;
  left: .5rem;
  transform: translate(0, 0);
  outline: 2px solid currentColor;
  text-decoration: none;
}

.website-header__layout {
  display: grid;
  grid-template-columns: 19rem 1fr 19rem;
  gap: 2rem;
  align-items: center;
}


.website-header__logo .widget-type-logo {
  width: 200px;
  max-width: 100%;
}

.website-header__logo .widget-type-logo img {
  display: block;
  width: 100% !important;
  height: auto;
}

.website-header__menu {
  font-size: 1.125rem;
  line-height: 1.25;
}

.website-header__menu .hs-menu-wrapper ul {
  justify-content: center;
  gap: .5rem 2rem;
}

.website-header__menu .hs-menu-item a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: .5em 0;
}

.website-header__menu .hs-menu-item a:hover {
  text-decoration: underline;
}

.website-header__menu .hs-item-has-children {
  position: relative;
}

.website-header__menu .hs-item-has-children > a {
  padding-right: .75em;
  position: relative;
}

.website-header__menu .hs-item-has-children > a:after {
  content: '';
  width: .35em;
  height: .35em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateY(-.075em) rotate(45deg);
}

.website-header__menu .hs-item-has-children ul {
  font-size: 1rem;
  left: 0;
  background-color: #F5F8FA;
  color: #011638;
  border-radius: .25rem;
  padding: .5rem 0;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .25);
  gap: 0;
  min-width: 180px;
}

.website-header__menu .hs-item-has-children ul a {
  padding: .5em 1.25em;
}

.website-header__menu .hs-item-has-children ul a:hover {
  background-color: #F5F8FA;
}



.website-header__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
}

.website-header__actions .cta_button {
  white-space: nowrap;
}

.website-header__actions__toggle-menu {
  font-size: 1.125rem;
  padding: .7em;
  height: auto;
  line-height: 1;
  background-color: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.website-header__actions__toggle-menu:focus {
  color: inherit;
  opacity: .85;
}

.website-header__actions__toggle-menu svg {
  height: 1em;
  width: auto;
  display: block;
}


@media (min-width: 1200px) {
  .website-header__actions__toggle-menu {
    display: none;
  }
  
  .website-header__menu {
    display: block !important;
  }
  
  .website-header__mobile {
    display: none !important;
  }
}


@media (max-width: 1399px) {
  .website-header__logo .widget-type-logo {
    max-width: 150px;
  }
  
  .website-header__menu {
    font-size: 1rem;
  }
  
  .website-header__actions .cta_button,
  .website-header__actions__toggle-menu {
    font-size: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .website-header.-is-expanded {
    background-color: #011638;
  }
  
  .website-header.-style-dark.-is-expanded {
    background-color: #ffffff;
  }
  
  .website-header__layout {
    grid-template-columns: 10rem 1fr;
    gap: 1.5rem;
  }
  
  .website-header__menu {
    display: none;
  }
  
  .website-header__actions {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .website-header__actions {
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .website-header__actions .widget-type-cta {
    display: none;
  }
}


.website-header__mobile {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #011638;
  color: #fff;
  padding: 2rem 0;
}

.website-header.-style-dark .website-header__mobile {
  color: #011638;
  background-color: #fff;
}

.website-header__mobile .widget-type-menu {
  font-size: 1.25rem;
}

.website-header__mobile .widget-type-menu ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.website-header__mobile .widget-type-menu ul ul {
  display: block !important;
  padding-left: 1em !important;
  position: static !important;
  opacity: 1 !important;
  margin-top: .5em !important;
  border-left: 2px solid currentColor;
}

.website-header__mobile .widget-type-menu ul a {
  color: inherit;
  text-decoration: none;
}

.website-header__mobile .widget-type-menu ul .hs-menu-item:not(:last-child) {
  margin-bottom: .5em;
}

.website-header__mobile .widget-type-menu ul a:hover {
  text-decoration: underline;
}

.website-header__mobile__actions {
  display: flex;
  margin-top: 2rem;
  justify-content: flex-start;
  gap: .5rem 2rem;
}



.body-container:not(.body-container--landing-page) .dnd-section.row-depth-1.row-number-1 .section:before,
.section-sysem:before,
.section-hero-post:before {
  content: '';
  display: block;
  height: var(--wibsite-header-height, 0px);
  width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.website-banner {
  padding: .75rem 0;
  background-color: #5abfe8;
  color: #011638;
  text-align: center;
}

.website-banner .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.website-banner a {
  color: inherit;
}


.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 1rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  transition: all .2s ease-out;
}

.-scrolled {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: rgba(11,22,56,1);
}

@media (max-width: 1269.98px) {
  .site-header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1269.98px) {
  .site-header.-style-dark .site-header-menu {
    background-color: #FAFAFA;
  }
}

.site-header-layout {
  display: grid;
  grid-template-columns: 15.625rem 1fr 15.625rem;
  grid-template-areas: "logo menu actions";
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
}
@media (max-width: 1269.98px) {
  .site-header-layout {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
}

@media (max-width: 500px) {
  .site-header-layout {
    gap: .5rem;
  }
}

/* Left side */ 
.site-header-logo {
  grid-area: logo;
}
@media (max-width: 1269.98px) {
  .site-header-logo {
    position: relative;
    z-index: 101;
  }
}

/* Right side */
.site-header-actions {
  grid-area: actions;
}


@media (max-width: 500px) {
  .site-header-actions .cta_button {
    font-size: 1rem !important;
  }
}

@media (max-width: 400px) {
  .site-header-actions .cta_button {
    font-size: .875rem !important;
  }
}


/* LOGO */ 
.site-header .primary-logo {
  width: 12rem;
  color: inherit;
  display: block;
  max-width: 100%;
}

@media (max-width: 500px) {
  .site-header .primary-logo {
    width: 7rem;
  }
}
.site-header .primary-logo img {
  display: block;
  width: 100%;
  height: auto;
}



.heading-block {
  position: relative;
}
.heading-block:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .heading-block:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.heading-block-title {
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .heading-block br {
    display: none;
  }
}

mark {
  background: none;
  color: #5ABFE8 !important;
}

.heading-block-label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .125em;
}

.heading-block-label + .heading-block-title,
.heading-block-label + .heading-block-body,
.heading-block-label + .heading-block-footer {
  margin-top: 1rem;
}

.heading-block-title + .heading-block-body,
.heading-block-title + .heading-block-footer,
.heading-block-body + .heading-block-footer {
  margin-top: 1.5rem;
}

.heading-block-label + .heading-block-title {
  margin-top: 1rem;
}

.heading-block-body > *:last-child {
  margin-bottom: 0;
}

.heading-block-body {
  font-size: 1.125rem;
  line-height: 1.66;
}

.heading-block-body p {
  font-size: inherit;
}

.heading-block-body blockquote {
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  padding: 0;
}

.heading-block-body blockquote strong {
  flex-shrink: 0;
  margin-right: 2rem;
  font-size: 4.5rem;
  line-height: 1;
  color: #5ABFE8;
}

/* LISTS */

.heading-block-body ul {
  padding: 0;
  list-style-type: none;
}
.heading-block-body ul li {
  margin-bottom: 1rem;
}
.heading-block-body ul li:last-child {
  margin-bottom: 0rem;
}
.heading-block-body ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.4rem;
    max-width: 2rem;
}

/* FOOTER */
.heading-block-footer {
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.ob-video {
  position: relative;
}

.ob-video:before {
  content: '';
  width: 100%;
  padding-top: 56.5%;
  display: block;
}

.ob-video__embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ob-video__play {
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, opacity .25s ease;
}

.ob-video__play:hover {
  background-color: #fff;
  color: #000;
}


.ob-video__play svg {
  height: 1em;
  width: auto;
  display: block;
}

.ob-video.-is-playing .ob-video__play {
  opacity: 0;
}

.ob-video.-is-playing:hover .ob-video__play {
  opacity: 1;
}
/* 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.website-footer {
  
}

.website-footer__top {
  padding: 75px 0 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  align-items: flex-start;
  gap: 2rem;
}

.website-footer__menus {
  --gap: 75px;
  --columns: 3;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: calc( 0.5 * var(--gap) ) var(--gap);
}


@media (max-width: 1199px) {
  .website-footer__top {
    padding: 4rem 0;
    grid-template-columns: .8fr 1.2fr;
  }
  
  .website-footer__menus {
    --gap: 3rem;
  }
  
  .website-footer-about {
    font-size: .875rem;
  }
}

@media (max-width: 767px) {
  .website-footer__top {
    padding: 3rem 0;
    grid-template-columns: 1fr;
  }
  
  .website-footer__menus {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) { 
  .website-footer__menus {
    --columns: 2;
    --gap: 2rem;
    
    gap: var(--gap);
  }
}


.website-footer-logo {
  width: 150px;
  margin-bottom: .5rem;
}

.website-footer-logo a {
  display: block;
}

.website-footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.website-footer-about p {
  font-size: inherit;
  line-height: inherit;
}

.website-footer-subscribe {
  margin-top: 3rem;
  width: 100%;
  max-width: 490px;
}

.website-footer-subscribe .form-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.website-footer-subscribe .hs-form {
  display: grid;
  gap: 12px;
}

.website-footer-subscribe .hs-form .form-columns-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 575px) {
  .website-footer-subscribe .hs-form .form-columns-2 {
    grid-template-columns: 1fr;
  }
}

.website-footer-subscribe .hs-email,
.website-footer-subscribe .hs-submit,
.website-footer-subscribe .hs-firstname,
.website-footer-subscribe .hs-lastname,
.website-footer-subscribe .hs-subscriptions{
  margin: 0 !important;
}

.website-footer-subscribe .hs_error_rollup {
  width: 100%;
  order: 3;
  margin-top: .5rem;
  color: #E44025;
  font-size: 80%;
}

.website-footer-subscribe .hs-email {
  flex-grow: 1
}

.website-footer-subscribe .hs-email label,
.website-footer-subscribe .hs-firstname label,
.website-footer-subscribe .hs-lastname label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.website-footer-subscribe .hs-submit {
  flex-shrink: 0;
}

.website-footer-subscribe .hs-input,
.website-footer-subscribe .hs-button {
  height: 46px;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .website-footer-subscribe .hs-input,
  .website-footer-subscribe .hs-button {
    font-size: .875rem;
    padding: 0 .75rem;
  }
}

@media (max-width: 767px) {
  .website-footer-subscribe {
    max-width: 100%;
    margin-top: 2rem;
  }
}



.website-footer-menu {
  font-size: 1.125rem;
  width: calc( 100% / var(--columns, 1) - var(--gap, 0) * (var(--columns, 1) - 1) / var(--columns, 1) );
}

.website-footer-menu h3 {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: .5rem;
}

.website-footer-menu h3 + .widget-type-menu {
  color: #677388;
}

.website-footer-menu a {
  color: inherit;
  text-decoration: none;
}

.website-footer-menu a:hover {
  text-decoration: underline;
  color: #011638;
}

.website-footer-menu .hs-menu-item + .hs-menu-item {
  margin-top: .5rem;
}


@media (max-width: 1199px) {
  .website-footer-menu {
    font-size: .875rem;
  }
}




.website-footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.website-footer-socials > span {
  margin-right: 2rem;
}

.website-footer-socials .social-links {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.website-footer-socials .social-links__icon {
  padding: 0 !important;
}

.website-footer-socials .social-links__icon-wrapper {
  margin: 0 !important;
  color: #011638;
}

.website-footer-socials .social-links__icon-wrapper svg {
  height: 1.125rem;
  width: auto;
}


@media (max-width: 767px) {
  .website-footer-socials {
    justify-content: flex-start;
  }
}



.website-footer__bottom {
  display: flex;
  align-items: baseline;
  padding-bottom: 3rem;
  color: #99A2AF;
}

.website-footer__bottom__menu {
  margin-left: auto;
}

.website-footer__bottom__menu a {
  color: inherit;
}

.website-footer__bottom__menu a:hover {
  color: #011638
}

.website-footer__bottom__menu ul {
  gap: .75rem 4rem;
}


@media (max-width: 1199px) {
  .website-footer__bottom {
    font-size: .875rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 992px) {
  .website-footer__bottom__menu ul {
    gap: .75em 2em;
  }
}

@media (max-width: 767px) {
  .website-footer__bottom {
    flex-wrap: wrap;
  }
  
  .website-footer__bottom__copyright {
    width: 100%;
    text-align: center;
  }
  
  .website-footer__bottom__menu {
    margin: .75rem auto 0;
  }
  
  .website-footer__bottom__menu ul {
    justify-content: center;
    flex-direction: row !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.footer {
  padding: 1.25rem 0;
  background-color: #fff;
}

.footer__layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}

.footer .hs-menu-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: .5rem 2rem;
  justify-content: flex-end;
}

.footer .hs-menu-wrapper ul a {
  color: inherit;
  text-decoration: none;
}

.footer .hs-menu-wrapper ul a:hover {
  opacity: .75;
  text-decoration: underline;
}

.footer .hs-image-widget {
  display: inline-block;
  width: 180px !important;
  height: auto;
}

@media (max-width: 767px) {
  .footer__layout {
    display: block;
  }
  
  .footer__layout__logo {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .footer .hs-menu-wrapper ul {
    flex-direction: row;
    justify-content: center;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.swiper-button {
  width: 1.75rem !important;
	height: 1.75rem !important;
	color: currentColor !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
  transition: all .25s ease;
}

.swiper-button svg {
  display: block;
  height: 1.25rem;
  width: auto;
}
	

	

.swiper-button:hover {
  color: #011638 !important;
}
		


.swiper-button::after {
  display: none;
}

/* Oak and Bluebird components */
.members-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6rem;
}


.members-list .card-member {
  width: 100%;
  margin: 3rem 0;
}

@media (min-width: 1000px) {
  .members-list .card-member {
    width: calc(50% - 2rem);
  }
  .members-list .card-member:nth-child(2n + 1) {
    margin-top: 6rem;
  }
}

@media (min-width: 1400px) {
  .members-list .card-member {
    width: calc(50% - 3rem);
  }
}


.card-member {
  border-radius: 9px;
  background: #fff;
  position: relative;
  
  padding: 5rem 1.5rem 2rem;
  width: 37.5rem;
  max-width: 100%:
}

@media (min-width: 400px) {
  .card-member {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 500px) {
  .card-member {
    padding: 7rem 3.2rem 3.2rem;
  }
}

.card-member p:last-child {
  margin-bottom: 0 !important;
}

.card-member strong,
.card-member b {
  font-weight: 500;
}

.card-member_avatar {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 1.5rem;
  transform: translateY(-50%);
}

@media (min-width: 500px) {
  .card-member_avatar {
    width: 8rem;
    height: 8rem;
    left: 2rem;
  }
}
@media (min-width: 1200px) {
  .card-member_avatar {
    width: 10rem;
    height: 10rem;
  }
}

.card-member_avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-member_name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: .25rem;
}

.card-member_name_name {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* position */


/* decorations */
.decoration-shapes {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translate(-50%, 0);
  width: 32vw;
  height: auto;
}
.decoration-shapes.-right {
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(50%, 0);
}
.card-story {
  border-radius: 9px;
  background: var(--bg-gray);
  position: relative;
  
  padding: 3.185rem;
  margin: 0 0 1rem;
  width: 37.5rem;
  max-width: 100%;
}

.card-story:last-child {
  margin-bottom: 0 !important;
}
.card-story:first-child {
  margin-top: 0 !important;
}

@media (max-width: 1400px) {
  .card-story {
    width: 32rem;
  }
}

@media (max-width: 1200px) {
  .card-story {
    width: 32rem;
    margin: 2rem auto;
  }
}

@media (max-width: 992px) {
  .card-story {
    width: 30rem;
    max-width: calc(100% - 4rem);
  }
}

@media (max-width: 767px) {
  .card-story {
    margin: 4rem auto;
  }
}

@media (max-width: 400px) {
  .card-story {
    padding: 4rem 2rem;
    max-width: 100%;
  }
}



.card-story p:last-child {
  margin-bottom: 0 !important;
}

.card-story strong,
.card-story b {
  font-weight: 500;
  font-size: 1.125rem;
}

.card-story_image {
  display: block;
  max-width: 19rem;
  position: absolute;
  bottom: calc(100% + 2rem);
  left: 0;
  margin-bottom: .5rem;
}

@media (max-width: 1200px) {
  .card-story_image {
    max-width: 14rem;
    left: calc(100% + 1rem);
    bottom: calc(100% - 4rem);
  }
}

@media (max-width: 992px) {
  .card-story_image {
    max-width: 10rem;
    left: calc(100% - 2rem);
  }
}

@media (max-width: 767px) {
  .card-story_image {
    position: relative;
    margin-top: -8rem;
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    right: auto !important;
  }
}

/* position */

@media (min-width: 1200px) {
  
  .card-story:nth-child(2n+2) {
    margin-left: auto;
    margin-right: 0;
  }
  .card-story:nth-child(2n+2) .card-story_image {
    left: auto;
    right: 0;
  }
  
  .card-story:nth-child(2n+3) {
    margin: 6rem auto
  }
  
  .card-story:nth-child(2):before {
    display: block;
    content: '';
    position: absolute;
    right: calc(100% - 9rem);
    bottom: calc( 100% + 4rem);
    width: 17rem;
    height: 10rem;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='275' height='172' viewBox='0 0 275 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999939 3.42653C0.999939 3.42653 106 -14.074 187 44.9265C268 103.927 274 171.427 274 171.427' stroke='black' stroke-opacity='0.1'/%3E%3C/svg%3E%0A");
  }
  
}

@media (max-width: 1400px) {
  .card-story:nth-child(2):before {
    width: 12rem;
    right: calc(100% - 10rem);
    bottom: calc( 100% + 3rem);
  }
}

.card-story:nth-child(2n+3) .card-story_image{
  left: auto;
  right: calc(100% + 2rem);
  bottom: calc(100% - 4rem);
}

@media (max-width: 1200px) {
  
  .card-story:nth-child(2n+3) .card-story_image{
    left: auto;
    right: calc(100% + 1rem);
  }
  
}

@media (max-width: 992px) {
  
  .card-story:nth-child(2n+3) .card-story_image{
    right: calc(100% - 2rem);
  }
  
}

@media (max-width: 767px) {
  .card-story:nth-child(2n+3) .card-story_image{
    margin-left: auto;
    margin-right: 0;
  }
}
.steps-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.steps-list_col {
  width: 33.33%;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem;
  position: relative;
}
.steps-list_col.-sm {
  width: 25%;
}


/* arrow after */

.steps-list_col:after {
  content: '';
  display: block;
  position: absolute;
  right: -.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2.16428L6.17173 8.57919L0.041022 15.0758L1.62448 16.7L9.50096 8.6608L1.70555 0.5L0 2.16428Z' fill='%23011638' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
}

@media (max-width: 992px) {
  .steps-list_col {
    width: 50%;
  }
  .steps-list_col.-sm {
    width: 33.3%;
    padding: 1rem .5rem;
  }
}

@media (max-width: 767px) {
  .steps-list_col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .steps-list_col.-sm {
    width: 50%;
  }
  .steps-list_col:after {
    top: 100%;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
  }
}

@media (min-width: 993px) {
  .steps-list_col:not(.-sm):nth-child(3n):after {
    display: none;
  }
  .steps-list_col.-sm:nth-child(4n):after {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 992px) {
  .steps-list_col:not(.-sm):nth-child(2n):after {
    display: none;
  }
  .steps-list_col.-sm:nth-child(3n):after {
    display: none;
  }
}

.steps-list_col:last-child:after {
  display: none;
}

/* end arrow after */




.step-card {
  box-shadow: 0px 4.63671px 13.6585px -4.63671px rgba(24, 39, 75, 0.2);
  background: #FFFFFF;
  border-radius: 6px;
  width: 21rem;
  max-width: calc(100% - 2rem);
  min-height: 110px;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.step-card.-center {
  text-align: center;
  justify-content: center;
}

.step-card p {
  line-height: 1.25;
  font-size: 1.375rem;
}
.step-card p:last-child {
  margin-bottom: 0;
}

.step-card.-sm {
  padding: 1rem 1.5rem;
}
.step-card.-sm p {
  font-size: 1.25rem;
}
@media (max-width: 1400px) {
  .step-card.-sm p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1100px) {
  .step-card.-sm p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .step-card.-sm  {
    max-width: 100%;
  }
  .step-card.-sm br {
    display: none;
  }
}
@media (max-width: 440px) {
  .step-card.-sm p {
    font-size: .875rem;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.card-testimonial {
  position: relative;
}

.card-testimonial .ob-video:before {
  padding-top: 130%;
}

.card-testimonial .ob-video__embed {
  object-fit: cover;
  object-position: center;
}

.card-testimonial__overlay {
  padding: 2rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 90%)
}

.card-testimonial__overlay p {
  font-size: inherit;
}

.card-testimonial__overlay p:last-child {
  margin-bottom: 0;
}

.card-testimonial__sticker {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 150px;
  max-width: 40%;
}
.card-testimonial__sticker img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1399px) {
  .card-testimonial__overlay {
    padding: 1.5rem 1rem;
    font-size: .875rem;
  }
}

@media (max-width: 575px) {
  .card-testimonial__overlay {
    padding: 1rem;
    line-height: 1.25;
    font-size: calc(0.6rem + .75vw)
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.features {
  --gap: 1.5rem;
  --columns: 4;
    
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}

.features .card-feature {
  flex-basis: calc( 100% / var(--columns) - var(--gap) * (var(--columns) - 1) / var(--columns));
  flex-grow: 1;
  flex-shrink: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .features.-odd {
    --columns: 3;
  }
  .features.-even {
    --columns: 2;
  }
}

@media (max-width: 767px) {
  .features {
    --columns: 2;
  }
}

@media (max-width: 575px) {
  .features {
    --columns: 1;
  }
}


.card-feature {
  background: #FFFFFF;
  box-shadow: 0px 5.43158px 16px -5.43158px rgba(24, 39, 75, 0.04), 0px 9.05263px 36px -3.62105px rgba(24, 39, 75, 0.05);
  border-radius: 8px;
  padding: 2rem 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-feature {
    padding: 1.25rem;
  }
}

@media (max-width: 576px) {
  .card-feature {
    padding: 2rem 1.5rem;
  }
}

.card-feature__icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem 0;
}

.card-feature__icon img {
  display: block;
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}

.card-feature__title {
  margin: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.card-feature__title:last-child {
  margin-bottom: 0;
}

.card-feature__content {
  line-height: 1.66;
  width: 100%;
}

@media (min-width: 1200px) {
  .card-feature__content {
    max-width: 300px;
  }
}

.card-feature__content p:not(:last-child) {
  margin-bottom: .75em;
}

.card-feature__content p:last-child {
  margin-bottom: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.card-review__author {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-review__author__logo {
  width: 160px;
  max-width: 35%;
  margin-left: auto;
  flex-shrink: 0;
}

.card-review__author__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .card-review__author {
    display: block
  }
  
  .card-review__author__logo {
    margin-top: 1rem;
    margin-left: 5rem;
    max-width: 50%;
  }
}


.card-review__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.card-review__body {
  line-height: 1.66;
}

.card-review__features {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-weight: 500;
}

.card-review__features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.25;
}
.card-review__features ul li {
  position: relative;
}

.card-review__features ul li:not(:last-child) {
  margin-bottom: 1em;
}

.card-review__features table {
  margin: 0;
  font-weight: 400;
}


@media (max-width: 575px) {
  .card-review__title {
    font-size: 1.25rem;
  }
  
  .card-review__body {
    line-height: 1.5;
  }
  
  .card-review__features table {
    font-size: 80%;
  }
}

.card-review__body > *:last-child {
  margin-bottom: 0;
}

.card-review.-has-cover {
  position: relative;
  padding: 2.5rem;
  padding-left: calc( 40% + 2.5rem );
}

.card-review__cover {
  width: 40%;
  height: 100%;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card-review__cover img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .card-review.-has-cover {
    padding: 1.5rem;
    padding-left: calc( 40% + 1.5rem );
  }
}

@media (max-width: 767px) {
  .card-review.-has-cover {
    padding: 1.5rem;
  }
  
  .card-review__cover {
    width: calc( 100% + 3rem );
    position: static;
    margin: -1.5rem -1.5rem 0 -1.5rem;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}







.v-card {
  display: flex;
  align-items: flex-start;
}

.v-card__avatar {
  width: 4rem;
  height: 4rem;
  margin: 0 1rem 0 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.v-card__avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.v-card__content {
  flex-grow: 1;
  line-height: 1.25;
  padding-top: .5rem;
}

.v-card__content__name {
  font-size: 1.125rem;
  font-weight: 500;
}

.v-card__content__desc {
  margin-top: .25rem;
}

.v-card__content__rating {
  margin-top: .45rem;
}

.v-card__content__rating svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
}

.list-socials:last-child {
  margin-bottom: 0;
}

.list-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ECF0F5;
  border-radius: 50%;
  color: inherit;
}

.list-socials li a svg {
  display: block;
  height: 1.125rem;
  width: auto;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.list-check,
.list-uncheck {
  list-style: none;
  padding: 0;
}

.list-check li,
.list-uncheck li {
  padding-left: 2.33em;
  position: relative;
}

.list-check li:not(:last-child),
.list-uncheck li:not(:last-child) {
  margin-bottom: .25em;
}

.list-check li:before,
.list-uncheck li:before {
  content: '';
  width: 1.33em;
  height: 1.33em;
  position: absolute;
  top: 0.15em;
  left: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.list-check li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='%23E4F0F8'/%3E%3Cpath d='M9.898 15.304 6 11.55l.732-.74 3.17 3.034 6.37-6.152.728.743-7.102 6.87Z' fill='%23686B70'/%3E%3C/svg%3E");
}

.list-uncheck li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='32' height='32' xml:space='preserve'%3E%3Ccircle cx='16' cy='16' fill='%23f8e8e8' r='16'/%3E%3Cpath class='st1' d='M22 23 9 10l1-1 13 13-1 1z'/%3E%3Cpath class='st1' d='m10 23-1-1L22 9l1 1-13 13z'/%3E%3C/svg%3E");
}

.columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 6rem;
  align-items: center;
  font-size: 1.125rem;
}

.columns.y-top {
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .columns {
    gap: 2rem 4rem;
  }
}

@media (max-width: 1200px) {
  .columns {
    display: block;
  }
  .left-column,
  .right-column {
    width: 52rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .left-column {
    margin-bottom: 4rem;
  }
  .column-image {
    display: block;
    width: 32rem;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .reviews {
    width: 100% !important;
  }
  
  .column-image > img {
    width: 100%;
  }
  
  .reviews:before {
    display: none;
  }
}

.columns .heading-block-body {
  width: 36rem;
  max-width: 100%;
}

.columns .heading-block.-short {
    width: 36rem;
  max-width: 100%;
}

@media (max-width: 1400px) {
  .columns .heading-block.-short {
    width: 32rem;
}
}


/* IMAGE */
.column-image {
  position: relative;
  margin: 0 auto;
}
.column-image > img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* CARDS OVER IMAGE */
.column-image .card-icon {
  display: flex;
  align-items: center;
  
  background-color: #fff;
  box-shadow: 0px 5.43158px 16px -5.43158px rgba(24, 39, 75, 0.04), 0px 9.05263px 36px -3.62105px rgba(24, 39, 75, 0.05);
  border-radius: 8px;
  
  padding: 1.25rem 1.4rem;
  width: auto;
  max-width: 19rem;
  
  position: absolute;
  left: 0;
  top: 40%;
}

.column-image .card-icon:nth-child(1) {
  top: 10%;
  left: -2rem;
}

.column-image .card-icon:nth-child(2) {
  top: 60%;
  left: auto;
  right: 10%;
}

.column-image .card-icon:nth-child(3) {
  top: 80%;
  left: -3rem;
}

.column-image .card-icon img {
  margin-right: 1.4rem;
  width: 2rem;
  height: auto;
}

.column-image .card-icon p {
  margin-bottom: 0;
  line-height: 1.3;
   font-weight: 500;
  font-size: 1.25rem;
}

@media (max-width: 1500px) {
  
  .column-image .card-icon {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .column-image .card-icon:nth-child(1) {
    left: 2rem;
  }

  .column-image .card-icon:nth-child(2) {
    right: 2rem;
  }

  .column-image .card-icon:nth-child(3) {
    left: 4rem;
  }
  
  .column-image .card-icon p {
    font-size: 1.125rem;
  }
}

@media (max-width: 992px) {
  .column-image .card-icon p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .column-image .card-icon img {
    margin-right: 1rem;
    width: 1.5rem;
  }
  
  .column-image .card-icon:nth-child(1) {
    left: 1rem;
  }

  .column-image .card-icon:nth-child(2) {
    right: 1rem;
  }

  .column-image .card-icon:nth-child(3) {
    left: 2rem;
  }
}

@media (max-width: 460px) {
  .column-image .card-icon {
    transform: scale(.8)
  }
  .column-image .card-icon:nth-child(1) {
    left: .25rem;
  }

  .column-image .card-icon:nth-child(2) {
    right: .25rem;
  }

  .column-image .card-icon:nth-child(3) {
    left: .5rem;
  }
}

/* FEATURES */
.features-list {
  display: flex;
  flex-wrap: wrap;
}

.features-list:not(:first-child) {
  margin-top: 1rem;
}

.features-list .feature-item {
  width: 50%;
  padding: 1rem 2rem 1rem 0;
}

.feature-item_image {
  display: block;
  margin-bottom: 1rem;
  width: auto;
  height: 2.1rem;
}
.feature-item_title {
  font-size: 1.25rem;
  margin-bottom: .25rem;
}

.feature-item p:last-child {
  margin-bottom: 0;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


.text-primary {
  color: #5ABFE8
}



.text-secondary {
  color: #011638
}


.text-muted {
  color: background: rgba(1, 22, 56, 0.6);
}
/* icon */ 
.icon {
  width: 2.25em;
  height: auto;
  line-height: 1;
}

.icon.-sm {
  width: 1.75em;
}

.-bg-gray {
  background-color:  var(--bg-gray);
}

.row-fluid [class*='span'] {
  min-height: 0;
}

/* gray round on top*/ 
.section-gray-mask {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 600px) {
  .section-gray-mask + .section > .container {
    padding-top: 3rem;
  }
}

.section .container {
  position: relative;
  z-index: 2;
}


/* List */
.-list-reset {
  list-style-type: none;
  padding: 0;
}

.-list-icons {
  list-style-type: none;
  padding: 0;
}

.-list-icons li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.2rem !important;
}
.-list-icons li img {
  flex-shrink: 0;
  margin-top: .2em;
}


/* decorations */
.decoration-shapes {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  width: 32vw;
  height: auto;
}
.decoration-shapes.-left {
  transform: translate(-50%, 0) rotate(-74deg);
}

.decoration-shapes.-right {
  left: auto;
  right: 0;
  bottom: 10%;
  transform: translate(50%, 0);
}

.decoration-shapes.-left.-variation {
  top: auto;
  bottom: 10%;
  transform: translate(-50%, 0) rotate(-74deg);
}

.decoration-shapes.-right.-variation {
  bottom: auto;
  top: 0;
  transform: translate(50%, 0);
}


/* Spacing */
.sp-top-xxl { padding-top: var(--spacing-xxl) ; }
.sp-top-xl { padding-top: var(--spacing-xl); }
.sp-top-lg { padding-top: var(--spacing-lg); }
.sp-top-sm { padding-top: var(--spacing-sm); }

.sp-bottom-xxl { padding-bottom: var(--spacing-xxl) ; }
.sp-bottom-xl { padding-bottom: var(--spacing-xl); }
.sp-bottom-lg { padding-bottom: var(--spacing-lg); }
.sp-bottom-sm { padding-bottom: var(--spacing-sm); }


/* bg lines */
.-bg-lines {
  background-image: url(//21711114.fs1.hubspotusercontent-na1.net/hubfs/21711114/raw_assets/public/dreamfuel/images/background/bg-lines.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 575px) {
  .-bg-lines {
    background-size: 300% auto;
  }
}

/**/
@media (min-width: 1200px) {
  .negative-heading .heading-block {
    margin-top: -4vw;
  }
}