/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-701 {
    padding: var(--sectionPadding);
  }
  #pricing-701 .cs-container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(1rem, 6vw, 4rem);
    position: relative;
  }
  #pricing-701 .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;
  }
  #pricing-701 .cs-title {
    margin: 0;
  }
  #pricing-701 .cs-text {
    margin-bottom: 1.5rem;
  }
  #pricing-701 .cs-toggle-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  #pricing-701 .cs-toggle-group span:first-child {
    text-align: right;
  }
  #pricing-701 .cs-toggle-group span:last-child {
    text-align: left;
  }
  #pricing-701 .cs-toggle {
    width: 3.5rem;
    height: 1.75rem;
    border-radius: 2.5rem;
    background-color: var(--primary);
    margin: 0 0.75rem;
    position: relative;
    /* prevent flexbox from squishing it */
    flex: none;
  }
  #pricing-701 .cs-toggle:hover {
    cursor: pointer;
  }
  #pricing-701 .cs-toggle.active:before {
    opacity: 1;
  }
  #pricing-701 .cs-toggle.active .cs-toggle-switch {
    left: 2rem;
  }
  #pricing-701 .cs-toggle:before {
    /* top right box */
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border-radius: 2.5rem;
    transition: opacity 0.3s;
  }
  #pricing-701 .cs-toggle-switch {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.25rem;
    transition: left 0.3s;
    background: #fff;
  }
  #pricing-701 .cs-plan {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: var(--headerColor);
  }
  #pricing-701 .cs-plan:hover {
    cursor: pointer;
  }
  #pricing-701 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 16px - 20px */
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #pricing-701 .cs-card-group.cs-active.cs-option1 {
    /* when the active class is on the cs-card-group, run these styles */
    transform: scale(0);
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  #pricing-701 .cs-card-group.cs-active.cs-option1 .cs-item {
    /* when the active class is on the cs-card-group, run these styles */
    opacity: 0;
    transform: translateY(1.25rem) rotateY(90deg);
    transition: opacity 0.3s, transform 0.6s;
  }
  #pricing-701 .cs-card-group.cs-active.cs-option2 {
    /* when the active class is on the cs-card-group, run these styles */
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    position: relative;
    right: auto;
    bottom: auto;
    transform: scale(1);
  }
  #pricing-701 .cs-card-group.cs-active.cs-option2 .cs-item {
    /* when the active class is on the cs-card-group, run these styles */
    opacity: 1;
    transform: translateY(0rem) rotateY(0deg);
  }
  #pricing-701 .cs-option1 {
    /* default styles when there is no active class on the cs-card-group */
    opacity: 1;
    visibility: visible;
    right: 0;
    bottom: auto;
    transform: scale(1);
    transform-origin: top;
    transition: transform 0.6s, opacity 0.3s, visibility 0.3s;
  }
  #pricing-701 .cs-option1 .cs-item {
    /* default styles when there is no active class on the cs-card-group */
    opacity: 1;
    transform: translateY(0rem) rotateY(0deg);
    transition: opacity 0.3s, transform 0.6s;
  }
  #pricing-701 .cs-option1 .cs-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  #pricing-701 .cs-option1 .cs-item:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  #pricing-701 .cs-option2 {
    /* default styles when there is no active class on the cs-card-group */
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transform-origin: top;
    transition: transform 0.6s, opacity 0.3s, visibility 0.3s;
  }
  #pricing-701 .cs-option2 .cs-item {
    /* default styles when there is no active class on the cs-card-group */
    opacity: 0;
    transform: translateY(1.25rem) rotateY(90deg);
    transition: opacity 0.3s, transform 0.6s;
  }
  #pricing-701 .cs-option2 .cs-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  #pricing-701 .cs-option2 .cs-item:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  #pricing-701 .cs-item {
    border-radius: var(--borderRadius);
    list-style: none;
    width: 100%;
    max-width: 31.25rem;
    margin: 0;
    /* 20px - 40px top & bottom */
    /* 16px - 32px left & right */
    padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem);
    background-color: var(--secondary20);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #pricing-701 .cs-item:not(.cs-popular) .cs-button-solid {
    background-color: var(--secondary);
    color: var(--bodyTextColor);
  }
  #pricing-701 .cs-item:not(.cs-popular) .cs-button-solid:hover {
    box-shadow: 0 20px 40px -10px var(--secondary);
  }
  #pricing-701 .cs-item:not(.cs-popular) .cs-package {
    color: var(--accent);
  }
  #pricing-701 .cs-item.cs-popular {
    background-color: var(--primary20);
  }
  #pricing-701 .cs-package {
    /* 13px - 16px */
    font-size: clamp(0.8125rem, 1.4vw, 1rem);
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--primary);
    display: block;
  }
  #pricing-701 .cs-option2-text {
    /* push the text down, outside of the group wrapper and animate back up */
    opacity: 0;
    position: absolute;
    left: 0;
    top: 1.875rem;
    transition: opacity 0.3s, top 0.6s cubic-bezier(0.42, 0, 0.16, 1.39);
    left: 50%;
    transform: translateX(-50%);
  }
  #pricing-701 .cs-item-text {
    text-align: center;
    margin-bottom: 1rem;
  }
  #pricing-701 .cs-popular {
    position: relative;
    /* clips the popular tag */
    overflow: hidden;
  }
  #pricing-701 .cs-popular .cs-popular-tag {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.8125em;
    font-weight: 700;
    width: 10.625rem;
    padding: 0 0.75rem;
    color: var(--bodyTextColorWhite);
    background-color: var(--secondary);
    position: absolute;
    display: block;
    top: 1.25rem;
    right: -3.125rem;
    transform: rotate(42deg);
  }
  #pricing-701 .cs-small {
    font-size: 0.875rem;
    font-weight: 400;
    color: #4e4b66;
  }
  #pricing-701 .cs-price {
    /* 31px - 49px */
    font-size: var(--headerFontSize);
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
    color: var(--bodyTextColor);
    margin: 0;
  }
  #pricing-701 .cs-desc {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    opacity: 0.8;
  }
  #pricing-701 .cs-item-p {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #pricing-701 .cs-included {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0 auto;
    /* 16px - 24px */
    margin-bottom: 0.5rem;
    color: var(--headerColor);
    display: block;
  }
  #pricing-701 .cs-ul {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  #pricing-701 .cs-ul:before {
    content: "";
    width: 100%;
    height: 1px;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, rgba(232, 232, 232, 0.2) 0%, rgba(188, 188, 188, 0.7882352941) 53.78%, rgba(232, 232, 232, 0.2) 100%);
    opacity: 1;
    position: relative;
    display: block;
  }
  #pricing-701 .cs-li {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  #pricing-701 .cs-li.cs-disabled {
    opacity: 0.6;
  }
  #pricing-701 .cs-icon {
    width: 1.125rem;
    display: block;
  }
  #pricing-701 .cs-bottom-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
  #pricing-701 .cs-outro {
    margin-bottom: 1.375rem;
  }
  #pricing-701 .cs-price-button {
    text-align: center;
    margin-top: auto;
  }
  #pricing-701 .cs-footnote {
    font-size: var(--bodyFontSize);
    max-width: 500px;
  }
}
/* 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;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #pricing-701 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #pricing-701 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #pricing-701 .cs-title,
  body.dark-mode #pricing-701 .cs-text,
  body.dark-mode #pricing-701 .cs-item-p,
  body.dark-mode #pricing-701 .cs-package,
  body.dark-mode #pricing-701 .cs-li,
  body.dark-mode #pricing-701 .cs-price,
  body.dark-mode #pricing-701 .cs-desc,
  body.dark-mode #pricing-701 .cs-plan {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #pricing-701 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #pricing-701 .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #pricing-701 .cs-item.cs-popular {
    background-color: var(--primary);
  }
  body.dark-mode #pricing-701 .cs-icon {
    /* makes icon white (if it wasnt black to start) */
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #pricing-701 .cs-price-button {
    background-color: var(--bodyTextColorWhite);
    color: #1a1a1a;
    transition: color 0.3s;
  }
  body.dark-mode #pricing-701 .cs-price-button:hover {
    color: #fff;
  }
}

/*# sourceMappingURL=pricing.css.map */
