/* =======================================================================================
   01) GRID SYSTEM
   ======================================================================================= */

html {font-size: 62.5%;}

.row-fluid {
  width: 100%;
}

.row-fluid::before,
.row-fluid::after {
  display: table;
  content: "";
}

.row-fluid::after {
  clear: both;
}

.row-fluid > .span1,
.row-fluid > .span2,
.row-fluid > .span3,
.row-fluid > .span4,
.row-fluid > .span5,
.row-fluid > .span6,
.row-fluid > .span7,
.row-fluid > .span8,
.row-fluid > .span9,
.row-fluid > .span10,
.row-fluid > .span11,
.row-fluid > .span12 {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  margin-left: 2.127659574%;
  box-sizing: border-box;
}

.row-fluid > .span1:first-child,
.row-fluid > .span2:first-child,
.row-fluid > .span3:first-child,
.row-fluid > .span4:first-child,
.row-fluid > .span5:first-child,
.row-fluid > .span6:first-child,
.row-fluid > .span7:first-child,
.row-fluid > .span8:first-child,
.row-fluid > .span9:first-child,
.row-fluid > .span10:first-child,
.row-fluid > .span11:first-child,
.row-fluid > .span12:first-child {
  margin-left: 0;
}

.row-fluid > .span12 {
  width: 99.99999999%;
}

.row-fluid > .span11 {
  width: 91.489361693%;
}

.row-fluid > .span10 {
  width: 82.978723396%;
}

.row-fluid > .span9 {
  width: 74.468085099%;
}

.row-fluid > .span8 {
  width: 65.957446802%;
}

.row-fluid > .span7 {
  width: 57.446808505%;
}

.row-fluid > .span6 {
  width: 48.936170208%;
}

.row-fluid > .span5 {
  width: 40.425531911%;
}

.row-fluid > .span4 {
  width: 31.914893614%;
}

.row-fluid > .span3 {
  width: 23.404255317%;
}

.row-fluid > .span2 {
  width: 14.89361702%;
}

.row-fluid > .span1 {
  width: 6.382978723%;
}

@media (max-width: 1139px) and (min-width: 768px) {
  .row-fluid > .span1,
  .row-fluid > .span2,
  .row-fluid > .span3,
  .row-fluid > .span4,
  .row-fluid > .span5,
  .row-fluid > .span6,
  .row-fluid > .span7,
  .row-fluid > .span8,
  .row-fluid > .span9,
  .row-fluid > .span10,
  .row-fluid > .span11,
  .row-fluid > .span12 {
    margin-left: 2.762430939%;
  }

  .row-fluid > .span12 {
    width: 99.999999993%;
  }

  .row-fluid > .span11 {
    width: 91.436464082%;
  }

  .row-fluid > .span10 {
    width: 82.872928171%;
  }

  .row-fluid > .span9 {
    width: 74.30939226%;
  }

  .row-fluid > .span8 {
    width: 65.745856349%;
  }

  .row-fluid > .span7 {
    width: 57.182320438%;
  }

  .row-fluid > .span6 {
    width: 48.618784527%;
  }

  .row-fluid > .span5 {
    width: 40.055248616%;
  }

  .row-fluid > .span4 {
    width: 31.491712705%;
  }

  .row-fluid > .span3 {
    width: 22.928176794%;
  }

  .row-fluid > .span2 {
    width: 14.364640883%;
  }

  .row-fluid > .span1 {
    width: 5.801104972%;
  }
}

@media (max-width: 767.98px) {
  .row-fluid > .span1,
  .row-fluid > .span2,
  .row-fluid > .span3,
  .row-fluid > .span4,
  .row-fluid > .span5,
  .row-fluid > .span6,
  .row-fluid > .span7,
  .row-fluid > .span8,
  .row-fluid > .span9,
  .row-fluid > .span10,
  .row-fluid > .span11,
  .row-fluid > .span12 {
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .row-fluid > .span1,
  .row-fluid > .span2,
  .row-fluid > .span3,
  .row-fluid > .span4,
  .row-fluid > .span5,
  .row-fluid > .span6,
  .row-fluid > .span7,
  .row-fluid > .span8,
  .row-fluid > .span9,
  .row-fluid > .span10,
  .row-fluid > .span11,
  .row-fluid > .span12 {
    margin-left: 2.564102564%;
  }

  .row-fluid > .span12 {
    width: 100%;
  }

  .row-fluid > .span11 {
    width: 91.452991453%;
  }

  .row-fluid > .span10 {
    width: 82.905982906%;
  }

  .row-fluid > .span9 {
    width: 74.358974359%;
  }

  .row-fluid > .span8 {
    width: 65.811965812%;
  }

  .row-fluid > .span7 {
    width: 57.264957265%;
  }

  .row-fluid > .span6 {
    width: 48.717948718%;
  }

  .row-fluid > .span5 {
    width: 40.170940171%;
  }

  .row-fluid > .span4 {
    width: 31.623931624%;
  }

  .row-fluid > .span3 {
    width: 23.076923077%;
  }

  .row-fluid > .span2 {
    width: 14.52991453%;
  }

  .row-fluid > .span1 {
    width: 5.982905983%;
  }
}

/* =======================================================================================
   02) HEADER
   ======================================================================================= */

.hs-modular-header-wrapper {
  margin-bottom: 8rem;
  min-height: 500px;
  background-image: url(https://chargebacks911.com/wp-content/themes/CB911/assets/img/backgrounds/triangles-multiply.png),
    linear-gradient(to right, var(--color-red-700), var(--color-red-100));
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
  color: var(--color-white);
  padding: 0;
  position: relative;
}

.p-partner-header-wrapper {
  margin-bottom: 8rem;
  min-height: 500px;
  background-image: url(https://chargebacks911.com/wp-content/themes/CB911/assets/img/backgrounds/triangles-multiply.png),
    linear-gradient(to right, var(--color-red-700), var(--color-red-100));
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
  color: var(--color-white);
  padding: 0;
  position: relative;
}

.hs-modular-header {
  position: relative;
}

.hs-modular-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 500px;
  padding: 4rem 0;
  gap: 4rem;
  flex-wrap: nowrap;
}

.c-yellow-cta {
  font-size: 28px;
  text-align: right;
  font-weight: 500;
  color: #ffc300;
  margin: 20px 0 0 0;
}

.c-yellow-arrow {
  width: 120px;
  float: right;
  transform: translate(40px, 10px);
}

@media (max-width: 991.98px){
  .c-yellow-cta {
    text-align: left;
  }
  .c-yellow-arrow {
    transform: translate(34px, 22px) rotate(270deg) scaleX(-1);
  }
}
@media (max-width: 767.98px){
  .c-yellow-arrow {
    display: none;
  }
}

/* Partner Logos */

.hs-modular-logos__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.hs-modular-logos__item {
  max-height: 4rem;
  position: relative;
}

.hs-modular-logos__item:nth-child(2) {
  border-left: 1px solid var(--color-grey-100);
  padding-left: 2.4rem;
}

.hs-modular-logos__item img {
  width: auto;
  max-height: 4rem;
}

/* Top Banner Content */

.hs-modular-header__content {
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 64%;
  width: 100%;
  min-width: 320px;
}

.hs-modular-header__title {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.15;
  max-width: 90%;
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  color: var(--color-white);
}

.hs-modular-header__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 0.3rem;
  background: var(--color-secondary-yellow);
}

.hs-modular-header__copy {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
}


@media (max-width: 1399.98px) {
  
  .hs-modular-header__copy {
    font-size: 22px;
  }

  .hs-modular-header__form {
    flex: 0 1 40%;
    max-width: 40rem;
  }

  .hs-modular-header__form-title {
    font-size: 24px;
  }
}


@media (max-width: 1199.98px) {
  .hs-modular-logos__item img {
    max-height: 3rem;
    width: auto;
  }
}


@media (max-width: 991.98px) {
  /* Header layout */
  .hs-modular-header__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3.2rem;
  }

  .hs-modular-header-wrapper {
    margin-bottom: 0;
  }

  .hs-modular-header__content {
    padding: 0;
    max-width: none;
    margin: 4rem 0;
    width: 100%;
    order: 1;
  }
  
  .hs-modular-header__form {
    margin-bottom: 0 !important;
  }
  
}


@media (max-width: 767.98px) {
  .hs-modular-logos__items {
    justify-content: center;
  }
  .hs-modular-header__content {
    margin: 0;
  }
}


@media (max-width: 575.98px) {
  

  .hs-modular-logos__items {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .hs-modular-logos__item:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }
  .hs-modular-logos__item img {
    max-height: 4rem;
    width: auto;
  }
}

/* =======================================================================================
   03) FORM
   ======================================================================================= */

.hs-modular-header__form {
  background: radial-gradient(circle, #f0f0f0 0, #fff 100%);
  border-radius: 0.4rem;
  z-index: 2;
  box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
  border: 1px solid var(--color-grey-100);
  min-height: 616px;
  margin-top: -10rem;
  margin-bottom: -10rem;
  right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 34%;
  max-width: 52rem;
}

.hs-modular-header__form-title {
  margin: 0;
  font-size: 3rem;
  line-height: 1.25em;
  font-weight: 600;
  color: var(--color-grey-500);
  text-align: center;
  padding: 3.2rem 3.2rem 0 3.2rem;
}

.hs-modular-header__form-subtitle {
  color: var(--color-grey-500);
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 80%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.hs-modular-header__form .p-demo-form {
  display: block;
  font-size: 1.4rem;
  color: var(--color-grey-900);
}


  @media (max-width: 1199.98px) {

    .hs-modular-header__form {
      flex: 0 1 48%;
    }
  }

  @media (max-width: 991.98px) {

    .hs-modular-header__form {
      width: 100%;
      max-width: none;
      margin: 0;
      margin-bottom: 8rem;
      order: 2;
    }

    .hs-modular-header__form-title {
      font-size: 2.8rem;
    }

    .hs-modular-header__form-subtitle {
      font-size: 18px;
    }
  }
    

/* =======================================================================================
   04) FORM FIELDS
   ======================================================================================= */

:root {
  /* global basics */
  --hsf-global__font-family: var(--font-primary);
  --hsf-global__font-size: 1.6rem;
  --hsf-global__color: var(--color-grey-900);
  --hsf-background__padding: 3.2rem;
  --hsf-row__vertical-spacing: 1rem;
  --hsf-default-row__vertical-spacing: 0;
  --hsf-default-module__vertical-spacing: 0 !important;

  /* labels */
  --hsf-field-label__font-family: inherit;
  --hsf-field-label__font-size: 1.4rem;
  --hsf-field-label__color: var(--color-grey-900);
  --hsf-erroralert__font-size: 1.4rem;

  /* inputs */
  --hsf-field-input__font-family: inherit;
  --hsf-field-input__font-size: 1.6rem;
  --hsf-field-input__color: #222;
  --hsf-field-input__background-color: #fff;
  --hsf-field-input__placeholder-color: #888;
  --hsf-field-input-border__color: #ccc;
  --hsf-field-input-border__radius: 4px;
  --hsf-default-field-input__padding: 10px 12px 10px 12px;

  /* button */
  --hsf-button__background-color: var(--color-secondary-blue);
  --hsf-button__color: #fff;
  --hsf-button__font-size: 1.8rem;
}

#demoForm .hsfc-FieldLabel label {
  font-weight: 500;
  margin-bottom: 0.2rem !important;
}

#demoForm .hsfc-Row {
  position: relative;
}

#demoForm .hsfc-ErrorAlert {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin: -20px 4px 0 4px;
}

.hsfc-DropdownOptions__List {
  font-size: 1.6rem;
}

#hs_form_target_partner_form-15 {
  display: block;
  background: var(--color-secondary-blue);
  color: var(--color-white);
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 0;
  appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all ease 0.25s;
  width: 100%;
  box-sizing: border-box;
}

#hs_form_target_partner_form-15:hover {
  background: var(--color-secondary-blue-darker);
  transition: all .25s ease;
}

#hs_form_target_partner_form-15:focus {
  outline: 0;
}

  @media (max-width: 1199.98px) {
  :root {
      --hsf-background__padding: 3.2rem;
    }
  }

  @media (max-width: 767.98px) {
    :root {
      --hsf-background__padding: 2.4rem;
    }
  }

/* =======================================================================================
   05) LOGOS
   ======================================================================================= */

.hs-modular-logos {
  padding: 2.4rem 0;
}

.hs-modular-logos__items {
  display: flex;
  flex-wrap: wrap;
  
}

.hs-modular-logos__item {
  max-height: 4rem;
  position: relative;
}

.hs-modular-logos__item img {
  max-width: 100%;
  max-height: 4rem;
}
    
    
  @media (max-width: 1199.98px) {
    
    .hs-modular-logos__item {
      max-height: 3rem;
    }
    .hs-modular-logos__item img {
      max-height: 3rem;
    }

  }
  @media (max-width: 767.98px) {
    .hs-modular-logos__item {
      max-height: none;
      flex: 0 0 45%;
    }
    .hs-modular-top__item {
      flex: 0 0 100%;
      margin-bottom: 4rem;
    }
    
  }

/* =======================================================================================
   06) MAIN CONTENT
   ======================================================================================= */

      .hs-modular-block-image-section__title {
        font-weight: 300 !important;
      }
  
      .hs-modular-block-image-section__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: .3rem;
        background: var(--color-secondary-yellow);
      }

      .hs-modular-block-image-section__title--center {
          text-align: center;
      }
      .hs-modular-block-image-section__title--center::after {
          display: none;
      }
      
      .c-highlighter {
        color: #fff;
        font-weight: 500;
        line-height: 1.75;
      }
      
      .c-highlighter--red {
        background-color: var(--color-primary);
        border-left: 10px solid var(--color-primary);
        border-right: 10px solid var(--color-primary);
      }

/* =======================================================================================
   07) KEYWORD TABS
   ======================================================================================= */

  .c-solution-tabs {
    --tabs-text: #1c2940;
    --tabs-text-soft: #526071;
    --tabs-progress-duration: 5000ms;
    --tabs-panel-transition: 520ms;

    margin: 8rem 0;
    color: var(--tabs-text);
  }

  .c-solution-tabs * {
    box-sizing: border-box;
  }

  .c-solution-tabs__shell {
    display: grid;
    grid-template-columns: 32rem minmax(0, 1fr);
    background: transparent;
    overflow: hidden;
    border: 1px solid var(--color-grey-100);
    border-radius: .6rem;
    box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
  }

  .c-solution-tabs__nav {
    background: transparent;
    display: flex;
    flex-direction: column;
  }

  .c-solution-tabs__tab {
    position: relative;
    width: 100%;
//  display: grid;
//  grid-template-columns: 4.4rem minmax(0, 1fr);
    flex: 1 1 220px;
    align-items: center;
    gap: 1.6rem;
    min-height: 8rem;
    padding: 2.2rem 2rem 2.2rem 2.8rem;
    background: var(--color-grey-25);
    border: 0;
    border-right: 1px solid var(--color-grey-100);
    border-bottom: 1px solid var(--color-grey-100);
    text-align: left;
    cursor: pointer;
    color: var(--tabs-text);
    transition:
      background 0.35s ease,
      color 0.35s ease,
      transform 0.35s ease;
  }

  .c-solution-tabs__tab:last-child {
    border-bottom: 0;
  }

  .c-solution-tabs__tab:hover {
    background: linear-gradient(180deg, var(--color-grey-25);, rgba(0, 170, 180, 0.015) 100%);
  }

  .c-solution-tabs__tab:focus-visible {
    outline: 0;
  }

  .c-solution-tabs__tab.is-active {
    background: #fff;
    border-right: 1px solid #fff;
  }
 .c-solution-tabs__tab.is-active .c-solution-tabs__kicker {
    color: var(--color-primary);
  }
  .c-solution-tabs__tab.is-active .c-solution-tabs__label {
    color: var(--color-grey-900);
  }

  .c-solution-tabs__progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.4rem;
    background: rgba(0, 170, 180, 0.12);
    overflow: hidden;
  }

  .c-solution-tabs__progress::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.3s ease;
  }

  .c-solution-tabs__tab.is-active .c-solution-tabs__progress::before {
    background: var(--color-secondary-blue-darker);
  }

  .c-solution-tabs__progress::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    background: linear-gradient(180deg, var(--color-secondary-blue) 0%, var(--color-secondary-blue-darker) 100%);
    transition: height 0.2s linear;
    z-index: 1;
  }

  .c-solution-tabs__tab.is-active.is-autoplaying .c-solution-tabs__progress::before {
    background: transparent;
  }

  .c-solution-tabs__tab.is-active.is-autoplaying .c-solution-tabs__progress::after {
    animation: c-solution-tabs-progress var(--tabs-progress-duration) linear forwards;
  }

  .c-solution-tabs__icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-secondary-blue-darker);
  }

  .c-solution-tabs__kicker {
    display: block;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--color-grey-200);
  }

  .c-solution-tabs__label {
    color: var(--color-grey-200);
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  .c-solution-tabs__content-wrap {
    position: relative;
    min-width: 0;
    background: #fff;
    overflow: hidden;
  }

  .c-solution-tabs__panel {
    position: absolute;
    inset: 0;
    padding: 4.8rem 4.8rem 4.4rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.4rem);
    transition:
      opacity var(--tabs-panel-transition) ease,
      transform var(--tabs-panel-transition) ease,
      visibility 0s linear var(--tabs-panel-transition);
    pointer-events: none;
  }

  .c-solution-tabs__panel.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      opacity var(--tabs-panel-transition) ease,
      transform var(--tabs-panel-transition) ease,
      visibility 0s linear 0s;
    pointer-events: auto;
  }

  .c-solution-tabs__content {
    animation: c-solution-tabs-content-in var(--tabs-panel-transition) ease both;
  }

  .c-solution-tabs__title {
    margin: 0 0 2rem;
    font-size: clamp(3rem, 3.4vw, 5.2rem);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--color-grey-900);
    max-width: 78rem;
  }

  .c-solution-tabs__copy {
    max-width: 82rem;
  }

  .c-solution-tabs__copy p {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.65;
    color: var(--tabs-text-soft);
  }

  .c-solution-tabs__logos {
    display: flex;
    flex-direction: row;
    gap: 4rem;
  }
  
  .c-solution-tabs__logo {
    height: 4.4rem;
    width: auto;
  }

  @keyframes c-solution-tabs-progress {
    from {
      height: 0%;
    }
    to {
      height: 100%;
    }
  }

  @keyframes c-solution-tabs-content-in {
    from {
      opacity: 0;
      transform: translateY(1.2rem);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 991.98px) {
    .c-solution-tabs__shell {
      grid-template-columns: 100%;
    }

    .c-solution-tabs__nav {
      border-right: 0;
      border-top: 1px solid var(--color-grey-100);
      border-right: 1px solid var(--color-grey-100);
    }
    
    .c-solution-tabs__content-wrap {
      border: 1px solid var(--color-grey-100);
    }

    .c-solution-tabs__tab {
      min-height: 8.8rem;
      padding-right: 1.8rem;
    }

    .c-solution-tabs__panel,
    .c-solution-tabs__panel.is-active {
      position: relative;
      inset: auto;
      padding: 3.6rem 2.8rem 3.2rem;
    }

    .c-solution-tabs__panel:not(.is-active) {
      display: none;
    }
  }

  .c-section__kicker {
    letter-spacing: 0.05em;
  }

  @media (max-width: 767.98px) {
    .c-solution-tabs {
      margin: 4rem 0;
    }
    .c-solution-tabs__logos {
      flex-direction: column;
    }

    .c-solution-tabs__label {
      font-size: 1.7rem;
    }

    .c-solution-tabs__copy p {
      font-size: 1.7rem;
    }
  }


/* =======================================================================================
   08) MODULAR BLOCKS
   ======================================================================================= */

.c-checklist__item {
  padding-left: 2.8rem;
}

/* Base container */
.hs-modular {
  padding: 0 !important;
  overflow-x: hidden;
}

.hs-modular-body {
  padding: 0 0 6rem 0;
}

.c-keyword-content {
  padding: 6rem 0 0 0;
}

.hs-modular-section__inner,
.hs-modular-block-image-section__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hs-modular-section__graphic,
.hs-modular-block-image-section__graphic {
  flex: 1;
  transform: translateX(8rem);
}

.hs-modular-section--flipped .hs-modular-section__graphic,
.hs-modular-block-image-section--flipped .hs-modular-block-image-section__graphic {
  order: 1;
  transform: translateX(-8rem);
}

/* Modular Block with Image on the Side Section */

.hs-modular-block-image-section {
  padding: 3.2rem 0;
}

.hs-modular-block-image-section__content {
  flex: 0 0 50rem;
}

.hs-modular-block-image-section--flipped .hs-modular-block-image-section__content {
  order: 2;
}

.hs-modular-block-image-section__title {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 1.6rem;
  position: relative;
  padding-bottom: 1.6rem;
}

.hs-modular-block-image-section__subtitle {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color-secondary-blue);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

@media (max-width: 1199.98px) {
  .hs-modular-block-image-section__content {
    flex: 0 0 40rem;
  }
  
  .hs-modular-section__graphic,
  .hs-modular-section--flipped .hs-modular-section__graphic {
    transform: none;
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px) {
  .hs-modular-block-image-section__content {
    flex: 0 0 100%;
  }

  .hs-modular-block-image-section--flipped .hs-modular-block-image-section__content {
    order: 1;
  }

  .hs-modular-block-image-section__graphic {
    transform: none;
    flex: 0 0 100%;
  }

  .hs-modular-block-image-section--flipped .hs-modular-block-image-section__graphic {
    transform: none;
  }
}

/* Three Icons Block */

.hs-modular-top {
  padding: 8rem 0;
}

.hs-modular-top__content {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.hs-modular-top__title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 1.6rem;
  padding: 0 0 1.6rem;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.hs-modular-top__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 0.3rem;
  background: var(--color-secondary-yellow);
}

.hs-modular-top__copy {
  margin: 0 0 8rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.hs-modular-top__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}

.hs-modular-top__item {
  flex: 0 0 28%;
  text-align: center;
}

.hs-modular-top__item-icon {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto 1.6rem;
}

.hs-modular-top__item-title {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.hs-modular-top__item-copy {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1399.98px) {
  .hs-modular-top__title {
    font-size: clamp(3.2rem, 3.3vw, 3.6rem);
  }

  .hs-modular-top__item-copy {
    font-size: 1.6rem;
  }
}

@media (max-width: 1199.98px) {
  .hs-modular-top__item-icon {
    max-width: 10rem;
  }

  .hs-modular-top__item-title {
    font-size: 2.4rem;
  }

  .hs-modular-top__item-copy {
    font-size: 1.4rem;
  }
}

@media (max-width: 991.98px) {
  .hs-modular-top__copy {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
  }

  .hs-modular-top__item-icon {
    max-width: 8rem;
  }

  .hs-modular-top__item-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hs-modular-top__item {
    flex: 0 0 100%;
    margin-bottom: 4rem;
  }
}

/* =======================================================================================
   09) BENEFITS
   ======================================================================================= */

  .hs-modular-benefits-wrapper {
      background: linear-gradient(var(--color-grey-25) 0,#fff 100%);
      padding: 8rem 0 8rem;
  }

  .hs-modular-benefits__items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12rem;
    row-gap: 6rem;
    justify-content: center;
  }

  .hs-modular-benefits__title {
      margin: 0;
      padding: 0;
      line-height: 1.5;
      font-size: 3.6rem;
      font-weight: 500;
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 70rem;
      line-height: 1.15;
      margin-bottom: 4.8rem;
      padding-bottom: 2.4rem;
      position: relative;
  }

  .hs-modular-benefits__title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 1.5rem);
      width: 3rem;
      height: .3rem;
      background: var(--color-secondary-yellow);
  }

  .hs-modular-benefits__item::before {
      position: absolute;
      left: 0;
      top: .2rem;
      font-family: fontAwesome;
      content: "\f00c";
      font-size: 1.8rem;
      color: var(--color-secondary-blue);
  }

  .hs-modular-benefits__item-title {
      margin: 0;
      padding: 0;
      line-height: 1.5;
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: .8rem;
  }

  .hs-modular-benefits__item-copy {
      margin: 0;
      padding: 0;
      line-height: 1.5;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.25;
  }

  @media (max-width: 991.98px) {
      .hs-modular-benefits__title {
          font-size:3.2rem;
      }
  }

  @media (max-width: 767.98px) {
      .hs-modular-benefits__title {
          font-size: 3rem;
      }
  }

  @media (max-width: 1399.98px) {
      .hs-modular-benefits__items {
          column-gap: 10rem;
      }
  }

  @media (max-width: 1199.98px) {
      .hs-modular-benefits__items {
          column-gap: 6rem;
      }
  }

  .hs-modular-benefits__item {
      flex: 0 0 24%;
      position: relative;
      padding-left: 2.4rem;
  }

  @media (max-width: 1399.98px) {
      .hs-modular-benefits__item {
          flex: 0 0 25%;
      }
  }

  @media (max-width: 1199.98px) {
      .hs-modular-benefits__item {
          flex: 0 0 28%;
      }
  }

  @media (max-width: 991.98px) {
      .hs-modular-benefits__item {
          flex: 0 0 44%;
      }
  }

  @media (max-width: 767.98px) {
      .hs-modular-benefits__item {
          flex: 0 0 80%;
      }
  }



/* =======================================================================================
   10)CTA
   ======================================================================================= */

  .hs-modular-cta-block {
    margin: 0rem auto 8rem auto;
    z-index: 99;
    width: 100%;
    background-image: url(https://chargebacks911.com/wp-content/themes/CB911/assets/img/backgrounds/triangles-multiply.png), linear-gradient(to right, var(--color-red-700), var(--color-red-100));
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: var(--border-radius);
    position: relative;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
  
  .hs-modular-cta-block__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 5.6rem 6.4rem;
    align-items: center;
  }
  
  .hs-modular-cta-block__first {
    flex: 1;
    position: relative;
    flex: 0 0 60%;
  }

  .hs-modular-cta-block__headline {
      font-size: 4rem;
      font-weight: 300;
      line-height: 1.125;
      color: var(--color-white);
  }

  .hs-modular-cta-block__headline strong {
      font-weight: 500;
  }

  .hs-modular-cta-block__subline {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-secondary-yellow);
    margin-bottom: .8rem;
  }

  .hs-modular-cta-block__last {
      margin-left: auto;
  }

  .hs-modular-cta-block__last .c-btn {
      width: 15em;
      font-weight: 700;
      font-size: 2.4rem;
  }


  @media (max-width: 1399.98px) {
    .hs-modular-cta-block__headline {
        font-size: 3.4rem;
    }
  }


  @media (max-width: 1199.98px) {
    .hs-modular-cta-block__headline {
        font-size: 2.8rem;
    }
    .hs-modular-cta-block__subline {
        font-size: 1.8rem;
    }
    .hs-modular-cta-block__last .c-btn {
        font-size: 2rem;
    }
  }


  @media (max-width: 991.98px) {
      .hs-modular-cta-block__inner {
          padding: 3.2rem;
      }
      .hs-modular-cta-block__first {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 2.4rem;
      }
      .hs-modular-cta-block__last {
          flex: 0 0 100%;
      }
      .hs-modular-cta-block__last .c-btn {
          width: 100%;
      }
  }


  @media (max-width: 767.98px) {
      .hs-modular-cta-block__inner {
          padding: 2.4rem;
      }
  }
/* =======================================================================================
   11) FOOTER
   ======================================================================================= */

  .hs-modular-dark-footer {
    width: 100%;
    height: 20rem;
    background-color: #212429;
    z-index: -1;
    margin-top: -20rem;
  }

  .hs-modular-footer {
    padding-bottom: 8rem;
  }

  .hs-modular-footer .hs-modular-logos__items {
    justify-content: center;
  }

  .hs-modular-footer .hs-modular-logos__item img {
      max-height: 6rem;
  }


  @media (max-width: 1199.98px) {
      .hs-modular-footer .hs-modular-logos__item img {
          max-height: 4rem;
      }
  }