/*-- -------------------------- -->
<---        Free Trial         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-1699 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    /* Trial Info Sections */
  }
  #contact-1699 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 128px */
    gap: clamp(3rem, 10vw, 8rem);
    position: relative;
  }
  #contact-1699 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #contact-1699 .cs-title {
    max-width: 23ch;
    margin: 0 0 1rem 0;
  }
  #contact-1699 .cs-topper {
    color: var(--secondary);
  }
  #contact-1699 .cs-text {
    margin-bottom: 1.5rem;
  }
  #contact-1699 .cs-trial-info {
    width: 100%;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f8f8;
    border-radius: 0.5rem;
    border-left: 0.25rem solid var(--secondary);
  }
  #contact-1699 .cs-trial-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--headerColor);
    margin: 0 0 0.75rem 0;
    line-height: 1.2em;
  }
  #contact-1699 .cs-trial-text {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 0.75rem 0;
  }
  #contact-1699 .cs-trial-text:last-of-type {
    margin-bottom: 0;
  }
  #contact-1699 .cs-trial-text strong {
    color: var(--secondary);
    font-weight: 700;
  }
  #contact-1699 .cs-trial-note {
    font-size: 0.875rem;
    color: var(--bodyTextColor);
    margin: 0.5rem 0 0 0;
    opacity: 0.8;
  }
  #contact-1699 .cs-bottom-text {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8e8e8;
  }
  #contact-1699 .cs-bottom-text .cs-text {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--headerColor);
  }
  #contact-1699 .cs-form {
    width: 100%;
    max-width: 39.5rem;
    /* prevents flexbox from affecting height and width */
    box-sizing: border-box;
    /* 32px - 48px top and bottom */
    /* 16px - 60px left and right */
    padding: clamp(2rem, 5.18vw, 3rem) clamp(1rem, 5vw, 3.75rem);
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #contact-1699 .cs-form .cs-content {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #contact-1699 .cs-form .cs-content .cs-title {
    /* 24px - 48px */
    margin: 0 0 clamp(1.5rem, 4vw, 3rem) 0;
    max-width: none;
  }
  #contact-1699 .cs-label {
    font-size: 1rem;
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: span 12;
    gap: 0.25rem;
    font-weight: 600;
  }
  #contact-1699 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #fff;
    border: 0.125rem solid #e8e8e8;
    border-radius: 0.25rem;
    transition: border-color 0.3s ease;
  }
  #contact-1699 .cs-input::placeholder {
    color: #767676;
    opacity: 0.6;
  }
  #contact-1699 .cs-input:focus {
    outline: none;
    border-color: var(--secondary);
  }
  #contact-1699 .cs-input:hover {
    border-color: var(--secondary);
  }
  #contact-1699 .cs-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 3rem;
    cursor: pointer;
  }
  #contact-1699 .cs-textarea {
    font-family: inherit;
    min-height: 7.5rem;
    /* 16px - 28px */
    margin: 0 0 clamp(1rem, 3vw, 1.75rem) 0;
    padding-top: 1.5rem;
    resize: vertical;
  }
  #contact-1699 .cs-submit {
    width: 100%;
    min-width: 17.6875rem;
    margin-top: 1rem;
  }
  #contact-1699 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  #contact-1699 .cs-background::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    position: absolute;
    z-index: 1;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #contact-1699 {
    /* Make form fields two columns on larger screens */
  }
  #contact-1699 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #contact-1699 .cs-content {
    width: 48%;
    max-width: 36.25rem;
  }
  #contact-1699 .cs-form {
    width: 48%;
    max-width: 36.25rem;
    order: -1;
  }
  #contact-1699 .cs-submit {
    width: auto;
    min-width: 12.5rem;
  }
  #contact-1699 .cs-label {
    width: 48%;
  }
  #contact-1699 .cs-label:nth-of-type(1),
  #contact-1699 .cs-label:nth-of-type(2) {
    width: 48%;
  }
  #contact-1699 .cs-label:nth-of-type(n+7) {
    width: 100%;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-1699 .cs-trial-info {
    padding: 2rem;
    margin: 2.5rem 0;
  }
  #contact-1699 .cs-trial-title {
    font-size: 1.5rem;
  }
  #contact-1699 .cs-trial-text {
    font-size: 1.125rem;
  }
  #contact-1699 .cs-form {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem);
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #contact-1699 .cs-container {
    gap: clamp(4rem, 8vw, 10rem);
  }
  #contact-1699 .cs-content {
    width: 45%;
  }
  #contact-1699 .cs-form {
    width: 50%;
  }
}
