
@media only screen and (min-width: 0rem) {
  #int-hero {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
  }
  #int-hero picture {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #int-hero picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #int-hero h1 {
    position: relative;
    margin: 0 auto;
    margin-top: 4.375rem;
    margin-bottom: 1.875rem;
    max-width: 31.25rem;
    width: 96%;
    font-size: 2.13333333rem;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
  #int-hero p {
    display: block;
    margin: auto;
    margin-bottom: 1.875rem;
    max-width: 25rem;
    width: 96%;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
  #int-hero:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 1;
    display: block;
    background: var(--primary);
    height: 100%;
    width: 100%;
  }
}
/* Tablet */
@media only screen and (min-width: 48rem) {
  #int-hero {
    font-size: 100%;
  }
  #int-hero h1 {
    font-size: 4rem;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64rem) {
  #int-hero {
    background-attachment: fixed;
    min-height: 18.75rem;
    height: auto;
    padding-top: 11.25rem;
    font-size: inherit;
    padding-block-end: 6.25rem;
  }

  #int-hero picture {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #int-hero picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #int-hero h1 {
    position: relative;
    margin: 0 auto;
    margin-top: 4.375rem;
    margin-bottom: 1.875rem;
    max-width: 31.25rem;
    width: 96%;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
}  
@media only screen and (min-width: 0rem) {
  #sbs-1308 {
      padding: var(--sectionPadding);
      overflow: hidden;
  }
  #sbs-1308 .cs-container {
      width: 100%;
      max-width: 36.5rem;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: clamp(3rem, 4vw, 4rem);
  }
  #sbs-1308 .cs-content {
      text-align: left;
      width: 100%;
      max-width: 33.875rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      z-index: 10;
  }
  #sbs-1308 .cs-text {
      margin-bottom: 1rem;
  }
  #sbs-1308 .cs-text:last-of-type {
      margin-bottom: 2rem;
  }
  #sbs-1308 .cs-ul {
      width: 100%;
      padding: 0;
      margin: clamp(2rem, 5vw, 3rem) 0 0 0;
      padding: clamp(2rem, 5vw, 3rem) 0 0 0;
      border-top: 1px solid #e8e8e8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      column-gap: .75rem;
  }
  #sbs-1308 .cs-item {
      list-style: none;
      width: 32%;
      display: flex;
      flex-direction: column;
      align-self: stretch;
      align-content: space-between;
  }
  #sbs-1308 .cs-number {
      font-size: 1.5625rem;
      line-height: 1.2em;
      font-weight: 700;
      text-align: left;
      color: var(--primary);
      display: block;
      margin: 0 0 0.5rem 0;
  }
  #sbs-1308 .cs-h3 {
      font-size: 1rem;
      line-height: 1.5em;
      font-weight: 400;
      text-align: left;
      margin: 0;
      color: var(--bodyTextColor);
  }
  #sbs-1308 .cs-image-group {
      width: 100%;
      max-width: 41.875rem;
      height: 100vw;
      max-height: 39.375rem;
      position: relative;
      display: block;
      z-index: 1;
  }
  #sbs-1308 .cs-picture {
      width: 93%;
      height: 93%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
  }
  #sbs-1308 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  #sbs-1308 .cs-box {
      text-align: left;
      width: 70%;
      max-width: 19rem;
      padding: clamp(1.25rem, 4vw, 2.5rem);
      box-sizing: border-box;
      background-color: #1a1a1a;
      display: inline-flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      gap: .5rem;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10;
  }
  #sbs-1308 .cs-desc {
      /* 16px - 31px */
      font-size: clamp(1rem, 2.5vw, 1.9375rem);
      line-height: 1.2em;
      font-weight: 700;
      text-align: inherit;
      width: 100%;
      color: var(--bodyTextColorWhite);
      position: relative;
      z-index: 10;
  }
  #sbs-1308 .cs-subdesc {
    /* 16px - 31px */
    font-size: clamp(.5rem, 1.25vw, 1rem);
    line-height: 1.2em;
    font-weight: 700;
    text-align: inherit;
    width: 100%;
    color: var(--bodyTextColorWhite);
    position: relative;
    z-index: 10;
}
  #sbs-1308 .cs-graphic {
      width: 150%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-1308 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
  }
  #sbs-1308 .cs-content {
      width: 48%;
      padding: 3rem 0;
      align-self: center;
      flex: none;
  }
  #sbs-1308 .cs-image-group {
      width: 55%;
      max-width: 41.875rem;
      min-height: 41.875rem;
      max-height: 100%;
      height: auto;
      margin: 0;
  }
  #sbs-1308 .cs-picture {
      width: 93%;
      height: 94%;
  }
  #sbs-1308 .cs-box {
      bottom: 0rem;
  }
  #sbs-1308 .cs-graphic {
      max-width: 44.6875rem;
      left: auto;
      right: 8.125rem;
      transform: translateY(-50%);
  }
}
/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-889 {
      padding: var(--sectionPadding);
  }
  #steps-889 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-889 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
  }

  #steps-889 .cs-text {
      max-width: 66.5rem;
  }
  #steps-889 .cs-card-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 20px - 40px */
      gap: clamp(1.25rem, 3vw, 2.5rem);
  }
  #steps-889 .cs-item {
      text-align: center;
      list-style: none;
      width: 100%;
      max-width: 20.375rem;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  #steps-889 .cs-picture {
      margin-bottom: 1.5rem;
      width: 4.5rem;
      height: 4.5rem;
      background-color: rgba(206, 65, 13, 0.05);
      border-radius: 1rem 0 1rem 0;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #steps-889 .cs-h3 {
      font-size: 1.25rem;
      line-height: 1.2em;
      text-align: inherit;
      margin: 0 0 0.75rem 0;
      color: var(--headerColor);
  }
  #steps-889 .cs-item-p {
      font-size: 1rem;
      line-height: 1.5em;
      text-align: inherit;
      margin: 0;
      color: var(--bodyTextColor);
  }
  #steps-889 .cs-arrow {
      /* 48px - 80px */
      width: clamp(3rem, 6vw, 5rem);
      height: auto;
      display: block;
      flex: none;
      transform: rotate(90deg);
  }
  #steps-889 .cs-arrow-img {
      width: 100%;
      display: block;
  }
  #steps-889 .cs-icon {
      width: 2rem;
      height: auto;
      display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-889 .cs-card-group {
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
  }
  #steps-889 .cs-arrow {
      align-self: center;
      transform: rotate(0deg);
  }
}

                                                                    