/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap");
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; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatMedium.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/Jubilat-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/Jubilat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatSemibold-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatSemibold-Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatThin.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat SuperThin';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatSuperThin.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatSuperThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat ExtraThin';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatExtraThin-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatExtraThin-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat Hairline';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatHairline.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatHairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatLight.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/Jubilat-Bold.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/Jubilat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat Hairline';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatHairline-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatHairline-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/Jubilat-BoldItalic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/Jubilat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatMedium-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatExtraLight.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatBlack.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatExtraLight-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatExtraLight-Italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatLight-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatThin-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatThin-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatBlack-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatBlack-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatSemibold.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat ExtraThin';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatExtraThin.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatExtraThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat SuperThin';
  src: url("https://fonts.ocozzio.com/Jubilat/JubilatSuperThin-Italic.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/JubilatSuperThin-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Jubilat';
  src: url("https://fonts.ocozzio.com/Jubilat/Jubilat-Regular.woff2") format("woff2"), url("https://fonts.ocozzio.com/Jubilat/Jubilat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html, body {
  font-family: "nunito sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000059;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

h1 {
  margin-top: 0; }

#page-content section,
#page-footer {
  padding: 80px; }
  #page-content section .container-responsive,
  #page-footer .container-responsive {
    max-width: 1140px; }
  @media (max-width: 992px) {
    #page-content section,
    #page-footer {
      padding: 60px; } }
  @media (max-width: 767px) {
    #page-content section,
    #page-footer {
      padding: 40px; } }

a {
  color: inherit;
  transition: color 0.2s; }
  a:hover {
    text-decoration: none;
    color: #FF6A3D; }

p {
  font-size: inherit; }
  p a {
    font-weight: bolder;
    color: #FF6A3D; }
    p a:hover {
      text-decoration: underline; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "jubilat", serif; }

.sans,
.sansserif,
.sans-serif {
  font-family: "nunito sans", sans-serif; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fill-right, .fill-left {
  position: relative; }

.fill-right:after, .fill-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit; }

.fill-right:after {
  left: 100%; }

.fill-left:before {
  right: 100%; }

#body-wrapper .btn, #body-wrapper .hs-button {
  font-size: 1rem;
  border-radius: 2rem;
  padding: 0.75em 2.25em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "nunito sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid transparent;
  background-clip: border-box;
  will-change: transform;
  background-color: #FF6A3D; }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    background-color: #ff7e57; }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *, #body-wrapper .hs-button:hover, #body-wrapper .hs-button:hover span, #body-wrapper .hs-button:hover .fl-button-text, #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow, #body-wrapper .hs-button.btn-hollow {
    background-color: transparent;
    border-color: #FF6A3D; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *, #body-wrapper .hs-button.btn-hollow, #body-wrapper .hs-button.btn-hollow span, #body-wrapper .hs-button.btn-hollow .fl-button-text, #body-wrapper .hs-button.btn-hollow * {
      color: #FF6A3D; }
    #body-wrapper .btn.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover {
      background-color: #ff7e57;
      border-color: #ff7e57; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *, #body-wrapper .hs-button.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover span, #body-wrapper .hs-button.btn-hollow:hover .fl-button-text, #body-wrapper .hs-button.btn-hollow:hover * {
        color: #FFFFFF; }
  #body-wrapper .btn.btn-large, #body-wrapper .hs-button.btn-large {
    font-size: 20px; }
  #body-wrapper .btn.btn-blue, #body-wrapper .hs-button.btn-blue {
    background-color: #0B89F7; }
    #body-wrapper .btn.btn-blue, #body-wrapper .btn.btn-blue span, #body-wrapper .btn.btn-blue .fl-button-text, #body-wrapper .btn.btn-blue *, #body-wrapper .hs-button.btn-blue, #body-wrapper .hs-button.btn-blue span, #body-wrapper .hs-button.btn-blue .fl-button-text, #body-wrapper .hs-button.btn-blue * {
      color: #FFFFFF; }
    #body-wrapper .btn.btn-blue:hover, #body-wrapper .hs-button.btn-blue:hover {
      background-color: #2495f8; }
      #body-wrapper .btn.btn-blue:hover, #body-wrapper .btn.btn-blue:hover span, #body-wrapper .btn.btn-blue:hover .fl-button-text, #body-wrapper .btn.btn-blue:hover *, #body-wrapper .hs-button.btn-blue:hover, #body-wrapper .hs-button.btn-blue:hover span, #body-wrapper .hs-button.btn-blue:hover .fl-button-text, #body-wrapper .hs-button.btn-blue:hover * {
        color: #FFFFFF; }

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important; }

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #000059;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -7px; }
  .burger-icon::after {
    top: 7px; }

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #000059;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    position: absolute;
    content: ""; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px; }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px; }
  .navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

nav.navbar {
  padding: 40px; }
  nav.navbar > .container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  nav.navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  nav.navbar .navbar-nav {
    margin-left: auto; }
  @media (max-width: 767px) {
    nav.navbar {
      padding: 20px; } }

#primary-nav {
  max-width: 700px;
  width: 100%;
  justify-content: space-between; }

.navbar-nav .nav-link {
  color: #000059 !important;
  margin-left: auto; }

#body-wrapper #page-content h1 {
  font-size: clamp(2.5rem, 4.3875vw, 3.375rem);
  line-height: 1.01;
  font-weight: 500 !important;
  color: #000059;
  font-family: "jubilat", serif; }

#body-wrapper #page-content h2 {
  font-size: clamp(1.8rem, 2.925vw, 2.25rem);
  font-weight: 500 !important;
  font-family: "jubilat", serif; }

#body-wrapper #page-content h3 {
  font-size: clamp(1.4rem, 2.275vw, 1.75rem);
  font-weight: bold !important; }

#body-wrapper #page-content h4 {
  font-size: clamp(1.2rem, 1.95vw, 1.5rem); }

#body-wrapper #page-content h5 {
  font-size: clamp(1.125rem, 1.625vw, 1.25rem); }

#body-wrapper #page-content h6 {
  font-size: clamp(1rem, 1.4625vw, 1.125rem); }

#body-wrapper #page-content p {
  font-size: clamp(1rem, 1.3vw, 1rem); }

#body-wrapper #page-content .light-blue {
  color: #0B89F7 !important; }

#body-wrapper #page-content .primary-blue {
  color: #000059 !important; }

#body-wrapper #page-content .orange {
  color: #FF6A3D !important; }

#body-wrapper #page-content .orange-border-left {
  padding-left: 20px; }

#body-wrapper #page-content .orange-border-left::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #FF6A3D;
  position: absolute;
  left: 0;
  top: 0; }

#body-wrapper #page-content .highlight {
  color: #FF6A3D;
  font-weight: bold; }

#body-wrapper #page-content .image-container {
  max-width: 183px;
  width: 100%;
  margin: 0 auto; }
  #body-wrapper #page-content .image-container img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: white; }

@media (max-width: 992px) {
  #body-wrapper #page-content .info-box {
    display: flex;
    justify-content: space-between;
    align-items: start; }
    #body-wrapper #page-content .info-box .text-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      min-height: 100px;
      height: 100%; } }

@media (max-width: 767px) {
  #body-wrapper #page-content section {
    padding: 40px 10px; }
  #body-wrapper #page-content .container-responsive {
    padding: 20px 10px !important; }
  #body-wrapper #page-content .info-box p {
    max-width: 220px !important;
    width: 100%; } }

#body-wrapper #page-content #hero p {
  font-size: clamp(1.1rem, 1.7875vw, 1.375rem);
  line-height: 1.18;
  margin-bottom:1.5rem; }
#body-wrapper #page-content #hero #hero-video {
    margin: 30px 0;}
#body-wrapper #page-content #hero #hero-video img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);}

#body-wrapper #page-content #hero .header-container {
  max-width: 510px; }
#body-wrapper #page-content #hero {
  padding-top: 50px;}
#body-wrapper #page-content #hero h1 {
  margin-bottom: 1.75rem;}
  @media (max-width: 767px) {
    #body-wrapper #page-content #hero {
      text-align: center;
      padding-top: 0px;}
      #body-wrapper #page-content #hero .header-container {
        max-width: 100%;
        text-align: center;}}

#body-wrapper #page-content #how-ichra-works .container-responsive {
  background-color: #fff7df;
  padding: 60px 40px 70px;
  max-width: 1240px;
  border-radius: 10px; }
#body-wrapper #page-content #how-ichra-works p {
  max-width: 820px;
  width: 100%;
  margin: 1em auto 2em; 
  line-height: 1.3;}
#body-wrapper #page-content #how-ichra-works .row {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;}
#body-wrapper #page-content #how-ichra-works h2 {
  font-size: clamp(1.8rem, 2.925vw, 2rem);
  margin-bottom: 1.5rem;}  

#body-wrapper #page-content #how-ichra-works #missing-piece-flyer {
  max-width: 110%;
  width: 110%;
  margin-left: -5%;}
#body-wrapper #page-content #how-ichra-works #missing-piece-flyer img {
  filter: none !important;
  background: transparent;
  box-shadow: none;
  max-width: 413px;
  margin: -12px 0 -4px;
  width: 100%;}
#body-wrapper #page-content #how-ichra-works .info-box {
  display: flex;
  flex-direction: column;
  margin-block: 1em; }
  #body-wrapper #page-content #how-ichra-works .info-box p {
    font-weight: 700;
    margin: 1em auto; }
  @media (max-width: 767px) {
    #body-wrapper #page-content #how-ichra-works .container-responsive {
      padding: 40px 30px 0!important;
      text-align: center; }
      #body-wrapper #page-content #how-ichra-works .info-box .text-container {
        width: 100%;
        margin-bottom: 30px;}
        #body-wrapper #page-content #how-ichra-works p br {
          display: none;}
        #body-wrapper #page-content #how-ichra-works p {
          max-width: 100%!important;}}

#body-wrapper #page-content #exclusive {
  background-color: #0B89F7; }
  #body-wrapper #page-content #exclusive .exclusive-cards {
    background-color: #fff7df;
    padding: 10px 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    margin-top: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: start;
    flex-direction: column; }
    @media (max-width: 900px) {
      #body-wrapper #page-content #exclusive .exclusive-cards {
        padding: 10px; } }
    #body-wrapper #page-content #exclusive .exclusive-cards p {
      color: #000059;
      text-align: center; }
    #body-wrapper #page-content #exclusive .exclusive-cards .btn {
      display: block;
      margin: 0 auto;
      width: max-content; }
    #body-wrapper #page-content #exclusive .exclusive-cards span {
      font-weight: 900; }
  #body-wrapper #page-content #exclusive h2 {
    text-align: center; }
    #body-wrapper #page-content #exclusive h2 span {
      color: white; }
  #body-wrapper #page-content #exclusive .img-desktop {
    max-width: 301px;
    width: 100%;
    display: block;
    margin: -80px auto;
    z-index: 3;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      #body-wrapper #page-content #exclusive .img-desktop {
        display: none; } }
  #body-wrapper #page-content #exclusive .img-mobile {
    max-width: 301px;
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 767px) {
      #body-wrapper #page-content #exclusive .img-mobile {
        display: none; } }
  #body-wrapper #page-content #exclusive .learn-more-flex {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 0 50px;
    margin-top: 80px; }
    @media (max-width: 900px) {
      #body-wrapper #page-content #exclusive .learn-more-flex {
        flex-direction: column-reverse; } }
    #body-wrapper #page-content #exclusive .learn-more-flex h2 {
      text-align: left; }
    #body-wrapper #page-content #exclusive .learn-more-flex .learn-more-left-content {
      border-left: solid 1px #FF6A3D;
      padding-left: 20px; }
    #body-wrapper #page-content #exclusive .learn-more-flex .learn-more-left {
      width: 70%;
      align-self: center;
      padding-top: 40px;
      padding-bottom: 40px; }
      @media (max-width: 900px) {
        #body-wrapper #page-content #exclusive .learn-more-flex .learn-more-left {
          width: 100%; } }
    #body-wrapper #page-content #exclusive .learn-more-flex .learn-more-right {
      width: 30%; }
      #body-wrapper #page-content #exclusive .learn-more-flex .learn-more-right img {
        max-width: 350px;
        width: 100%;
        display: block;
        margin: 0 auto; }
      @media (max-width: 900px) {
        #body-wrapper #page-content #exclusive .learn-more-flex .learn-more-right {
          width: 100%; } }
  #body-wrapper #page-content #exclusive .disclaimer {
    font-size: 12px;
    padding-top: 50px;
    text-align: center; }

#body-wrapper #page-content #why-zizzl-health p {
  font-size: clamp(1.1rem, 1.7875vw, 1.375rem);
  line-height: 1.18; }
#body-wrapper #page-content #why-zizzl-health .info-box {
  align-items: start;
  margin-block: 2em;
  flex-direction: column; }
  #body-wrapper #page-content #why-zizzl-health .info-box p {
    font-size: inherit; }
  #body-wrapper #page-content #why-zizzl-health .info-box .text-container p:first-child {
    margin-bottom: 5px;}
  #body-wrapper #page-content #why-zizzl-health .info-box .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    height: 100%;
    margin-bottom:.5rem; }
    #body-wrapper #page-content #why-zizzl-health .info-box .image-container img {
      filter: unset; }
  #body-wrapper #page-content #why-zizzl-health .info-box .text-container {
    min-height: unset; }
  #body-wrapper #page-content #why-zizzl-health .info-box p {
    max-width: 280px;
    margin-inline: auto;
    width: 100%; }
#body-wrapper #page-content #why-zizzl-health h2 {
  margin-bottom: 20px;}
#body-wrapper #page-content #why-zizzl-health .info-box {
  margin-top: 0;}
  @media (max-width: 991px) {
    #body-wrapper #page-content #why-zizzl-health .info-box {
      flex: 0 0 50%;
      align-items: center;}}
  @media (max-width: 479px) {
    #body-wrapper #page-content #why-zizzl-health .info-box {
      flex: 0 0 100%;}
    #body-wrapper #page-content #why-zizzl-health .info-box p {
      max-width: 100%!important;
      margin-bottom: 0;}}

#body-wrapper #page-content #about-us {
  padding-block:60px }
  #body-wrapper #page-content #about-us h2 {
    margin-bottom: 1em; }
  #body-wrapper #page-content #about-us #about-resources {
    max-width: 1100px;
    margin-inline: auto;
    width: 100%;}
  #body-wrapper #page-content #about-us .image-container {
    margin-bottom: 5px;}
  #body-wrapper #page-content #about-us .container-responsive {
    background-color: #DBEEFE;
    padding: 50px 40px 70px;
    max-width: 1240px;
    border-radius: 10px; }
  #body-wrapper #page-content #about-us .info-box {
    display: flex;
    flex-direction: column; }
    #body-wrapper #page-content #about-us .info-box p {
      font-weight: 700;
      margin-block: 1em; }
  @media (max-width: 767px) {
    #body-wrapper #page-content #about-us .container-responsive {
      padding: 40px 30px 30px!important;
      text-align: center; }
      #body-wrapper #page-content #about-us .info-box .text-container {
        width: 100%;
        margin-bottom: 30px;}
        #body-wrapper #page-content #about-us p br {
          display: none;}
        #body-wrapper #page-content #about-us p {
          max-width: 100%!important;}}

#body-wrapper #page-content #case-study {
  padding-top: 0;
  padding-bottom:10px; }
  #body-wrapper #page-content #case-study h2 {
    margin-bottom: 1em; }
  #body-wrapper #page-content #case-study .image-container {
    margin-bottom: 5px;}
  #body-wrapper #page-content #case-study .container-responsive {
    background-color: #DBEEFE;
    padding: 50px 60px 60px;
    max-width: 1240px;
    border-radius: 10px; }
  #body-wrapper #page-content #case-study p {
    max-width: 820px;
    width: 100%;
    margin: 0em auto 1em; }
  #body-wrapper #page-content #case-study .info-box {
    display: flex;
    flex-direction: column;
    margin: 1em auto; }
    #body-wrapper #page-content #case-study .info-box p {
      font-weight: 700;
      margin-block: 1em; }
  @media (max-width: 767px) {
    #body-wrapper #page-content #case-study .container-responsive {
      padding: 40px 30px 30px!important;
      text-align: center; }
      #body-wrapper #page-content #case-study .info-box .text-container {
        width: 100%;
        margin-bottom: 30px;}
        #body-wrapper #page-content #case-study p br {
          display: none;}
        #body-wrapper #page-content #case-study p {
          max-width: 100%!important;}}

#body-wrapper #page-content #ichra-benefits {
  padding-bottom: 50px;}
#body-wrapper #page-content #ichra-benefits h3 {
  font-size: 3.125rem;
  font-weight: 600 !important;
  font-family: "jubilat", serif;
  color: #0B89F7;
  text-align: center; }
#body-wrapper #ichra-benefits small {
  font-size: 14px!important;}

#body-wrapper #page-content #ichra-benefits p {
  font-size: clamp(1.1rem, 1.7875vw, 1.375rem);
  line-height: 1.18;
  margin-bottom: 2em; }

#body-wrapper #page-content #data {
  padding-block: auto 20px; }
  #body-wrapper #page-content #data h2 {
    font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
    margin-bottom: 2em; }
  #body-wrapper #page-content #data .container-responsive {
    background-color: #0B89F7;
    color: #FFFFFF;
    padding: 80px 40px;
    max-width: 1240px;
    border-radius: 10px; }
  #body-wrapper #page-content #data p {
    max-width: 820px;
    width: 100%;
    margin: 0 auto 2em; }
  #body-wrapper #page-content #data .info-box {
    display: flex;
    flex-direction: column; }
    #body-wrapper #page-content #data .info-box p {
      font-weight: 700;
      margin-block: 1em;
      max-width: 300px;
      width: 100%; }

#body-wrapper #page-content #request-quote {
  padding-block: 20px; }
  #body-wrapper #page-content #request-quote h3 {
    max-width: 950px; }
  #body-wrapper #page-content #request-quote .hs-recaptcha {
    margin-top: .75rem;
    margin-bottom: .75rem;}
  #body-wrapper #page-content #request-quote .hs-input, #body-wrapper #page-content #request-quote .hbspt-form input[type=text],
  #body-wrapper #page-content #request-quote .hbspt-form input[type=tel],
  #body-wrapper #page-content #request-quote .hbspt-form input[type=email],
  #body-wrapper #page-content #request-quote .hbspt-form select {
    background-color: #EAF5FE;
    display: inline-block;
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding: 12px 20px;
    font-family: "nunito sans", sans-serif !important;
    font-size: .875rem;
    font-weight: normal;
    height: 45px;
    color: #0B89F7 !important;
    border: none !important;
    box-sizing: border-box;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    border-radius: 8px !important; }
  #body-wrapper #page-content #request-quote .hbspt-form {
    padding: auto 20px;
    justify-content: center;
    align-items: center; }
  #body-wrapper #page-content #request-quote a {
    color: #000059;
    text-decoration: none; }
  #body-wrapper #page-content #request-quote .container-responsive {
    max-width: 1240px;}
  #body-wrapper #page-content #request-quote h2 {
    font-size: clamp(1.8rem, 2.925vw, 2rem);
    margin-bottom: 5rem;}
   #body-wrapper #request-quote .hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    color: red;
    font-size: 14px;}
  #body-wrapper #request-quote .hbspt-form input[type=text]::placeholder,
  #body-wrapper #request-quote .hbspt-form input[type=tel]::placeholder,
  #body-wrapper #request-quote .hbspt-form input[type=email]::placeholder,
  #body-wrapper #request-quote .hbspt-form select::placeholder {
    color: #0B89F7; }
  @media (max-width: 801px) {
    #body-wrapper #page-content #request-quote .hbspt-form {
      padding: 0 !important; } }

#body-wrapper #page-content #page-footer-top {
  background-color: #00007B;
  color: #FFFFFF;
  padding-block: 50px 25px; }
  #body-wrapper #page-content #page-footer-top .contact-links {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px; }
    #body-wrapper #page-content #page-footer-top .contact-links a {
      color: #FFFFFF;
      text-decoration: none; }
      #body-wrapper #page-content #page-footer-top .contact-links a:hover {
        color: #FF6A3D; }
    #body-wrapper #page-content #page-footer-top .contact-links .img-link {
      max-width: 33px;
      width: 100%;
      padding-right: 5px; }
  @media (max-width: 767px) {
    #body-wrapper #page-content #page-footer-top {
      display: flex;
      text-align: center; }
      #body-wrapper #page-content #page-footer-top .logo {
        margin-top: 20px; }
      #body-wrapper #page-content #page-footer-top .contact-links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #body-wrapper #page-content #page-footer-top .contact-links a {
          margin: 10px 0px; }
        #body-wrapper #page-content #page-footer-top .contact-links .img-link {
          margin: 10px 0px; }
      #body-wrapper #page-content #page-footer-top .col-12 {
        flex-direction: column; } }

#body-wrapper #page-content #page-footer-bottom {
  background-color: #00007B;
  color: #FFFFFF;
  border-top: 1px solid #0B89F7;
  padding: 20px 0px;
  text-align: center; }
  #body-wrapper #page-content #page-footer-bottom a {
    color: #FFFFFF;
    text-decoration: none; }
    #body-wrapper #page-content #page-footer-bottom a:hover {
      color: #FF6A3D; }

#body-wrapper {
  position: relative;}
#body-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #ebf5fe, #ffffff);}
#body-wrapper > * {
  position: relative;}

#body-wrapper #navbarDropdown #primary-nav {
  font-size: 18px;}
  @media (max-width: 1199px) {
    #body-wrapper #navbarDropdown #primary-nav {font-size: 16px}}
  @media (max-width: 767px) {
    #body-wrapper .navbar img {width: 200px;}}

#body-wrapper #page-content #ichra-guide .container-responsive {
  background-color: #0d8eff; 
  border-radius: 12px;
  padding: 70px 20px 75px;
  text-align: center;
  color: #fff;
  max-width: 1240px;}
#body-wrapper #page-content #ichra-guide h2 {
  font-size: clamp(2.5rem, 4.3875vw, 3.375rem);}
#body-wrapper #page-content #ichra-guide p {
  font-size: clamp(1.1rem, 1.7875vw, 1.375rem);
  margin: 35px auto 30px;
  max-width: 630px;
  width: 100%;
  line-height: 1.3;}
  @media (max-width: 767px) {
    #body-wrapper #page-content #ichra-guide .container-responsive {
      padding: 40px 30px!important; }}