/* Benefits Section */
/* Why Choose Us Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose-1826 {
    padding: var(--sectionPadding);
    background-color: var(--bg04);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #why-choose-1826 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #why-choose-1826 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 40.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #why-choose-1826 .cs-topper {
    width: auto;
  }
  #why-choose-1826 .cs-title {
    margin: 0;
    max-width: 20ch;
    color: var(--bodyTextColorWhite);
  }
  #why-choose-1826 .cs-flex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #why-choose-1826 .cs-box {
    background-color: #5F5F5F;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #why-choose-1826 .cs-box-content {
    margin: 0;
    /* 32px - 40px top & bottm */
    /* 24px - 40px left & right */
    padding: clamp(2rem, 2.5vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: hidden 0.3s, opacity 0.3s, transform 0.7s;
  }
  #why-choose-1826 .cs-box-content.cs-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(3rem);
  }
  #why-choose-1826 .cs-box-icon {
    text-align: left;
    width: 3.875rem;
    height: auto;
    margin: 0 0 2rem;
    display: block;
  }
  #why-choose-1826 .cs-h3 {
    /* 25px - 31px */
    font-size: clamp(1.5625rem, 2.5vw, 1.9375rem);
    line-height: 1.2em;
    text-align: inherit;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--bodyTextColorWhite);
  }
  #why-choose-1826 .cs-box-text {
    margin: 0;
    padding: 0;
    opacity: 0.8;
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    font-family: var(--bodyFont); 
    color: var(--bodyTextColorWhite);
  }
  #why-choose-1826 .cs-button-group {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  #why-choose-1826 .cs-button {
    margin: 0;
    gap: 1rem;
    width: 100%;
    border: none;
    display: flex;
    text-align: left;
    padding: 0 0 1.5rem;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #why-choose-1826 .cs-button.cs-active .cs-icon-wrapper,
  #why-choose-1826 .cs-button:hover .cs-icon-wrapper {
    background-color: var(--primary);
  }
  #why-choose-1826 .cs-button.cs-active .cs-icon,
  #why-choose-1826 .cs-button:hover .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  #why-choose-1826 .cs-button.cs-active .cs-arrow,
  #why-choose-1826 .cs-button:hover .cs-arrow {
    opacity: 1;
    filter: none;
  }
  #why-choose-1826 .cs-button:hover {
    cursor: pointer;
  }
  #why-choose-1826 .cs-icon-wrapper {
    flex: none;
    display: flex;
    width: 3.75rem;
    height: 3.75rem;
    align-items: center;
    justify-content: center;
    background: var(--itemColor);
    transition: background-color 0.3s;
  }
  #why-choose-1826 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #why-choose-1826 .cs-button-text {
    margin: 0;
    padding: 0;
    max-width: 19ch;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: inherit;
    color: var(--bodyTextColorWhite);
  }
  #why-choose-1826 .cs-arrow {
    width: 2rem;
    opacity: 0.2;
    height: auto;
    display: block;
    margin-left: auto;
    filter: grayscale(1) brightness(1000%);
  }
  #why-choose-1826 .cs-image-group {
    z-index: 1;
    width: 100%;
    height: 100vw;
    min-height: 25rem;
    position: relative;
    max-height: 42.5rem;
  }
  #why-choose-1826 .cs-picture {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
  }
  #why-choose-1826 .cs-picture img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
  }
  #why-choose-1826 .cs-floater {
    z-index: 10;
    display: flex;
    right: 1.5rem;
    bottom: 1.5rem;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    background: #1A1A1A;
    justify-content: center;
    width: clamp(4.5rem, 10vw, 7.5rem);
    height: clamp(4.5rem, 10vw, 7.5rem);
  }
  #why-choose-1826 .cs-floater-icon {
    height: auto;
    display: block;
    width: clamp(2rem, 4vw, 3.75rem);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-choose-1826 .cs-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #why-choose-1826 .cs-flex {
    flex-direction: row;
    align-items: stretch;
  }
  #why-choose-1826 .cs-box {
    width: 50%;
    height: 100%;
    display: flex;
    order: 2;
  }
  #why-choose-1826 .cs-box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #why-choose-1826 .cs-button-group {
    width: 50%;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-choose-1826 .cs-content {
    width: 53%;
    padding: 3rem 0 0 0;
    box-sizing: border-box;
  }
  #why-choose-1826 .cs-flex {
    width: 74%;
    max-width: 53rem;
    padding: 0 0 3rem;
    box-sizing: border-box;
  }
  #why-choose-1826 .cs-image-group {
    width: 40vw;
    max-width: 32.625rem;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}