:root {
  --text-color--text-primary: var(--color-tints--black-80);
  --base-color-brand--black: #0a0a0a;
  --base-color-brand--white: white;
  --color-tints--black-80: #242424;
  --base-color-neutral--200\<deleted\|variable-67487719\>: #dde3e8;
  --color-tints--slate-20: #e8ecec;
  --base-color-neutral--950\<deleted\|variable-4fb8f64e\>: #2e3138;
  --base-color-brand--slate: #163f42;
  --base-color-brand--light-green: #99c23c;
  --base-color-brand--sea-foam: #7dffcf;
  --base-color-neutral--50\<deleted\|variable-b4fc4a44\>: #f5f7f8;
  --background-color--slate\<deleted\|variable-44606f6d-1bfa-a6d1-97b5-6be2a5a95637\>: #163f42;
  --background-color--sea-foam\<deleted\|variable-e501f7a4-cbd5-16c0-aad8-7d2738e0b1fa\>: #7dffcf;
  --color-tints--slate: #163f42;
  --background-color--background-sucess\<deleted\|variable-e5e9819f-2351-c05b-ef88-8034043921bc\>: var(--base-color-system--success);
  --text-color--text-success: var(--base-color-brand--light-green);
  --base-color-brand--orange: #f4af1c;
  --shadow-xsmall\<deleted\|variable-e08b2116-6166-f8a9-dc68-b9dfb6e7cab9\>: #95a0b21f;
  --base-color-neutral--800\<deleted\|variable-5fc5fbdb\>: #5f6674;
  --shadow--hard-x-large: #95a0b233;
  --color-tints--gray-80: #8a8a8a;
  --base-color-neutral--300\<deleted\|variable-8f101a91\>: #c8d1d9;
  --blue--500\<deleted\|variable-bc4465e6\>: #005af5;
  --blue--0\<deleted\|variable-287925c6\>: #fafbff;
  --base-color-brand--yellow: #e5e526;
  --link-color--link-primary: var(--base-color-brand--black);
  --background-color--background-error\<deleted\|variable-5165bfcb-3520-577e-e30c-c279faef0c1f\>: var(--base-color-system--warning);
  --text-color--text-error: var(--base-color-system--error);
  --color-tints--gray-40: #d6d6d6;
  --base-color-brand--gray: #8a8a8a;
  --background-color--background-secondary: var(--color-tints--gray-20);
  --base-color-neutral--700\<deleted\|variable-1d45ad2d\>: #737b8f;
  --base-color-brand--sea-foam-2: #82e8c2;
  --color-tints--black: #0a0a0a;
  --base-color-neutral--100\<deleted\|variable-e128e06c\>: #edf0f2;
  --background-color--orange\<deleted\|variable-d5b0478e-6626-d15b-ab6f-0c28efb939ea\>: #f4af1c;
  --background-color--light-green\<deleted\|variable-e17c3892-b2fb-780c-e052-c9e086548b0b\>: #99c23c;
  --background-color--yellow\<deleted\|variable-75a5fcaf-62bd-c427-0241-4a8fe627480b\>: #e5e526;
  --base-color-brand--dark-slate: #0c2426;
  --color-tints--gray-20: #f0f0f0;
  --background-color--background-primary: var(--base-color-brand--white);
  --background-color--background-tertiary: var(--color-tints--gray-60);
  --background-color--background-alternate: var(--color-tints--slate-20);
  --base-color-brand--blue: #005af5;
  --base-color-system--success: #99c23c;
  --base-color-system--error: #df1212;
  --base-color-system--warning: var(--base-color-brand--orange);
  --base-color-system--out-of-stock: #c5cfd0;
  --color-tints--slate-80: #506f71;
  --color-tints--slate-60: #8a9fa0;
  --color-tints--slate-40: #c5cfd0;
  --color-tints--black-60: #3d3d3d;
  --color-tints--black-40: #575757;
  --color-tints--black-20: #707070;
  --color-tints--gray-60: #bdbdbd;
  --link-color--link-secondary: var(--base-color-brand--orange);
  --link-color--link-alternate: var(--base-color-brand--white);
  --shadow--hard-medium: #95a0b21f;
  --shadow--hard-x-small: #95a0b214;
  --shadow--hard-large: #95a0b229;
  --shadow--hard-small: #95a0b214;
  --shadow--soft-x-small: #95a0b21f;
  --shadow--soft-small: #95a0b229;
  --shadow--soft-medium: #95a0b233;
  --shadow--soft-large: #95a0b23d;
  --shadow--soft-x-large: #95a0b252;
  --text-color--text-secondary: var(--base-color-brand--black);
  --text-color--text-alternate: var(--base-color-brand--white);
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--text-color--text-primary);
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

h2 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
}

h3 {
  color: var(--base-color-brand--black);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

h4 {
  color: var(--base-color-brand--black);
  letter-spacing: -.54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.25rem;
}

h5 {
  color: var(--base-color-brand--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

h6 {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

a {
  color: var(--base-color-brand--black);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
  font-family: Figtree, sans-serif;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Figtree, sans-serif;
}

li {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.text-size-regular {
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 0;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.icon-embed-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.padding-section-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.text-size-small {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-size-medium {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-weight-normal {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: visible;
}

.text-weight-medium {
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.text-weight-semibold {
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.padding-section-medium {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-weight-bold {
  font-family: Figtree, sans-serif;
  font-weight: 700;
}

.text-size-large {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-size-large.text-color-light-green.alt, .text-size-large.text-color-slate.alt {
  font-size: 2.375rem;
  line-height: 1.3;
}

.text-color-white {
  color: var(--base-color-brand--white);
  margin-bottom: 0;
  padding: 0;
  font-family: Figtree, sans-serif;
}

.icon-embed-custom2 {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-custom1 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: .25rem;
  font-family: Figtree, sans-serif;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--color-tints--black-80);
  border-radius: .125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border: 7px solid var(--color-tints--black-80);
  background-color: #0000;
  background-image: none;
  border-radius: .25rem;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.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: 16.25rem;
  display: flex;
}

.badge {
  border: 1px solid var(--base-color-neutral--200\<deleted\|variable-67487719\>);
  background-color: var(--color-tints--slate-20);
  color: var(--base-color-neutral--950\<deleted\|variable-4fb8f64e\>);
  white-space: nowrap;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-block;
}

.badge.slate {
  background-color: var(--base-color-brand--slate);
  color: var(--base-color-brand--light-green);
}

.badge.dark {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

.text-size-xsmall {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25rem;
}

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

.icon-wrapper {
  background-color: var(--base-color-brand--white);
  border: .2rem solid #e8ecec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button {
  background-color: var(--base-color-brand--slate);
  color: #fff;
  text-align: center;
  letter-spacing: .031em;
  border-radius: 1.875rem;
  padding: 1.094rem 1.625rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .6s ease-out;
}

.button:hover, .button:focus {
  background-color: var(--base-color-brand--sea-foam);
  color: var(--base-color-brand--slate);
}

.button.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button.is-secondary {
  background-color: var(--base-color-neutral--50\<deleted\|variable-b4fc4a44\>);
  color: var(--base-color-brand--black);
  padding: 1.094rem 1.625rem;
}

.button.is-outline {
  background-color: var(--base-color-brand--white);
  box-shadow: 0 2px 1px 0 #95a0b214, inset 0 0 0 1px var(--base-color-neutral--200\<deleted\|variable-67487719\>);
  color: var(--base-color-brand--black);
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button.is-outline.is-icon-left {
  transition: all .8s;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button.is-tertiary {
  color: var(--base-color-brand--black);
  background-color: #0000;
  border-color: #0000;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button.is-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: 1.875rem;
  padding: .5rem 1.625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.button.is-small.is-icon-left {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding-left: .5rem;
}

.button.is-small.is-icon-right {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding-right: .5rem;
}

.button.is-small.is-icon-only {
  padding: .5rem;
}

.button.is-icon-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  display: flex;
}

.button.is-icon-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-right: .625rem;
  display: flex;
}

.button.is-icon-only {
  justify-content: center;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.button.is-large {
  border: 1px solid var(--background-color--slate\<deleted\|variable-44606f6d-1bfa-a6d1-97b5-6be2a5a95637\>);
  background-color: var(--background-color--slate\<deleted\|variable-44606f6d-1bfa-a6d1-97b5-6be2a5a95637\>);
  color: var(--base-color-brand--white);
  border-radius: 1.875rem;
  padding: 1.094rem 1.625rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: all .6s ease-out;
}

.button.is-large:hover {
  border-color: var(--background-color--sea-foam\<deleted\|variable-e501f7a4-cbd5-16c0-aad8-7d2738e0b1fa\>);
  background-color: var(--background-color--sea-foam\<deleted\|variable-e501f7a4-cbd5-16c0-aad8-7d2738e0b1fa\>);
  color: var(--base-color-brand--black);
}

.button.is-large.is-icon-left {
  padding-bottom: 1.094rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button.is-large.is-icon-right {
  padding-right: 1.625rem;
}

.button.is-large.is-icon-only {
  background-color: var(--base-color-brand--slate);
  padding: .75rem;
}

.button.is-large.is-icon-only:hover, .button.is-large.is-icon-only:focus {
  border-color: var(--base-color-brand--sea-foam);
  color: var(--base-color-brand--sea-foam);
}

.button.is-outline {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button.outline {
  border: 1px solid var(--color-tints--slate);
  color: var(--base-color-brand--slate);
  background-color: #0000;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.button.outline:hover {
  background-color: var(--base-color-brand--slate);
  color: var(--base-color-brand--white);
  border-style: solid;
}

.button.outline:focus {
  background-color: var(--base-color-brand--slate);
  color: var(--base-color-brand--white);
}

.form_message-success {
  background-color: var(--background-color--background-sucess\<deleted\|variable-e5e9819f-2351-c05b-ef88-8034043921bc\>);
  color: var(--text-color--text-success);
}

.link {
  color: var(--color-tints--black-80);
  letter-spacing: .8px;
  white-space: nowrap;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.link.is-xsmall {
  font-size: .75rem;
  line-height: 1rem;
}

.link.is-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
  display: flex;
}

.link.is-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.link.is-underline {
  text-decoration: underline;
}

.link.is-large {
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
}

.form_radio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: center;
  min-height: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  font-family: Figtree, sans-serif;
  display: flex;
}

.form_radio-icon {
  border: 1px solid var(--base-color-brand--black);
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0;
  margin-left: -.25rem;
}

.form_radio-icon:focus {
  border-color: #95a0b2;
}

.form_radio-icon.w--redirected-checked {
  border: 6px solid var(--base-color-brand--orange);
}

.form_input {
  border: 1px solid var(--base-color-neutral--200\<deleted\|variable-67487719\>);
  background-color: var(--base-color-brand--white);
  box-shadow: 0 1px .5px 0 var(--shadow-xsmall\<deleted\|variable-e08b2116-6166-f8a9-dc68-b9dfb6e7cab9\>);
  color: var(--base-color-neutral--800\<deleted\|variable-5fc5fbdb\>);
  border-radius: 1.875rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: 1.094rem 1.625rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.form_input.is-icon-left {
  box-shadow: 0 1px .5px 0 var(--shadow--hard-x-large);
  border-radius: 1.875rem;
  margin-bottom: 0;
  padding-left: 2.375rem;
}

.form_input.is-text-area {
  min-height: 10rem;
}

.form_input.is-text-area.is-tall {
  min-height: 15.5rem;
}

.form_input.is-text-area.is-short {
  min-height: 8rem;
}

.form_input.is-icon-right {
  border-radius: 1.875rem;
  padding-right: 2.75rem;
}

.form_input.is-select-input {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--color-tints--gray-80);
  -webkit-appearance: none;
  appearance: none;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.form_input.is-large {
  border-radius: 1.875rem;
  min-height: 3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_toggle-button {
  border: 1px solid var(--base-color-neutral--300\<deleted\|variable-8f101a91\>);
  background-color: var(--base-color-neutral--200\<deleted\|variable-67487719\>);
  border-radius: 6rem;
  align-items: center;
  width: 2.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  box-shadow: inset 1px 1px 2px #00000026;
}

.form_input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form_icon {
  color: var(--base-color-neutral--800\<deleted\|variable-5fc5fbdb\>);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto auto auto .625rem;
}

.sg-class-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: flex-start start;
  font-family: Figtree, sans-serif;
  display: flex;
  position: relative;
}

.sg-class-wrapper.alt-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: stretch;
}

.sg_class-row {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

.sg_empty-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: .0625rem dashed var(--blue--500\<deleted\|variable-bc4465e6\>);
  background-color: var(--blue--0\<deleted\|variable-287925c6\>);
  pointer-events: none;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 3rem;
  height: 3rem;
  padding-left: 1.35rem;
  display: flex;
  position: relative;
}

.icon-height-small {
  height: 1rem;
}

.text-weight-xbold {
  font-family: Figtree, sans-serif;
  font-weight: 900;
}

.text-align-right {
  text-align: right;
  font-family: Figtree, sans-serif;
}

.icon-height-large {
  height: 3rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-color-yellow {
  color: var(--base-color-brand--yellow);
  font-family: Figtree, sans-serif;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-align-center {
  text-align: center;
  font-family: Figtree, sans-serif;
}

.text-style-link {
  color: var(--link-color--link-primary);
  font-family: Figtree, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .3px;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-family: Figtree, sans-serif;
  font-style: italic;
  line-height: 1.5;
}

.form_field-label {
  margin-bottom: .375rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.form_field-label.is-large {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-align-left {
  text-align: left;
  font-family: Figtree, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Figtree, sans-serif;
  line-height: 1.5;
}

.text-style-muted {
  opacity: .6;
  font-family: Figtree, sans-serif;
  line-height: 1.5;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  line-height: 1.5;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-5165bfcb-3520-577e-e30c-c279faef0c1f\>);
  color: var(--text-color--text-error);
}

.form_radio-label {
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.sg_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 3fr;
}

.sg_link {
  color: var(--base-color-neutral--800\<deleted\|variable-5fc5fbdb\>);
  border-radius: 30px;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .6s, background-color .6s, box-shadow .3s;
}

.sg_link:hover {
  background-color: var(--color-tints--gray-40);
  color: var(--base-color-brand--gray);
  box-shadow: 0 1px .5px #acb5c314;
}

.sg_link:focus {
  background-color: var(--color-tints--gray-40);
  color: var(--base-color-brand--gray);
}

.sg_link.w--current {
  background-color: var(--base-color-brand--white);
  border-radius: 30px;
}

.sg_group-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--background-color--background-secondary);
  background-color: var(--background-color--background-secondary);
  border-radius: 30px;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 1.35rem;
  display: flex;
}

.sg-label {
  background-color: var(--base-color-brand--slate);
  color: #fff;
  text-transform: capitalize;
  border-radius: 30px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Figtree, sans-serif;
  font-size: .813rem;
  font-weight: 500;
  line-height: 2rem;
  display: inline-block;
}

.sg-label.is-tag {
  background-color: var(--base-color-brand--slate);
  font-family: Figtree, sans-serif;
}

.text-weight-thin {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

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

.sg_main {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: flex;
}

.sg_menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.sg-grid-3-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12rem, auto));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-color-light-green {
  color: var(--base-color-brand--light-green);
  font-family: Figtree, sans-serif;
}

.text-color-orange {
  color: var(--base-color-brand--orange);
  font-family: Figtree, sans-serif;
}

.form_icon-right {
  color: var(--base-color-neutral--700\<deleted\|variable-1d45ad2d\>);
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: auto .5rem auto auto;
}

.icon-wrapper-rounded {
  border: .2rem solid #f0f0f0;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
  display: flex;
}

.sg_form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.text-color-black {
  color: var(--color-tints--black-80);
  font-family: Figtree, sans-serif;
}

.text-weight-light {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.sg_section-background {
  background-color: var(--blue--0\<deleted\|variable-287925c6\>);
  border-radius: .25rem;
  width: 100%;
  overflow: hidden;
}

.sg-group-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

.sg_button-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-color-slate {
  color: var(--base-color-brand--slate);
  font-family: Figtree, sans-serif;
}

.text-color-sea-foam-2 {
  color: var(--base-color-brand--sea-foam-2);
  font-family: Figtree, sans-serif;
}

.text-color-sea-foam {
  color: var(--base-color-brand--sea-foam);
  font-family: Figtree, sans-serif;
}

.sg_group-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.sg-introductions {
  flex-direction: column;
  display: flex;
}

.sg_grid-1-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg_group-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.sg-category {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.overline-small {
  color: var(--color-tints--black-80);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.overline-small.text-color-gray-600 {
  color: var(--color-tints--black-80);
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  line-height: 1.25;
}

.overline-small.text-color-white {
  color: var(--base-color-brand--white);
}

.label-xsmall {
  letter-spacing: 0;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.label-medium {
  letter-spacing: -.18px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.label-small {
  color: var(--background-color--slate\<deleted\|variable-44606f6d-1bfa-a6d1-97b5-6be2a5a95637\>);
  letter-spacing: -.08px;
  margin-top: 2.5em;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.form_checkbox-icon-rounded {
  border: 1px solid var(--color-tints--black);
  border-radius: 100%;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-rounded.w--redirected-checked {
  border: 6px solid var(--color-tints--slate);
  background-color: #0000;
  background-image: none;
  border-radius: 2.5rem;
}

.form_checkbox-icon-rounded.w--redirected-focus {
  box-shadow: none;
}

.form_select-icon {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 10px 10px 0% auto;
}

.overline-xsmall {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.label-large {
  letter-spacing: -.24px;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.overline-medium {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.sg_grid-4-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12rem, auto));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.sg_button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg_menu_header {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .25rem;
  display: flex;
}

.sg_menu_links {
  background-color: var(--background-color--background-secondary);
  border: 1px solid #edf0f2;
  border-radius: 30px;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.sg_header {
  background-color: #0000;
  background-image: linear-gradient(90deg, #99c23c66, #f4af1c66), url('../images/Vista-CC_Hospital-Bed_01_1920x1080.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  min-height: 200px;
  margin-bottom: 3.125rem;
}

.sg_divider {
  background-color: var(--base-color-neutral--100\<deleted\|variable-e128e06c\>);
  height: 1px;
}

.sg_introduction-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.sg_resource {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.sg_resource_icon {
  padding: 4px;
}

.sg-background {
  background-color: #000;
  padding: 0;
}

.sg-background.black {
  border-radius: 30px;
  padding: 6px 16px;
}

.sg-color-spacer {
  pointer-events: auto;
  width: 110px;
  padding: 1rem;
}

.sg-color-spacer.gradient {
  width: auto;
}

.background-slate {
  background-color: var(--background-color--slate\<deleted\|variable-44606f6d-1bfa-a6d1-97b5-6be2a5a95637\>);
}

.background-light-green {
  background-color: var(--base-color-brand--light-green);
}

.background-yellow {
  background-color: var(--base-color-brand--yellow);
}

.background-orange {
  background-color: var(--base-color-brand--orange);
}

.overline-large {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.paragraph {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.block-quote {
  color: var(--text-color--text-primary);
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.list-item {
  font-family: Figtree, sans-serif;
}

.sg-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
}

.text-block, .sg-sub-heading {
  font-family: Figtree, sans-serif;
}

.background-sea-orange {
  background-color: #0000;
  background-image: repeating-linear-gradient(90deg, var(--background-color--sea-foam\<deleted\|variable-e501f7a4-cbd5-16c0-aad8-7d2738e0b1fa\>), var(--background-color--orange\<deleted\|variable-d5b0478e-6626-d15b-ab6f-0c28efb939ea\>));
}

.background-slate-sea {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--background-color--slate\<deleted\|variable-44606f6d-1bfa-a6d1-97b5-6be2a5a95637\>), var(--background-color--sea-foam\<deleted\|variable-e501f7a4-cbd5-16c0-aad8-7d2738e0b1fa\>));
}

.body {
  margin-left: 0;
  margin-right: 0;
}

.background-green-yellow {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--background-color--light-green\<deleted\|variable-e17c3892-b2fb-780c-e052-c9e086548b0b\>), var(--background-color--yellow\<deleted\|variable-75a5fcaf-62bd-c427-0241-4a8fe627480b\>));
}

.background-slate-gradient {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--base-color-brand--slate), #0c2426);
}

.background-slate-gradient.padding-section-small {
  background-image: linear-gradient(90deg, var(--base-color-brand--slate), #0c2426);
}

.heading-h1-display {
  color: var(--base-color-brand--dark-slate);
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  text-overflow: clip;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
}

.heading-h1-display.alt {
  z-index: 2;
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color-brand--light-green);
  overflow-wrap: normal;
  position: relative;
  inset: 0 auto auto 0;
  overflow: visible;
}

.heading-h1-display.alt.vrtx {
  color: var(--color-tints--slate-20);
  -webkit-text-stroke-color: var(--base-color-brand--light-green);
  overflow: visible;
}

.paragraph-link {
  color: var(--color-tints--black-80);
  letter-spacing: .8px;
  text-transform: none;
  cursor: pointer;
  padding-top: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .8s;
}

.paragraph-link:hover {
  color: var(--base-color-brand--light-green);
  font-weight: 500;
  text-decoration: none;
}

.paragraph-link:focus {
  color: var(--base-color-brand--light-green);
}

.heading-h3 {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h6 {
  color: #163f42;
  letter-spacing: .5px;
  padding-top: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h1 {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1;
}

.heading-h1.alt {
  color: var(--base-color-brand--dark-slate);
  letter-spacing: .5px;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-h5 {
  color: #163f42;
  letter-spacing: .5px;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.4;
}

.heading-h4 {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.4;
}

.heading-h4.alt {
  z-index: 3;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  position: relative;
  inset: -60px -275px 0 auto;
}

.heading-h4.form {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-h2 {
  color: #163f42;
  letter-spacing: .5px;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1;
}

.paragraph-large {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.vista-form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.button-fith {
  color: #163f42;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #99c23c;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s ease-out;
}

.button-fith:hover {
  color: #0a0a0a;
  background-color: #f4af1c;
}

.button-third {
  color: var(--base-color-brand--slate);
  letter-spacing: .031em;
  background-color: #7dffcf;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .6s ease-out;
}

.button-third:hover {
  color: var(--base-color-brand--sea-foam);
  background-color: #163f42;
}

.button-third:focus {
  background-color: var(--base-color-brand--slate);
  color: var(--base-color-brand--sea-foam);
}

.button-dark {
  outline-offset: 0px;
  color: #0a0a0a;
  letter-spacing: .031em;
  background-color: #0000;
  border: 1px solid #0a0a0a;
  border-radius: 2.5rem;
  outline: 2px #0a0a0a;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .6s ease-out;
}

.button-dark:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.button-dark:active {
  color: #fff;
}

.button-secondary {
  color: #242424;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #f4af1c;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s ease-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #163f42;
}

.button-light {
  color: #fff;
  letter-spacing: .031em;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .6s ease-out;
}

.button-light:hover {
  color: #0a0a0a;
  background-color: #fff;
}

.styleguide-4-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.styleguide-col-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.text-meta {
  color: #3d3d3d;
  letter-spacing: .031em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.text-meta.text-color-orange {
  color: var(--base-color-brand--orange);
  margin-bottom: 0;
}

.button-fourth {
  color: var(--base-color-brand--slate);
  letter-spacing: .031em;
  background-color: #7eaf9b;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .6s ease-out;
}

.button-fourth:hover {
  color: #7eaf9b;
  background-color: #3d3d3d;
}

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

.button-primary {
  color: #fff;
  letter-spacing: .031em;
  background-color: #163f42;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: all .6s ease-out;
}

.button-primary:hover {
  color: #163f42;
  background-color: #7dffcf;
}

.checkbox {
  color: #163f42;
  letter-spacing: .5px;
  background-color: #f4af1c;
  border: 0 #0000;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 1px;
  font-size: 1.063rem;
  line-height: 1.5;
}

.checkbox.w--redirected-checked {
  background-color: #f4af1c;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
}

.text-field {
  color: #0a0a0a;
  border: 1px solid #c5cfd0;
  border-radius: 1.875rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-field::placeholder {
  color: #d6d6d6;
  font-size: 1.063rem;
}

.comfortract-form-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.comfortract-form-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fafafa;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-start;
  margin: 0;
  padding: 2.5rem;
  display: flex;
}

.padding---vertical-40 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.ui {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-5 {
  color: #242424;
  letter-spacing: .031rem;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.063rem;
  line-height: 1.5;
}

.message-field {
  color: #0a0a0a;
  border: 1px solid #c5cfd0;
  border-radius: 1.875rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.message-field::placeholder {
  color: #d6d6d6;
  font-size: 1.063rem;
  font-weight: 300;
}

.submit-button-primary {
  color: #fff;
  letter-spacing: .5px;
  background-color: #163f42;
  border-radius: 1.875em;
  padding: 1.125rem 1.625rem;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.2;
  transition: color .8s, background-color .8s;
}

.submit-button-primary:hover {
  color: #163f42;
  background-color: #7dffcf;
  font-size: 1.063rem;
  font-weight: 400;
}

.form-message-field {
  color: #3d3d3d;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 20px;
  min-height: 10em;
  margin-bottom: 0;
  padding: 18px 26px;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 18.2px;
}

.form-message-field::placeholder {
  color: #d6d6d6;
}

.radio-button-field {
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  display: flex;
}

.comfortract-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.field-label {
  color: #163f42;
  letter-spacing: .031rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-field {
  direction: ltr;
  color: #3d3d3d;
  text-align: left;
  letter-spacing: .031rem;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 40px;
  height: 3rem;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 1.063rem;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px;
  text-decoration: none;
}

.form-field::placeholder {
  color: #d6d6d6;
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  padding: 1px;
}

.radio-button:hover {
  border-color: #ccc;
}

.radio-button.w--redirected-checked {
  background-color: #0000;
  border-width: 5px;
  border-color: #f4af1c;
  width: 18px;
  height: 18px;
}

.checkbox-field {
  -webkit-text-stroke-color: transparent;
  border: 0 #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  display: flex;
}

.checkbox-radio-label {
  color: #163f42;
  letter-spacing: .031rem;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.success-message {
  background-color: #7dffcf;
  padding: 1.25rem;
}

.error-message {
  margin-top: .625rem;
  padding: 1.25rem;
}

.sg-details-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.overline-small-span {
  color: var(--base-color-brand--gray);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

.overline-small-span.text-color-white {
  color: var(--base-color-brand--white);
}

.background-sea-foam {
  background-color: var(--base-color-brand--sea-foam);
}

.background-sea-foam-2 {
  background-color: var(--base-color-brand--sea-foam-2);
}

.list {
  margin-top: 0;
}

.list-2 {
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

.background-sea-green {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--base-color-brand--slate), #0c2426);
}

.background-sea-green.padding-section-small {
  background-image: linear-gradient(90deg, var(--base-color-brand--sea-foam), var(--base-color-brand--light-green));
}

.background-slate-80 {
  background-image: linear-gradient(#506f71, #506f71);
}

.background-slate-60 {
  background-image: linear-gradient(#8a9fa0, #8a9fa0);
}

.background-slate-40 {
  background-image: linear-gradient(#c5cfd0, #c5cfd0);
}

.background-slate-20 {
  background-color: #0000;
  background-image: linear-gradient(#e8ecec, #e8ecec);
}

.background-black {
  background-color: var(--base-color-brand--black);
}

.background-black-80 {
  background-image: linear-gradient(#242424, #242424);
}

.background-black-60 {
  background-image: linear-gradient(#3d3d3d, #3d3d3d);
}

.background-black-40 {
  background-image: linear-gradient(#575757, #575757);
}

.background-black-20 {
  background-color: #0000;
  background-image: linear-gradient(#707070, #707070);
}

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

.background-white {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
}

.background-gray-40 {
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
}

.background-gray-60 {
  background-image: linear-gradient(#d6d6d6, #d6d6d6);
}

.background-gray-80 {
  background-image: linear-gradient(#bdbdbd, #bdbdbd);
}

.navigation-menu {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff6;
  padding: 1.25rem 2.5rem;
}

.navbar-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--base-color-brand--white);
  letter-spacing: .03rem;
  font-weight: 400;
}

.logo {
  width: 10rem;
}

.superscript {
  font-size: .8rem;
}

.section {
  padding: 5rem 5vw;
}

.section.hero {
  background-image: linear-gradient(0deg, #c5cfd000, #e8ecec), url('../images/sssurf.svg'), linear-gradient(to bottom, var(--color-tints--slate-20), var(--color-tints--slate-20));
  background-position: 0 0, 50% 95%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
}

.section.introduction {
  background-color: var(--color-tints--slate-20);
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.product-family.vista {
  background-image: url('../images/sssurf-bottom-light.svg'), linear-gradient(to bottom, var(--color-tints--slate-20), var(--color-tints--slate-20));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.product-family.vrtx {
  background-image: url('../images/shape.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 15rem;
}

.section.product-slider.vrtx {
  background-image: linear-gradient(to bottom, var(--color-tints--slate-20), var(--color-tints--slate-20));
}

.section.product-slider.vista-collar {
  background-image: url('../images/sssurf-bottom-light.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 10rem;
}

.section.product-slider.vrtx-collar {
  background-image: linear-gradient(to bottom, var(--color-tints--slate-20), var(--color-tints--slate-20));
}

.section.form {
  padding-top: 5rem;
}

.section.footer {
  background-image: linear-gradient(180deg, var(--base-color-brand--slate), var(--base-color-brand--dark-slate));
}

.section.top-div {
  background-image: url('../images/shape.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.citations {
  background-image: url('../images/sssurf-bottom-light.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-xsmall {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section-wrapper {
  border-radius: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper.form {
  border: .5px solid #d6d6d6;
  padding: 2.5rem;
}

.hero-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-areas: ".";
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch center;
  margin-top: 0;
}

.inner-navigation-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: 5rem;
  flex-flow: row;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.grid-vista {
  grid-template-rows: auto;
  place-content: center stretch;
  place-items: center;
}

.product-family---vista {
  border-radius: 400px;
  width: auto;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 10px #00000052;
}

.product-family-vista-heading {
  z-index: 1;
  position: static;
  inset: 0;
}

.product-family-vista-heading-inner {
  z-index: 1;
  position: relative;
  inset: 0;
}

.grid-vista-slider {
  grid-template-rows: auto;
}

.vista-column {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.column {
  padding: 3rem 3rem 3rem 0;
}

.column.alt {
  padding-left: 3rem;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-vista-2 {
  padding: 2.5rem;
}

.innter-navigatoin-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 2px solid var(--base-color-brand--orange);
  background-color: var(--color-tints--gray-20);
  border-radius: 5rem;
  justify-content: space-between;
  align-items: stretch;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2.5rem;
  display: flex;
}

.innter-navigatoin-link-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-nav-link {
  color: var(--base-color-brand--dark-slate);
  font-size: 1.125rem;
  transition: all .48s;
}

.inner-nav-link:hover, .inner-nav-link:focus {
  color: var(--base-color-brand--orange);
}

.image-thumbnail {
  overflow: hidden;
}

.product-family---vrtx {
  border-radius: 400px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.column-vrtx {
  padding: 2.5rem;
}

.form-column {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.column-form._2 {
  padding-left: 0;
  padding-right: 0;
}

.column-form._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 5rem;
  display: block;
}

.products-slider-vrtx {
  max-width: 1920px;
}

.swiper-slide {
  z-index: 0;
  border: .5px solid #d6d6d6;
  border-radius: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  padding: 1.25rem;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.size-cover {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

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

.slider-text {
  opacity: 0;
  color: #000;
  text-align: center;
  letter-spacing: .031rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--color-tints--slate-20);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: var(--base-color-brand--light-green);
}

.section-banner {
  isolation: isolate;
  background-color: #0a0c0a;
  position: relative;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--color-tints--slate-20);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: var(--base-color-brand--light-green);
}

.page-style {
  display: none;
}

.page-wrapper-2 {
  overflow: hidden;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swiper-component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.slider-image {
  opacity: .2;
  border-radius: 1.5rem;
  transition: opacity .5s;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.swiper-wrapper {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-h1-display.alt {
    color: var(--color-tints--slate-20);
  }

  .section.citations {
    background-size: 100%;
  }

  .products-slider-vista {
    max-width: 1920px;
    margin-bottom: 0;
  }

  .products-slider-vrtx {
    margin-bottom: 0;
  }
}

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

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

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

  .sg_component {
    grid-template-columns: 3fr;
  }

  .sg_sidebar {
    display: none;
  }

  .sg-grid-3-col, .sg_grid-4-col {
    grid-template-columns: 1fr;
  }

  .heading-h1-display {
    font-size: 3.5rem;
  }

  .heading-h1-display.alt {
    font-size: 7.5rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

  .heading-h4.alt {
    top: -50px;
    right: -155px;
  }

  .heading-h2 {
    font-size: 3rem;
  }

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

  .button-primary {
    word-break: keep-all;
  }

  .section.hero {
    background-image: linear-gradient(0deg, var(--color-tints--slate), var(--base-color-brand--white)), linear-gradient(to bottom, transparent, transparent);
    background-position: 0 0, 0 0;
  }

  .hero-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .grid-vista {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .vista-column {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .column, .column-vista-2 {
    padding: 2.5rem;
  }

  .innter-navigatoin-wrapper {
    width: 80%;
  }

  .column-vrtx {
    padding: 2.5rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-xlarge {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-h1-display {
    font-size: 3rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-field {
    padding: 1.125rem 1.625rem;
  }

  .padding---vertical-40 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .message-field {
    padding: 1.125rem 1.625rem;
  }

  .innter-navigatoin-wrapper {
    width: 100%;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sg-class-wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .button-dark {
    border-width: 2px;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .styleguide-col-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .text-meta {
    font-size: 13px;
  }

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

  .comfortract-form {
    flex-flow: wrap;
    justify-content: center;
  }

  .innter-navigatoin-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 5rem;
    flex-flow: column;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .slider-image {
    height: 350px;
  }
}

#w-node-_1f1799eb-afd6-8efe-e649-b65b06533e11-64ab0744, #w-node-_74ee6b9e-ab61-db53-4dc2-27e08cfeeaa6-64ab0744, #w-node-_32c3873c-bbca-6b9a-bcb7-91b0851caeca-64ab0744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32c3873c-bbca-6b9a-bcb7-91b0851caeed-64ab0744 {
  align-self: auto;
}

#w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b92068-64ab0744, #w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b9209a-64ab0744, #w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b920b0-64ab0744, #w-node-c8094f8f-515f-908e-0ad0-d4d857e4eb4a-64ab0744, #form-input-7.w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b9215e-64ab0744, #form-input-8.w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b92165-64ab0744, #form-input-9.w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b9216e-64ab0744, #w-node-f3f4345e-ab5b-bd6a-b99e-22dcf0b92215-64ab0744, #w-node-_03f7e23f-89bf-1950-50c5-5768875117a9-64ab0744, #w-node-_03f7e23f-89bf-1950-50c5-5768875117aa-64ab0744, #w-node-f4f8e019-4e14-aede-3e0b-0a8600bd6e30-64ab0744, #w-node-f4f8e019-4e14-aede-3e0b-0a8600bd6e31-64ab0744, #w-node-dbdb5f10-eb66-231f-2dea-465db17045bf-64ab0744, #w-node-dbdb5f10-eb66-231f-2dea-465db17045c0-64ab0744, #w-node-a39186de-9e0f-c084-1e99-ffa939b6742e-64ab0744, #w-node-a39186de-9e0f-c084-1e99-ffa939b6742f-64ab0744, #w-node-e089a90d-cb2a-8024-69db-1dc96e16333f-64ab0744, #w-node-e089a90d-cb2a-8024-69db-1dc96e163340-64ab0744, #w-node-fc60c2e3-e077-2d8c-7366-cd116fc0f6ed-64ab0744, #w-node-fc60c2e3-e077-2d8c-7366-cd116fc0f6ee-64ab0744, #w-node-d59933c7-d90a-e96a-682d-4db6fc2e6942-64ab0744, #w-node-d59933c7-d90a-e96a-682d-4db6fc2e6943-64ab0744, #w-node-fd373f75-fd29-ca5d-4a8f-59194792e642-64ab0744, #w-node-fd373f75-fd29-ca5d-4a8f-59194792e643-64ab0744, #w-node-_756eb146-2d3f-6352-94f8-6d89db43f462-64ab0744, #w-node-_756eb146-2d3f-6352-94f8-6d89db43f463-64ab0744, #w-node-a6dc9b1c-74eb-043a-8454-18bfa994a884-64ab0744, #w-node-a6dc9b1c-74eb-043a-8454-18bfa994a885-64ab0744, #w-node-_63fabd83-fb2e-3260-2f33-33aea7be73cb-64ab0744, #w-node-_63fabd83-fb2e-3260-2f33-33aea7be73cc-64ab0744, #w-node-_261c25d9-20f8-77e6-84a4-abc51c3afa27-64ab0744, #w-node-_261c25d9-20f8-77e6-84a4-abc51c3afa28-64ab0744, #w-node-_3dfed5e3-80c0-fee4-bbaf-3646a26fd87c-64ab0744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


