/*:root {
    --black: black;
    --light-grey: #f4f4f4;
    --light-sea-green: #02beb0;
    --white: white;
  }
  
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
  }
  
  body {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }
  
  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  p {
    margin-bottom: 0;
  }
  
  a {
    border-color: var(--black);
    color: var(--black);
    text-decoration: underline;
  }
  
  ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
  }
  
  ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  
  li {
    /*margin-top: .25rem;
    margin-bottom: .25rem;
    padding-left: .5rem;
  }
  
  img {
    max-width: 100%;
    display: inline-block;
  }
  
  label {
    margin-bottom: .25rem;
    font-weight: 500;
  }
  
  blockquote {
    border-left: .1875rem solid var(--black);
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  figcaption {
    text-align: center;
    margin-top: .25rem;
  }
  
  .z-index-2 {
    z-index: 2;
    position: relative;
  }
  
  .max-width-full {
    width: 100%;
    max-width: none;
  }
  
  .layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .global-styles {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
  
  .z-index-1 {
    z-index: 1;
    position: relative;
  }
  
  .hide {
    display: none;
  }
  
  .text-style-link {
    text-decoration: underline;
  }
  
  .max-width-xlarge {
    width: 100%;
    max-width: 64rem;
  }
  
  .max-width-medium {
    width: 100%;
    max-width: 35rem;
  }
  
  .max-width-xsmall {
    width: 100%;
    max-width: 25rem;
  }
  
  .max-width-xxsmall {
    width: 100%;
    max-width: 20rem;
  }
  
  .container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
  }
  
  .align-center {
    margin-left: auto;
    margin-right: auto;
  }
  
  .spacing-clean {
    margin: 0;
    padding: 0;
  }
  
  .max-width-large {
    width: 100%;
    max-width: 48rem;
  }
  
  .max-width-small {
    width: 100%;
    max-width: 30rem;
  }
  
  .form-message-error {
    margin-top: .75rem;
    padding: .75rem;
  }
  
  .utility_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_form-block {
    text-align: center;
    flex-direction: column;
    max-width: 20rem;
    display: flex;
  }
  
  .utility_form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  
  .utility_image {
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .margin-tiny {
    margin: .25rem;
  }
  
  .margin-xxsmall {
    margin: .5rem;
  }
  
  .margin-xsmall {
    margin: 1rem;
  }
  
  .margin-small {
    margin: 1.5rem;
  }
  
  /*.margin-medium {
    margin: 2rem;
  }

  .margin-large {
    margin: 3rem;
  }
  
  .margin-xlarge {
    margin: 4rem;
  }
  
  .margin-xxlarge {
    margin: 5rem;
  }
  
  .margin-huge {
    margin: 6rem;
  }
  
  .margin-xhuge {
    margin: 7rem;
  }
  
  .margin-xxhuge {
    margin: 10rem;
  }
  
  .margin-0 {
    margin: 0;
  }
  
  .padding-0 {
    padding: 0;
  }
  
  .padding-tiny {
    padding: .25rem;
  }
  
  .padding-xxsmall {
    padding: .5rem;
  }
  
  .padding-xsmall {
    padding: 1rem;
  }
  
  .padding-small {
    padding: 1.5rem;
  }
  
  .padding-medium {
    padding: 2rem;
  }
  
  .padding-large {
    padding: 3rem;
  }
  
  .padding-xlarge {
    padding: 4rem;
  }
  
  .padding-xxlarge {
    padding: 5rem;
  }
  
  .padding-huge {
    padding: 6rem;
  }
  
  .padding-xhuge {
    padding: 7rem;
  }
  
  .padding-xxhuge {
    padding: 10rem;
  }
  
  .margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  .margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  
  .margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
    margin-left: 0;
    margin-right: 0;
  }
  
  .margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  
  .padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  
  .padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
    padding-left: 0;
    padding-right: 0;
  }
  
  .padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .overflow-scroll {
    overflow: scroll;
  }
  
  .overflow-auto {
    overflow: auto;
  }
  
  .text-weight-medium {
    font-weight: 500;
  }
  
  .text-size-medium {
    font-size: 1.125rem;
  }
  
  .rl-styleguide-message-delete-this {
    text-align: center;
    background-color: #f1f0ee;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
  
  .rl-styleguide-message-wrapper {
    text-align: left;
    background-color: #e4e2df;
    border-radius: 16px;
    padding: 2.5rem;
  }
  
  .rl-styleguide-message-fixed {
    z-index: 99;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
  
  .margin-top-auto {
    margin-top: auto;
  }
  
  .text-style-quote {
    border-left: .1875rem solid #000;
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .icon-embed-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }
  
  .heading-style-h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .rl-styleguide_tutorial-callout {
    grid-column-gap: 2rem;
    background-color: #fff;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem .75rem .75rem 1rem;
    display: flex;
  }
  
  .rl-styleguide_callout-link-wrapper {
    background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .75rem 1rem;
    display: flex;
  }
  
  .rl-styleguide_heading {
    z-index: 4;
    color: #fff;
    background-color: #000;
    padding: .25rem .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  .styleguide_grid-colours {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .background-color-gray {
    background-color: var(--light-grey);
  }
  
  .heading-style-h6 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .rl-styleguide_item-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 15rem 1fr;
    align-items: center;
  }
  
  .icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .rl-styleguide_empty-space {
    z-index: -1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    display: flex;
    position: relative;
  }
  
  .shadow-xxlarge {
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
  }
  
  .rl-styleguide_icons-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }
  
  .icon-embed-medium {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }
  
  .form-radio {
    align-items: center;
    margin-bottom: 0;
    padding-left: 1.125rem;
    display: flex;
  }
  
  .heading-style-h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .text-style-strikethrough {
    text-decoration: line-through;
  }
  
  .heading-style-h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .form-checkbox-icon {
    border: 1px solid var(--black);
    cursor: pointer;
    border-radius: 0;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: .5rem;
    transition: all .2s;
  }
  
  .form-checkbox-icon.w--redirected-checked {
    box-shadow: none;
    background-color: #000;
    background-size: 16px 16px;
    border-width: 1px;
    border-color: #000;
  }
  
  .form-checkbox-icon.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
  }
  
  .form-checkbox-label {
    margin-bottom: 0;
  }
  
  .text-size-tiny {
    font-size: .75rem;
  }
  
  .field-label {
    margin-bottom: .5rem;
    font-weight: 400;
  }
  
  .button {
    border: 2px solid var(--light-sea-green);
    background-color: var(--light-sea-green);
    color: var(--white);
    text-align: center;
    border-radius: .4rem;
    padding: .75rem 1.5rem;
    transition: all .2s;
  }
  
  .button:hover {
    background-color: var(--white);
    color: var(--light-sea-green);
  }
  
  .button.is-link {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: .25rem 0;
    line-height: 1;
    text-decoration: none;
  }
  
  .button.is-link.is-alternate {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }
  
  .button.is-link.is-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
  
  .button.is-icon {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .button.is-secondary {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }
  
  .button.is-secondary.is-alternate {
    border-color: var(--white);
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }
  
  .button.is-small {
    padding: .5rem 1.25rem;
  }
  
  .button.is-alternate {
    background-color: var(--white);
    color: #000;
  }
  
  .text-weight-normal {
    font-weight: 400;
  }
  
  .heading-style-h4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .text-style-italic {
    font-style: italic;
  }
  
  .icon-1x1-xxsmall {
    width: 1rem;
    height: 1rem;
  }
  
  .form-radio-label {
    margin-bottom: 0;
  }
  
  .rl-styleguide_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    padding-bottom: 1rem;
    display: grid;
  }
  
  .rl-styleguide_item.is-stretch {
    grid-row-gap: 1rem;
    justify-items: stretch;
  }
  
  .icon-1x1-xlarge {
    width: 6.5rem;
    height: 6.5rem;
  }
  
  .shadow-xlarge {
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
  }
  
  .text-weight-light {
    font-weight: 300;
  }
  
  .rl-styleguide_label {
    color: var(--white);
    white-space: nowrap;
    cursor: context-menu;
    background-color: #0073e6;
    padding: .25rem .5rem;
    font-size: .75rem;
    display: inline-block;
  }
  
  .rl-styleguide_label.is-html-tag {
    background-color: #be4aa5;
  }
  
  .text-size-regular {
    font-size: 1rem;
  }
  
  .text-weight-xbold {
    font-weight: 800;
  }
  
  .text-align-right {
    text-align: right;
  }
  
  .text-weight-bold {
    font-weight: 700;
  }
  
  .icon-height-xlarge {
    height: 6.5rem;
  }
  
  .heading-style-h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .icon-1x1-large {
    width: 5rem;
    height: 5rem;
  }
  
  .form-input {
    border: 1px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .form-input:focus {
    border-color: #000;
  }
  
  .form-input::placeholder {
    color: rgba(0, 0, 0, .6);
  }
  
  .form-input.is-text-area {
    height: auto;
    min-height: 11.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    overflow: auto;
  }
  
  .form-input.is-select-input {
    background-image: none;
  }
  
  .rl-styleguide_paste-text {
    color: rgba(0, 0, 0, .5);
    text-align: center;
    border: 1px dashed rgba(0, 0, 0, .15);
    padding: 1rem;
  }
  
  .rl-styleguide_button-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: grid;
  }
  
  .rl-styleguide_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }
  
  .icon-embed-custom1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
  }
  
  .rl-styleguide_color {
    padding-bottom: 8rem;
  }
  
  .rl-styleguide_color.is-black {
    background-color: var(--black);
  }
  
  .rl-styleguide_color.is-gray {
    background-color: var(--light-grey);
  }
  
  .rl-styleguide_color.is-white {
    background-color: var(--white);
  }
  
  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }
  
  .text-color-white {
    color: black;
  }
  
  .background-color-white {
    background-color: var(--white);
  }
  
  .text-weight-semibold {
    font-weight: 600;
  }
  
  .text-style-muted {
    opacity: .6;
  }
  
  .text-style-nowrap {
    white-space: nowrap;
  }
  
  .text-align-left {
    text-align: left;
  }
  
  .icon-embed-large {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: flex;
  }
  
  .shadow-xxsmall {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  }
  
  .text-color-black {
    color: var(--black);
  }
  
  .icon-embed-xxsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
  }
  
  .icon-embed-xsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }
  
  .icon-height-xxsmall {
    height: 1rem;
  }
  
  .background-color-black {
    background-color: var(--black);
    color: var(--white);
  }
  
  .shadow-xsmall {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
  }
  
  .icon-1x1-custom1 {
    width: 1.25rem;
    height: 1.25rem;
  }
  
  .rl-styleguide_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }
  
  .rl-styleguide_subheading {
    z-index: 3;
    color: #000;
    background-color: #d3d3d3;
    padding: .25rem .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
  }
  
  .form-radio-icon {
    border: 1px solid var(--black);
    cursor: pointer;
    border-radius: 100px;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    margin-top: 0;
    margin-left: -1.125rem;
    margin-right: .5rem;
  }
  
  .form-radio-icon.w--redirected-checked {
    background-color: #fff;
    background-image: none;
    border-width: 6px;
    border-color: #000;
  }
  
  .form-radio-icon.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
    margin-top: 0;
  }
  
  .rl-styleguide_shadows-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
  }
  
  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .text-style-allcaps {
    text-transform: uppercase;
  }
  
  .rl-styleguide_callout-link {
    background-color: #fff;
    background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
    justify-content: space-between;
    align-items: center;
    padding: 1px;
    display: flex;
  }
  
  .icon-height-custom1 {
    height: 1.25rem;
  }
  
  .text-align-center {
    text-align: center;
  }
  
  .text-size-small {
    font-size: .875rem;
  }
  
  .class-label-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .form-field-wrapper {
    position: relative;
  }
  
  .icon-height-small {
    height: 2rem;
  }
  
  .icon-height-large {
    height: 5rem;
  }
  
  .shadow-large {
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
  }
  
  .icon-embed-xlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
  }
  
  .icon-1x1-small {
    width: 2rem;
    height: 2rem;
  }
  
  .class-label-row {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }
  
  .text-rich-text h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  
  .text-rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .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 a {
    text-decoration: underline;
  }
  
  .text-rich-text figcaption {
    border-left: 2px solid var(--black);
    text-align: left;
    margin-top: .5rem;
    padding-left: .5rem;
    font-size: .875rem;
  }
  
  .icon-height-medium {
    height: 3rem;
  }
  
  .form-checkbox {
    align-items: center;
    margin-bottom: 0;
    padding-left: 1.25rem;
    display: flex;
  }
  
  .shadow-small {
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
  }
  
  .icon-1x1-medium {
    width: 3rem;
    height: 3rem;
  }
  
  .rl-styleguide_button-row {
    grid-column-gap: 1rem;
    display: flex;
  }
  
  .shadow-medium {
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
  }
  
  .text-size-large {
    font-size: 1.25rem;
  }
  
  .icon-height-xsmall {
    height: 1.5rem;
  }
  
  .rl-styleguide_spacing-all {
    display: none;
  }
  
  .padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .rl-styleguide_empty-box {
    z-index: -1;
    background-color: #eee;
    min-width: 3rem;
    height: 3rem;
    position: relative;
  }
  
  .rl-styleguide_spacing {
    border: 1px dashed #d3d3d3;
  }
  
  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  /*.padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .padding-section-large {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .section_finance-header {
    color: #fff;
    position: relative;
  }
  
  .finance_header-wrapper {
    width: 55%;
    margin-left: auto;
  }
  
  .align-centre {
    text-align: center;
  }
  
  .finance_heading {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .finance_heading.is--black {
    color: #1c1c1c;
  }
  
  .finance_subheading {
    font-size: 1.4rem;
  }
  
  .international_disruptive-gradient {
    z-index: -1;
    background-image: linear-gradient(to right, #00c2a3, #01aed6);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .finance_header-image-wrapper {
    max-width: 50%;
    height: 100%;
    padding-left: 1rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 50vw;
  }
  
  .finance_header-image {
    object-fit: contain;
    object-position: 50% 100%;
    height: 100%;
  }
  
  .section_banner {
    color: #fff;
    background-color: #00c2a3;
    border-radius: 0;
    flex-direction: row;
  }
  
  .section_banner.is--black {
    background-color: #000;
  }
  
  .padding-section-xxsmall {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .finance_banner-text {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.5;
    display: flex;
  }
  
  .finance_banner-icon {
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/svgexport-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: inline-block;
  }
  
  .finance_video-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .text-color-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #00c2a3, #01aed6);
    -webkit-background-clip: text;
    background-clip: text;
  }
  
  .text-color-gradient.is--3-colors {
    background-image: linear-gradient(to right, #00c2a3, #01aed6 50%, #9b58cc);
  }
  
  .finance_video-gif-wrapper {
    justify-content: center;
    align-items: center;
    min-height: 40vw;
    display: flex;
    position: relative;
  }
  
  .finance_video-image {
    height: 100%;
    position: absolute;
  }
  
  .finance_video-image.is--logo {
    height: 80%;
  }
  
  .finance_cards-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .finance_card-content {
    text-align: center;
    margin-top: -6rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  
  .section_finance-why {
    color: #fff;
    position: relative;
  }
  
  .bg_container {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .sequra-black-bg {
    background-color: #1c1c1c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }
  
  .sequra-bg-black-logo {
    opacity: .06;
    filter: grayscale();
    height: 120%;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: -5%;
    right: auto;
    transform: translate(0, -50%);
  }
  
  .finance_why-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .finance_why-cards-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }
  
  .finance_why-card-content {
    text-shadow: 1px 1px 12px rgba(0, 0, 0, .6);
    margin-top: -7.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
  }
  
  .finance_why-card-text-wrapper {
    background-image: url('../images/3.svg');
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 1.6rem;
  }
  
  .finance_trustpilot-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .finance_trustpilot-number-wrapper {
    letter-spacing: -.8rem;
    justify-content: center;
    align-items: center;
    font-size: 10rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    position: relative;
  }
  
  .finance_trustpilot-star {
    width: 70%;
  }
  
  .finance_trustpilot-number {
    position: absolute;
  }
  
  .finance_trustpilot-heading {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
  }
  
  .trustpilot_columns {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: start;
  }
  
  .trustpilot-link {
    color: #1c1c1c;
    padding: .25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    display: inline-block;
  }
  
  .section_finance-faqs {
    position: relative;
  }
  
  .bg-white-gradient {
    z-index: -1;
    background-image: linear-gradient(6deg, rgba(0, 194, 163, .8), rgba(1, 174, 214, .2) 18%, #fff 52%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .section-title_medium {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .section-title_medium.is--green {
    color: #00c2a3;
  }
  
  .finance_faq-text {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  
  .finance_faq-text h4 {
    margin-bottom: .8rem;
  }
  
  .finance_faq-text p {
    margin-bottom: 2rem;
  }
  
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 3.25rem;
    }
  
    h2 {
      font-size: 2.75rem;
    }
  
    h3 {
      font-size: 2.25rem;
    }
  
    h4 {
      font-size: 1.75rem;
    }
  
    .hide-tablet {
      display: none;
    }
  
    .max-width-full-tablet {
      width: 100%;
      max-width: none;
    }
  
    .margin-large {
      margin: 2.5rem;
    }
  
    .margin-xlarge {
      margin: 3.5rem;
    }
  
    .margin-xxlarge {
      margin: 4.5rem;
    }
  
    .margin-huge {
      margin: 5rem;
    }
  
    .margin-xhuge {
      margin: 6rem;
    }
  
    .margin-xxhuge {
      margin: 7.5rem;
    }
  
    .padding-large {
      padding: 2.5rem;
    }
  
    .padding-xlarge {
      padding: 3.5rem;
    }
  
    .padding-xxlarge {
      padding: 4.5rem;
    }
  
    .padding-huge {
      padding: 5rem;
    }
  
    .padding-xhuge {
      padding: 6rem;
    }
  
    .padding-xxhuge {
      padding: 7.5rem;
    }
  
    .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .margin-vertical {
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }
  
    .padding-vertical {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .heading-style-h2 {
      font-size: 2.75rem;
    }
  
    .rl-styleguide_icons-list {
      grid-auto-flow: row;
    }
  
    .heading-style-h1 {
      font-size: 3.25rem;
    }
  
    .heading-style-h4 {
      font-size: 1.75rem;
    }
  
    .heading-style-h3 {
      font-size: 2.25rem;
    }
  
    .padding-section-medium {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  
    .padding-section-large {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  
    .finance_header-wrapper {
      width: 100%;
    }
  
    .finance_heading {
      font-size: 3.2rem;
    }
  
    .finance_subheading {
      font-size: 1.2rem;
    }
  
    .finance_header-image-wrapper {
      width: 100%;
      max-width: 100%;
      margin-top: -4rem;
      position: static;
    }
  
    .finance_banner-text {
      display: block;
    }
  
    .finance_video-grid {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      grid-template-columns: 1fr;
    }
  
    .finance_cards-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .bg_container {
      overflow: hidden;
    }
  
    .finance_why-grid {
      grid-template-columns: 1fr;
    }
  
    .finance_trustpilot-grid {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      grid-template-columns: 1fr;
      justify-items: center;
    }
  
    .finance_trustpilot-number-wrapper {
      width: 26rem;
    }
  
    .finance_trustpilot-heading {
      font-size: 3.2rem;
    }
  
    .trustpilot_columns {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.5rem;
    }
  
    h2 {
      font-size: 2.25rem;
    }
  
    h3 {
      font-size: 2rem;
    }
  
    h4 {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  
    h5 {
      font-size: 1.25rem;
    }
  
    h6 {
      font-size: 1.125rem;
    }
  
    .hide-mobile-landscape {
      display: none;
    }
  
    .max-width-full-mobile-landscape {
      width: 100%;
      max-width: none;
    }
  
    .margin-xsmall {
      margin: .75rem;
    }
  
    .margin-small {
      margin: 1.25rem;
    }
  
    .margin-medium {
      margin: 1.5rem;
    }
  
    .margin-large {
      margin: 2rem;
    }
  
    .margin-xlarge {
      margin: 2.5rem;
    }
  
    .margin-xxlarge {
      margin: 3rem;
    }
  
    .margin-huge {
      margin: 3.5rem;
    }
  
    .margin-xhuge {
      margin: 4rem;
    }
  
    .margin-xxhuge {
      margin: 5rem;
    }
  
    .padding-xsmall {
      padding: .75rem;
    }
  
    .padding-small {
      padding: 1.25rem;
    }
  
    .padding-medium {
      padding: 1.5rem;
    }
  
    .padding-large {
      padding: 2rem;
    }
  
    .padding-xlarge {
      padding: 2.5rem;
    }
  
    .padding-xxlarge {
      padding: 3rem;
    }
  
    .padding-huge {
      padding: 3.5rem;
    }
  
    .padding-xhuge {
      padding: 4rem;
    }
  
    .padding-xxhuge {
      padding: 5rem;
    }
  
    .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .margin-vertical {
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }
  
    .padding-vertical {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .text-size-medium {
      font-size: 1rem;
    }
  
    .text-style-quote {
      font-size: 1.125rem;
    }
  
    .heading-style-h2 {
      font-size: 2.25rem;
    }
  
    .heading-style-h6 {
      font-size: 1.125rem;
    }
  
    .heading-style-h5 {
      font-size: 1.25rem;
    }
  
    .heading-style-h1 {
      font-size: 2.5rem;
    }
  
    .heading-style-h4 {
      font-size: 1.5rem;
      line-height: 1.4;
    }
  
    .heading-style-h3 {
      font-size: 2rem;
    }
  
    .text-style-nowrap {
      white-space: normal;
    }
  
    .text-size-large {
      font-size: 1.125rem;
    }
  
    .padding-section-small {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .padding-section-medium {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .padding-section-large {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  
    .padding-section-xxsmall {
      padding-top: 1.2rem;
      padding-bottom: 1.2rem;
    }
  
    .finance_banner-text {
      font-size: 1.125rem;
    }
  
    .finance_why-grid, .finance_why-cards-grid, .finance_trustpilot-grid {
      grid-template-columns: 1fr;
    }
  }
  
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 2.5rem;
    }
  
    .hide-mobile-portrait {
      display: none;
    }
  
    .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .margin-vertical {
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }
  
    .padding-vertical {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .max-width-full-mobile-portrait {
      width: 100%;
      max-width: none;
    }
  
    .finance_heading {
      font-size: 2.2rem;
    }
  
    .finance_header-image-wrapper {
      margin-top: -2rem;
    }
  
    .section_banner.is--black {
      overflow: hidden;
    }
  
    .section_finance-video {
      text-align: center;
    }
  
    .finance_video-gif-wrapper {
      min-height: 30vh;
    }
  
    .finance_cards-grid {
      grid-template-columns: 1fr;
    }
  
    .finance_why-heading-wrapper {
      text-align: center;
    }
  
    .finance_why-cards-grid {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
    }
  
    .finance_trustpilot-number-wrapper {
      width: 100%;
      font-size: 8rem;
    }
  
    .finance_trustpilot-heading {
      text-align: center;
      font-size: 2rem;
    }
  
    .trustpilot_columns {
      grid-row-gap: 4vw;
      grid-template-columns: 1fr;
    }
  
    .section-title_medium {
      font-size: 1.3rem;
    }
  
    .finance_faq-text h4 {
      font-size: 1.4rem;
    }
  
    .finance_faq-text p {
      font-size: 1rem;
    }
  }
  
  #w-node-_9a132337-25e4-e062-a277-f7c413bbadd0-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbadd8-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbadd9-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbade2-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbade3-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbadea-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbadeb-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbadf6-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbadf7-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae14-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae15-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae22-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae2b-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae34-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae46-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae49-67add99a, #w-node-_9a132337-25e4-e062-a277-f7c413bbae4b-67add99a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a132337-25e4-e062-a277-f7c413bbae52-67add99a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_9a132337-25e4-e062-a277-f7c413bbae54-67add99a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86207-67add9e5 {
    justify-self: center;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86220-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86221-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86225-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86226-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86230-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86234-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86235-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86240-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86244-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86245-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86249-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86253-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86254-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86258-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86259-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86263-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86264-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86268-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86269-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86272-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86273-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86286-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86287-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86299-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862be-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862de-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86300-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86301-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86305-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86306-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86310-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86311-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86315-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86316-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86322-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86323-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86367-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86394-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863df-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86403-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86407-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86411-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86415-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86420-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86425-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86430-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86438-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86449-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86456-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86463-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86469-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86470-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86478-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86485-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86492-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc86494-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-67add9e5 {
    justify-self: start;
  }
  
  #w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-67add9e5, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-67add9e5, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-67add9e5 {
    justify-self: start;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-67add9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-67add9e5 {
    justify-self: start;
  }*/
  
  @import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --sq-teal:      #00C896;
  --sq-teal-pale: #E0FBF4;
  --sq-dark:      #0D0D0D;
  --sq-offwhite:  #F7F6F2;
  --sq-gray:      #6B7280;
}

.sq-financiacion *, .sq-financiacion *::before, .sq-financiacion *::after { box-sizing: border-box; }
.sq-financiacion { font-family: 'DM Sans', sans-serif !important; overflow-x: hidden; }
.sq-financiacion p { margin: 0; }
.sq-financiacion img { max-width: 100%; display: inline-block; }

/* UTILIDADES */
.sq-financiacion .container-large  { width: 100%; max-width: 80rem; margin-left: auto; margin-right: auto; }
.sq-financiacion .container-small  { width: 100%; max-width: 48rem; margin-left: auto; margin-right: auto; }
.sq-financiacion .padding-global    { padding-left: 5%; padding-right: 5%; }
.sq-financiacion .padding-section-medium  { padding-top: 5rem; padding-bottom: 5rem; }
.sq-financiacion .padding-section-large   { padding-top: 7rem; padding-bottom: 7rem; }
.sq-financiacion .padding-section-xxsmall { padding-top: 1rem; padding-bottom: 1rem; }
.sq-financiacion .margin-top { margin-bottom: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }
.sq-financiacion .margin-top.margin-medium { margin-top: 2rem !important; }
.sq-financiacion .margin-top.margin-small  { margin-top: 1.5rem !important; }
.sq-financiacion .margin-bottom { margin-top: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }
.sq-financiacion .margin-bottom.margin-large  { margin-bottom: 3rem !important; }
.sq-financiacion .margin-bottom.margin-xlarge { margin-bottom: 4rem !important; }

.sq-financiacion .text-color-gradient {
  -webkit-text-fill-color: transparent !important;
  background-image: linear-gradient(to right, #00c2a3, #01aed6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.sq-financiacion .text-color-gradient.is--3-colors {
  background-image: linear-gradient(to right, #00c2a3, #01aed6 50%, #9b58cc) !important;
}

/* BOTÓN */
.sq-financiacion .button,
.sq-financiacion .button.is-small,
.sq-financiacion a.button,
.sq-financiacion a.button.is-small {
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  background-color: var(--sq-teal) !important;
  border: 2px solid var(--sq-teal) !important;
  color: #000 !important;
  border-radius: 100px !important;
  padding: 11px 24px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: transform .2s, box-shadow .2s !important;
  cursor: pointer !important;
}
.sq-financiacion .button:hover { transform: translateY(-2px) !important; box-shadow: 0 12px 28px rgba(0,200,150,.35) !important; }

/* HERO */
.sq-financiacion .section_finance-header {
  background-color: var(--sq-dark) !important;
  min-height: 480px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: end !important;
  position: relative !important;
  overflow: hidden !important;
  color: #fff !important;
}
.sq-financiacion .section_finance-header::before {
  content: '' !important;
  position: absolute !important; inset: 0 !important;
  background: radial-gradient(ellipse 60% 80% at 85% 50%, rgba(0,200,150,.2), transparent) !important;
  pointer-events: none !important; z-index: 0 !important;
}
.sq-financiacion .international_disruptive-gradient { display: none !important; }
.sq-financiacion .section_finance-header > .padding-global {
  position: relative !important; z-index: 2 !important;
  padding-top: 72px !important; padding-bottom: 64px !important;
}
.sq-financiacion .finance_header-wrapper { width: 100% !important; margin-left: 0 !important; }
.sq-financiacion .align-centre { text-align: left !important; }
.sq-financiacion .finance_heading {
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.1 !important;
}
.sq-financiacion .finance_heading.is--black { color: #fff !important; }
.sq-financiacion .text-color-white { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.sq-financiacion .finance_subheading {
  font-size: 1rem !important;
  color: rgba(255,255,255,.65) !important;
  line-height: 1.65 !important;
  max-width: 400px !important;
}
.sq-financiacion .finance_subheading strong { color: rgba(255,255,255,.9) !important; font-weight: 500 !important; }
.sq-financiacion .finance_header-image-wrapper {
  position: relative !important;
  left: auto !important; right: auto !important; top: auto !important; bottom: auto !important;
  max-width: 100% !important; height: auto !important;
  padding: 0 5% 0 0 !important;
  display: flex !important; flex-direction: column !important;
  justify-content: flex-end !important; align-items: flex-start !important;
  z-index: 2 !important;
}
.sq-financiacion .finance_header-image {
  width: 100% !important; height: auto !important;
  max-height: 480px !important;
  object-fit: contain !important; object-position: bottom center !important;
}

/* BANNER */
.sq-financiacion .section_banner.is--black { background-color: var(--sq-teal) !important; }
.sq-financiacion .finance_banner-text {
  font-size: 14px !important; font-weight: 500 !important;
  color: #000 !important; justify-content: center !important;
  display: flex !important; align-items: center !important; gap: 8px !important;
}
.sq-financiacion .finance_banner-text a {
  color: #000 !important; font-weight: 700 !important;
  text-decoration: none !important; border-bottom: 2px solid #000 !important;
}

/* HOW IT WORKS */
.sq-financiacion .section_finance-video { background: var(--sq-offwhite) !important; }
.sq-financiacion .section_finance-video .finance_heading { color: var(--sq-dark) !important; }
.sq-financiacion .section_finance-video .finance_subheading { color: var(--sq-gray) !important; }
.sq-financiacion .section_finance-video .finance_subheading strong { color: var(--sq-dark) !important; }
.sq-financiacion .finance_video-gif-wrapper { display: none !important; }
.sq-financiacion .finance_video-grid { grid-template-columns: 1fr !important; }

/* STEPS */
.sq-financiacion .section_finance-cards { background: var(--sq-offwhite) !important; }
.sq-financiacion .finance_cards-grid {
  gap: 20px !important;
  grid-template-columns: repeat(4, 1fr) !important;
  display: grid !important;
  counter-reset: step;
}
.sq-financiacion .finance_card-wrapper {
  background: #fff !important; border-radius: 20px !important;
  padding: 28px 24px 24px !important; position: relative !important;
  overflow: hidden !important; display: flex !important;
  flex-direction: column !important; gap: 14px !important;
  counter-increment: step;
}
.sq-financiacion .finance_card-wrapper::after {
  content: '' !important; position: absolute !important;
  bottom: -20px !important; right: -20px !important;
  width: 80px !important; height: 80px !important;
  border-radius: 50% !important; background: var(--sq-teal-pale) !important;
  opacity: .6 !important; z-index: 0 !important;
}
.sq-financiacion .finance_card-wrapper::before {
  content: 'PASO 0' counter(step) !important;
  font-family: 'Syne', sans-serif !important; font-size: 11px !important;
  font-weight: 700 !important; letter-spacing: .1em !important;
  color: var(--sq-teal) !important; background: var(--sq-teal-pale) !important;
  padding: 4px 10px !important; border-radius: 100px !important;
  display: inline-block !important; width: fit-content !important;
  position: relative !important; z-index: 1 !important;
}
.sq-financiacion .finance_card-wrapper > img { display: none !important; }
.sq-financiacion .finance_card-content {
  text-align: left !important; margin-top: 0 !important;
  padding: 0 !important; position: relative !important; z-index: 1 !important;
}
.sq-financiacion .finance_card-content p { font-size: 14px !important; color: var(--sq-gray) !important; line-height: 1.65 !important; margin: 0 !important; }
.sq-financiacion .finance_card-content p strong { color: var(--sq-dark) !important; font-weight: 600 !important; }

/* WHY — fondo oscuro directo en la sección */
.sq-financiacion .section_finance-why {
  background-color: var(--sq-dark) !important;
  position: relative !important;
  color: #fff !important;
}
.sq-financiacion .bg_container,
.sq-financiacion .sequra-black-bg { display: none !important; }
.sq-financiacion .finance_why-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.25fr !important;
  gap: 2rem !important;
  align-items: center !important;
}
.sq-financiacion .finance_why-heading-wrapper .finance_heading { color: #fff !important; }
.sq-financiacion .finance_why-cards-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.sq-financiacion .finance_why-card {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 20px !important; padding: 24px !important;
  display: flex !important; flex-direction: column !important;
  transition: border-color .2s !important;
}
.sq-financiacion .finance_why-card:hover { border-color: rgba(0,200,150,.3) !important; }
.sq-financiacion .finance_why-card > img {
  display: block !important; width: 100% !important;
  border-radius: 12px !important; margin-bottom: 16px !important;
  max-height: 180px !important; object-fit: cover !important;
}
.sq-financiacion .finance_why-card-content {
  font-family: 'Syne', sans-serif !important; font-size: 15px !important;
  font-weight: 700 !important; color: #fff !important;
  text-shadow: none !important; margin-top: 0 !important;
  padding: 0 !important; margin-bottom: 8px !important; line-height: 1.3 !important;
}
.sq-financiacion .finance_why-card-text-wrapper { background-image: none !important; padding-left: 0 !important; }
.sq-financiacion .finance_why-card-text-wrapper p { font-size: 13px !important; color: rgba(255,255,255,.5) !important; line-height: 1.65 !important; margin: 0 !important; }

/* TRUSTPILOT */
.sq-financiacion .section_finance-trustpilot { background: #fff !important; border-bottom: 1px solid #E5E7EB !important; }
.sq-financiacion .finance_trustpilot-grid { display: flex !important; align-items: center !important; gap: 64px !important; }
.sq-financiacion .finance_trustpilot-number-wrapper {
  display: flex !important; flex-direction: column !important;
  align-items: center !important; gap: 8px !important;
  flex-shrink: 0 !important; letter-spacing: 0 !important;
}
.sq-financiacion .finance_trustpilot-number {
  position: static !important; font-family: 'Syne', sans-serif !important;
  font-size: 72px !important; font-weight: 800 !important;
  color: var(--sq-dark) !important; line-height: 1 !important;
}
.sq-financiacion .finance_trustpilot-star { display: none !important; }
.sq-financiacion .finance_trustpilot-number-wrapper::after {
  content: '★ ★ ★ ★ ☆' !important;
  color: var(--sq-teal) !important; font-size: 18px !important;
  letter-spacing: 2px !important; display: block !important;
}
.sq-financiacion .tp-divider { width: 1px !important; height: 100px !important; background: #E5E7EB !important; flex-shrink: 0 !important; }
.sq-financiacion .tp-label { font-size: 12px !important; color: var(--sq-gray) !important; }
.sq-financiacion .finance_trustpilot-heading {
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important;
  font-weight: 800 !important; letter-spacing: -0.02em !important;
  line-height: 1.15 !important; color: var(--sq-dark) !important;
}
.sq-financiacion .trustpilot_columns {
  display: flex !important; align-items: center !important;
  gap: 24px !important; flex-wrap: wrap !important; margin-top: 20px !important;
}
.sq-financiacion .trustpilot_columns img { max-width: 160px !important; height: auto !important; opacity: .7 !important; }
.sq-financiacion .trustpilot-link {
  color: var(--sq-teal) !important; border-bottom: 1px solid var(--sq-teal) !important;
  font-weight: 600 !important; font-size: 14px !important;
  text-decoration: none !important; display: inline-block !important; margin-top: 16px !important;
}

/* FAQ */
.sq-financiacion .section_finance-faqs { background: var(--sq-offwhite) !important; position: relative !important; }
.sq-financiacion .section-title_medium.is--green {
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem) !important;
  font-weight: 800 !important; letter-spacing: -0.03em !important;
  color: var(--sq-dark) !important; text-align: center !important;
}
.sq-financiacion .faq-accordion { display: flex !important; flex-direction: column !important; gap: 12px !important; }
.sq-financiacion .faq-toggle { display: none !important; }
.sq-financiacion .faq-item {
  background: #fff !important; border-radius: 16px !important;
  overflow: hidden !important; transition: transform .2s !important;
}
.sq-financiacion .faq-item:hover { transform: translateX(4px) !important; }
.sq-financiacion .faq-label {
  display: flex !important; justify-content: space-between !important;
  align-items: center !important; gap: 16px !important;
  padding: 22px 28px !important; cursor: pointer !important;
  font-family: 'Syne', sans-serif !important; font-size: 15px !important;
  font-weight: 700 !important; color: var(--sq-dark) !important;
  user-select: none !important; margin: 0 !important;
}
.sq-financiacion .faq-label::after {
  content: '+' !important; font-size: 24px !important;
  color: var(--sq-teal) !important; font-family: sans-serif !important;
  font-weight: 300 !important; flex-shrink: 0 !important;
  transition: transform .25s !important; line-height: 1 !important;
}
.sq-financiacion .faq-toggle:checked + .faq-label::after { transform: rotate(45deg) !important; }
.sq-financiacion .faq-body { max-height: 0 !important; overflow: hidden !important; transition: max-height .35s ease !important; }
.sq-financiacion .faq-toggle:checked ~ .faq-body { max-height: 400px !important; }
.sq-financiacion .faq-body p { font-size: 14px !important; color: var(--sq-gray) !important; line-height: 1.7 !important; padding: 0 28px 22px !important; margin: 0 !important; }

/* FOOTER CTA */
.sq-financiacion .footer-cta-sequra { background: var(--sq-teal) !important; padding: 64px 5% !important; text-align: center !important; }
.sq-financiacion .footer-cta-sequra h2 {
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 800 !important; letter-spacing: -0.03em !important;
  color: #000 !important; margin: 0 0 12px !important; line-height: 1.1 !important;
}
.sq-financiacion .footer-cta-sequra p { font-size: 16px !important; color: rgba(0,0,0,.6) !important; margin: 0 0 32px !important; }
.sq-financiacion .btn-dark-sequra {
  display: inline-block !important; background: #000 !important; color: #fff !important;
  font-family: 'Syne', sans-serif !important; font-weight: 700 !important;
  font-size: 14px !important; padding: 14px 32px !important;
  border-radius: 100px !important; text-decoration: none !important;
}
.sq-financiacion .btn-dark-sequra:hover { transform: translateY(-2px) !important; color: #fff !important; }

/* RESPONSIVE */
@media screen and (max-width: 991px) {
  .sq-financiacion .section_finance-header { grid-template-columns: 1fr !important; min-height: auto !important; }
  .sq-financiacion .finance_header-image-wrapper { padding: 0 5% 40px !important; }
  .sq-financiacion .finance_trustpilot-grid { flex-direction: column !important; gap: 32px !important; }
  .sq-financiacion .tp-divider { display: none !important; }
  .sq-financiacion .finance_why-grid { grid-template-columns: 1fr !important; }
  .sq-financiacion .finance_cards-grid { grid-template-columns: 1fr 1fr !important; }
  .sq-financiacion .padding-section-medium { padding-top: 4rem !important; padding-bottom: 4rem !important; }
}
@media screen and (max-width: 767px) {
  .sq-financiacion .finance_why-cards-grid { grid-template-columns: 1fr !important; }
}
@media screen and (max-width: 479px) {
  .sq-financiacion .finance_cards-grid { grid-template-columns: 1fr !important; }
  .sq-financiacion .finance_heading { font-size: 2rem !important; }
}
  