/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-2285 {
    padding: var(--sectionPadding);
    /* 190px - 280px */
    padding-top: clamp(5rem, 25vw, 10rem);
    padding-bottom: 0rem;
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #banner-2285 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #banner-2285 .cs-int-title {
    /* 39px - 61px */
    text-align: left;
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 1rem;
    padding: 0.1em 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-2285 .cs-text {
    text-align: left;
    font-size: clamp(1rem, 2vw, 1.25rem);
    /* 60px - 120px */
    margin-bottom: clamp(3.75rem, 7vw, 7.5rem);
    max-width: 43.75rem;
    color: var(--bodyTextColorWhite);
  }
  #banner-2285 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-2285 .cs-background:before {
    /* gradient overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-2285 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
    z-index: -1;
  }
}
/* Tablet - 1024px */
@media only screen and (min-width: 64rem) {
  #banner-2285 .cs-background:before {
    background: linear-gradient(to right, #000 10%, transparent 70%);
  }
}
/*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #meet-team-1794 {
    padding: var(--contentSectionPadding);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #meet-team-1794 .cs-link {
    font-weight: 700;
    text-decoration: none;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  #meet-team-1794 .cs-link:hover {
    color: var(--primaryLight);
  }
  #meet-team-1794 .cs-link:hover .cs-arrow {
    transform: translateX(0.25rem);
  }
  #meet-team-1794 .cs-link .cs-arrow {
    width: 1.25rem;
    height: auto;
    transition: transform 0.3s;
  }
  #meet-team-1794 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #meet-team-1794 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    gap: 1.5rem;
  }
  #meet-team-1794 .cs-content .cs-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #meet-team-1794 .cs-title {
    margin: 0;
  }
  #meet-team-1794 .cs-text {
    opacity: 0.8;
  }
  #meet-team-1794 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #meet-team-1794 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #meet-team-1794 .cs-button-solid:hover:before {
    width: 100%;
  }
  #meet-team-1794 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    position: relative;
  }
  #meet-team-1794 .cs-item {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    grid-column: span 12;
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
    position: relative;
  }
  #meet-team-1794 .cs-image-group {
    width: 100%;
    max-width: 21.875rem;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 1;
    aspect-ratio: 0.9386;
    flex: 1 0 0;
  }
  #meet-team-1794 .cs-picture {
    width: 100%;
    height: 100%;
    background-color: #000;
    /* removed at tablet */
    aspect-ratio: 328/260;
    /* clips the img corners */
    /* clips img tag from overflowing it on hover */
    display: block;
    position: relative;
    overflow: hidden;
  }
  #meet-team-1794 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* makes sure the top of the image is at the top of the parent, heads won't get cut off this way */
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 1s ease-out;
  }
  #meet-team-1794 .cs-picture img:hover {
    transform: scale(1.05);
  }
  #meet-team-1794 .cs-info {
    width: 100%;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s;
  }
  #meet-team-1794 .cs-name {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    color: var(--primary);
    display: block;
    transition: color 0.3s;
  }
  #meet-team-1794 .cs-job {
    font-size: 1rem;
    line-height: 1.2em;
    margin: 0;
    color: var(--bodyTextColor);
    opacity: 0.8;
    display: block;
    transition: color 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #meet-team-1794 .cs-image-group {
    max-width: none;
  }
  #meet-team-1794 .cs-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #meet-team-1794 .cs-card-group {
    /* 16px - 20px */
    column-gap: clamp(1rem, 2vw, 1.25rem);
    row-gap: 2.5rem;
  }
  #meet-team-1794 .cs-item {
    grid-column: span 4;
  }
  #meet-team-1794 .cs-picture {
    /* 400px - 440px */
    aspect-ratio: initial;
  }
  #meet-team-1794 .cs-text {
    max-width: 53.125rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 64rem) {
  #meet-team-1794 .cs-item {
    grid-column: span 4;
  }
}
/*-- -------------------------- -->
<---           Popup            -->
<--- -------------------------- -*/
@media (min-width: 0rem) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes scaleIn {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  #popup-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
  }
  #popup-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease-out forwards;
  }
  #popup-overlay .popup-content {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    opacity: 0;
    transform: scale(0.96);
    animation: scaleIn 0.3s ease-out forwards;
    position: relative;
  }
  #popup-overlay .popup-content .popup-close {
    color: #000;
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
}

/*# sourceMappingURL=ueber-uns.css.map */
