/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  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;
}
.w-icon-nav-menu:before {
  content: "\e602";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-6 {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
                              }
@media screen and (max-width: 767px) {
        .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
                        }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
          .w-col {
    width: 100%;
  }
                        }
.w-dropdown-link.w--current {
  color: #0082f3;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
/* .w-lightbox-content */
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
/**
 * 1. Reset if style is set by user on "All Images"
 */
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
/*
 * Utility classes
 */
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: #111110;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --orange: #dd5c3c;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: #dbd8d3;
  --_ui-styles---radius--medium: 0.75rem;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0.375rem;
  --_primitives---colors--neutral-lightest: #f3f2ef;
  --_ui-styles---radius--large: 1.5rem;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}











body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}



.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}




.hide-on-mobile {
  display: block;
}


.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}




.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}


.align-center {
  margin-left: auto;
  margin-right: auto;
}


.max-width-large {
  width: 100%;
  max-width: 48rem;
}









.margin-xxsmall {
  margin: .5rem;
}


.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}



.margin-xxlarge {
  margin: 5rem;
}










.padding-medium {
  padding: 2rem;
}



.padding-xxlarge {
  padding: 5rem;
}




.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  color: #5f5f5f;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}


.overflow-auto {
  overflow: auto;
}


.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  font-weight: 400;
}

.text-size-medium.big-text {
  color: #626262;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}



.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
}














.heading-style-h1 {
  padding-left: 14px;
  padding-right: 14px;
  font-family: Crimson Text, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.03em;
}









.lp-button {
  background-color: var(--orange);
  color: #ffffff;
  text-align: center;
  border-radius: 100rem;
  padding: .75rem 3rem;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 2px 8px rgba(221, 92, 60, 0.3), 0 1px 2px rgba(221, 92, 60, 0.2);
}

.lp-button:hover {
  background-color: #c44e2e;
  box-shadow: 0 4px 16px rgba(221, 92, 60, 0.38), 0 2px 4px rgba(221, 92, 60, 0.22);
  transform: translateY(-1px);
}

.lp-button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.lp-button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.lp-button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.lp-button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.lp-button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.lp-button.is-small {
  padding: .5rem 1.25rem;
}

.lp-button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.lp-button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.lp-button.max-width-full.black {
  background-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  color: var(--_primitives---colors--white);
  font-weight: 400;
}

.lp-button.max-width-full.black:hover {
  background-color: var(--_primitives---colors--neutral-dark);
}

.text-weight-normal {
  font-weight: 400;
}













.text-size-regular {
  font-size: 1rem;
}



.text-weight-bold {
  font-weight: 700;
}















.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.more-padding {
  margin-top: 6rem;
}










.icon-embed-xsmall {
  color: #657881;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.5rem;
  display: flex;
}
















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






























.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium, .padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}














.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}




















.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}
















.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}


.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}


.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}













.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}


.testimonial21_loop-trigger.bottom {
  justify-content: flex-start;
  align-items: flex-start;
}







.text-weight-semibold {
  font-weight: 600;
}








.tab4_tab-link.w--current {
  border-width: 1px;
  border-color: var(--orange);
  background-color: var(--orange);
  border-radius: 100rem;
}



.pricing32_plan.highlight {
  border-color: var(--orange);
  border-width: 1.5px;
  background-color: #fff;
  background-image: radial-gradient(ellipse 100% 80% at 50% 0%, #fff5f2 0%, #ffffff 60%);
  box-shadow: 0 8px 32px rgba(221, 92, 60, 0.14), 0 2px 8px rgba(221, 92, 60, 0.08);
  overflow: visible;
}


.tab-link-2.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--text);
  color: var(--_primitives---colors--white);
  font-weight: 500;
}




.body {
  color: #002237;
  font-family: Work Sans, sans-serif;
}

.orange-text {
  color: var(--orange);
}





.credit-text.opacity {
  opacity: 0;
}


.save-tag.annual {
  left: 45%;
}


.discount {
  background-color: #b2bdff;
  border-radius: .25rem;
  margin-top: .5rem;
  padding-top: 3px;
  padding-bottom: 11px;
}

















.image {
  width: 36rem;
}

.button-2 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}



.divider-horizontal-2 {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  width: 100%;
}




.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}





.lp-banner--black-friday .tw-overflow-hidden {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  
  
  
  
  .margin-xxlarge {
    margin: 4.5rem;
  }

  
  
  
  
  
  .padding-xxlarge {
    padding: 4.5rem;
  }

  
  
  
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  
  
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  
  .heading-style-h2 {
    font-size: 2.75rem;
  }

  
  
  .heading-style-h1 {
    font-size: 3.25rem;
  }

  
  
  
  
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  

  

  

  

  
  
  
  
  
  
  
  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  
  
  
  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  
  
  .margin-xxlarge {
    margin: 3rem;
  }

  
  
  
  
  
  .padding-medium {
    padding: 1.5rem;
  }

  
  
  .padding-xxlarge {
    padding: 3rem;
  }

  
  
  
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  
  
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  
  .text-size-medium {
    font-size: 1rem;
  }

  
  .heading-style-h2 {
    font-size: 2.25rem;
  }

  
  
  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .lp-button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  
  
  
  
  
  
  
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  

  
  

  

  

  
  
  
  
  
  
  
  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait, .hide-on-mobile {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  
  
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  
  
  .text-size-medium.big-text {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2.9rem;
    line-height: 1;
  }

  .heading-style-h1 {
    font-size: 2.9rem;
  }

  
  

  

  
  

  
  

  

  

  
  .save-tag.annual {
    left: 34%;
  }

  
  
  
  
  
  
  
}

#w-node-f402072c-9cde-eac1-70c8-7f048235abd3-c0456955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f402072c-9cde-eac1-70c8-7f048235abd5-c0456955 {
  justify-self: center;
}

#w-node-f402072c-9cde-eac1-70c8-7f048235abe8-c0456955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_31500c8f-e226-233a-52f3-1f8fd7667341-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd7667346-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd766734b-c0456955, #w-node-_43c3d2d6-245a-8d97-8d4d-cbda2805d1c5-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd7667365-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd766736a-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd766736f-c0456955, #w-node-b76ba6da-ebc4-3d94-f0af-06ac7fe13b8d-c0456955, #w-node-_2f75e5dc-e4c0-5cb7-75d9-42e2c4209969-c0456955, #w-node-_2fa5b30d-4850-1e4a-0bf8-5ad8b8befc25-c0456955, #w-node-_458aedab-1a74-fe27-5176-eb065c3793ab-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd7667389-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd766738e-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd7667393-c0456955, #w-node-_31500c8f-e226-233a-52f3-1f8fd7667398-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529b4-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529b9-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529be-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529c3-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529dc-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529e1-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529e6-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529eb-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529f0-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529f5-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d660529fa-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d66052a17-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d66052a1c-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d66052a21-c0456955, #w-node-_1c9bb08d-ee47-d218-03e0-9d4d66052a26-c0456955 {
  align-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-c0456958 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c0456958 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-c0456958 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c0456958 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-c0456958 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-c0456958 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-c0456958 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-c0456958 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-c0456958, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-c0456958 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-c0456958, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-c0456958, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-c0456958 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-c0456958, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-c0456958 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-c0456958, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-c0456958 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-c0456958, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-c0456958, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-c0456958, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-c0456958, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-c0456958, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-c0456958, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-c0456958, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c0456958 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c0456958 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-c0456958 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-c0456958 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-c0456958 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-c0456958, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-c0456958 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c0456958, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c0456958, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-c0456958, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-c0456958, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c0456958, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c0456958, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-c0456958 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-c0456958, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-c0456958, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-c0456958 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-c0456958, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-c0456958, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-c0456958 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-c0456958, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-c0456958, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-c0456958 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-c0456958, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-c0456958, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-c0456958 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-c0456958, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-c0456958, #w-node-ee961e8d-845a-edc3-3307-509470022457-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-c0456958 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-c0456958, #w-node-ee961e8d-845a-edc3-3307-50947002245b-c0456958, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-c0456958 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-c0456958, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-c0456958, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-c0456958 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-c0456958, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-c0456958, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-c0456958 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-c0456958, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-c0456958, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-c0456958 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-c0456958, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-c0456958, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-c0456958 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-c0456958, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c0456958, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c0456958 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c0456958 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-c0456958 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-c0456958 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-c0456958 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-c0456958 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-c0456958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-c0456958 {
  justify-self: start;
}

  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
  }

  a,
  .w-input,
  .w-select,
  .w-tab-link,
  .w-nav-link,
  .w-nav-brand,
  .w-dropdown-btn,
  .w-dropdown-toggle,
  .w-slider-arrow-left,
  .w-slider-arrow-right,
  .w-dropdown-link {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
  }

  /* Focus state style for keyboard navigation for the focusable elements */
  *[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
    outline: 0.125rem solid #4d65ff;
    outline-offset: 0.125rem;
  }

  /* Get rid of top margin on first element in any rich text element */
  
  /* Get rid of bottom margin on last element in any rich text element */
  
  /* Prevent all click and hover interaction with an element */
  
  /* Enables all click and hover interaction with an element */
  
  /* Create a class of .div-square which maintains a 1:1 dimension of a div */
  
  /* Make sure containers never lose their center alignment */
  .container-medium,
  .container-small,
  .container-large {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* Apply "..." after 3 lines of text */
  
  /* Apply "..." after 2 lines of text */
  
  /* Adds inline flex display */
  
  /* These classes are never overwritten */
  .hide {
    display: none !important;
  }

  
  
  

  

  
  

  
  
  /* Mobile menu hamburger animation */

  /* Mobile menu layout - stack links vertically */
  @media screen and (max-width: 991px) {

    /* Fix save tag positioning on mobile - ensure card is relative and badge is centered */
    
    /* Only show badge on Personal plan (highlight) card */
    .pricing32_plan:not(.highlight) .save-tag {
      display: none !important;
    }

    .pricing32_plan.highlight .save-tag {
      left: 50% !important;
      transform: translateX(-50%);
    }
  }

  
  
  
  
  
  .tab-link-2.w--current,
  .tab-link-2.w--current * {
    color: white !important;
  }

  .padding-section-large,
  .padding-section-large-2,
  .padding-section-large-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  

@media screen and (max-width: 767px) {
  #w-node-bb23b5f1-49e2-3792-4dab-3c4ea83ee024-c0456955 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

/* ─── Premium animations & interactions ────────────────────────────────────
 *
 *  1. Scroll progress bar — thin orange line tracking page depth
 *  2. Hero entrance — staggered fade-up of every hero element on load
 *  3. Scroll reveal — content slides into view as sections enter the viewport
 *  4. CTA button shimmer — a light sweep that repeats on a slow loop
 *  5. Navbar elevation — shadow appears after scrolling past the hero
 *  6. 3D testimonial card tilt — driven by JS mousemove, CSS transitions
 * ─────────────────────────────────────────────────────────────────────────── */

/* 1 ── Scroll progress bar ─────────────────────────────────────────────────*/

/* 2 ── Hero entrance stagger ───────────────────────────────────────────────*/
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0);    }
}

/* 3 ── Scroll reveal ───────────────────────────────────────────────────────*/
/* Stagger siblings via delay data attribute */

/* Extended delays for specialty chip grid (tighter cadence) */

/* Chips reveal faster — shorter base transition */

/* 4 ── CTA button shimmer ──────────────────────────────────────────────────*/
@keyframes btnShimmer {
  0%   { left: -140%; }
  28%  { left:  140%; }
  100% { left:  140%; }
}

/* 5 ── Navbar elevation on scroll ──────────────────────────────────────────*/

/* 6 ── 3D card tilt (transform driven by JS, transition in CSS) ─────────── */

/* ─── Premium finish layer ─────────────────────────────────────────────────
 *
 * Three techniques working together rather than alternating background colors:
 *
 *  1. Grain texture — a fixed noise overlay adds tactile depth to flat white
 *     surfaces. Imperceptible on first glance; unmistakably premium on feel.
 *
 *  2. Hairline section dividers — ultra-thin gradient lines that fade from
 *     transparent → warm mid-tone → transparent. They separate sections
 *     with precision rather than chunky background changes.
 *
 *  3. Ambient glow on key sections — a centered radial bloom that references
 *     the brand's warm orange without overwhelming. Creates a sense of light
 *     emanating from within the section rather than a painted background.
 * ───────────────────────────────────────────────────────────────────────── */

/* 1 ── Grain texture ────────────────────────────────────────────────────── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.028;
  pointer-events: none;
  z-index: 9998;
}

/* 2 ── Hairline section dividers ───────────────────────────────────────── */
/* border-image gives us a gradient that fades to transparent at both edges —
   much more refined than a solid rule. */
.section-testimonial,
.section-features,
.section-faq,
.section-pricing,
.section-tabss,
.section_faq4 {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent 0%, #d8d0c6 20%, #d8d0c6 80%, transparent 100%) 1;
}

/* 3 ── Ambient glow ─────────────────────────────────────────────────────── */
/* Warm blush bloom in the testimonials & pricing sections.
   border-image and background-image can coexist — border-image only
   affects the border rendering, not the background layer. */


/* ─── Section spacing — more generous vertical rhythm ──────────────────────
 * Increase padding-section-large from 5rem to 7rem so sections breathe.
 * The mobile override (3rem) is kept intact via the existing media query.
 * ─────────────────────────────────────────────────────────────────────────── */
.padding-section-large,
.padding-section-large-2,
.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/* ─── Navbar–Hero gradient continuity ──────────────────────────────────────
 *
 * The warm blush lives on the <html> root so it covers the full page top —
 * including the space where the sticky navbar sits. The body and hero section
 * are transparent, letting the html gradient bleed through uninterrupted.
 * On scroll the navbar transitions to frosted glass, hiding the gradient
 * behind it. Every other section has an explicit white background so the
 * warmth naturally disappears as the user scrolls past the hero.
 * ─────────────────────────────────────────────────────────────────────────── */
html {
  background: radial-gradient(ellipse 100% 72% at 50% 0%, #fff3ef 0%, #ffffff 58%);
}

body {
  background-color: transparent;
}

/* ═══════════════════════════════════════════════════════════════════════════
 *  PREMIUM POLISH — LAYER 2
 *  Micro-details that separate good from great. No layout changes.
 *
 *   1.  Brand text selection
 *   2.  Nav link hover — centred-origin underline sweep
 *   3.  Logo row — grayscale muting + colour-reveal on hover + edge vignette
 *   4.  Testimonial20 cards — decorative oversized quote mark
 *   5.  Testimonial21 cards — hover lift + warm accent left-border
 *   6.  Pricing plans — hover lift (both highlighted and standard)
 *   7.  Feature boxes — hover translate
 *   8.  Layout288 items — hover translate
 *   9.  FAQ question — subtle warm hover tint
 *  10.  Footer divider — matches gradient hairline style
 *  11.  Focus-visible — brand-orange accessible ring
 *  12.  Tab links (specialty) — smooth state transition
 *  13.  Active tab image — subtle scale-in on display
 *  14.  Section tag pill — refined tracking + warm border
 *  15.  Pricing feature icon — brand-orange tint
 *  16.  Hero tag dot pulse — living brand indicator
 * ═══════════════════════════════════════════════════════════════════════════ */

/* 1 ── Brand text selection ─────────────────────────────────────────────── */
::selection {
  background-color: rgba(221, 92, 60, 0.14);
  color: inherit;
}

/* 2 ── Nav link hover — underline sweeps from centre ────────────────────── */

/* 3 ── Logo row — subtle opacity + colour reveal on hover ──────────────── */

/* 4 ── Testimonial20 slider cards — decorative quote mark ───────────────── */

/* 5 ── Testimonial21 marquee cards — hover lift ─────────────────────────── */
/* Note: JS-driven 3D tilt is already on mousemove; this lift fires on enter  */

.pricing32_plan:not(.highlight):hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09), 0 2px 8px rgba(0, 0, 0, 0.05);
  border-color: #c6c1ba;
}
.pricing32_plan.highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 44px rgba(221, 92, 60, 0.22), 0 4px 12px rgba(221, 92, 60, 0.1);
}

/* 7 ── Feature boxes — hover translate + shadow ─────────────────────────── */

/* 9 ── FAQ questions — warm hover tint ──────────────────────────────────── */



/* 10 ── Footer divider — gradient hairline to match section dividers ──────*/

/* 11 ── Focus-visible — accessible brand-orange ring ────────────────────── */
:focus-visible {
  outline: 2px solid rgba(221, 92, 60, 0.55);
  outline-offset: 3px;
  border-radius: 4px;
}

/* 12 ── Pricing / specialty tab links — smooth state transitions ──────────*/

/* 13 ── Active tab image — subtle scale-in when pane becomes visible ───── */
@keyframes tabImageReveal {
  from { transform: scale(1.015); opacity: 0.85; }
  to   { transform: scale(1);     opacity: 1;    }
}

/* 14 ── Section tag / hero tag — refined pill style ─────────────────────── */

.pricing32_feature-icon-wrapper .icon-embed-xsmall{
  color: var(--orange) !important;
}

/* 16 ── Hero tag — soft shimmer sweep to draw the eye to the trust badge ── */
@keyframes tagShimmer {
  0%   { left: -120%; }
  30%  { left:  120%; }
  100% { left:  120%; }
}

/* ── Testimonial Marquee Carousel ────────────────────────────────────────── */
@keyframes t20Scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* Compact card overrides */
/* Initials avatar for testimonials without profile photos */
/* Respect prefers-reduced-motion */

/* ── Premium Specialty Section Polish ───────────────────────────────────── */

/* 1. Warm ambient bloom — depth without touching the bg image */

/* 2. Two-column layout via CSS Grid (avoids clearfix pseudo-element issues) */



/* Chain display:flex down so the image wrapper fills the available height */




/* Soft bottom fade so the crop looks intentional, not abrupt */


.section-tabss .specialty-left-header .heading-style-h1 {
  text-align: left !important;
  /* Strip the Webflow center-layout padding so heading aligns with subtitle */
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1rem;
}


/* Chips: fill the left column width, left-aligned, 2-column grid */

/* 3. Base pill — sharper, more confident type */

/* Press feedback — micro-scale snap */

/* 4. Hover — warm brand tint on approach */
.section-tabss .tab4_tab-link:hover:not(.w--current) {
  border-color: rgba(221, 92, 60, 0.38);
  background-color: rgba(221, 92, 60, 0.05);
  color: #1a1a1a;
  transform: translateY(-1px);
}

/* 5. Active pill — bolder weight + soft orange glow + activation bounce */
@keyframes chipActivate {
  0%   { transform: scale(0.96); }
  55%  { transform: scale(1.03); }
  100% { transform: scale(1); }
}
.section-tabss .tab4_tab-link.w--current {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.005em;
  box-shadow:
    0 2px 12px rgba(221, 92, 60, 0.42),
    0 1px 4px  rgba(221, 92, 60, 0.22);
  animation: chipActivate 0.32s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* 6. Premium screenshot frame — deep layered shadow, clean edge + hover lift */


/* 7. Tighter heading tracking — premium editorial weight */
.section-tabss .heading-style-h1 {
  letter-spacing: -0.025em;
  line-height: 1.08;
}

/* 8. "in every specialty" — rich gradient, not flat orange */
.section-tabss .heading-style-h1 .orange-text {
  background: linear-gradient(128deg, #e8512a 0%, #dd5c3c 50%, #c8462b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 9. Polished tab-image entrance — fade + lift */
@keyframes specialtyTabReveal {
  from { opacity: 0; transform: translateY(10px) scale(0.997); }
  to   { opacity: 1; transform: translateY(0)    scale(1);     }
}

/* Reduced-motion: no image animation */

/* Specialty section subtitle */

/* ── Specialty chips — icon pills with clean hover ───────────────────────*/

/* 1. Section spacing */
.section-tabss .padding-section-large {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* 2. Chip — compact pill with icon+text layout, fills grid cell */

/* 3. Front face: flex row with icon */

/* 4. Hide the old back-face (tooltip replaced by icon clarity) */

/* 5. Icon badge */


/* 6. Hover — badge warms orange */
.section-tabss .tab4_tab-link:not(.w--current):hover {
  border-color: rgba(221, 92, 60, 0.4) !important;
  background-color: rgba(221, 92, 60, 0.04) !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(221, 92, 60, 0.1);
}
.section-tabss .tab4_tab-link:not(.w--current):hover .chip-icon {
  background: rgba(221, 92, 60, 0.12);
  transform: scale(1.08);
}
.section-tabss .tab4_tab-link:not(.w--current):hover .chip-icon svg {
  color: #dd5c3c;
}

/* 7. Active — full orange, white icon */
.section-tabss .tab4_tab-link.w--current .chip-icon {
  background: rgba(255, 255, 255, 0.22);
}
.section-tabss .tab4_tab-link.w--current .chip-icon svg {
  color: rgba(255, 255, 255, 0.92);
}

/* 8. Active press — don't lift */
.section-tabss .tab4_tab-link.w--current {
  transform: none !important;
}

/* 9. Reduced-motion */
@media (prefers-reduced-motion: reduce) {
      .section-tabss .tab4_tab-link:not(.w--current):hover {
    transform: none !important;
  }
}

/* v2/v3 chip override blocks removed — replaced by icon pill design above */

/* ── "More" chip — muted, non-interactive indicator ─────────────────────── */

/* ── Feature Card Visuals ────────────────────────────────────────────────── */

/* Cards stretch to equal height; visuals fill remaining space */

/* ── Card 1: Input Mode Cycling Pills ─────────────────────────────────────── */

/* Each pill cycles active (orange) → inactive (gray), staggered */
@keyframes featModeActivate {
  0%, 30%   { background: rgba(221,92,60,0.08); border-color: rgba(221,92,60,0.38); color: #dd5c3c; }
  37%, 100% { background: transparent; border-color: rgba(42,36,32,0.11); color: #b0a49e; }
}

/* Pulsing red recording dot on the mic item */

@keyframes featRecPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.25; transform: scale(0.55); }
}

/* ── Card 2: Device Grid (2×2) ────────────────────────────────────────────── */

/* Pulsing ring */

@keyframes featDeviceRing {
  0%        { opacity: 0; transform: scale(0.88); }
  15%, 40%  { opacity: 1; transform: scale(1); }
  65%, 100% { opacity: 0; transform: scale(1.12); }
}

/* ── Card 3: Mini SOAP Note Preview ──────────────────────────────────────── */

/* Highlighted "learned" phrases — warm shimmer pulse */

@keyframes featNoteShimmer {
  0%, 100% { background: rgba(221,92,60,0.1); }
  50%       { background: rgba(221,92,60,0.22); }
}

/* ── Feature card subtitle ───────────────────────────────────────────────── */

/* ── Hero H1 size bump ───────────────────────────────────────────────────── */

/* ── Hero H1 size bump v2 ────────────────────────────────────────────────── */

/* ── Hero H1 size bump v3 — single row on desktop ───────────────────────── */

/* ── Hero H2 sub-headline ────────────────────────────────────────────────── */

/* ── Hero H1 size v4 + H2 spacing ───────────────────────────────────────── */

/* ── Hero H2 bigger + brush underlines ──────────────────────────────────── */






@keyframes brushDraw {
  to { stroke-dashoffset: 0; }
}

/* ── Hero H1 + H2 size bump ─────────────────────────────────────────────── */

/* ── Hero H1 — single row on desktop ────────────────────────────────────── */

/* ── Navbar premium polish ───────────────────────────────────────────────── */

/* 1. Nav links — medium weight, tighter size, warm muted default color */

/* 2. Logo — gentle opacity lift on hover */

/* 3. Ghost (Login) button — warmer border, subtle fill on hover */

/* 4. Sign Up button — tracked CTA label */

/* 5. Scrolled navbar — hairline border, lighter diffuse shadow */

/* 6. Container — max-width cap on ultra-wide screens */

/* ── Hero H1 larger + H2 centered/narrower ──────────────────────────────── */

/* ── Hero H1 final size + center ────────────────────────────────────────── */

/* ── Hero H1 centering fix ───────────────────────────────────────────────── */

/* ── Hero H1 — widen container + calibrated single-line size ────────────── */

/* Expand the hero's max-width-large beyond its default 48rem cap */

/* ── Hero H1 bigger + H2 two-line width ─────────────────────────────────── */

/* ── H2 accent — brand-color keyword emphasis ───────────────────────────── */

/* ── Brush underline — two-layer premium refinement ─────────────────────── */

/* Taller SVG, positioned closer to text baseline */

/* Base bloom layer — wide, very transparent, draws in with main stroke */

/* ═══════════════════════════════════════════════════════════════════════════
   PREMIUM ABOVE-THE-FOLD POLISH
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── 1. Hero entrance — staggered fade-up sequence ──────────────────────── */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Each element starts invisible and animates in */

/* Stagger delays — each 110ms apart */
.margin-bottom.margin-small { animation-delay: 0.16s; }
.margin-top.margin-medium   { animation-delay: 0.28s; }

/* ── 2. Hero radial glow — warm atmospheric depth ───────────────────────── */
/* children stack naturally above z-index:0 pseudo-element */

/* ── 3. CTA button — shimmer + hover lift ───────────────────────────────── */

/* Shimmer pseudo-element */

/* ── 4. Rating pill — hover lift ────────────────────────────────────────── */

/* ═══════════════════════════════════════════════════════════════════════════
   "WHY CLINICIANS CHOOSE TWOFOLD" — FEATURE BOX VISUALS
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Card upgrade ───────────────────────────────────────────────────────── */

/* Short one-liner replacing long paragraph */

/* ── Shared visual container ─────────────────────────────────────────────── */

/* ── ① ACCURACY — animated SOAP note ────────────────────────────────────── */

@keyframes fwvPulseDot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes fwvBarFill {
  0%      { transform: scaleX(0); opacity: 0; }
  8%      { opacity: 1; }
  22%, 72% { transform: scaleX(1); opacity: 1; }
  82%, 100% { transform: scaleX(1); opacity: 0; }
}

@keyframes fwvBadgeIn {
  0%, 15%   { opacity: 0; transform: translateY(4px); }
  28%, 70%  { opacity: 1; transform: translateY(0); }
  82%, 100% { opacity: 0; transform: translateY(0); }
}

/* ── ② SIMPLICITY — pulsing record button ───────────────────────────────── */

@keyframes fwvRingExpand {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(2.2); opacity: 0;   }
}

@keyframes fwvToastIn {
  0%, 10%   { opacity: 0; transform: translateY(5px); }
  28%, 65%  { opacity: 1; transform: translateY(0);   }
  80%, 100% { opacity: 0; transform: translateY(0);   }
}

/* ── ③ COPILOT MODE — document chips ─────────────────────────────────────── */

@keyframes fwvChipIn {
  0%, 5%    { opacity: 0; transform: translateX(-6px); }
  20%, 72%  { opacity: 1; transform: translateX(0);    }
  85%, 100% { opacity: 0; transform: translateX(-6px); }
}

/* ── ④ REAL SUPPORT — live chat snippet ─────────────────────────────────── */

@keyframes fwvMsgIn {
  0%, 5%    { opacity: 0; transform: translateY(4px); }
  20%, 72%  { opacity: 1; transform: translateY(0);   }
  85%, 100% { opacity: 0; transform: translateY(0);   }
}

@keyframes fwvLivePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(46,133,85,0.4); }
  50%      { opacity: 0.7; box-shadow: 0 0 0 4px rgba(46,133,85,0); }
}

/* ── Mobile: keep visuals stacked cleanly ───────────────────────────────── */

/* ── Reduced motion ─────────────────────────────────────────────────────── */

/* ── 5. Reduced motion — skip entrance animations ───────────────────────── */

/* ═══════════════════════════════════════════════════════════════════════════
   FEATURE BOX VISUAL LAYOUT FIXES
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Wrapper: equal-height cards with small gap ──────────────────────────── */

/* Each card: flex column so visual grows to fill space */

/* Visual area: flex:1 fills remaining card height above title */

/* ── Accuracy: make the note card fill-to-content, darken bars ───────────── */

/* Push the verified badge flush after the last row */

/* ── Simplicity: row layout so button + toast sit side by side ───────────── */

/* Toast sits to the right of the button */

/* ── Simplicity: center content vertically in its flex:1 area ────────────── */

/* ── Copilot: reduce gap between chips, anchor to top ────────────────────── */

/* ── Support: anchor to top ──────────────────────────────────────────────── */

/* Title + subtext — consistent spacing after visual */

/* Mobile: restore full-width stacked cards */

/* ── Feature card title alignment fix ─────────────────────────────────────
   The four visual areas (.fwv-accuracy, -simplicity, -copilot, -support)
   have different intrinsic content heights. With `.fwv { flex: 1 }`, the
   tallest content (Copilot's 4 stacked chips) inflates its own .fwv,
   while the others stay short — so "Copilot Mode" drops below its
   siblings' titles. Pin .fwv to a single height so every title lands on
   the same baseline. Chip content fits comfortably within 160px. */

/* ═══════════════════════════════════════════════════════════════════════════
   PREMIUM PRODUCT POLISH — PAGE-WIDE REFINEMENTS
   12 layered improvements that elevate without restructuring
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── 1. Font rendering — the single highest-impact CSS line ─────────────── */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Brand-colored text selection */
::selection {
  background: rgba(221, 92, 60, 0.15);
  color: inherit;
}

/* Suppress tap highlight on mobile */
a, button {
  -webkit-tap-highlight-color: transparent;
}

/* ── 2. Global heading tracking — tight = premium ───────────────────────── */
h1, h2, h3,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3 {
  letter-spacing: -0.02em;
  font-feature-settings: "kern" 1, "liga" 1;
}

/* Large display text gets tighter still */
.heading-style-h1 {
  letter-spacing: -0.03em;
}

/* Body reading text — increase line-height for a more editorial feel */

/* ── 3. Scroll progress bar — rich gradient ─────────────────────────────── */

/* ── 4. Section background rhythm — removed per user preference ─────────── */

/* ── 5. Section separators — gradient dissolve, not hard lines ──────────── */

/* FAQ section gets a divider with proper breathing room above it */

/* ── 6. Logo bar mask fade — removed per user preference ────────────────── */

/* ── 7. Testimonial cards — layered shadow system ───────────────────────── */

/* ── 8. Pricing highlight plan — warm glow + lift ───────────────────────── */
.pricing32_plan.highlight {
  border: 1.5px solid rgba(221, 92, 60, 0.28) !important;
  box-shadow:
    0 0 0 1px rgba(221, 92, 60, 0.08),
    0 4px 20px rgba(221, 92, 60, 0.12),
    0 20px 56px rgba(26, 43, 74, 0.09) !important;
  transform: translateY(-6px) !important;
  position: relative !important;
  z-index: 1 !important;
  background: #fff !important;
}

/* ── 9. Focus rings — brand-colored, accessible ─────────────────────────── */
:focus-visible {
  outline: 2px solid rgba(221, 92, 60, 0.6) !important;
  outline-offset: 3px !important;
  border-radius: 4px;
}

/* ── 10. FAQ accordion — warm hover fill ────────────────────────────────── */



/* ── 11. Hero rating pill — refined glass treatment ─────────────────────── */

/* ── 12. Heading h2 line-height — tighter for editorial weight ──────────── */
.heading-style-h2 {
  line-height: 1.15 !important;
}

/* ── Reduced motion — keep everything static ────────────────────────────── */

/* ── Specialty tabs — responsive: stack on mobile ───────────────────────── */
@media (max-width: 991px) {
        .section-tabss .specialty-left-header .heading-style-h1 {
    font-size: clamp(1.6rem, 5vw, 2.2rem) !important;
  }
    }

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE OPTIMIZATION — Comprehensive responsive polish
   Target: phones ≤ 767px (tablet handled above at 991px)
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

  /* ── 1. Flying hero cards — hide completely on mobile ────────────────── */
  /* Cards are positioned absolutely and would float over text on small screens */

  /* ── 2. Hero section ─────────────────────────────────────────────────── */
  /* Allow the hero to be natural height on mobile instead of 100vh */

  /* Hero tag pill — tighten up */

  /* ── 3. Hero CTA — centered and touch-friendly ───────────────────────── */
  .button-group.is-center {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* ── 4. Navbar logo — correct sizing for the SVG image ──────────────── */
  
  /* ── 5. Hero H1 + H2 subtitle ────────────────────────────────────────── */

  /* ── 6. Section heading padding — remove Webflow's default indent ─────── */
  .heading-style-h1,
  .heading-style-h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* ── 7. Section vertical padding — more compact on mobile ────────────── */
  .padding-section-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  /* ── 8. Testimonial marquee cards ────────────────────────────────────── */

  /* ── 9. Specialty tabs — 2-column chip grid on mobile ────────────────── */
    /* Touch-friendly chip height */
  
  /* ── 10. Pricing section — stack plans vertically ────────────────────── */
      /* Remove the lift on the highlighted plan — looks odd when stacked */
  .pricing32_plan.highlight {
    transform: none !important;
  }

  /* ── 11. FAQ accordion — touch-friendly tap targets ─────────────────── */
  

  /* ── 12. Logo bar images — ensure proper sizing ──────────────────────── */

  /* ── 13. How-it-works big text — scale down ──────────────────────────── */

  /* ── 14. Feature boxes — ensure single column ────────────────────────── */

  /* ── 15. Security section image — better mobile sizing ──────────────── */
    
  /* ── 16. Note preview image in specialty tabs ────────────────────────── */
  
  /* ── 17. Global link/button tap highlight already suppressed; ─────────── */
  /* ensure no text selection on interactive elements */
  .tab4_tab-link,
  .lp-button {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
}

/* ── Extra small phones (≤ 390px) ─────────────────────────────────────────── */

/* ── Hero H1 — final bump (larger across all breakpoints) ───────────────────
   Last rule wins in the cascade; keep this block at the bottom of the file. */

