/*! 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,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") 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-slider-right:before {
    content: "\e600";
}
.w-icon-slider-left:before {
    content: "\e601";
}
.w-icon-nav-menu:before {
    content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}
.w-icon-file-upload-remove:before {
    content: "\e900";
}
.w-icon-file-upload-icon:before {
    content: "\e903";
}
* {
    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;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.w-block {
    display: block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
.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;
}
.w-code-block {
    margin: unset;
}
pre.w-code-block code {
    all: inherit;
}

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;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
[type='button'],
[type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}
.w-input:focus,
.w-select:focus {
    border-color: #3898EC;
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-radio:after {
    clear: both;
}
.w-radio-input {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px;
}
.w-radio-input {
    margin-top: 3px;
}
.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-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}
.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-richtext:after {
    clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.w-richtext figure {
    position: relative;
    max-width: 60%;
}
.w-richtext figure > div:before {
    cursor: default!important;
}
.w-richtext figure img {
    width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}
.w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    font-size: 0px;
    color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}
.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
    clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    /* padding-bottom is used for aspect ratios in video figures
        we want the div to inherit that so hover/selection borders in the designer-canvas
        fit right*/
    padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}

:root {
    --neutral--900: #222a28;
    --neutral--300: #c7d1ce;
    --neutral--50: #f4f6f5;
    --neutral--700: #45544f;
    --base--white: white;
    --neutral--100: #ecf0ef;
    --primary--500: #56fca2;
    --primary--100: #b3ffd5;
    --primary--50: #e5fff1;
    --primary--900: #04e76d;
    --primary--300: #86f9ba;
    --neutral--500: #949e9b;
    --primary--700: #2df087;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.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 {
    color: var(--neutral--900);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 600;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

a {
    text-decoration: underline;
}

ul {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2rem;
    font-size: 1rem;
}

ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

li {
    margin-bottom: .25rem;
}

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

form {
    margin-bottom: 0;
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

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

.section.hero {
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--50);
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
}

.section.hero.alt-kv {
    padding-bottom: 4rem;
}

.section.footer {
    background-color: var(--neutral--700);
    color: var(--base--white);
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section.light {
    background-color: var(--neutral--50);
}

.section.light.revs {
    overflow: hidden;
}

.section.dark {
    background-color: var(--neutral--100);
}

.section.dark.revs {
    overflow: hidden;
}

.section._100vh {
    align-items: center;
    display: flex;
}

.section.ty {
    padding-top: 3rem;
}

.section.cta {
    background-color: var(--base--white);
}

.container {
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.styles-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
}

.td-xxl {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.2;
}

.td-xl {
    letter-spacing: -.1rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

.td-l {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.td-md {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.td-md.grey {
    color: var(--neutral--700);
}

.td-sm {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.td-xs {
    font-weight: 600;
    line-height: 1.2;
}

.tt-lead {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.tt-lead.med {
    font-weight: 500;
}

.tt-lead.med.narrow {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
}

.tt-lead.str {
    font-weight: 600;
}

.tt-lead.mw60 {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.tt-l {
    font-size: 1.125rem;
    line-height: 1.3;
}

.tt-l.med {
    font-weight: 500;
}

.tt-l.str {
    font-weight: 600;
}

.tt-md {
    line-height: 1.5;
}

.tt-md.med {
    font-weight: 500;
}

.tt-md.str {
    font-weight: 600;
}

.tt-md.gray {
    color: var(--neutral--700);
}

.tui-l {
    line-height: 1;
}

.tui-l.med {
    font-weight: 500;
}

.tui-l.str {
    font-weight: 600;
}

.tui-md {
    font-size: .875rem;
    line-height: 1;
}

.tui-md.med {
    font-weight: 500;
}

.tui-md.str {
    font-weight: 600;
}

.tui-sm {
    font-size: .75rem;
    line-height: 1;
}

.tui-sm.med {
    font-weight: 500;
}

.tui-sm.str {
    font-weight: 600;
}

.tui-xs {
    font-size: .625rem;
    line-height: 1;
}

.tui-xs.med {
    font-weight: 500;
}

.tui-xs.str {
    font-weight: 600;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.input {
    border: 1px solid var(--neutral--300);
    background-color: var(--base--white);
    border-radius: 16px;
    height: 100%;
    margin-bottom: 0;
    padding: 1rem;
    transition: all .2s;
}

.input:hover {
    border-color: var(--neutral--900);
}

.input:focus {
    border-color: var(--primary--500);
    background-color: var(--base--white);
    color: var(--neutral--900);
}

.input::-moz-placeholder {
    color: var(--neutral--700);
    font-size: .875rem;
    line-height: 1;
}

.input::placeholder {
    color: var(--neutral--700);
    font-size: .875rem;
    line-height: 1;
}

.input.joined {
    border-color: var(--neutral--900);
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.my-md {
    margin-bottom: 1rem;
}

.my-l {
    margin-bottom: 1.5rem;
}

.my-l.left {
    text-align: left;
}

.my-xl {
    margin-bottom: 2rem;
}

.my-xxl {
    margin-bottom: 3rem;
}

.my-sm {
    margin-bottom: .5rem;
}

.my-xs {
    margin-bottom: .25rem;
}

.btn-primary {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--neutral--900);
    background-color: var(--primary--500);
    color: var(--neutral--900);
    cursor: pointer;
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: .8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.btn-primary:hover {
    background-color: var(--primary--100);
}

.btn-primary.size-md {
    padding: .5rem 1rem;
    font-size: .875rem;
}

.btn-primary.size-md.copied {
    background-color: var(--primary--50);
}

.btn-primary.size-sm {
    padding: .5rem 1rem;
    font-size: .75rem;
}

.btn-primary.disabled {
    border-color: var(--neutral--300);
    background-color: var(--neutral--300);
    box-shadow: none;
    color: var(--base--white);
    cursor: default;
}

.btn-primary.joined {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-secondary {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--neutral--900);
    background-color: var(--base--white);
    color: var(--neutral--900);
    cursor: pointer;
    border-radius: 1.5rem;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: .8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.btn-secondary:hover {
    background-color: var(--primary--50);
}

.btn-secondary.size-md {
    padding: .5rem 1rem;
    font-size: .875rem;
}

.btn-secondary.size-sm {
    padding: .35rem 1rem;
    font-size: .75rem;
}

.btn-secondary.disabled {
    border-color: var(--neutral--300);
    background-color: var(--neutral--300);
    box-shadow: none;
    color: var(--base--white);
    cursor: default;
}

.components-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    display: flex;
}

.btn-secondary-icn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--neutral--900);
    background-color: var(--base--white);
    color: var(--neutral--900);
    border-radius: 1.5rem;
    flex: none;
    align-items: center;
    padding: .8rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.btn-secondary-icn.size-md {
    padding: .5rem;
    font-size: .875rem;
}

.btn-secondary-icn.size-sm {
    padding: .25rem;
    font-size: .75rem;
}

.btn-primary-icn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--neutral--900);
    background-color: var(--primary--500);
    color: var(--neutral--900);
    border-radius: 1.5rem;
    flex: none;
    align-items: center;
    padding: .8rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.btn-primary-icn:hover {
    background-color: var(--primary--100);
}

.btn-primary-icn.size-sm {
    padding: .25rem;
    font-size: .75rem;
}

.btn-primary-icn.size-md {
    padding: .5rem;
}

.max-width-l {
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
}

.form-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.max-width-s {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
}

.logo-text {
    color: var(--neutral--50);
    font-size: 1.5rem;
    font-weight: 900;
}

.btn-w {
    justify-content: center;
    align-self: stretch;
    display: flex;
}

.benefits-w {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.benefit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--base--white);
    text-align: left;
    border-radius: 8px;
    flex: 33%;
    align-items: center;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
}

.tt-sm {
    font-size: .85rem;
    line-height: 1.5;
}

.tt-sm.str {
    font-weight: 700;
}

.tt-sm.str.green {
    color: #2e6b57;
}

.divider {
    color: var(--neutral--700);
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
}

.line {
    background-color: var(--neutral--300);
    flex: 1;
    height: 1px;
}

.fs_accordion-2_paragraph {
    margin-bottom: .5rem;
    line-height: 1.5;
}

.fs_accordion-2_paragraph p, .fs_accordion-2_paragraph ul, .fs_accordion-2_paragraph li {
    margin-bottom: .5rem;
}

.fs_accordion-2_paragraph img {
    border: 1px solid #c7d1ce;
    border-radius: 16px;
    overflow: hidden;
}

.fs_accordion-2_paragraph a {
    color: var(--neutral--900);
    font-weight: 500;
}

.fs_accordion-2_paragraph a:hover {
    text-decoration: none;
}

.fs_accordion-2_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 60ch;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.fs_accordion-2_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    display: flex;
}

.fs_accordion-2_header:focus-visible {
    outline-offset: 4px;
    outline: 2px solid #9b9b9b;
}

.fs_accordion-2_header[data-wf-focus-visible] {
    outline-offset: 4px;
    outline: 2px solid #9b9b9b;
}

.fs_accordion-2_arrow-wrapper {
    transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
    transform: rotate(180deg);
}

.fs_accordion-2_icon {
    margin-right: 0;
    font-size: 1.125rem;
    position: relative;
}

.fs_accordion-2_body {
    padding: 0 1.5rem 1rem;
}

.fs_accordion-2_item {
    background-color: var(--base--white);
    border-radius: 1rem;
    overflow: hidden;
}

.fs_accordion-2_content {
    transition: max-height .2s;
    overflow: hidden;
}

.fs_accordion-2_label {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
}

.fs_accordion-2_embed {
    margin-bottom: 0;
}

.center {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

.footer-w {
    font-size: .85rem;
}

.darker {
    background-color: var(--neutral--100);
}

.controls-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--neutral--700);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.card-w {
    flex: 1;
    align-self: stretch;
    padding: .5rem;
}

.card-w._25 {
    flex: 0 25%;
}

.card-w._33 {
    flex: 0 33.3333%;
    padding: .25rem;
}

.card-w.reviews {
    flex: none;
    width: 30ch;
}

.cards-grid {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.cards-grid.my-xl {
    align-items: stretch;
}

.cards-grid.slider {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 1rem;
    overflow: auto;
}

.cards-grid.slider.my-xl.main-carousel {
    align-items: flex-start;
    padding-bottom: 3rem;
    display: block;
    overflow: visible;
}

.card {
    background-color: var(--base--white);
    border-radius: 1rem;
    height: 100%;
    padding: 1.5rem;
}

.card.reviews {
    border: 1px solid var(--neutral--300);
    color: var(--neutral--900);
    min-height: 16rem;
    font-size: .85rem;
    text-decoration: none;
    transition: all .2s;
}

.card.reviews:hover {
    border-color: var(--primary--300);
    background-color: var(--primary--50);
}

.card-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
}

.card-heading.review {
    justify-content: space-between;
}

.card-icon {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}

.card-icon-w {
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    display: flex;
}

.card-icon-w.red {
    color: #e83030;
    background-color: #ffe5e6;
}

.card-icon-w.black {
    background-color: var(--neutral--900);
    color: var(--primary--500);
}

.card-icon-w.green {
    background-color: var(--primary--500);
}

.benefit-icn {
    width: 2rem;
    height: 2rem;
}

.tt-hint {
    color: var(--neutral--500);
    font-size: .75rem;
    font-weight: 400;
}

.stars-rating {
    display: inline-block;
}

.cta-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.cta-w.solo {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
}

.price-sub {
    color: var(--neutral--900);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.left {
    text-align: left;
}

.pop-badge {
    width: 5rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.icn-15rem {
    width: 1.5rem;
    height: 1.5rem;
}

.ref-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    display: flex;
}

.message {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.message.my-xxl {
    border: 1px solid var(--primary--500);
}

.checkmark {
    background-color: var(--primary--900);
    color: var(--neutral--900);
    border-radius: 1.5rem;
    width: 2rem;
    height: 2rem;
    padding: .5rem;
    display: flex;
}

.message-content-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex;
}

.ref-element {
    display: flex;
}

.circle-number {
    text-align: center;
    width: 1rem;
    height: 1rem;
    line-height: 1;
}

.logo-lockup {
    flex: 1;
    align-items: center;
    display: flex;
    position: relative;
}

.logomark {
    width: 3rem;
    height: 3rem;
}

.logo-wording {
    height: 2rem;
}

.ref-container {
    margin-top: 2rem;
    display: none;
}

.div-block-2 {
    display: inline-block;
}

.back {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--base--white);
    background-color: rgba(34, 42, 40, .5);
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: auto;
    right: 2rem;
}

.tabs-menu {
    border: 1px solid var(--neutral--900);
    border-radius: 32px;
    display: inline-block;
    overflow: hidden;
}

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

.success-msg {
    background-color: var(--primary--500);
    border-radius: 1rem;
    padding: 1rem;
    display: inline-block;
}

.success-msg-w {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.refid-input {
    display: none;
}

.span-color {
    color: var(--neutral--900);
}

.disclaimer {
    color: var(--neutral--500);
    text-align: center;
}

.disclaimer.rating {
    color: var(--neutral--500);
    font-size: .85rem;
    font-weight: 400;
}

.link-terms {
    color: var(--neutral--500);
}

.solo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 3rem;
    display: flex;
}

.underline {
    text-decoration: underline;
}

.pmd-logo {
    width: 15rem;
    margin-bottom: 3rem;
}

.hero-col {
    flex-flow: column;
    flex: 0 50%;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90ch;
    display: flex;
}

.hero-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.form-input {
    border: 1px solid var(--neutral--300);
    background-color: rgba(0, 0, 0, 0);
    border-radius: .75rem;
    flex: 1;
    min-height: 3rem;
    margin-bottom: 0;
    padding: .5rem 1rem;
    transition: all .2s;
}

.form-input:hover {
    border-color: var(--neutral--500);
}

.form-input:focus {
    border-color: var(--primary--500);
    outline-color: var(--primary--900);
    outline-offset: 0px;
    outline-width: 3px;
    outline-style: solid;
}

.form-input::-moz-placeholder {
    color: var(--neutral--500);
}

.form-input::placeholder {
    color: var(--neutral--500);
}

.form-input.c-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-input.c-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.form-error {
    color: #fff;
    background-color: #f14141;
    border-radius: 1rem;
    padding: 1.5rem;
}

.error-listing {
    padding-left: 0;
    list-style: none;
}

.form-heading {
    font-size: 1.5rem;
    font-weight: 600;
}

.btn {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .75rem;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    text-decoration: none;
    display: flex;
}

.btn.btn-primary {
    color: #fff;
    background-color: #0075ff;
    transition: all .2s;
}

.btn.btn-primary:hover {
    background-color: #0069e6;
}

.btn.btn-primary._100 {
    width: 100%;
}

.form-fields-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
}

.hero-form-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.form-success {
    color: var(--neutral--900);
    font-size: 1rem;
    line-height: 1.5;
    background-color: #77ed8b;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: left;

    h3 {
        font-size: 1.5rem;
        margin-bottom: .5rem;
        line-height: 1.2;
    }

    p {
        margin-bottom: 1rem;
    }

    ol {
        margin-bottom: .5rem;
        padding-left: 2rem;
    }
}

.main-form {
    background-color: var(--base--white);
    color: var(--neutral--900);
    border-radius: 2rem;
    margin-bottom: 0;
    margin-left: auto;
    padding: 2rem;
    font-size: .85rem;
    transition: all .2s;
    box-shadow: 0 24px 24px rgba(0, 0, 0, .05);
}

.main-form:hover {
    box-shadow: none;
}

.main-form.c {
    max-width: 70ch;
    margin-right: auto;
}

.form-flex-row {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    display: flex;
}

.form-flex-row.compact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
}

.form-select-w {
    flex-flow: column;
    flex: 1;
}

.section-heading {
    text-align: center;
    max-width: 81ch;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.section-heading.spacing {
    margin-bottom: 4rem;
}

.hiw-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 3rem;
    display: flex;
}

.hiw-tile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #fff;
    border-radius: 2rem;
    flex-flow: column;
    flex: 1;
    padding: 3rem 2rem;
    display: flex;
}

.no-jumbo {
    color: var(--neutral--300);
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
}

.text-lead {
    font-size: 1.5rem;
}

.hiw-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--neutral--700);
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
}

.top-anchor {
    margin-top: -10rem;
    padding-top: 10rem;
}

.flex-layout {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
}

.col {
    flex: 0 50%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.col.alt {
    justify-content: flex-end;
    align-items: center;
}

.kv-w {
    justify-content: center;
    align-items: center;
    display: flex;
}

.kv-img {
    z-index: 1;
    border-radius: 100vw;
    box-shadow: 0 32px 32px rgba(0, 0, 0, .1);
}

.kv-img.stacked {
    z-index: 0;
    margin-left: -20%;
    position: relative;
}

.flex-col-w {
    max-width: 40ch;
}

.main-kv {
    mix-blend-mode: darken;
    margin-top: 2rem;
}

.main-kv.mob {
    display: none;
}

.main-kv.alt {
    border-radius: 3rem;
    width: 100%;
    margin-bottom: 3rem;
}

.div-block-3 {
    padding-top: 2rem;
}

.kv-dash {
    border-radius: 2rem;
    width: 100%;
}

.portal-frame {
    border-radius: 1.5rem;
    border: 1px solid var(--neutral-500-main, #91A19C);
    background: var(--neutral-100, #ECF0EF);
    box-shadow: -32px 32px 32px 0 rgba(0, 0, 0, 0.10);
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.ipad-frame {
    background-color: var(--neutral--900);
    outline-color: var(--neutral--500);
    outline-offset: 0px;
    border: 4px solid #000;
    border-radius: 3rem;
    outline-width: 3px;
    outline-style: solid;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
}

.div-block-4 {
    text-align: center;
}

.grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
}

.google {
    width: 1.5rem;
    height: 1.5rem;
}

.reviews-lockup {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--neutral--900);
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.reviews-lockup.alt {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
}

.star-icn {
    width: 1.5rem;
    height: 1.5rem;
}

.stars {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.notice {
    background-color: var(--neutral--900);
    color: var(--base--white);
    border-radius: 4px;
    padding: .2rem;
    display: block;
}

.span-med {
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .td-l {
        font-size: 2.5rem;
    }

    .td-md {
        font-size: 1.8rem;
    }

    .td-sm {
        font-size: 1.25rem;
    }

    .benefit {
        flex-basis: 48%;
    }

    .offer {
        padding: 1rem;
    }

    .price._22off {
        font-size: 3.6rem;
    }

    .box-w {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding: 1.5rem;
    }

    .card-w._25 {
        flex-basis: 50%;
    }

    .card-heading.top {
        align-items: flex-start;
    }

    .blank {
        display: none;
    }

    .back {
        bottom: 1rem;
        right: 1rem;
    }

    .disclaimer.rating {
        font-size: 1rem;
    }

    .pmd-logo {
        margin-bottom: 2rem;
    }

    .pmd-logo.my-md {
        width: 10rem;
    }

    .form-select-w {
        flex: 1;
    }

    .text-lead {
        font-size: 1.4rem;
    }

    .flex-layout {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
    }

    .kv-img {
        min-width: 25rem;
    }

    .kv-dash {
        border-radius: 1.5rem;
    }

    .ipad-frame {
        border-radius: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .section.hero {
        text-align: center;
        padding-bottom: 1.5rem;
    }

    .td-xxl {
        font-size: 4rem;
    }

    .td-xl {
        font-size: 3rem;
    }

    .td-l {
        font-size: 2rem;
    }

    .td-md {
        font-size: 1.5rem;
    }

    .tt-md {
        font-size: 1rem;
    }

    .td-sm {
        font-size: 1.2rem;
    }

    .tt-lead {
        font-size: 1.35rem;
    }

    .benefit {
        flex-grow: 0;
        flex-basis: 48%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .card-w._33 {
        padding: .5rem;
    }

    .cards-grid {
        flex-flow: column;
    }

    .card {
        padding: 1rem;
    }

    .ribbon {
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
    }

    .plan-name {
        font-size: 1.25rem;
    }

    .plan-name.ff {
        margin-top: 2rem;
    }

    .logomark {
        width: 2rem;
        height: 2rem;
    }

    .logo-wording {
        height: 1.5rem;
    }

    .solo-wrapper {
        margin-bottom: 0;
    }

    .pmd-logo {
        width: 12rem;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-w {
        text-align: center;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .main-form {
        padding: 1.5rem;
    }

    .hiw-w {
        flex-flow: column;
    }

    .hiw-tile {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .flex-layout {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        margin-bottom: 2rem;
    }

    .kv-img {
        min-width: auto;
    }

    .main-kv {
        margin-top: 0;
        display: none;
    }

    .main-kv.mob {
        display: none;
    }

    .main-kv.mob.alt {
        border-radius: 1.5rem;
        margin-bottom: 0;
    }

    .kv-dash {
        border-radius: 1rem;
    }

    .ipad-frame {
        border-radius: 2.5rem;
        padding: 1rem;
    }

    .features-rich {
        text-align: left;
        padding: 1.5rem;
    }

    .features-rich h2 {
        font-size: 1.5rem;
    }

    .reviews-lockup.alt {
        justify-content: center;
        align-items: center;
    }

    .benefit-2 {
        flex-grow: 0;
        flex-basis: 45%;
    }

    .apply-text {
        display: none;
    }

    .hero-col {
        max-width: none;
        width: 100%;
        align-items: center;
    }

    .main-form {
        margin-right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .section.hero.alt-kv {
        padding-top: 2rem;
    }

    .section.ty {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .container {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .td-xxl {
        font-size: 3rem;
    }

    .td-xl {
        font-size: 2.5rem;
    }

    .td-l {
        font-size: 1.6rem;
    }

    .td-md {
        font-size: 1.35rem;
    }

    .td-sm {
        font-size: 1.2rem;
    }

    .tt-lead {
        font-size: 1.18rem;
    }

    .input {
        white-space: nowrap;
        overflow: hidden;
    }

    .input.joined {
        border-width: 1px;
        border-radius: 16px;
        height: auto;
    }

    .btn-primary {
        min-height: 2.5rem;
    }

    .btn-primary.size-sm {
        min-height: auto;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .btn-primary.joined {
        border-radius: 16px;
    }

    .btn-secondary {
        min-height: 2.5rem;
    }

    .components-w {
        grid-row-gap: 1rem;
        flex-wrap: wrap;
    }

    .benefits-w {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .benefit {
        flex-basis: 100%;
        font-size: 1rem;
    }

    .tt-sm {
        font-size: 1rem;
    }

    .most-popular {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .fs_accordion-2_paragraph a {
        white-space: nowrap;
    }

    .rich-terms h1 {
        font-size: 1.5rem;
    }

    .controls-w {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
    }

    .box-w {
        border-style: none;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 2rem;
    }

    .box-col {
        padding: 0;
    }

    .card-w._25, .card-w._33 {
        flex-basis: 100%;
    }

    .card-heading.top {
        align-items: center;
    }

    .ribbon {
        flex-wrap: nowrap;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .counter-w {
        flex-wrap: wrap;
        font-size: .85rem;
    }

    .price-sub {
        font-size: 1.5rem;
    }

    .ref-element {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-direction: column;
        align-items: center;
    }

    .back {
        bottom: .5rem;
        right: .5rem;
    }

    .tab-link {
        flex: 1;
    }

    .tabs-menu {
        display: flex;
    }

    .pmd-logo {
        width: 10rem;
    }

    .form-input.c-left {
        border-radius: 12px;
        margin-right: 0;
    }

    .form-input.c-right {
        border-radius: 12px;
    }

    .form-fields-w {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .main-form {
        border-radius: 1.5rem;
        padding: 1rem 1rem 1.5rem;
    }

    .form-flex-row {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        flex-flow: column;
    }

    .form-flex-row.compact {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .section-heading.spacing {
        margin-bottom: 2rem;
    }

    .hiw-w {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
    }

    .hiw-tile {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        border-radius: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .no-jumbo {
        font-size: 2.5rem;
    }

    .text-lead {
        font-size: 1.2rem;
    }

    .hiw-heading {
        font-size: 1.4rem;
    }

    .flex-layout {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        text-align: center;
        flex-flow: column-reverse;
        margin-bottom: 3rem;
    }

    .flex-layout.alt {
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
    }

    .kv-img {
        box-shadow: none;
    }

    .flex-col-w {
        padding-top: 0;
    }

    .main-kv.mob.alt, .kv-dash {
        border-radius: 1rem;
    }

    .ipad-frame {
        border-radius: 1.5rem;
        padding: .2rem;
    }

    .features-rich {
        border-radius: 1.5rem;
        padding: 1rem;
    }

    .features-rich ul {
        margin-bottom: .5rem;
    }

    .reviews-lockup {
        margin-bottom: 1rem;
    }

    .benefit-2 {
        flex-basis: 100%;
    }

    .form-success {
        h3 {
            font-size: 1.2rem;
            line-height: 1.1;
        }
    }
}

#w-node-_3a2791db-06b1-989a-ff28-d2882035ebdd-a859c77c, #faq.w-node-_3a2791db-06b1-989a-ff28-d2882035ebde-a859c77c, #w-node-_3a2791db-06b1-989a-ff28-d2882035ebf6-a859c77c, #w-node-_3a2791db-06b1-989a-ff28-d2882035ebf8-a859c77c, #w-node-_3a2791db-06b1-989a-ff28-d2882035ebfa-a859c77c, #w-node-b601c5d6-8d0e-1a13-f314-1de4440b3472-41b16a07, #faq.w-node-b601c5d6-8d0e-1a13-f314-1de4440b3473-41b16a07, #w-node-b601c5d6-8d0e-1a13-f314-1de4440b348b-41b16a07, #w-node-b601c5d6-8d0e-1a13-f314-1de4440b348d-41b16a07, #w-node-b601c5d6-8d0e-1a13-f314-1de4440b348f-41b16a07, #w-node-e077c719-d780-6bb6-2ac5-04002171fc59-efaef283, #faq.w-node-e077c719-d780-6bb6-2ac5-04002171fc5a-efaef283, #w-node-e077c719-d780-6bb6-2ac5-04002171fc72-efaef283, #w-node-e077c719-d780-6bb6-2ac5-04002171fc74-efaef283, #w-node-e077c719-d780-6bb6-2ac5-04002171fc76-efaef283, #w-node-bb3aee3a-0f3a-e006-adb7-4c9b5fc5991b-2baa2b8d, #faq.w-node-bb3aee3a-0f3a-e006-adb7-4c9b5fc5991c-2baa2b8d, #w-node-bb3aee3a-0f3a-e006-adb7-4c9b5fc59934-2baa2b8d, #w-node-bb3aee3a-0f3a-e006-adb7-4c9b5fc59936-2baa2b8d, #w-node-bb3aee3a-0f3a-e006-adb7-4c9b5fc59938-2baa2b8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}


.contact_channel {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.div-contact_channel {
    position: relative;
}

.div-contact_channel:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0.3em;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid black;
    opacity: 0.5;
}
.login-link {
    color: var(--Neutral-900, #222A28);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    font-style: normal;
    border: none;
    border-bottom: 2px solid;
    padding: .25rem 0;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.login-link:hover {
    border-bottom-color: var(--primary--900);
}

.login-link.mobile {
    margin: 0 auto !important;
}

.google-review-login-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media screen and (max-width: 479px) {
    .login-link.desktop {
        display: none;
    }
}
@media screen and (min-width: 479px) {
    .login-link.mobile {
        display: none;
    }
}


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