/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-701 {
    padding: var(--sectionPadding);
    background-color: #f7f8f8;
  }
  #pricing-701 .cs-container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #pricing-701 .cs-title {
    max-width: unset;
    color: var(--three);
  }
  #pricing-701 .sub-title {
    font-family: "Tenor Sans", serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--five);
  }
  #pricing-701 .cs-picture {
    width: 100%;
    height: 20rem;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #pricing-701 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #pricing-701 .cs-text {
    max-width: 25rem;
  }
  #pricing-701 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 16px - 20px */
    gap: clamp(3rem, 3.8vw, 3.25rem);
    perspective: 700px;
    transform-style: preserve-3d;
  }
  #pricing-701 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 31.25rem;
    margin: 0;
    /* 20px - 40px top & bottom */
    /* 16px - 32px left & right */
    background-color: var(--one);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #pricing-701 .cs-content {
    padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2vw, 1.5rem);
    height: 20rem;
  }
  #pricing-701 .cs-price-button {
    white-space: nowrap;
    z-index: 1;
    position: relative;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(29, 70, 107, 0.25), inset 0px 4px 4px 0px rgba(255, 255, 255, 0.5);
    align-self: center;
    padding: 0 1.875rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: 3.125em;
    border-radius: 1.25rem;
    width: 85%;
    color: var(--three);
    transition: color 0.3s;
    transition-delay: 0.1s;
    text-align: center;
    overflow: visible;
    font-family: "Poppins", "Arial", sans-serif;
    border: 4px solid transparent;
    font-weight: 500;
    border-radius: 40px;
    margin-bottom: 1.5rem;
    bottom: 1rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-701 .cs-card-group {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #pricing-701 .cs-option2 {
    top: auto;
    bottom: 0;
  }
}
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-1192 {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #cta-1192 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    padding: var(--sectionPadding);
    /* 96px - 120px */
    padding-top: clamp(6rem, 20vw, 7.5rem);
    /* 100px - 240px */
    padding-bottom: clamp(6.25rem, 25vw, 15rem);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 2;
  }
  #cta-1192 .cs-content {
    z-index: 1;
    /* 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;
  }
  #cta-1192 .cs-title {
    max-width: 27ch;
    /* 28px - 40px */
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
    color: var(--four);
    font-size: clamp(1.8375rem, 3vw, 2.8125rem);
  }
  #cta-1192 .cs-button-solid {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #cta-1192 .cs-image {
    width: 100%;
    /* changes to 779px at large desktop */
    max-width: 25.9375rem;
    max-height: 30.125rem;
    height: auto;
    display: block;
    position: relative;
    z-index: 10;
  }
  #cta-1192 .cs-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #cta-1192 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #cta-1192 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cta-1192 {
    overflow: visible;
  }
  #cta-1192 .cs-container {
    flex-direction: row;
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #cta-1192 .cs-content {
    text-align: left;
    width: 50%;
    max-width: 31.25rem;
    align-items: flex-start;
  }
  #cta-1192 .cs-image {
    z-index: 2;
    flex: none;
    position: absolute;
    right: 0;
    height: 100%;
  }
  #cta-1192 .cs-image img {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cta-1192 {
    overflow: hidden;
  }
  #cta-1192 .cs-container {
    overflow: visible;
    padding-left: 6.6875rem;
  }
  #cta-1192 .cs-image {
    width: 40vw;
    max-width: 48.6875rem;
  }
  #cta-1192 .cs-background {
    display: none;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #cta-1192 {
    overflow: hidden;
  }
  #cta-1192 .cs-title {
    font-size: clamp(2.8375rem, 4vw, 2.8125rem);
    max-width: 37ch;
  }
  #cta-1192 .cs-container {
    padding-right: 0;
  }
  #cta-1192 .cs-image {
    left: 54%;
    right: auto;
  }
}
