/*******************************
Import SCSS Partials
*******************************/
/*! 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=PT+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 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;
}

/*******************************
Variables
*******************************/
/*******************************
Responsive mixins
*******************************/
.show-xs,
.show-sm,
.show-med,
.show-lrg,
.show-xlrg {
  display: none;
}

@media screen and (min-width: 480px) {
  .show-xs {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .show-sm {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .show-med {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .show-lrg {
    display: block;
  }
}

@media screen and (min-width: 1120px) {
  .show-xlrg {
    display: block;
  }
}

/*******************************
Mixins
*******************************/
/*******************************
Keyframes
*******************************/
@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showMascotCloseBtn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes showMascot {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes showModal {
  0% {
    bottom: -60px;
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    bottom: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes modalOverlayIn {
  0% {
    background-color: rgba(0, 21, 30, 0);
  }
  100% {
    background-color: rgba(0, 21, 30, 0.75);
  }
}
@keyframes hoverCaret {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes hueImage {
  0% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes logoFlicker {
  0% {
    opacity: 1;
  }
  91% {
    opacity: 1;
  }
  94% {
    opacity: 0;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes calloutFlicker {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*******************************************
Font Import
*******************************************/
/*******************************
Global Elements
*******************************/
html {
  font-family: "Lexend", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: white;
}

body {
  background: black;
}
body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.25;
  margin: 20px 0;
}

h1 {
  font-weight: 800;
  font-size: 62px;
  letter-spacing: -1.7px;
  line-height: 1.03;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-weight: 600;
  font-size: 52px;
  letter-spacing: -1.45px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.85px;
}

h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.65px;
}

h5 {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.55px;
}

a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #3dbfbf;
  text-decoration: none;
}
a > i {
  color: inherit;
  margin-left: 5px;
}
a:hover {
  text-decoration: underline;
}

i {
  color: #313131;
}

p {
  font-size: 16px;
  line-height: 1.625;
  margin: 20px 0;
}
p.small {
  font-size: 14px;
  line-height: 1.5;
}
p.large {
  font-size: 21px;
  line-height: 1.33;
}
p.xlarge {
  font-family: "Lexend", "Helvetica", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.66px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  p.xlarge {
    font-size: 21px;
  }
}

ul, ol {
  margin: 20px 0;
  padding: 0 0 0 30px;
}
ul > li, ol > li {
  margin: 20px 0;
}

code,
pre {
  font-family: "PT Mono", Courier, monospace;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 21px;
}

hr {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  margin: 20px auto;
  width: 100%;
}
hr.dark {
  border-color: #334e59;
}

table {
  display: block;
  border: none !important;
  text-align: left;
  border-collapse: collapse;
  overflow-x: auto;
}
table th,
table td {
  padding: 10px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table th > p:first-child,
table td > p:first-child {
  margin-top: 0;
}
table th > p:last-child,
table td > p:last-child {
  margin-bottom: 0;
}

/*******************************
Global Classes
*******************************/
.meta,
label {
  color: #707070;
  font-size: 13px;
}
.meta.small,
label.small {
  font-size: 12px;
  font-weight: 400;
}
.meta.light,
label.light {
  color: white;
}

a.meta {
  color: #3dbfbf;
}

.error {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0;
  color: #E42D2D;
}

.icon-close {
  color: #707070;
}
.icon-close:hover {
  color: #02121C;
}

.color-green {
  color: #00F46A;
}

.color-teal {
  color: #00F4C2;
}

.color-blue {
  color: #00ACF4;
}

.color-purple {
  color: #9A23FC;
}

.color-fuschia {
  color: #F4007E;
}

.color-orange {
  color: #F44900;
}

.color-yellowgreen {
  color: #A5F400;
}

.color-yellow {
  color: #ECB22E;
}

.bg-color-green {
  background-color: #00F46A;
}

.bg-color-teal {
  background-color: #00F4C2;
}

.bg-color-blue {
  background-color: #00ACF4;
}

.bg-color-purple {
  background-color: #9A23FC;
}

.bg-color-fuschia {
  background-color: #F4007E;
}

.bg-color-orange {
  background-color: #F44900;
}

.bg-color-yellowgreen {
  background-color: #A5F400;
}

.bg-color-yellow {
  background-color: #ECB22E;
}

/*******************************
Button Elements
*******************************/
button,
.button,
input[type=button],
input[type=submit] {
  background-color: #e6e6e6;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500 !important;
  height: 40px;
  color: #02121C;
  text-align: center;
  margin: 20px 0;
  padding: 0 16px;
  outline: none;
  transition: background-color 0.2s;
}
button > i,
.button > i,
input[type=button] > i,
input[type=submit] > i {
  font-size: 20px;
  margin: 0 5px 0 0;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #b3b3b3;
  text-decoration: none;
}
button[disabled],
.button[disabled],
input[type=button][disabled],
input[type=submit][disabled] {
  pointer-events: none;
  opacity: 0.5;
}
button.pill,
.button.pill,
input[type=button].pill,
input[type=submit].pill {
  border-radius: 20px;
}
button.xsmall,
.button.xsmall,
input[type=button].xsmall,
input[type=submit].xsmall {
  border-radius: 8px;
  height: 26px;
  font-size: 12px;
  padding: 0 8px;
}
button.xsmall.pill,
.button.xsmall.pill,
input[type=button].xsmall.pill,
input[type=submit].xsmall.pill {
  border-radius: 13px;
}
button.xsmall > i,
.button.xsmall > i,
input[type=button].xsmall > i,
input[type=submit].xsmall > i {
  font-size: 16px;
}
button.small,
.button.small,
input[type=button].small,
input[type=submit].small {
  border-radius: 8px;
  height: 32px;
  font-size: 13px;
  padding: 0 12px;
}
button.small.pill,
.button.small.pill,
input[type=button].small.pill,
input[type=submit].small.pill {
  border-radius: 16px;
}
button.small > i,
.button.small > i,
input[type=button].small > i,
input[type=submit].small > i {
  font-size: 18px;
}
button.large,
.button.large,
input[type=button].large,
input[type=submit].large {
  border-radius: 14px;
  height: 52px;
  font-size: 17px;
  padding: 0 18px;
}
button.large.pill,
.button.large.pill,
input[type=button].large.pill,
input[type=submit].large.pill {
  border-radius: 26px;
}
button.large > i,
.button.large > i,
input[type=button].large > i,
input[type=submit].large > i {
  font-size: 22px;
}
button.xlarge,
.button.xlarge,
input[type=button].xlarge,
input[type=submit].xlarge {
  border-radius: 18px;
  height: 64px;
  font-size: 21px;
  padding: 0 20px;
}
button.xlarge.pill,
.button.xlarge.pill,
input[type=button].xlarge.pill,
input[type=submit].xlarge.pill {
  border-radius: 32px;
}
button.wide,
.button.wide,
input[type=button].wide,
input[type=submit].wide {
  width: 100%;
}
button.white,
.button.white,
input[type=button].white,
input[type=submit].white {
  background-color: white;
}
button.white:hover,
.button.white:hover,
input[type=button].white:hover,
input[type=submit].white:hover {
  background-color: #cccccc;
}
button.dark,
.button.dark,
input[type=button].dark,
input[type=submit].dark {
  background-color: #011f31;
  color: white;
}
button.dark:hover,
.button.dark:hover,
input[type=button].dark:hover,
input[type=submit].dark:hover {
  background-color: light(#02121C, 20%);
}
button.action, button.primary,
.button.action,
.button.primary,
input[type=button].action,
input[type=button].primary,
input[type=submit].action,
input[type=submit].primary {
  background-color: #2de279;
  color: black;
}
button.action:hover, button.primary:hover,
.button.action:hover,
.button.primary:hover,
input[type=button].action:hover,
input[type=button].primary:hover,
input[type=submit].action:hover,
input[type=submit].primary:hover {
  background-color: #1bc161;
}
button.positive,
.button.positive,
input[type=button].positive,
input[type=submit].positive {
  background-color: #3dbfbf;
  color: black;
}
button.positive:hover,
.button.positive:hover,
input[type=button].positive:hover,
input[type=submit].positive:hover {
  background-color: #319898;
}
button.danger,
.button.danger,
input[type=button].danger,
input[type=submit].danger {
  background-color: #E42D2D;
  color: white;
}
button.danger:hover,
.button.danger:hover,
input[type=button].danger:hover,
input[type=submit].danger:hover {
  background-color: #c51919;
}
button.outline,
.button.outline,
input[type=button].outline,
input[type=submit].outline {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
button.outline:hover,
.button.outline:hover,
input[type=button].outline:hover,
input[type=submit].outline:hover {
  background-color: white;
  color: #313131;
}
button.outline-dark,
.button.outline-dark,
input[type=button].outline-dark,
input[type=submit].outline-dark {
  background-color: transparent;
  border: 1px solid #334e59;
  color: white;
}
button.outline-dark:hover,
.button.outline-dark:hover,
input[type=button].outline-dark:hover,
input[type=submit].outline-dark:hover {
  background-color: black;
}
button.transparent,
.button.transparent,
input[type=button].transparent,
input[type=submit].transparent {
  background-color: transparent;
  color: #313131;
}
button.transparent:hover,
.button.transparent:hover,
input[type=button].transparent:hover,
input[type=submit].transparent:hover {
  color: #3dbfbf;
}
button.transparent:hover > i,
.button.transparent:hover > i,
input[type=button].transparent:hover > i,
input[type=submit].transparent:hover > i {
  color: #3dbfbf;
}

.file-input {
  margin: 15px 0;
}
.file-input .button {
  margin: 0;
}
.file-input input[type=file] {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.icon-btn {
  cursor: pointer;
  padding: 4px;
}
.icon-btn > i {
  color: #707070;
  font-size: 24px;
}
.icon-btn:hover > i {
  color: #313131;
}

/*******************************
Field Elements
*******************************/
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  background: white;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  display: block;
  font-size: 18px;
  padding: 0 20px;
  height: 62px;
  outline: none;
  margin: 20px 0;
  transition: border-color 200ms, box-shadow 200ms;
  width: 100%;
  resize: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    border-radius: 10px;
    height: 52px;
  }
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  background: white !important;
  -webkit-text-fill-color: #313131;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #707070;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.09);
  border-color: #3dbfbf;
  z-index: 2;
}
input[type=text].small,
input[type=email].small,
input[type=password].small,
input[type=tel].small,
textarea.small {
  border-radius: 10px;
  height: 44px;
  font-size: 14px;
}
input[type=text].outline,
input[type=email].outline,
input[type=password].outline,
input[type=tel].outline,
textarea.outline {
  background: transparent;
  border-color: #334e59;
  color: white;
}
input[type=text].outline:disabled,
input[type=email].outline:disabled,
input[type=password].outline:disabled,
input[type=tel].outline:disabled,
textarea.outline:disabled {
  color: rgba(255, 255, 255, 0.5);
}

textarea {
  min-height: 240px;
  padding-top: 15px;
  line-height: 24px;
}

.hubspot-form .button,
.hubspot-form .button:visited,
.hubspot-form button,
.hubspot-form input[type=submit],
.hubspot-form input[type=button] {
  margin: 0;
}
.hubspot-form .hs-error-msgs {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.hubspot-form .hs-error-msgs label {
  margin: 0;
  color: #E42D2D !important;
  font-weight: normal;
}
.hubspot-form .field {
  position: relative;
  margin: 20px 0;
}
.hubspot-form .field:first-child {
  margin-top: 0;
}
.hubspot-form .field label {
  display: block;
  margin-bottom: 10px;
}
.hubspot-form .field label:not(.hs-error-msg) {
  font-weight: 500;
}
.hubspot-form .field .input,
.hubspot-form .field .select,
.hubspot-form .field input,
.hubspot-form .field select,
.hubspot-form .field textarea {
  margin: 0;
}
.hubspot-form .hs-submit {
  margin: 20px 0 0;
}

.input-group {
  margin-bottom: 20px;
  position: relative;
}
.input-group > label {
  display: block;
  margin: 0 0 8px;
}
.input-group input,
.input-group textarea {
  margin: 0;
}
.input-group .error {
  text-align: right;
  margin-left: 20px;
}
.input-group .switch-wrapper {
  margin: 0 0 15px;
}

.text-field-combo {
  margin-bottom: 20px;
}
.text-field-combo > input[type=text] {
  margin: 0;
}
.text-field-combo > input[type=text]:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.text-field-combo > input[type=text]:last-child {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-combo {
  position: relative;
}
.input-combo > input {
  position: relative;
  z-index: 1;
}
.input-combo.over button,
.input-combo.over .button,
.input-combo.over .icon-btn {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}

.checkbox-wrapper {
  display: flex;
  margin-bottom: 15px;
}
.checkbox-wrapper > label {
  margin: 4px 0 0 10px;
}

.checkbox {
  position: relative;
  user-select: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.checkbox > span {
  cursor: pointer;
  background-color: white;
  border: 2px solid #4d4d4d;
  position: absolute;
  inset: 0;
  border-radius: 7px;
}
.checkbox > span .icon-checkmark {
  color: white;
  display: none;
  font-size: 20px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.checkbox input:checked + span {
  background-color: #4d4d4d;
}
.checkbox input:checked + span .icon-checkmark {
  display: block;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.switch-wrapper {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding-right: 65px;
  margin-bottom: 20px;
}
.switch-wrapper > label {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #313131;
  margin: 0;
}
.switch-wrapper > label + .meta {
  display: block;
  margin-top: 5px;
}
.switch-wrapper .switch {
  width: 50px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
}
.switch-wrapper .switch input[type=checkbox] {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.switch-wrapper .switch span {
  display: block;
}
.switch-wrapper .switch input + span {
  background-color: #c2c2c2;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 5px;
  transition: left 150ms, background-color 150ms;
}
.switch-wrapper .switch input + span + span {
  background-color: transparent;
  border: 2px solid #c2c2c2;
  border-radius: 14px;
  width: inherit;
  height: inherit;
  position: relative;
  transition: border-color 150ms, background-color 150ms;
}
.switch-wrapper .switch input[type=checkbox]:checked + span {
  background: white;
  left: calc(100% - 24px);
}
.switch-wrapper .switch input[type=checkbox]:checked + span + span {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.input-color-picker {
  position: relative;
}
.input-color-picker > input[type=text] {
  font-family: "PT Mono", Courier, monospace;
  position: relative;
  z-index: 1;
}
.input-color-picker .input-color-swatch {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.input-color-picker .color-picker {
  background: white;
  border-radius: 10px;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.14), 0 0 1px 1px #e0e0e0;
  position: absolute;
  z-index: 99;
  right: 5px;
  margin-top: 5px;
  padding: 10px;
}
.input-color-picker .color-picker .chrome-picker {
  box-shadow: none !important;
}
.input-color-picker .color-picker .chrome-picker > div {
  border-radius: 5px !important;
}

.dropdown {
  position: relative;
  z-index: 3;
}
.dropdown::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bacon-ai-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 14px;
  color: inherit;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.dropdown::after::before {
  position: relative;
}
.dropdown input[type=text] {
  cursor: pointer;
  position: relative;
}
.dropdown .dropdown-options {
  box-shadow: 0 18px 35px -5px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  background: white;
  border-radius: 14px;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  overflow: auto;
  max-height: 240px;
}
.dropdown .dropdown-options .option {
  font-size: 18px;
  color: #313131;
  cursor: pointer;
  padding: 8px 16px;
}
.dropdown .dropdown-options .option:hover {
  background: #f7f7f7;
}
.dropdown .dropdown-options.active {
  display: block;
}

/*******************************
Menus
*******************************/
.hs-tools-menu {
  display: none !important;
}

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.hs-menu-wrapper ul li {
  margin: 0;
}
.hs-menu-wrapper * {
  display: block;
}

.menu a:not(.button) {
  color: white;
  font-size: 15px;
}
.menu a:not(.button):hover {
  color: #3dbfbf;
  text-decoration: none;
}
.menu .menu-item, .menu .hs-menu-item {
  padding: 11px;
}
.menu.horizontal {
  display: flex;
  align-items: center;
}
.menu.horizontal .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menu.horizontal .hs-menu-wrapper > ul li.hs-menu-item {
  position: relative;
}
.menu.horizontal .hs-menu-wrapper .hs-menu-children-wrapper {
  background-color: #02121C;
  border: 0.5px solid #334e59;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: none;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  left: 11px;
  min-width: 200px;
  margin: 0;
}
.menu.horizontal .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-item {
  padding: 5px 0;
}
.menu.horizontal .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
.menu.horizontal .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-item:last-child {
  margin-bottom: 0;
}
.menu.horizontal .hs-menu-wrapper .hs-item-has-children > a::after {
  content: "\e902";
  color: white;
  font-family: "bacon-ai-icons" !important;
  font-size: 12px;
  margin-left: 5px;
}
.menu.horizontal .hs-menu-wrapper .hs-item-has-children:hover .hs-menu-children-wrapper {
  display: block;
}
.menu.vertical .hs-menu-wrapper ul {
  display: block;
}
.menu.vertical .hs-menu-wrapper ul.hs-menu-children-wrapper {
  padding-left: 10px;
}
.menu.vertical .hs-menu-wrapper ul li.hs-menu-item {
  display: block;
  padding: 11px 0;
  position: relative;
}
.menu.vertical .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children > a::after {
  content: "\e902";
  color: white;
  font-family: "bacon-ai-icons" !important;
  font-size: 12px;
  margin-left: 5px;
}

/*******************************
General Layout
*******************************/
.body-wrapper {
  background: #02121C;
  padding-top: 64px;
}

.main-wrapper {
  position: relative;
}
.main-wrapper.page {
  overflow: hidden;
}
.main-wrapper.page > img.page-bg {
  background-image: linear-gradient(230deg, #015B92 0%, #983C9E 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
}

.page-wrapper {
  margin: 0 0 60px;
  position: relative;
  z-index: 2;
}
.page-wrapper:not(.narrow):not(.full-width) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 30px);
}
@media screen and (min-width: 481px) {
  .page-wrapper:not(.narrow):not(.full-width) {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 641px) {
  .page-wrapper:not(.narrow):not(.full-width) {
    width: calc(100% - 120px);
  }
}
.page-wrapper.narrow {
  max-width: 768px;
  margin: 0 auto 60px;
  padding: 0 15px;
}
.page-wrapper.narrow .page-title {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper.narrow .page-title > * {
  max-width: 100%;
}
.page-wrapper.full-width {
  padding: 0 15px;
}
.page-wrapper.full-width .page-title {
  padding: 30px 15px;
}
@media screen and (min-width: 641px) {
  .page-wrapper.full-width .page-title {
    padding: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .page-wrapper.full-width .page-title {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page-wrapper.full-width .section-wrapper {
    margin-top: 30px;
  }
}
.page-wrapper .page-title {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0;
  border-radius: 16px;
}
@media screen and (min-width: 641px) {
  .page-wrapper .page-title {
    border-radius: 24px;
  }
}
@media screen and (min-width: 769px) {
  .page-wrapper .page-title {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-wrapper .page-title {
    padding: 60px 0;
  }
  .page-wrapper .page-title > * {
    max-width: 50%;
  }
}
.page-wrapper .page-title h1 {
  font-size: 58px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .page-wrapper .page-title h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper .page-title h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {
  .page-wrapper .page-title h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .page-wrapper .page-title p {
    font-size: 21px;
  }
}
.page-wrapper .page-title p:last-child {
  margin-bottom: 0;
}
.page-wrapper .page-title .button {
  display: inline-flex;
}
.page-wrapper .page-content {
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 14px 36px -19px rgba(0, 0, 0, 0.14);
  color: #313131;
  min-height: 200px;
  padding: 15px;
}
@media screen and (min-width: 481px) {
  .page-wrapper .page-content {
    padding: 30px;
  }
}
@media screen and (min-width: 641px) {
  .page-wrapper .page-content {
    border-radius: 24px;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .page-wrapper .page-content {
    padding: 60px;
  }
}
.page-wrapper .page-content .widget-type-rich_text > span > *:first-child {
  margin-top: 0;
}
.page-wrapper .page-content .widget-type-rich_text > span > *:last-child {
  margin-bottom: 0;
}
.page-wrapper .section-wrapper {
  margin: 50px 0 0;
}
.page-wrapper .section-wrapper .section {
  padding-top: 0;
  padding-bottom: 0;
}

/*******************************
Custom sections for home page and industry pages
*******************************/
.section-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section-wrapper.silver {
  background-color: #f0f1f2;
  color: #313131;
}
.section-wrapper.white {
  background-color: white;
  color: #313131;
}
.section-wrapper.darkblue {
  background-color: #011f31;
  color: white;
}
.section-wrapper.gutter-top {
  padding-top: 140px;
}
@media screen and (max-width: 640px) {
  .section-wrapper.gutter-top {
    padding-top: 70px;
  }
}
.section-wrapper.gutter-bottom {
  padding-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .section-wrapper.gutter-bottom {
    padding-bottom: 70px;
  }
}

.section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 30px);
  padding: 70px 15px;
}
@media screen and (min-width: 481px) {
  .section {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 641px) {
  .section {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 769px) {
  .section {
    padding: 140px 30px;
  }
}
.section.shallow {
  padding: 70px 30px;
}
.section > h2 {
  margin-top: 0;
}
.section > h3 + .callouts {
  margin-top: 30px;
}
.section > p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.section + .section {
  padding-top: 0;
}
.section.center {
  text-align: center;
}

.section.mascot-demo {
  margin: 30px auto;
}
.section.mascot-demo > h4 {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .section.mascot-demo {
    margin: 60px auto;
  }
}

.section.partners > h4 {
  margin: 0 0 30px;
  text-align: center;
}
.section.partners > img.partners-logos {
  display: block;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: auto;
}

.section.cta-section {
  border-radius: 16px;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 641px) {
  .section.cta-section {
    border-radius: 24px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section.cta-section button,
.section.cta-section .button {
  display: inline-flex;
  margin: 10px 0 0;
}
.section.cta-section + .cta-bottom-link {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 30px);
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .section.cta-section + .cta-bottom-link {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 641px) {
  .section.cta-section + .cta-bottom-link {
    width: calc(100% - 120px);
  }
}
.section.cta-section + .cta-bottom-link a {
  color: white;
}
.section.cta-section + .cta-bottom-link a > i {
  font-size: 24px;
}

.section-wrapper.mascot-types-wrapper {
  background-size: 100%;
}

@media screen and (min-width: 861px) {
  .section.mascot-types {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 861px) {
  .section.mascot-types > * {
    width: 50%;
    flex: 1;
  }
}
@media screen and (min-width: 861px) {
  .section.mascot-types.affix-title .mascot-types-heading-inner {
    position: fixed;
    top: 140px;
  }
  .section.mascot-types.affix-title.at-end {
    align-items: flex-end;
  }
  .section.mascot-types.affix-title.at-end .mascot-types-heading-inner {
    position: static;
  }
}
.section.mascot-types .mascot-types-heading {
  text-align: center;
}
@media screen and (max-width: 860px) {
  .section.mascot-types .mascot-types-heading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 861px) {
  .section.mascot-types .mascot-types-heading .mascot-types-heading-inner {
    max-width: 340px;
  }
}
@media screen and (min-width: 1201px) {
  .section.mascot-types .mascot-types-heading .mascot-types-heading-inner {
    max-width: 520px;
  }
}
@media screen and (min-width: 861px) {
  .section.mascot-types .mascot-types-heading {
    margin-right: 48px;
  }
}
.section.mascot-types .mascot-types-heading h2 {
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 861px) {
  .section.mascot-types .mascot-types-heading h2 {
    letter-spacing: -2.6px;
    line-height: 1;
    font-size: 62px;
  }
  .section.mascot-types .mascot-types-heading h2 > span {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .section.mascot-types .mascot-types-heading h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1401px) {
  .section.mascot-types .mascot-types-heading h2 {
    font-size: 100px;
  }
}
@media screen and (min-width: 861px) {
  .section.mascot-types .mascot-types-heading {
    text-align: left;
  }
}
.section.mascot-types .callouts .callout {
  z-index: 2;
  flex: 1;
  max-width: 540px;
}
.section.mascot-types .callouts .callout::after {
  opacity: 0;
}
@media screen and (min-width: 861px) {
  .section.mascot-types .callouts .callout {
    margin: 0 0 40px auto;
  }
}
.section.mascot-types .callouts .callout:last-child {
  margin-bottom: 0;
}
.section.mascot-types .callouts .callout > span {
  border-radius: 50%;
  border: 8px solid #02121C;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 640px) {
  .section.mascot-types .callouts .callout > span {
    display: none;
  }
}

.section.how-it-works .how-it-works-graphic {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .section.how-it-works .how-it-works-graphic {
    margin: 60px -75px 0;
  }
}
@media screen and (max-width: 768px) {
  .section.how-it-works .how-it-works-graphic {
    margin: 60px -45px 0;
  }
}
@media screen and (max-width: 640px) {
  .section.how-it-works .how-it-works-graphic {
    margin: 60px -30px 0;
  }
}
.section.how-it-works .how-it-works-graphic > img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section.how-it-works .how-it-works-graphic > img {
    height: 100px;
    width: auto;
  }
}

.section-wrapper.features-wrapper .features {
  padding-bottom: 0;
}

.section-wrapper.features-wrapper-cloudstorage {
  min-height: 480px;
  background-size: 100%;
}

.section-wrapper.features-wrapper-integrations .features {
  border-bottom: 1px solid #334e59;
  padding-top: 0;
}

.section.features .callouts.feature-list {
  position: relative;
  z-index: 2;
  margin-top: 47px;
}
.section.features .callouts.feature-list .callout > img {
  display: block;
  width: 100%;
  height: auto;
}
.section.features .cloudstorage-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.section.features .cloudstorage-icons > img {
  display: block;
  width: 114px;
  height: auto;
  margin: 0 15px;
}
@media screen and (max-width: 640px) {
  .section.features .cloudstorage-icons > img {
    width: 74px;
    margin: 0 5px;
  }
}
.section.features .callouts.integrations {
  margin: 0 auto;
}
.section.features .callouts.integrations .callout {
  padding: 50px 40px;
  flex: 1;
}
.section.features .callouts.integrations .callout > img {
  width: auto;
  height: 68px;
  margin-bottom: 20px;
}

.section.value-props {
  margin-bottom: 0;
}
.section.value-props > h3 {
  margin-bottom: 0;
  text-align: left;
}
.section.value-props > p.xlarge {
  margin-bottom: 0;
}
.section.value-props .callouts {
  margin-top: 60px;
}
.section.value-props .callouts + * {
  margin-top: 60px;
}

.main-wrapper.page-seniorliving .section.mascot-types {
  border-bottom: 1px solid #334e59;
}
.main-wrapper.page-seniorliving .section.features {
  border: none;
}

/*******************************
Header
*******************************/
.header {
  background-color: rgba(2, 18, 28, 0.8);
  box-shadow: 0 9px 24px -8px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 20px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 98;
}
@media screen and (min-width: 1025px) {
  .header {
    padding: 0 30px;
  }
}
.header .logo {
  display: block;
  position: absolute;
  top: 18px;
}
.header .logo > img {
  display: block;
  height: 28px;
  width: auto;
}
.header .mobile-menu-btn {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 16px;
}
.header .mobile-menu-btn > i {
  font-size: 20px;
  color: white;
}
@media screen and (min-width: 769px) {
  .header .mobile-menu-btn {
    display: none;
  }
}
.header .menu-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .menu-wrapper .menu a.button {
  margin: 0 0 0 11px;
}
@media screen and (max-width: 768px) {
  .header .menu-wrapper {
    display: none;
  }
}

.mobile-menu {
  background-color: black;
  box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  inset: 0 0 0 auto;
  width: 100%;
  max-width: 320px;
  z-index: 100;
  padding: 30px;
  transform: translateX(100%);
  transition: transform 200ms ease-out;
}
.mobile-menu a:not(.button) {
  color: white;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .mobile-close-btn {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 5px;
  z-index: 3;
}
.mobile-menu .mobile-close-btn > i {
  font-size: 20px;
  color: white;
}

/*******************************
Footer
*******************************/
.footer-wrapper {
  background: black;
  border-top: 1px solid #334e59;
  padding: 60px 0;
  position: relative;
  z-index: 97;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 30px);
}
@media screen and (min-width: 481px) {
  .footer {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 641px) {
  .footer {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 769px) {
  .footer {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer .left .logo {
  display: block;
  height: 48px;
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer .left {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .left .logo {
    margin: 0 auto 10px;
  }
}
.footer .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer .right .menu {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer .right .menu {
    margin: 0 0 0 auto;
  }
}
.footer .right .menu .menu-item > i {
  font-size: 20px;
}

/*******************************
Hero banner
*******************************/
.hero-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
@media screen and (min-width: 641px) {
  .hero-wrapper {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1201px) {
  .hero-wrapper {
    min-height: 760px;
  }
}

.hero {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: calc(100% - 30px);
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .hero {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 641px) {
  .hero {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 481px) {
  .hero {
    padding: 40px;
  }
}
@media screen and (min-width: 641px) {
  .hero {
    padding: 60px;
  }
}
@media screen and (min-width: 769px) {
  .hero {
    padding: 100px 120px;
  }
}
@media screen and (min-width: 1025px) {
  .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
  }
}
.hero .hero-text {
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .hero .hero-text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .hero .hero-text {
    max-width: 426px;
    margin: 0 60px 0 0;
    flex: 1;
  }
}
.hero .hero-text h1 {
  margin: 0 0 20px;
  color: #02121C;
}
@media screen and (max-width: 1024px) {
  .hero .hero-text h1 br {
    display: none;
  }
}
.hero .hero-text p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .hero .hero-text p {
    font-size: 16px;
  }
}
.hero .hero-text .button.large {
  display: inline-flex;
  background: white;
  box-shadow: 0 0 0 2px #2de279, 0 0 0 3px white, 0 9px 23px -7px rgba(0, 0, 0, 0.25);
  color: black;
  margin: 30px 0 0;
  position: relative;
  transform: scale(1);
  transition: transform 150ms;
}
.hero .hero-text .button.large > img {
  display: block;
  height: 22px;
  width: auto;
  margin-left: 8px;
}
.hero .hero-text .button.large:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .hero .hero-text .button.large {
    display: none;
  }
}
.hero.hero-seniorliving .hero-text {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .hero.hero-seniorliving .hero-text {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .hero.hero-seniorliving .hero-text .button.large {
    display: inline-flex;
  }
}
.hero .hero-graphic {
  flex: 1;
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.hero .hero-graphic > img {
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
Stanley Demo
*******************************/
.mascot-demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
}
.mascot-demo .mascot-field {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 540px;
}
.mascot-demo .mascot-field.hidden {
  display: none;
}
.mascot-demo .mascot-field > img {
  border-radius: 50%;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 2;
}
.mascot-demo .mascot-field > button {
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  z-index: 2;
}
.mascot-demo .mascot-field > button > i {
  font-size: 20px;
  margin: 0;
}
.mascot-demo .mascot-field input {
  border-radius: 16px;
  margin: 0;
  height: 68px;
  width: 100%;
  position: relative;
  padding-left: 72px;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .mascot-demo .mascot-field input {
    border-radius: 24px;
  }
}
.mascot-demo .mascot-embed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .mascot-demo .mascot-embed {
    bottom: 15px;
    right: 15px;
  }
}
.mascot-demo .mascot-embed .mascot-img {
  cursor: pointer;
  position: relative;
  bottom: 10px;
  z-index: 1;
}
.mascot-demo .mascot-embed .mascot-img > img {
  background-color: #02121C;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.8);
  border: 1px solid #334e59;
  border-radius: 50%;
  display: block;
  width: 92px;
  height: 92px;
  padding: 4px;
  transition: transform 150ms;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.mascot-demo .mascot-embed .mascot-img .mascot-img-label {
  background-color: #2de279;
  border-radius: 4px;
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
  position: absolute;
  z-index: 3;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.mascot-demo .mascot-embed .mascot-img:hover > img {
  transform: scale(1.2);
}
.mascot-demo .mascot-embed .mascot-img.hidden {
  display: none;
}
.mascot-demo .mascot-embed .mascot-iframe {
  background-color: #010c12;
  border-radius: 18px;
  box-shadow: 0 15px 30px -2px rgba(0, 0, 0, 0.45);
  border: 1px solid #334e59;
  width: calc(100% - 60px);
  height: calc(100% - 70px);
  max-width: 460px;
  max-height: 720px;
  position: fixed;
  bottom: 65px;
  right: 30px;
  z-index: 2;
  overflow: hidden;
  transform-origin: bottom right;
  animation: showMascot 300ms;
}
@media screen and (max-width: 640px) {
  .mascot-demo .mascot-embed .mascot-iframe {
    width: calc(100% - 30px);
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .mascot-demo .mascot-embed .mascot-iframe {
    width: calc(100% - 10px);
    right: 5px;
  }
}
.mascot-demo .mascot-embed .mascot-iframe > iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.mascot-demo .mascot-embed .mascot-iframe.hidden {
  display: none;
}
.mascot-demo .mascot-embed .mascot-btn-close {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 15px;
  right: 30px;
  transform: scale(1);
  transition: transform 200ms;
  animation: showMascotCloseBtn 400ms;
}
.mascot-demo .mascot-embed .mascot-btn-close:hover {
  background-color: black;
  transform: scale(1.1);
}
@media screen and (max-width: 640px) {
  .mascot-demo .mascot-embed .mascot-btn-close {
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .mascot-demo .mascot-embed .mascot-btn-close {
    right: 5px;
  }
}
.mascot-demo .mascot-embed .mascot-btn-close.hidden {
  display: none;
}

/*******************************
Contact Us Form
*******************************/
.contact-form {
  background-color: #02121C;
  border: 1px solid #334e59;
  border-radius: 12px;
  margin: auto;
  max-width: 540px;
  padding: 40px;
  width: 100%;
}
.contact-form h1 {
  margin-top: 0;
}
.contact-form .hubspot-form {
  margin-top: 40px;
}
.contact-form .hubspot-form label {
  color: white;
}

/*******************************
Testimonials
*******************************/
.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.testimonials .testimonial {
  background-color: #f7f7f7;
  border-left: 2px solid #e0e0e0;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .testimonials .testimonial:not(:last-child) {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 961px) {
  .testimonials .testimonial {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
.testimonials .testimonial .company {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials .testimonial .company > img {
  display: block;
  width: 68px;
  height: auto;
  margin-right: 20px;
}
.testimonials .testimonial .company > div {
  flex: 1;
}
.testimonials .testimonial .company > div h4 {
  margin: 0 0 5px;
}
.testimonials .testimonial .company > div p {
  margin: 0;
}
.testimonials .testimonial blockquote {
  padding-left: 40px;
  position: relative;
  margin: 0 0 20px;
}
.testimonials .testimonial blockquote > p {
  margin: 0;
}
.testimonials .testimonial blockquote > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: auto;
}
.testimonials .testimonial > button {
  margin: 0 0 0 40px;
}
.testimonials .testimonial .modal > span.meta {
  margin-top: 0;
}

/*******************************
Mascot Showcase
*******************************/
.mascot-list {
  margin: 0 -30px;
}
@media screen and (min-width: 641px) {
  .mascot-list {
    margin: 0 -60px;
  }
}
.mascot-list .mascot-item {
  background: #00151e;
  border-radius: 16px;
  box-shadow: 0 0 0 transparent;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: box-shadow 200ms;
}
@media screen and (min-width: 641px) {
  .mascot-list .mascot-item {
    border-radius: 24px;
  }
}
.mascot-list .mascot-item::after {
  backdrop-filter: blur(50px);
  content: "";
  display: block;
  padding-bottom: 126%;
  position: relative;
  inset: 0;
  z-index: 2;
}
.mascot-list .mascot-item .mascot-info {
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: translateX(0);
  transition: transform 300ms;
}
.mascot-list .mascot-item .mascot-info .mascot-image {
  border-radius: 50%;
  display: block;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 769px) {
  .mascot-list .mascot-item .mascot-info .mascot-image {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1121px) {
  .mascot-list .mascot-item .mascot-info .mascot-image {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1241px) {
  .mascot-list .mascot-item .mascot-info .mascot-image {
    width: 180px;
    height: 180px;
  }
}
.mascot-list .mascot-item .mascot-info > h2 {
  margin: 25px 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (min-width: 1121px) {
  .mascot-list .mascot-item .mascot-info > h2 {
    font-size: 38px;
  }
}
.mascot-list .mascot-item .mascot-info > p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.mascot-list .mascot-item .mascot-info > hr {
  max-width: 15px;
}
.mascot-list .mascot-item .mascot-info .meta {
  color: white;
}
.mascot-list .mascot-item .mascot-hover {
  color: white;
  padding: 20px;
  position: absolute;
  inset: 0;
  z-index: 3;
  text-align: left;
  transform: translateX(100%);
  transition: transform 300ms;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .mascot-list .mascot-item .mascot-hover {
    padding: 30px;
  }
}
.mascot-list .mascot-item .mascot-hover .mascot-hover-header {
  display: flex;
  align-items: center;
}
.mascot-list .mascot-item .mascot-hover .mascot-hover-header > img {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-right: 20px;
}
@media screen and (min-width: 1121px) {
  .mascot-list .mascot-item .mascot-hover .mascot-hover-header > img {
    width: 110px;
    height: 110px;
  }
}
.mascot-list .mascot-item .mascot-hover .mascot-hover-header h4 {
  margin: 0 0 10px;
}
.mascot-list .mascot-item .mascot-hover > hr {
  border-bottom-color: rgba(224, 224, 224, 0.25);
}
.mascot-list .mascot-item .mascot-item-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 300ms;
}
.mascot-list .mascot-item:hover {
  box-shadow: 0 0 0 3px #00F46A, 0 0 20px 2px rgba(0, 244, 106, 0.35);
}
.mascot-list .mascot-item:hover .mascot-info {
  transform: translateX(-100%);
}
.mascot-list .mascot-item:hover .mascot-hover {
  transform: translateX(0);
}
.mascot-list .mascot-item:hover .mascot-item-bg {
  opacity: 0.4;
}

.hs-inline-edit .mascot-list .mascot-item {
  pointer-events: none;
}

.mascot-list .row-fluid-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.mascot-list .row-fluid-wrapper .row-fluid .dnd-column {
  margin-bottom: 24px;
}
@media screen and (min-width: 641px) {
  .mascot-list .row-fluid-wrapper .row-fluid .dnd-column {
    flex: 0 0 50%;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1025px) {
  .mascot-list .row-fluid-wrapper .row-fluid .dnd-column {
    flex: 0 0 33.3333333333%;
  }
}
.mascot-list .row-fluid-wrapper .row-fluid .dnd-module,
.mascot-list .row-fluid-wrapper .row-fluid [class^=span] {
  width: 100%;
}

/*******************************
Callouts
*******************************/
.callouts {
  position: relative;
}
.callouts .callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 30px;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 641px) {
  .callouts .callout {
    border-radius: 24px;
  }
}
.callouts .callout > img:first-child {
  display: block;
  height: 48px;
  width: auto;
  margin-bottom: 20px;
}
.callouts .callout h2, .callouts .callout h3, .callouts .callout h4 {
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
.callouts .callout p {
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
.callouts .callout > *:last-child {
  margin-bottom: 0;
}
.callouts .callout.dark {
  background-color: #011f31;
  border: 1px solid #334e59;
}
.callouts .callout.dark h2, .callouts .callout.dark h3, .callouts .callout.dark h4, .callouts .callout.dark p {
  color: white !important;
}
.callouts .callout.light {
  background: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.22), 0 17px 20px -10px rgba(0, 0, 0, 0.1);
  color: #313131;
}
.callouts .callout.left-align {
  align-items: flex-start;
  text-align: left;
}
.callouts .callout.left-align h3 {
  padding-left: 60px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .callouts .callout.left-align h3 {
    font-size: 24px;
  }
}
.callouts .callout.left-align h3 > img {
  display: block;
  position: absolute;
  height: 48px;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .callouts.wrap-callouts {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: initial;
  }
  .callouts.wrap-callouts .callout {
    margin: 13px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .callouts.wrap-callouts .callout {
    width: calc(50% - 26px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1121px) {
  .callouts.wrap-callouts .callout {
    width: calc(33.3333333333% - 26px);
  }
}
@media screen and (min-width: 769px) {
  .callouts.wrap-callouts.col-4 .callout {
    margin: 6.5px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1121px) {
  .callouts.wrap-callouts.col-4 .callout {
    width: calc(25% - 13px);
  }
}
@media screen and (max-width: 768px) {
  .callouts.mobile-horizontal {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 15px;
    margin-left: -75px;
    margin-right: -75px;
  }
  .callouts.mobile-horizontal .callout {
    margin-right: 15px;
    flex: 0 0 320px;
  }
}
@media screen and (max-width: 640px) {
  .callouts.mobile-horizontal {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media screen and (max-width: 480px) {
  .callouts.mobile-horizontal {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/*******************************
Modal
*******************************/
.modal-wrapper {
  background-color: rgba(0, 21, 30, 0.75);
  display: none;
  align-items: center;
  padding: 30px 10px;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  z-index: 200;
  animation: modalOverlayIn 300ms;
}
.modal-wrapper.active {
  display: flex;
}

.modal {
  background-color: white;
  border-radius: 12px;
  color: #313131;
  animation: showModal 300ms;
  width: 100%;
  max-height: 640px;
  max-width: 640px;
  overflow: auto;
  position: relative;
  padding: 40px 50px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .modal {
    padding: 25px 30px;
  }
}
.modal.small {
  max-width: 480px;
}
.modal.large {
  max-width: 840px;
}
.modal.xlarge {
  max-width: 1024px;
}
.modal:focus {
  outline: none;
}
.modal > *:last-child {
  margin-bottom: 0;
}
.modal > i.icon-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .modal-title {
  margin: 0 0 25px;
}
.modal .modal-content {
  position: relative;
}
.modal .modal-content p.subheading {
  color: #707070;
  margin-top: -10px;
  margin-bottom: 30px;
}
.modal .modal-content > img {
  display: block;
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}
.modal .modal-content .video {
  width: 100%;
}
.modal .modal-content .video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.modal .modal-content .video::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56.25%;
}
.modal .modal-actions {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.modal .modal-actions > button {
  margin: 0 10px 0 0;
}

/*******************************
Popover
*******************************/
.popover {
  background: white;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 10px 20px;
  min-width: 220px;
  position: absolute;
  top: 0;
  z-index: 999;
  overflow: hidden;
}
.popover .popover-item {
  display: flex;
  align-items: center;
  color: #313131;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  padding: 12px 0;
}
.popover .popover-item > i {
  font-size: 20px;
  margin-right: 10px;
}
.popover .popover-item:hover {
  text-decoration: none;
  color: #3dbfbf;
}
.popover .popover-item:hover > i {
  color: inherit;
}
.popover .popover-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.popover.inline-actions {
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.14), 0 0 1px 1px #e0e0e0;
  top: auto;
  min-width: 150px;
  padding: 0;
}
.popover.inline-actions .popover-item {
  padding: 10px 20px;
  line-height: 21px;
}
.popover.inline-actions .popover-item:hover {
  background-color: #e6e6e6;
  color: #313131;
}

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