:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: #dc000a;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--white: #fff;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-neutral--black: #000;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.list-of {
  font-weight: 500;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-weight-medium {
  font-weight: 500;
}

.heading-style-h4.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4.text-weight-semibold {
  font-weight: 600;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: .0625rem solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.flex-container-c {
  display: flex;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

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

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

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

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-secondary);
  text-align: center;
  white-space: nowrap;
  border-radius: 3.125rem;
  padding: 1.25rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

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

.button.is-small:hover {
  border-color: #fff;
}

.button.is-small._50 {
  width: 50%;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: .125rem solid var(--text-color--text-secondary);
  color: var(--text-color--text-secondary);
  background-color: #0000;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  transition: color .3s, background-color .3s;
}

.button.is-secondary:hover {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.is-red {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .125rem solid #dc000a;
  padding: 1.25rem 2.5rem;
  transition: border .3s, color .3s, background-color .3s;
}

.button.is-red:hover {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
}

.button.is-red.is-button-white {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
  border-color: #fff;
}

.button.is-red.is-button-white:hover {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border-color: #fff;
}

.button.is-red-copy {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .125rem solid #dc000a;
  padding: 1.5625rem 2.3125rem;
  transition: border .3s, color .3s, background-color .3s;
}

.button.is-red-copy:hover {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
}

.button.is-small {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .125rem solid #dc000a;
  padding: 1.125rem 1.375rem;
  font-size: 1.625rem;
  line-height: 2.4375rem;
  transition: border .3s, color .3s, background-color .3s;
}

.button.is-small:hover {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
}

.button.is-text--tiny {
  color: var(--text-color--text-secondary);
  background-color: #0000;
  border: .125rem solid #0000;
  padding: 1.1875rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.button.is-red-with-large-btn {
  border: .125rem solid var(--text-color--text-secondary);
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  width: 65%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: 1.875rem;
  transition: color .3s, background-color .3s;
}

.button.is-red-with-large-btn:hover {
  background-color: var(--link-color--link-alternate);
  color: var(--text-color--text-secondary);
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-medium.hide-destop {
  display: none;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: .0625rem dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall.hide-destop {
  display: none;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small.hide-destop {
  display: none;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xlarge.hide-des-tab {
  display: none;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: auto;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start start;
  max-width: 70rem;
  display: flex;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero_grid {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.main_heading-60px {
  color: var(--text-color--text-secondary);
  font-family: Poppins, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.main-heading-span-46px {
  color: var(--text-color--text-secondary);
  font-family: Poppins, sans-serif;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 150%;
}

.body {
  font-family: Poppins, sans-serif;
}

.heading-80px {
  font-size: 5rem;
  font-weight: 700;
  line-height: 130%;
}

.heading-60px {
  font-size: 3.75rem;
  line-height: 1.3;
}

.text-20px {
  color: var(--text-color--text-primary);
  font-size: 1.6rem;
}

.text-20px.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-20px.medium-white {
  color: var(--text-color--text-alternate);
  font-weight: 500;
  text-decoration: none;
}

.div-block {
  max-width: 95%;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.text-16px {
  background-color: var(--text-color--text-secondary);
  border-radius: 2.5rem;
  padding: .5625rem 1.0625rem;
  font-weight: 500;
}

.div-block-14 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.icon-embed-custom-33 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.4375rem;
  height: 2.1875rem;
  display: flex;
}

.div-block-11 {
  display: flex;
}

.brand--logo-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  padding: 3.1875rem 5%;
}

.nav-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #dc000acc;
  text-transform: capitalize;
  white-space: nowrap;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  color: #dc000a;
  border-bottom: .125rem #dc000a;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.nav-link.black {
  color: #0009;
}

.nav-link.black.w--current {
  color: #000;
  border-bottom-color: #000;
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.dropdown:hover {
  text-decoration: underline;
}

.hero-button-wrapper-1 {
  padding-left: 1.5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1.5rem;
  padding: .625rem 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.button-2.is-secondary {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #000;
  transition: color .35s, background-color .35s;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #000;
}

.nav-circle-wrap {
  background-color: #d80006;
  border-radius: .15rem;
  width: .3rem;
  height: .3rem;
  box-shadow: 0 0 .25rem #d80006;
}

.icon-embed-custom-34 {
  color: #d80006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 2.375rem;
  display: flex;
}

.nav-container {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.nav-ham {
  background-color: #fff;
  width: 1.5625rem;
  min-width: 1.5625rem;
  max-width: 1.5625rem;
  height: .125rem;
  min-height: .125rem;
  max-height: .125rem;
}

.div-block-12 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border: .1875rem solid #dc000a;
  border-radius: 12.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 2.5rem;
  display: flex;
}

.text-16px-f {
  color: #0006;
  cursor: none;
  font-weight: 400;
}

.text-16px-field {
  color: #000;
  text-transform: capitalize;
  cursor: auto;
  border-radius: 3.125rem;
  margin-bottom: 1.25rem;
  padding: 1.5625rem;
  font-size: 1rem;
  font-weight: 400;
}

.text-16px-field:focus {
  background-color: #fff;
  border: .0625rem solid #7da9df;
}

.text-16px-field::placeholder {
  color: #0006;
  font-style: italic;
  font-weight: 300;
}

.text-16px-field.text-removeitly-margin {
  margin-bottom: 0;
  font-style: normal;
}

.text-16px-field.calc {
  height: auto;
  margin-bottom: 0;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 1.2rem;
  font-style: normal;
}

.text-16px-field.calc::placeholder {
  font-weight: 500;
}

.textarea {
  color: #000;
  border-radius: 1.5rem;
  height: auto;
  min-height: 8.75rem;
  padding: .9375rem 1.5625rem;
  font-style: italic;
  font-weight: 300;
  overflow: clip;
}

.button-form {
  color: var(--text-color--text-secondary);
  text-transform: capitalize;
  background-color: #fff;
  border: .125rem solid #fff;
  border-radius: 3.75rem;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  transition: border-width .3s, color .3s, background-color .3s;
}

.button-form:hover {
  border: .125rem solid var(--text-color--text-alternate);
  background-color: var(--text-color--text-secondary);
  -webkit-backdrop-filter: blur(1.0625rem);
  backdrop-filter: blur(1.0625rem);
  color: var(--text-color--text-alternate);
  padding: .5625rem .9375rem;
}

.div-block-15 {
  grid-column-gap: .9375rem;
  grid-row-gap: 0rem;
  display: flex;
}

.form {
  flex-flow: column;
  display: flex;
}

.form-wrap {
  z-index: 1;
  background-color: var(--text-color--text-secondary);
  border-radius: 2.5rem;
  width: 30rem;
  padding: 2.1875rem 2.75rem;
  position: relative;
}

.text-24px {
  font-size: 1.5rem;
  font-weight: 700;
}

.div-block-16, .line-white {
  background-color: #fff;
  width: 31%;
  height: .125rem;
}

.hero-relative-wrap {
  z-index: 1;
  width: 70%;
  margin-left: auto;
  position: relative;
}

.image {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  inset: 14% auto auto -23%;
}

.image-2 {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -33%;
}

.image-3 {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  inset: auto -20% 23% auto;
}

.image-4 {
  width: auto;
  height: .875rem;
  position: absolute;
  inset: auto -24% -8% auto;
}

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

.icon-embed-custom.is-img-hide {
  display: none;
}

.nav-content-buttons {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-content-buttons.hide-tablet {
  margin-bottom: .625rem;
}

.nav-content-buttons.hide-destop {
  display: none;
}

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

.link-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--text-color--text-secondary);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.link-block.text-color-alternate:hover {
  text-decoration: underline;
}

.image-5 {
  width: 22.9375rem;
  height: 22.9375rem;
  position: absolute;
  top: auto;
  bottom: -26%;
  right: 58%;
  overflow: visible;
}

.grid-full-height {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  display: grid;
}

.grid-full-height.is-hero-liner-red {
  background-image: linear-gradient(115deg, #ff461e, #dc000a);
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  grid-template-rows: min-content auto;
  min-height: auto;
  position: relative;
  box-shadow: 0 8px 1.25rem #0000003d;
}

.grid-full-height.is-why-us-remove-height {
  grid-template-rows: min-content auto;
  min-height: auto;
}

.grid-full-height.is-hero-height-cms-blog {
  min-height: auto;
}

.nav-link-phone {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .06rem;
  text-transform: uppercase;
  align-items: center;
  padding: .375rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
  text-decoration: none;
}

.nav-link-phone:hover {
  text-decoration: none;
}

.section.is-grey-bg {
  background-color: #d9d9d966;
}

.section.is-grey-bg.is-padding-221 {
  margin-top: 13.8125rem;
}

.section.is-gradient-red {
  background-image: linear-gradient(#ff461e, #dc000a);
  border-radius: 3.125rem;
}

.section.is-red-fill-red {
  background-color: #dc000a;
  border-radius: 3.125rem;
  margin-bottom: 8.75rem;
}

.section.red {
  background-color: #ff461e;
}

.section.f0f0f0 {
  background-color: #f0f0f0;
}

.abourt-grid {
  grid-column-gap: 6.875rem;
  grid-row-gap: 6.875rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.about-content-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  display: block;
}

.image-7 {
  border-radius: 1.875rem;
  width: 21.9375rem;
  height: auto;
}

.image-8 {
  border-radius: 1.875rem;
  width: 28.4375rem;
  height: auto;
}

.div-block-17 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  flex: none;
  display: flex;
}

.text-30px {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
}

.text-30px.is-white-bold {
  color: var(--text-color--text-alternate);
  font-weight: 700;
}

.text-30px.is-white-bold--center-a {
  color: var(--text-color--text-alternate);
  text-align: center;
  font-weight: 700;
}

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

.text-30px.text-weight-normal.text-align-right {
  text-align: left;
}

.text-30px.is-normal-height {
  font-weight: 400;
  line-height: 1.4;
}

.text-30px.is-normal-height.text-align-left {
  text-align: left;
}

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

.text-30px.text-weight-normal--s {
  white-space: normal;
  font-weight: 400;
}

.text-30px.text-weight-bold--size-tb-large {
  font-weight: 700;
}

.div-block-18 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line-about-red {
  background-color: #dc000a;
  width: 9.375rem;
  height: .1875rem;
}

.line-about-red.white {
  background-color: var(--text-color--text-alternate);
}

.about-sub-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-26px {
  color: #000;
  max-width: none;
  font-size: 1.625rem;
}

.text-26px.white-semibold {
  color: var(--text-color--text-alternate);
  font-weight: 600;
}

.text-26px.white-semibold.text-nowrap {
  white-space: nowrap;
}

.text-26px.is-red-medium {
  color: #dc000a;
  font-weight: 500;
}

.text-26px.text-weight-medium--white {
  color: #fff;
}

.text-26px-span {
  font-size: 1.625rem;
  font-weight: 500;
}

.image-9 {
  border-radius: 1.875rem;
  width: 21.9375rem;
  height: auto;
}

.grid {
  grid-column-gap: 3.0625rem;
  grid-row-gap: 5.125rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-grid {
  grid-column-gap: 2.625rem;
  grid-row-gap: 5.125rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 10rem;
  height: 10rem;
}

.text-16-px {
  color: var(--text-color--text-alternate);
  font-weight: 500;
}

.text-16-px.text-light-black-60 {
  color: #0009;
}

.text-16-px.is-regular-black {
  color: #000;
  font-weight: 400;
}

.text-16-px.relular-white {
  color: #fffc;
  text-transform: capitalize;
  font-weight: 400;
}

.div-block-19 {
  max-width: 69%;
}

.div-block-20 {
  max-width: 91%;
}

.div-block-21 {
  max-width: 90%;
}

.div-block-22 {
  max-width: 94%;
}

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

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

.text-40px {
  font-size: 2.5rem;
}

.text-40px.text-weight-bold--line-h {
  line-height: 1.4;
}

.slider {
  background-color: #ddd0;
  width: 100%;
}

.icon, .icon-2 {
  color: #aeaeae;
  font-size: 2.9rem;
}

.review-box--component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 2.56063rem;
  height: 2.61188rem;
}

.right-arrow {
  display: block;
  bottom: 4%;
  right: -5%;
}

.left-arrow {
  display: block;
  bottom: 4%;
  left: -5%;
}

.image-12 {
  width: 4.375rem;
  height: 4.375rem;
}

.div-block-24 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.div-block-25 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-26, .top-cliewnt-img {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.main-review-component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f8f8f8;
  border: .025rem solid #0003;
  border-radius: 1.875rem;
  flex-flow: column;
  align-items: stretch;
  margin-left: 0;
  padding: 1.875rem 1.875rem 2rem;
  display: flex;
  box-shadow: 0 5px .625rem #00000024;
}

.image-13 {
  height: 1.625rem;
}

.slide-nav {
  font-size: 1.3rem;
}

.slide {
  width: 32%;
  height: auto;
  margin-right: 2%;
}

.mask {
  height: auto;
  margin-right: 0;
  padding: .625rem .9375rem 1.5625rem;
}

.padding-section-107px {
  padding-top: 6.6875rem;
  padding-bottom: 8.75rem;
}

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

.grid-2 {
  grid-template-rows: auto;
}

.image-14 {
  z-index: 1;
  width: 45.375rem;
  height: auto;
  position: relative;
}

.process-step {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.text-200px {
  color: #6b6b6b0f;
  letter-spacing: 1.25rem;
  white-space: nowrap;
  font-size: 12.5rem;
  font-weight: 800;
}

.text-60px {
  color: var(--text-color--text-secondary);
  font-size: 3.75rem;
}

.text-60px.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-60px.white-bold {
  color: var(--text-color--text-alternate);
  font-weight: 700;
}

.div-block-27 {
  max-width: 96%;
}

.image-15 {
  z-index: 0;
  height: 8.375rem;
  position: absolute;
  inset: auto auto -5% -6%;
}

.process-step-relative {
  position: relative;
}

.flex-process-step-gap {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  display: flex;
}

.image-16 {
  height: 8.375rem;
  position: absolute;
  inset: auto 3% -4.5% auto;
}

.image-15-copy {
  height: 8.375rem;
  position: absolute;
  inset: auto auto -5% -6%;
}

.padding-section-171 {
  padding-top: 10.6875rem;
  padding-bottom: 8.25rem;
}

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

.div-block-28 {
  text-align: center;
  max-width: 86%;
}

.discrebe-bottom-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-17 {
  width: 71rem;
}

.lightbox-link {
  z-index: 2;
  position: relative;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-30 {
  padding: 1.25rem;
}

.image-18 {
  width: 6.25rem;
  height: 6.25rem;
}

.light-box-circle {
  padding: 1.25rem;
}

.circle-absolute {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.light-box-wrap {
  z-index: 2147483647;
  transition: transform .3s;
  position: relative;
}

.light-box-wrap:hover {
  transform: scale(1.02);
}

.div-block-31 {
  z-index: 0;
  background-color: var(--text-color--text-secondary);
  border-radius: 2.5rem 2.5rem 0 0;
  width: 100%;
  height: 18.75rem;
  position: absolute;
  bottom: .1rem;
}

.div-block-32 {
  width: 100%;
  position: relative;
}

.red-wrap-relative {
  z-index: 0;
  width: 100%;
  position: relative;
}

.debt-relief-calculator-grid {
  grid-template-rows: auto;
}

.image-19 {
  width: 51.4375rem;
  height: auto;
}

.debt-relief-calculator-relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-20 {
  width: 54rem;
  height: auto;
}

.image-21 {
  height: .7375rem;
  position: absolute;
  inset: auto 0% 10% auto;
}

.main-debt-relief-calculator-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-34px {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
}

.text-22px {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
}

.text-22px.capital-text {
  text-transform: uppercase;
}

.text-22px.capital-text-90-op {
  color: #ffffffe6;
  text-transform: uppercase;
}

.div-block-33 {
  background-image: linear-gradient(325deg, #0000001a, #ffffff1a), linear-gradient(184deg, #ff461e, #dc000a);
  border-radius: 2.5rem;
  padding: 3rem 3.6875rem;
}

.text-14px {
  color: var(--text-color--text-alternate);
  font-size: .875rem;
  font-weight: 500;
}

.text-14px.king {
  font-size: 1rem;
}

.icon-embed-custom-36 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-34 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-36 {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.text-field {
  margin-bottom: 0;
  padding: 1.5625rem;
}

.div-block-37 {
  flex-flow: column;
  width: auto;
}

.div-block-38 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .125rem #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
}

.text-18px {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

.div-block-39 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.calculator {
  color: #fff;
  background-image: linear-gradient(184deg, #ff461e, #dc000a);
  border: .0625rem solid #fff3;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 43rem;
  max-width: 100%;
  height: auto;
  padding: 3.6875rem 3.0625rem;
  display: flex;
  box-shadow: 0 0 1.25rem #dc000a29;
}

.padding-section-191 {
  padding-top: 11.9375rem;
  padding-bottom: 6.875rem;
}

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

.hero-relative-wrap-copy {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-relative-wrap-copy:hover {
  justify-content: center;
  align-items: flex-start;
}

.form-wrap-grey {
  z-index: 4;
  color: var(--text-color--text-secondary);
  background-color: #dc000a;
  border: .0625rem solid #0000001a;
  border-radius: 3.125rem;
  width: auto;
  padding: 3.4375rem 2.05rem 3.4375rem 2.5125rem;
  position: relative;
}

.textarea--gray {
  color: #0006;
  border-radius: 1.25rem;
  height: auto;
  min-height: 6.25rem;
  padding: .9375rem 1.5625rem;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 300;
  overflow: clip;
}

.textarea--gray.text-16px-field {
  color: #000;
  font-style: normal;
}

.textarea--gray.text-16px-field::placeholder {
  font-style: italic;
}

.field-label {
  margin-bottom: 0;
}

.text-18--px {
  color: var(--text-color--text-primary);
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-18--px.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.div-block-41 {
  margin-top: .375rem;
  margin-bottom: 1.1rem;
}

.padding-section-33px {
  padding-top: 2.0625rem;
  padding-bottom: 5.8875rem;
}

.section-footer {
  background-image: linear-gradient(359deg, #dc000a, #ff461e);
  border-radius: 3.125rem 3.125rem 0 0;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
}

.footer-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.icon-embed-custom-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.5625rem;
  display: block;
}

.button-multi-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.button-multi-wrap.hide-destop {
  display: none;
}

.button-multi-wrap.hide-destop-copy {
  display: block;
}

.div-block-42 {
  max-width: 88%;
}

.button--term-wrap {
  color: var(--text-color--text-secondary);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem solid #fff;
  border-radius: 3.125rem;
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.25rem;
  transition: border-width .3s, color .3s, background-color .399s;
}

.button--term-wrap:hover {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .0625rem solid #fff;
  padding: .5rem 1.25rem;
}

.button--term-wrap.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button--term-wrap.is-small {
  padding: 1.25rem 1.5rem;
}

.button--term-wrap.is-large {
  padding: 1rem 2rem;
}

.button--term-wrap.is-secondary {
  border: .125rem solid var(--text-color--text-secondary);
  color: var(--text-color--text-secondary);
  background-color: #0000;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  transition: color .3s, background-color .3s;
}

.button--term-wrap.is-secondary:hover {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
}

.button--term-wrap.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button--term-wrap.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button--term-wrap.is-red {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .125rem solid #dc000a;
  padding: 1.5625rem 2.3125rem;
  transition: border .3s, color .3s, background-color .3s;
}

.button--term-wrap.is-red:hover {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
}

.button--term-wrap.is-red-copy {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .125rem solid #dc000a;
  padding: 1.5625rem 2.3125rem;
  transition: border .3s, color .3s, background-color .3s;
}

.button--term-wrap.is-red-copy:hover {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
}

.button--term-wrap.is-small {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  border: .125rem solid #dc000a;
  padding: 1.125rem 1.375rem;
  font-size: 1.625rem;
  line-height: 2.4375rem;
  transition: border .3s, color .3s, background-color .3s;
}

.button--term-wrap.is-small:hover {
  background-color: var(--text-color--text-alternate);
  color: var(--text-color--text-secondary);
}

.button--term-wrap.is-text--tiny {
  color: var(--text-color--text-secondary);
  background-color: #0000;
  border: .125rem solid #0000;
  padding: 1.1875rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.footer-nav-links {
  padding-top: 10%;
}

.footer-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

.padding-section-99 {
  padding-top: 6.1875rem;
  padding-bottom: 7rem;
}

.faq-component-wra {
  color: var(--text-color--text-alternate);
}

.image-2-copy {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -33%;
}

.rl-button-secondary {
  border: .0625rem solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

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

.rl_faq1_icon-wrapper {
  align-self: flex-start;
  position: relative;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: .0625rem none var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.875rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom-style: solid;
  border-bottom-width: .125rem;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  max-width: 70.625rem;
  display: flex;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-43 {
  grid-column-gap: 3.8125rem;
  grid-row-gap: 3.8125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embsed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.icon-embsed-xsmall.is-sep {
  display: none;
}

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

.icon-embed-xsmall-copy.is-sep {
  display: none;
}

.icon-embsed-xsmall--plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embsed-xsmall--plus.is-sep {
  display: none;
}

.padding-section-109 {
  padding-top: 6.8125rem;
  padding-bottom: 6.1875rem;
}

.testimonial-top-content-copy {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-form--2 {
  color: var(--base-color-neutral--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0 3.75rem 3.75rem 0;
  padding: .9rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875rem;
  transition: color .3s, background-color .3s;
}

.button-form--2:hover {
  color: var(--text-color--text-alternate);
  background-color: #fff0;
  border: .125rem solid #fff;
  padding-top: .84375rem;
  padding-bottom: .84375rem;
}

.button-form--2.checked {
  color: var(--text-color--text-secondary);
  background-color: #fff;
}

.radio-parent {
  border: .125rem solid var(--text-color--text-alternate);
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 3.75rem 0 0 3.75rem;
  padding: 1.1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6875rem;
}

.radio-parent.checked {
  color: var(--text-color--text-secondary);
  background-color: #fff;
}

.radio-parent.right {
  border-radius: 0 3.75rem 3.75rem 0;
}

.div-block-44 {
  background-color: var(--text-color--text-secondary);
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-44.black-bg {
  background-color: #0009;
}

.footer-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--text-color--text-alternate);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: none;
  transition: all .3s;
  display: block;
  overflow: visible;
}

.footer-link:hover, .footer-link.w--current {
  text-decoration: underline;
}

.div-block-4g {
  background-color: var(--text-color--text-alternate);
  width: 100%;
  height: .0625rem;
}

.footer-dash {
  background-color: var(--text-color--text-alternate);
  width: 100%;
  height: .0625rem;
  display: none;
}

.div-block-45 {
  z-index: -1;
  background-color: #e1e1e14d;
  border-radius: 100%;
  width: 22.9375rem;
  max-width: 100%;
  height: 22.9375rem;
  position: absolute;
  bottom: -26%;
  right: 58%;
}

.div-block-53, .div-block-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-2 {
  margin-left: 2.5rem;
}

.icon-embed-custom-37--home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.5625rem;
  display: none;
}

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

.debt-edu-hero-2 {
  justify-content: center;
  align-items: stretch;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8.4375rem 5% 12.625rem;
  display: flex;
}

.her-debt-content-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-why-us.is-grey-bg {
  background-color: #d9d9d966;
}

.hero-section-why-us.is-grey-bg.is-padding-221 {
  margin-top: 13.8125rem;
}

.hero-section-why-us.is-gradient-red {
  background-image: linear-gradient(#ff461e, #dc000a);
  border-radius: 3.125rem;
}

.hero-section-why-us.is-red-fill-red {
  background-color: #dc000a;
  border-radius: 3.125rem;
  margin-bottom: 8.75rem;
}

.hero-section-why-us.red {
  background-color: #ff461e;
}

.icon-embed-custom-37-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.5625rem;
  display: block;
}

.icon-embed-custom-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.5625rem;
  display: flex;
}

.debt-box-xms2 {
  border-radius: 0 0 3.125rem 3.125rem;
  padding: 2.5rem 3.75rem 4.125rem;
}

.search {
  margin-bottom: 0;
  position: relative;
}

.search-button {
  display: none;
}

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

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

.tabs-menu {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10rem;
  padding-top: 2.5rem;
  padding-bottom: 3.25rem;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  white-space: nowrap;
  background-color: #dc000a;
  border-radius: 3.125rem;
  padding: 1.3125rem 2.875rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #dc000a;
  border-radius: 3.125rem;
  padding: 1.25rem 2.875rem;
}

.icon-embed-small {
  color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  min-width: .117188rem;
  height: 1.875rem;
  min-height: .117188rem;
  display: flex;
  position: absolute;
  inset: 29% auto auto 4.5%;
}

.div-block-64 {
  width: 52.75rem;
  height: auto;
}

.search-wrap {
  background-color: #fff;
  border-bottom: .0625rem solid #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.3125rem;
  padding-bottom: 3.3125rem;
  display: flex;
}

.catagrey {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.catagry-search-component {
  border-bottom-width: .025rem;
  border-bottom-color: #0003;
}

.debt-education-2-cms-gfrid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-right: 0;
}

.tabs {
  grid-column-gap: 0rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.tabs.f0f0f0 {
  background-color: #f0f0f0;
}

.tabs.f0f0f0.padding-166px {
  padding-bottom: 10.375rem;
}

.div-block-65 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.bebt-edu-2-content {
  background-color: #fff;
  border-radius: 3.125rem;
}

.search-input {
  color: #0009;
  background-color: #f0f0f0;
  border: .025rem solid #0003;
  border-radius: 4.375rem;
  margin-bottom: 0;
  padding: 2.375rem 2.5rem 2.1875rem 4.875rem;
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2.125rem;
}

.image-22 {
  border: .0625rem solid #0000001a;
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  width: 100%;
}

.text-36px {
  color: #dc000a;
  font-size: 2.25rem;
  font-weight: 700;
  text-decoration: none;
}

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

.padding-section-191-copy {
  padding-top: 0;
  padding-bottom: 7.1875rem;
}

.padding-section-160px-129px {
  padding-top: 7.5rem;
  padding-bottom: 8.0625rem;
}

.padding-section-151px {
  padding-top: 9.6875rem;
  padding-bottom: 5rem;
}

.why-us-prag-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.why-us-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66, .div-block-67 {
  text-align: center;
}

.image-23 {
  border-radius: 3.125rem;
  width: 93.375rem;
}

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

.track-record-3-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.padding-section-148px {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.track-record-box {
  background-color: #dc000a;
  border-radius: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 2.5625rem 3.375rem 2.625rem;
  display: flex;
}

.why-us-3-grid {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  grid-template-rows: auto;
  justify-items: stretch;
}

.image-24 {
  border-radius: .625rem 12.5rem .625rem .625rem;
  width: 43.625rem;
  height: auto;
  box-shadow: 0 0 1.875rem #00000014;
}

.div-block-69 {
  grid-column-gap: 2.3125rem;
  grid-row-gap: 2.3125rem;
  flex-flow: column;
}

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

.spacer-large-2 {
  padding-top: 3rem;
}

.text-46px {
  color: #fff;
  font-size: 2.875rem;
  font-weight: 700;
}

.detpn-top-content {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-148px-copy {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.collection-item {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
}

.collection-list {
  grid-column-gap: 2.375rem;
  grid-row-gap: 6.75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.catarry-buttons-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.button-link-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.catery {
  border: .125rem solid var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  white-space: nowrap;
  cursor: pointer;
  background-color: #dc000a;
  border-radius: 3.125rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.1875rem 2.875rem 1.1875rem 2.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 1rem #00000014;
}

.catery.w--current {
  color: var(--text-color--text-secondary);
  background-color: #fff;
  width: 12.8482%;
}

.catery.is-active {
  color: var(--text-color--text-secondary);
  background-color: #dc000a00;
}

.padding-section-166-120px {
  padding-top: 7.5rem;
  padding-bottom: 8.75rem;
}

.image-25 {
  width: 8.75rem;
  height: auto;
}

.icon-embed-custom-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.5625rem;
  display: flex;
}

.red-img-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 8.5625rem;
  display: none;
}

.div-block-72 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--text-color--text-alternate);
  border-radius: 3.125rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 3px 10px -1px #0003;
}

.collection-list-2 {
  grid-column-gap: 2.375rem;
  grid-row-gap: 6.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.6875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: grid;
}

.collection-item-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.link-block-2 {
  color: #babcc099;
  width: auto;
  text-decoration: underline;
}

.link-block-2:hover {
  color: var(--text-color--text-alternate);
  text-decoration: underline;
}

.text-16px-copy {
  background-color: var(--text-color--text-secondary);
  border-radius: 2.5rem;
  padding: .5625rem 1.0625rem;
  font-weight: 500;
}

.div-block-44jj {
  background-color: var(--text-color--text-secondary);
  width: 100%;
  height: .125rem;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-44jj.black-bg {
  background-color: #0009;
}

.div-block-44jj--black {
  color: #0009;
  background-color: #25242499;
  width: 100%;
  height: .125rem;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-44jj--black.black-bg {
  background-color: #0009;
}

.div-block-44-abo {
  background-color: var(--text-color--text-secondary);
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-44-abo.black-bg {
  background-color: #0009;
}

.section-hero-cms {
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-73 {
  text-align: center;
  max-width: 71%;
}

.hero-cms-contant-wrap {
  text-align: center;
  max-width: 71%;
  position: relative;
}

.cms-contant-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-list0contant {
  display: flex;
}

.text-32px {
  white-space: nowrap;
  vertical-align: baseline;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.cms-lisi-component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.div-block-76 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-77 {
  text-align: center;
  max-width: 30%;
}

.debt-discribe-cms-component {
  display: block;
}

.cms-contant-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-92 {
  padding-top: 5.75rem;
  padding-bottom: 5.875rem;
}

.cms-red-large-btn-wra {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.div-block-79 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cms-red-large-btn-wra-copy {
  padding-top: 6.5rem;
  padding-bottom: 8.1875rem;
}

.div-block-85 {
  width: auto;
}

.div-block-87 {
  height: 100%;
}

.text-28px {
  color: var(--text-color--text-primary);
  font-size: 1.75rem;
  font-weight: 600;
}

.div-block-72-copy {
  background-color: #fff0;
  border-radius: 3.125rem;
  flex-flow: column;
  justify-content: space-between;
  text-decoration: none;
}

.div-block-72-copy.w--current {
  background-color: #fff0;
}

.image-26 {
  filter: brightness(70%);
  object-fit: cover;
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  width: 100%;
  max-width: 1920%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.container-large--1665 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 104.063rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large--1665.flex-container-c {
  display: flex;
}

.button-form--grey-larg {
  color: #fff;
  text-transform: capitalize;
  background-color: #000;
  border: .125rem solid #000;
  border-radius: 3.75rem;
  margin-top: 1.5625rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875rem;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button-form--grey-larg:hover {
  border: .125rem solid var(--link-color--link-secondary);
  background-color: var(--text-color--text-secondary);
  -webkit-backdrop-filter: blur(1.0625rem);
  backdrop-filter: blur(1.0625rem);
  color: var(--link-color--link-secondary);
  padding: .9375rem;
}

.rich-text-block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.875rem;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-list-3-2, .category-list-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  display: flex;
}

.collection-list-2-copy {
  grid-column-gap: 2.375rem;
  grid-row-gap: 6.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.catagory-list-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.catagory-list-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: auto;
  margin-bottom: 10rem;
  margin-right: auto;
  padding-bottom: 3.25rem;
  display: flex;
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.padding-section-115 {
  padding-top: 7.1875rem;
  padding-bottom: 8.125rem;
}

.div-block-89 {
  background-color: #fff;
}

.line-about-white {
  background-color: #fff;
  width: 9.375rem;
  height: .1875rem;
}

.line-about-white.white {
  background-color: var(--text-color--text-alternate);
}

.div-block-90 {
  width: 93%;
}

.div-block-91 {
  max-width: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-92 {
  justify-content: center;
}

.search-parent {
  height: auto;
  position: relative;
}

.filters-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: .25rem #f1eeff;
  border-bottom: .0625rem solid #0000004d;
  flex-flow: column;
  width: 100%;
  padding: 3.3125rem 1rem 1rem;
  display: flex;
}

.filters-horizontal {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}

.form-block {
  margin-bottom: 1rem;
}

.form-block.search-max {
  max-width: 52.75rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-field-2 {
  border: .125rem solid #f1eeff;
  margin-bottom: 0;
}

.text-field-2:focus {
  border-color: #7757ff;
}

.text-field-2.search-lg {
  border-color: #240c2e;
  height: 3.125rem;
}

.text-field-2.search-lg:focus {
  border-color: #7757ff;
}

.text-field-2.search-input::placeholder {
  color: #000000a3;
}

.mb-small {
  margin-bottom: 1rem;
}

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  position: absolute;
  inset: 32% auto auto 2rem;
}

.image-div-red-debt {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.image-27 {
  opacity: .05;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 55%;
  width: 100%;
  height: 100%;
}

.catagory-content-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.catagory-btn-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

._3-search-category-main-wrap {
  background-color: #fff;
  border: .025rem solid #0000001f;
  border-radius: 1.875rem;
  padding-bottom: 3.25rem;
  box-shadow: 0 0 3.125rem #0000001a;
}

.collection-list-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-22-3 {
  border: .0625rem solid #0000001a;
  border-radius: 3.125rem;
  width: auto;
  height: auto;
}

.div-block-95 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  color: var(--base-color-neutral--black);
  font-size: 1.25rem;
}

.link {
  color: gray;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  text-decoration: underline;
}

.radio-button {
  display: none;
}

.empty {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8rem 2rem;
  display: flex;
}

.image-22-2 {
  border: .0625rem solid #0000001a;
  border-radius: 3.125rem;
  width: 100%;
}

.div-block-72-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border-radius: 3.125rem 3.125rem 0 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}

.debt-box-xms2-copy {
  border-radius: 0 0 3.125rem 3.125rem;
  padding: 1.875rem 0 0;
}

.radio-button-2 {
  margin-left: 47px;
  display: none;
}

.labels {
  font-weight: 700;
}

.submit {
  color: #fff;
  text-transform: capitalize;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
}

.submit:hover {
  transform: scale(1.05);
}

.options {
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 1rem;
  font-size: 1.7rem;
  display: flex;
}

.options._80 {
  color: #fff;
  background-color: #000;
  width: 27%;
}

.options._95 {
  color: #fff;
  background-color: #000;
  width: 40%;
}

.div-block-96 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.animation-trigger {
  pointer-events: none;
  width: 0%;
  height: 0%;
}

.div-block-97 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.debt-relief {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.debt-relief.small {
  font-size: 1.5rem;
  font-weight: 400;
}

.dept-headings {
  font-size: 2.5rem;
  font-weight: 700;
}

.dept-headings.text-weight-bold--line-h {
  line-height: 1.4;
}

.div-block-98 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list {
  text-align: left;
}

.text-block-2 {
  font-size: 1.6rem;
}

.list-item {
  margin-bottom: .75rem;
}

.collection-list-2-copy, .collection-list-2-copy-copy {
  grid-column-gap: 2.375rem;
  grid-row-gap: 6.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.6875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: grid;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-3 {
  margin-right: 0;
}

.dropdown-list {
  background-color: #64464600;
}

.dropdown-list.w--open {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.text-block-3 {
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.icon-4 {
  pointer-events: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  display: flex;
  position: absolute;
  inset: -2.6rem auto auto 0%;
}

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

.drop-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  padding: 10px;
  display: flex;
  position: relative;
}

.drop-links.w--open {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.image-28 {
  filter: brightness(70%);
  object-fit: cover;
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  width: 100%;
  max-width: 1920%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.spacer-large-3 {
  width: 100%;
  padding-top: 3rem;
}

.text-60px-2 {
  color: #dc000a;
  font-size: 3.75rem;
}

.text-60px-2.white-bold {
  color: #fff;
  font-weight: 700;
}

.text-60px-2.text-color-alternate {
  color: #fff;
}

.div-block-99 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.list-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-101 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.list-3 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  padding-left: 3rem;
  list-style-type: square;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .image-25 {
    width: 15rem;
  }

  .div-block-72, .div-block-72-copy {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .button.is-small {
    display: block;
  }

  .button.is-secondary {
    font-size: 1.8rem;
    display: block;
  }

  .button.is-red.is-white {
    border-color: var(--text-color--text-secondary);
    background-color: var(--text-color--text-secondary);
    color: var(--link-color--link-alternate);
  }

  .button.is-red.is-white:hover {
    border-color: var(--text-color--text-secondary);
    background-color: var(--link-color--link-alternate);
    color: var(--text-color--text-secondary);
  }

  .button.is-red-with-large-btn {
    font-size: 2.3rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-medium.hide-destop, .spacer-small.hide-destop {
    display: block;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .hero_content {
    max-width: none;
  }

  .section_hero {
    padding-top: 0;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .fs-styleguide_heading-header, .main_heading-60px {
    font-size: 4rem;
  }

  .main-heading-span-46px {
    font-size: 3.1rem;
  }

  .heading-80px {
    font-size: 5rem;
  }

  .text-20px {
    font-size: 1.7rem;
  }

  .hero-button-wrap {
    width: 100%;
  }

  .div-block-14 {
    width: 2.7rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-text {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .nav-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #fff;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    width: 100%;
    padding: 2% 3% 5%;
    overflow: hidden;
    box-shadow: 0 2px .3125rem .375rem #0003;
  }

  .nav-menu.gradint-nav {
    background-color: #fff0;
    background-image: linear-gradient(#0000 33%, #fff 47%);
  }

  .nav-menu.red {
    background-color: #ea261c80;
  }

  .menu-button {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    background-color: var(--text-color--text-secondary);
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 1.8rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #d21f1f00;
  }

  .menu-button.menu-white-bg {
    background-color: var(--link-color--link-alternate);
  }

  .menu-button.white {
    background-color: var(--base-color-neutral--white);
  }

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

  .div-block-11 {
    grid-column-gap: 2.8125rem;
    grid-row-gap: 2.8125rem;
    grid-template-rows: auto min-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: center;
    min-height: 100svh;
    display: grid;
  }

  .icon-embed-custom-3 {
    color: #fff;
    width: 2.3rem;
    height: 2.1rem;
    padding-top: 0;
  }

  .icon-embed-custom-3.icon-menu-red-bg {
    color: #dc000a;
  }

  .navbar {
    border: .125rem #fff;
    border-radius: 3.125rem;
    padding: 1.25rem 5%;
  }

  .nav-link {
    color: #dc000a;
    border-radius: 1.75rem;
    padding: 1.875rem;
    font-size: 1.8rem;
    font-weight: 700;
    transition: border-radius .3s, color .3s, background-color .3s;
  }

  .nav-link:hover {
    background-color: var(--text-color--text-secondary);
    color: var(--link-color--link-alternate);
    border-radius: 1.75rem;
    padding: 1.875rem;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--base-color-neutral--white);
    background-color: #dc000a;
    border-bottom-style: none;
    text-decoration: none;
  }

  .nav-link.black.w--current, .nav-link.black.w--current:hover {
    color: #fff;
  }

  .nav-link.dropdown {
    z-index: 2;
    padding-left: 30px;
    padding-right: 40px;
  }

  .hero-button-wrapper-1 {
    justify-content: space-between;
    align-items: stretch;
    width: 20%;
    padding-left: 0;
    display: block;
  }

  .button-2.is-secondary.block {
    display: block;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-ham {
    color: #dc000a;
    background-color: #fff;
    border-radius: .1875rem;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: .3rem;
    min-height: .3rem;
    max-height: .3rem;
  }

  .nav-ham.top {
    background-color: #fff;
    width: 70%;
    min-width: 1.7rem;
    margin-right: auto;
    transform: none;
  }

  .nav-ham.top.red {
    background-color: #dc000a;
  }

  .nav-ham.bottom {
    width: 70%;
    min-width: auto;
    max-height: .3rem;
    margin-left: auto;
  }

  .nav-ham.bottom.text-color-secondary, .nav-ham.middle.red {
    background-color: #dc000a;
  }

  .div-block-12 {
    grid-column-gap: 2.0625rem;
    grid-row-gap: 2.0625rem;
    -webkit-backdrop-filter: blur(1.25rem);
    backdrop-filter: blur(1.25rem);
    background-color: #fff;
    border: .125rem solid #dc000a;
    border-radius: 3.125rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: flex;
  }

  .text-16px-field.text-removeitly-margin {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .text-16px-field.calc {
    font-size: 1.5rem;
  }

  .form-wrap {
    width: 55rem;
  }

  .hero-relative-wrap {
    margin-right: auto;
  }

  .image {
    left: -11%;
  }

  .image-2 {
    left: -24%;
  }

  .image-3 {
    right: -12%;
  }

  .image-4 {
    right: -4%;
  }

  .icon-embed-custom.is-img-hide {
    display: none;
  }

  .nav-content-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
  }

  .nav-content-buttons.hide-destop {
    grid-column-gap: 4.1rem;
    grid-row-gap: 4.1rem;
    display: flex;
  }

  .icon-embed-custom-35 {
    width: 2rem;
    height: 2rem;
  }

  .link-block {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    color: var(--text-color--text-secondary);
    font-size: 1rem;
    transition: color .3s;
  }

  .link-block:hover {
    color: var(--text-color--text-secondary);
  }

  .nav-link-phone {
    border-radius: 1.75rem;
    font-size: 1.7rem;
    font-weight: 700;
  }

  .nav-link-phone:hover {
    text-decoration: underline;
  }

  .section.is-gradient-red {
    background-image: linear-gradient(#ff461e, #dc000a);
  }

  .section.is-red-fill-red {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .abourt-grid {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    grid-template-columns: 1.25fr;
  }

  .about-content-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .image-7 {
    width: 48%;
    height: auto;
    display: none;
  }

  .image-8 {
    width: 100%;
  }

  .div-block-17 {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-30px {
    font-size: 2rem;
  }

  .text-30px.text-weight-normal--s {
    display: block;
  }

  .text-30px.text-weight-bold--size-tb-large {
    font-size: 2.5rem;
  }

  .text-26px {
    font-size: 1.9rem;
  }

  .text-26px-span {
    font-size: 2.1rem;
  }

  .image-9 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    height: 100%;
  }

  .logo-grid {
    grid-column-gap: 6.5rem;
    grid-row-gap: 3.375rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-16-px {
    font-size: 1.3rem;
  }

  .text-16-px.text-align-center, .text-16-px.relular-white {
    font-size: 1.4rem;
  }

  .div-block-23 {
    max-width: 96%;
  }

  .padding-section-160px {
    padding-top: 6.25rem;
    padding-bottom: 8.75rem;
  }

  .text-40px {
    font-size: 3rem;
  }

  .text-40px.text-weight-bold, .text-40px.text-weight-bold--line-h {
    font-weight: 600;
  }

  .slider {
    height: 100%;
  }

  .review-box--component {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    grid-template-columns: 1fr;
  }

  .right-arrow {
    right: -8%;
  }

  .left-arrow {
    left: -8%;
  }

  .image-12 {
    width: 5.5rem;
    height: 5.5rem;
  }

  .main-review-component {
    padding: 3rem;
  }

  .slide-nav {
    bottom: -14%;
  }

  .slide {
    width: 100%;
    margin-right: 4%;
  }

  .mask {
    overflow: hidden;
  }

  .padding-section-107px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .process-step {
    grid-template-columns: 1fr;
  }

  .process-step.is-grid-reverse {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .text-200px {
    font-size: 12.1rem;
  }

  .text-60px {
    font-size: 3.4rem;
  }

  .image-15 {
    left: 1%;
  }

  .image-16 {
    right: 1%;
  }

  .image-15-copy {
    left: 1%;
  }

  .padding-section-171 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .div-block-28 {
    max-width: 92%;
  }

  .div-block-31 {
    bottom: -1.9rem;
  }

  .debt-relief-calculator-grid {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
    grid-template-columns: 1fr;
  }

  .image-21 {
    height: 1rem;
    right: 15%;
  }

  .main-debt-relief-calculator-wrap {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-34px {
    font-size: 2.6rem;
  }

  .text-22px.capital-text-90-op {
    font-size: 1.7rem;
  }

  .text-14px {
    font-size: 1.3rem;
  }

  .div-block-35 {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
  }

  .text-18px {
    font-size: 1.3rem;
  }

  .calculator {
    width: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-section-191 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .hero-relative-wrap-copy {
    display: block;
  }

  .padding-section-33px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .grid-footer {
    grid-template-columns: 1.25fr;
  }

  .icon-embed-custom-37 {
    width: 8.75rem;
    height: 8.56rem;
  }

  .button-multi-wrap {
    margin-top: 5%;
  }

  .button-multi-wrap.hide-destop {
    display: flex;
  }

  .button-multi-wrap.hide-destop-copy {
    display: none;
  }

  .button--term-wrap {
    padding: .7rem 1.9rem .7rem 1.5rem;
    font-size: 1.5rem;
  }

  .footer-nav-links {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .padding-section-99 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .image-2-copy {
    left: -13%;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

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

  .button-form--2 {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
  }

  .radio-parent {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.4rem;
  }

  .div-block-44 {
    display: none;
  }

  .footer-link {
    color: #fff;
    border-radius: 1.75rem;
    padding-left: 0;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 2.9rem;
    transition: border-radius .3s, color .3s, background-color .3s;
  }

  .footer-link:hover {
    color: var(--link-color--link-alternate);
    border-radius: 1.75rem;
    padding: 0;
    text-decoration: none;
  }

  .div-block-46 {
    max-width: 80%;
  }

  .div-block-47 {
    max-width: 71%;
  }

  .div-block-48 {
    max-width: 93%;
  }

  .div-block-49 {
    max-width: none;
  }

  .div-block-50 {
    max-width: 95%;
  }

  .div-block-51 {
    max-width: 85%;
  }

  .div-block-55 {
    width: 100%;
  }

  .div-block-56 {
    max-width: 84%;
  }

  .icon-embed-custom-37--home {
    width: 8.75rem;
    height: 8.56rem;
    display: none;
  }

  .div-block-57 {
    width: 100%;
    height: 17.2354rem;
  }

  .div-block-58 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .debt-edu-hero-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .her-debt-content-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-section-why-us.is-gradient-red {
    background-image: linear-gradient(#ff461e, #dc000a);
  }

  .hero-section-why-us.is-red-fill-red {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-embed-custom-37-copy {
    width: 8.75rem;
    height: 8.56rem;
    display: block;
  }

  .debt-box-xms2 {
    border-radius: 0 0 3.125rem 3.125rem;
    padding: 1.25rem 1.25rem 2.5rem;
  }

  .search {
    width: 91%;
  }

  .icon-embed-small {
    width: 2.5rem;
    height: 2.5rem;
    top: 34%;
    left: 5%;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .search-input {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 4.3125rem;
    font-size: 1.125rem;
  }

  .image-22 {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }

  .text-36px {
    font-size: 2.3rem;
  }

  .text-36px.text-28px {
    font-size: 2.5rem;
  }

  .padding-section-191-copy {
    padding-top: 0;
    padding-bottom: 6.25rem;
  }

  .padding-section-160px-129px {
    padding-top: 6.25rem;
    padding-bottom: 8.75rem;
  }

  .padding-section-151px {
    padding-top: 6.25rem;
  }

  .why-us-prag-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .track-record-3-wrap {
    grid-template-columns: 1fr;
  }

  .padding-section-148px {
    padding-top: 6.25rem;
    padding-bottom: 8.6875rem;
  }

  .icon-embed-large {
    width: 10rem;
    height: 10rem;
  }

  .track-record-box {
    grid-column-gap: .4375rem;
    grid-row-gap: .4375rem;
  }

  .why-us-3-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .spacer-large-2 {
    padding-top: 2.5rem;
  }

  .text-46px {
    font-size: 2.1875rem;
  }

  .padding-section-148px-copy {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .button-link-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .padding-section-166-120px {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .red-img-nav {
    display: none;
  }

  .div-block-72 {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }

  .collection-list-2 {
    grid-row-gap: 3.0625rem;
    grid-template-columns: 1fr;
  }

  .div-block-44jj, .div-block-44jj--black, .div-block-44-abo {
    display: none;
  }

  .section-hero-cms {
    background-position: 50%;
  }

  .hero-cms-contant-wrap {
    max-width: 79%;
  }

  .cms-lisi-component, .div-block-77 {
    max-width: 100%;
  }

  .cms-contant-3 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

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

  .cms-red-large-btn-wra {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-block-79 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cms-red-large-btn-wra-copy {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .div-block-80 {
    text-align: center;
    max-width: 68%;
  }

  .div-block-81, .div-block-82, .div-block-83, .div-block-84, .div-block-86 {
    text-align: center;
  }

  .div-block-72-copy {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }

  .image-26 {
    aspect-ratio: auto;
  }

  .div-block-88, .nav-white-full-width {
    background-color: #fff;
    height: 100%;
    min-height: 100svh;
  }

  .padding-section-115 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .div-block-93 {
    flex-flow: column;
  }

  .filters-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .icon-embed-small-2 {
    width: 1.5625rem;
    height: 1.5625rem;
    top: 29%;
  }

  .catagory-content-wrap {
    padding-top: 2.1875rem;
    padding-bottom: 1.9375rem;
  }

  .catagory-btn-wrap {
    grid-column-gap: 1.4375rem;
    grid-row-gap: 1.4375rem;
  }

  ._3-search-category-main-wrap {
    padding-bottom: 1.6875rem;
  }

  .collection-list-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-22-3 {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-95 {
    width: 70%;
  }

  .image-22-2, .div-block-72-copy {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }

  .debt-box-xms2-copy {
    border-radius: 0 0 3.125rem 3.125rem;
    padding: 1.25rem 1.25rem 2.5rem;
  }

  .submit {
    font-size: 1.3rem;
  }

  .dept-headings {
    font-size: 3rem;
  }

  .dept-headings.text-weight-bold, .dept-headings.text-weight-bold--line-h {
    font-weight: 600;
  }

  .collection-list-2-copy, .collection-list-2-copy-copy {
    grid-row-gap: 3.0625rem;
    grid-template-columns: 1fr;
  }

  .icon-3 {
    margin-right: 20px;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .image-28 {
    aspect-ratio: auto;
  }

  .spacer-large-3 {
    padding-top: 2.5rem;
  }

  .text-60px-2 {
    font-size: 3.4rem;
  }

  .div-block-100 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.list-of {
    font-size: 2rem;
  }

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-small._50 {
    width: 100%;
  }

  .button.is-red.is-button-full {
    display: block;
  }

  .button.is-red-with-large-btn {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2.1rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xsmall.hide-destop {
    display: block;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-xlarge.hide-des-tab {
    display: block;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .hero_grid {
    margin-top: 2.1875rem;
  }

  .main_heading-60px {
    font-size: 3.6rem;
  }

  .main-heading-span-46px {
    font-size: 2.7rem;
  }

  .heading-80px {
    font-size: 4.2rem;
  }

  .text-20px {
    font-size: 1.8rem;
  }

  .text-20px.medium-white.text-size-20-mob {
    font-size: 1.6rem;
  }

  .hero-content-2-wrap {
    width: 100%;
  }

  .text-16px-field {
    padding: 2rem 1.8rem;
    font-size: 1.4rem;
  }

  .button-form {
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: 2rem;
  }

  .button-form:hover {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

  .div-block-15 {
    grid-column-gap: 1.125rem;
  }

  .form {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .form-wrap {
    width: auto;
  }

  .image {
    display: none;
    left: -15%;
  }

  .image-2 {
    left: -7%;
  }

  .image-3 {
    display: none;
    right: -18%;
  }

  .image-4 {
    height: 1.1rem;
    right: 16%;
  }

  .section.is-red-fill-red {
    margin-bottom: 7.5rem;
  }

  .text-30px {
    font-size: 2rem;
  }

  .text-26px {
    font-size: 1.8rem;
  }

  .logo-grid {
    grid-column-gap: 4.5rem;
  }

  .logo-wrap {
    justify-content: space-between;
  }

  .text-40px {
    font-size: 2.7rem;
  }

  .right-arrow {
    right: -9%;
  }

  .left-arrow {
    left: -9%;
  }

  .image-14 {
    width: auto;
  }

  .process-step {
    grid-column-gap: 5.6rem;
    grid-row-gap: 5.6rem;
  }

  .text-200px {
    font-size: 6.875rem;
  }

  .text-60px {
    font-size: 2.8rem;
  }

  .padding-section-171 {
    padding-top: 6.6rem;
    padding-bottom: 6.2rem;
  }

  .image-17 {
    width: auto;
  }

  .div-block-31 {
    height: 15.1rem;
    bottom: -.7rem;
  }

  .debt-relief-calculator-grid {
    grid-column-gap: 4.1875rem;
    grid-row-gap: 4.1875rem;
  }

  .image-20 {
    width: auto;
  }

  .image-21 {
    right: 11%;
  }

  .text-34px {
    font-size: 2.3rem;
  }

  .text-22px.capital-text {
    font-size: 1.5rem;
  }

  .text-22px.capital-text-90-op {
    font-size: 1.6rem;
  }

  .text-14px {
    font-size: 1.2rem;
  }

  .icon-embed-custom-36 {
    width: 1rem;
    height: 1rem;
  }

  .div-block-34 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .div-block-38 {
    align-items: stretch;
  }

  .text-18px {
    font-size: 1.2rem;
  }

  .calculator {
    width: auto;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .form-wrap-grey {
    padding: 3.125rem 2.5rem 2.875rem;
  }

  .text-18--px {
    font-size: 1.3rem;
  }

  .image-2-copy {
    display: none;
    left: -16%;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

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

  .button-form--2, .radio-parent {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 1.4rem;
  }

  .footer-link {
    padding: 0;
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  .div-block-46, .div-block-49 {
    max-width: none;
  }

  .div-block-52 {
    text-align: center;
    max-width: 100%;
    margin-bottom: .3125rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-section-why-us.is-red-fill-red {
    margin-bottom: 7.5rem;
  }

  .debt-box-xms2 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-22 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .text-36px, .text-36px.text-28px {
    font-size: 2.1rem;
  }

  .button-wrap {
    width: 100%;
  }

  .padding-section-151px {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
  }

  .image-23 {
    object-fit: cover;
    border-radius: 1.5rem;
    height: 17.5rem;
  }

  .padding-section-148px {
    padding-top: 4.875rem;
    padding-bottom: 7.5rem;
  }

  .why-us-3-grid {
    height: auto;
  }

  .spacer-large-2 {
    padding-top: 1.5rem;
  }

  .padding-section-148px-copy {
    padding-top: 4.375rem;
    padding-bottom: 5.3125rem;
  }

  .div-block-52-copy {
    text-align: center;
    max-width: 90%;
    margin-bottom: .3125rem;
  }

  .div-block-71 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-166-120px {
    padding-top: 4.375rem;
  }

  .image-25 {
    width: 5.625rem;
  }

  .text-16px-copy {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: 1.3rem;
  }

  .section-hero-cms {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .hero-cms-contant-wrap {
    max-width: 89%;
  }

  .padding-section-92 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .cms-red-large-btn-wra {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .cms-red-large-btn-wra-copy {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .div-block-80 {
    max-width: 79%;
  }

  .div-block-81 {
    max-width: 70%;
  }

  .div-block-82 {
    max-width: 88%;
  }

  .div-block-83 {
    max-width: 72%;
  }

  .image-26 {
    aspect-ratio: auto;
    object-position: 52% 50%;
    border-bottom-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
  }

  .button-form--grey-larg {
    margin-top: -.1875rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: 2rem;
  }

  .button-form--grey-larg:hover {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

  .filters-horizontal {
    flex-wrap: wrap;
  }

  .catagory-btn-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  ._3-search-category-main-wrap {
    padding-bottom: 2.3125rem;
  }

  .collection-list-5 {
    grid-column-gap: .5625rem;
    grid-row-gap: .5625rem;
  }

  .image-22-3 {
    border-radius: 1.5rem;
  }

  .collection-list-2-copy {
    grid-row-gap: 2.3rem;
  }

  .image-22-2 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .debt-box-xms2-copy {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .submit {
    font-size: 1.2rem;
  }

  .dept-headings {
    font-size: 2.7rem;
  }

  .image-28 {
    aspect-ratio: auto;
    object-position: 52% 50%;
    border-bottom-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
  }

  .spacer-large-3 {
    padding-top: 1.5rem;
  }

  .text-60px-2 {
    font-size: 2.8rem;
  }

  .div-block-100 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .button.is-red-with-large-btn {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    font-size: 1.9rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .main_heading-60px {
    font-size: 2.9rem;
  }

  .main-heading-span-46px {
    font-size: 2.2rem;
  }

  .heading-80px {
    font-size: 3.5rem;
  }

  .text-20px.medium-white {
    font-size: 1.7rem;
  }

  .text-20px.medium-white.faq-20-mob {
    font-size: 1.6rem;
  }

  .icon-embed-custom-3 {
    width: 2.5rem;
    height: 2.3rem;
    font-size: 2rem;
  }

  .navbar {
    padding-left: 2%;
  }

  .nav-link {
    font-size: 2.2rem;
  }

  .text-16px-field {
    margin-bottom: .3125rem;
  }

  .text-16px-field.text-removeitly-margin {
    font-size: 1.8rem;
  }

  .text-16px-field.calc {
    font-size: 1.7rem;
  }

  .div-block-15 {
    grid-column-gap: .75rem;
  }

  .text-24px {
    font-size: 1.6rem;
  }

  .text-24px.form-heing-mob {
    font-size: 1.5rem;
  }

  .hero-relative-wrap {
    width: 90%;
  }

  .image {
    left: -9%;
  }

  .image-3 {
    right: -10%;
  }

  .image-4 {
    right: 13%;
  }

  .nav-content-buttons.hide-destop {
    align-items: stretch;
  }

  .icon-embed-custom-35 {
    width: 2.2rem;
    height: 2.2rem;
  }

  .image-5 {
    width: 20rem;
    height: 20rem;
    bottom: -20%;
    right: 46%;
  }

  .grid-full-height.is-hero-liner-red {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .nav-link-phone {
    font-size: 2.1rem;
  }

  .section.is-gradient-red, .section.is-red-fill-red {
    border-radius: 1.5rem;
  }

  .text-30px {
    font-size: 1.9rem;
  }

  .text-26px {
    font-size: 1.7rem;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .text-16-px.relular-white {
    font-size: 1.5rem;
  }

  .text-40px {
    font-size: 2.7rem;
  }

  .right-arrow {
    right: -14%;
  }

  .left-arrow {
    left: -14%;
  }

  .div-block-24 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .main-review-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .slide {
    margin-right: 10%;
  }

  .mask {
    padding-bottom: 1.5rem;
    padding-left: .8125rem;
    padding-right: .75rem;
  }

  .text-60px {
    font-size: 2.7rem;
  }

  .image-17 {
    object-fit: cover;
    width: 100%;
  }

  .lightbox-link, .light-box-wrap {
    width: 100%;
  }

  .div-block-31 {
    height: 9.5rem;
    bottom: .6rem;
  }

  .debt-relief-calculator-grid {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .image-21 {
    bottom: -13%;
  }

  .text-34px {
    font-size: 2.4rem;
  }

  .text-22px.capital-text {
    font-size: 1.5rem;
  }

  .text-22px.capital-text-90-op, .text-14px {
    font-size: 1.4rem;
  }

  .calculator {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-wrap-grey {
    border-radius: 1.5rem;
    padding-bottom: 2.4rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .textarea--gray.text-16px-field {
    margin-bottom: .3125rem;
  }

  .text-18--px {
    font-size: 1.2rem;
  }

  .div-block-41 {
    margin-top: 0;
    margin-bottom: .7rem;
  }

  .section-footer {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .image-2-copy {
    left: -9%;
  }

  .button-form--2 {
    font-size: 1.3rem;
  }

  .radio-parent {
    font-size: 1.5rem;
  }

  .div-block-46 {
    max-width: 71%;
  }

  .div-block-48 {
    max-width: 84%;
  }

  .div-block-49 {
    max-width: 71%;
  }

  .div-block-50 {
    max-width: 60%;
  }

  .div-block-52 {
    max-width: none;
  }

  .div-block-59, .div-block-60 {
    max-width: 85%;
  }

  .div-block-61 {
    max-width: 87%;
  }

  .div-block-62 {
    max-width: 85%;
  }

  .div-block-63 {
    max-width: 92%;
  }

  .debt-box-xms2 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .search {
    width: 100%;
  }

  .search-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .text-36px {
    font-size: 2.1rem;
  }

  .text-36px.text-28px {
    font-size: 1.7rem;
  }

  .padding-section-151px {
    padding-top: 3.25rem;
    padding-bottom: 2.375rem;
  }

  .image-23 {
    object-fit: cover;
    border-radius: 1.5rem;
    width: auto;
    height: 12.1875rem;
  }

  .padding-section-148px {
    padding-top: 2.5rem;
    padding-bottom: 5.5625rem;
  }

  .text-46px {
    font-size: 1.5625rem;
  }

  .div-block-52-copy {
    max-width: 80%;
  }

  .catarry-buttons-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .button-link-wrap {
    grid-template-columns: 1fr;
  }

  .catery {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }

  .padding-section-166-120px {
    padding-top: 3.625rem;
    padding-bottom: 2.5rem;
  }

  .div-block-72 {
    border-radius: 1.5rem;
  }

  .collection-list-2 {
    grid-row-gap: 2.6875rem;
  }

  .section-hero-cms {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-cms-contant-wrap {
    max-width: none;
  }

  .padding-section-92 {
    padding-bottom: 1.25rem;
  }

  .cms-red-large-btn-wra-copy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-block-81 {
    max-width: 79%;
  }

  .div-block-83 {
    max-width: 86%;
  }

  .div-block-84 {
    max-width: 83%;
  }

  .debt-box-xms2-copy {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding-bottom: 1.875rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .image-26 {
    object-fit: cover;
  }

  .button-form--grey-larg {
    margin-top: 0;
  }

  .filters-wrapper {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .catagory-content-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .catagory-btn-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._3-search-category-main-wrap {
    padding-bottom: 1.875rem;
  }

  .collection-list-5 {
    grid-column-gap: .1875rem;
    grid-row-gap: .1875rem;
  }

  .image-22-3 {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .div-block-95 {
    width: 85%;
  }

  .collection-list-2-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-72-copy {
    border-radius: 1.5rem;
  }

  .debt-box-xms2-copy {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .options {
    font-size: 1.9rem;
  }

  .div-block-96 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .dept-headings {
    font-size: 2.7rem;
  }

  .text-block-2 {
    font-size: 1.4rem;
  }

  .collection-list-2-copy, .collection-list-2-copy-copy {
    grid-row-gap: 2.6875rem;
  }

  .image-28 {
    object-fit: cover;
  }

  .text-60px-2 {
    font-size: 2.7rem;
  }
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-a0adc573 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_795daebe-444f-89a0-9ecb-76da7fe2fcc9-a0adc573 {
  justify-self: center;
}

#w-node-_523f9c24-eb0e-9128-f039-af5f66526603-a0adc573, #w-node-afefc2a6-f274-5402-bb7d-f821e7e815bd-a0adc573, #w-node-f904439f-c73e-3666-e429-a6254b8b40f3-a0adc573, #w-node-e58b4b47-ae9e-0b68-a353-2ca1140312a5-a0adc573 {
  place-self: center start;
}

#w-node-e295bf53-1a42-e3df-1255-d8cff23083a1-a0adc573 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62d7e465-e2fd-834c-f0b4-cbe0b4e7b814-a0adc573 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_958d2cd8-d40b-cf25-ad8a-370beef6d4fa-eef6d4eb {
  justify-self: center;
}

#w-node-_958d2cd8-d40b-cf25-ad8a-370beef6d50d-eef6d4eb {
  align-self: center;
}

#w-node-_2cac608d-fe83-55fe-5627-8fa1daf8ccde-daf8ccd8 {
  justify-self: start;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-a0adc576 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-a0adc576, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-a0adc576 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-a0adc576 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-a0adc576 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-a0adc576 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-a0adc576, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-a0adc576 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-a0adc576 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-a0adc576, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-a0adc576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-a0adc576, #w-node-b255e9ab-bd08-745b-ce18-4b1ca90a6de5-55c14778 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f904439f-c73e-3666-e429-a6254b8b40f3-a0adc573 {
    order: 9999;
  }

  #w-node-f904439f-c73e-3666-e429-a6254b8b40f0-a0adc573 {
    justify-self: end;
  }

  #w-node-e295bf53-1a42-e3df-1255-d8cff23083a1-a0adc573 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_958d2cd8-d40b-cf25-ad8a-370beef6d4fa-eef6d4eb {
    justify-self: start;
  }
}


