/* About block styles */
.employee-portal-about {
    position: relative;
    color: #ffffff;
    width: 100%;
    margin: 0 !important;
    --about-circle-primary-size: min(35%, 32rem);
    --about-circle-secondary-size: min(70%, 28rem);
    --about-circle-primary-bottom: 10%;
    --about-circle-primary-right: 10%;
    --about-circle-secondary-bottom: 60%;
    --about-circle-secondary-right: 30%;
    --about-circle-blur: clamp(120px, 12vw, 220px);
}

.employee-portal-about__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.employee-portal-about__background::before,
.employee-portal-about__background::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    filter: blur(var(--about-circle-blur));
    opacity: 0.78;
    transform: translate3d(0, 0, 0);
}

.employee-portal-about__background::before {
    background: #16477e;
    width: var(--about-circle-primary-size);
    height: var(--about-circle-primary-size);
    right: var(--about-circle-primary-right);
    bottom: var(--about-circle-primary-bottom);
}

.employee-portal-about__background::after {
    background: #058167;
    width: var(--about-circle-secondary-size);
    height: var(--about-circle-secondary-size);
    right: var(--about-circle-secondary-right);
    bottom: var(--about-circle-secondary-bottom);
}

.employee-portal-about__inner {
    position: relative;
    margin: clamp(3.5rem, 7vw, 6rem) auto;
    width: 100%;
    overflow-x: hidden;
}
.employee-portal-about__content-wrapper {
    max-width: 1210px;
    margin: 0 auto 3.5rem auto;
    padding: 0 1rem;
}
.employee-portal-about__eyebrow {
    display: block;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: clamp(1.75rem, 3vw, 2rem);
    font-weight: 700;
    font-style: 75 Bold;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: -2%;
}

.employee-portal-about__slider {
    position: relative;
    max-width: min(1210px, 80vw);
    margin: 0 auto;
    --about-slider-gap-desktop: 3.75rem;
    --about-slider-gap-mobile: 0.5625rem;
}

.employee-portal-about__slider .slick-list {
    overflow: visible;
}

.employee-portal-about__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.employee-portal-about__slider .slick-slide {
    float: none;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin-right: var(--about-slider-gap-desktop);
    margin-left: 0;
}

.employee-portal-about__slider .slick-slide:last-child {
    margin-right: 0;
}

.employee-portal-about__slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: min(100%, min(1210px, 80vw));
    padding: 1rem !important;
    border-radius: clamp(26px, 3vw, 40px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(208px);
    backdrop-filter: blur(208px);
    margin: 0 auto;
    min-height: 35rem !important;
}

.employee-portal-about__slide-content {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: clamp(0.5rem, 3.5vw, 1rem);
    align-items: center;
    width: 100%;
}

.employee-portal-about__card {
    background: transparent;
    border-radius: clamp(22px, 3vw, 32px);
    border: 0;
    box-shadow: none;
    padding: clamp(2rem, 4vw, 3.25rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(1.25rem, 2.8vw, 2rem);
    height: 100%;
    padding-right: 1rem;
}

.employee-portal-about__card-title {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 700;
	font-size: 4rem;
    line-height: 5.125rem;
}

.employee-portal-about__card-content {
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2.125rem;
}

.employee-portal-about__card-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.9rem;
}

.employee-portal-about__card-content ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.5rem;
    display: grid;
    gap: 0.9rem;
}

.employee-portal-about__card-content ul li {
    position: relative;
    padding-left: 1.5rem;
}

.employee-portal-about__card-content ul li::before {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #ffffff;
}

.employee-portal-about__card-content ol li {
    padding-left: 0;
}

.employee-portal-about__media {
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    border-radius: clamp(26px, 3.4vw, 38px);
    background: linear-gradient(
        145deg,
        rgba(22, 71, 126, 0.28),
        rgba(33, 153, 99, 0.28)
    );
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.employee-portal-about__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: clamp(1rem, 4vw, 2.5rem);
    max-width: 1210px;
    margin: 35px auto;
}

.employee-portal-about--static .employee-portal-about__nav {
    display: none;
}

.employee-portal-about--static .employee-portal-about__slider {
    display: flex;
    justify-content: center;
}

.employee-portal-about--static .employee-portal-about__slide {
    margin-inline: auto;
}

.employee-portal-about__slider-arrow {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition:
        border-color 200ms ease,
        background-color 200ms ease,
        transform 200ms ease;
    cursor: pointer;
}

.employee-portal-about__slider-arrow:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.employee-portal-about__slider-arrow-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.employee-portal-about__slider-arrow-icon img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.employee-portal-about__slider-arrow--prev
    .employee-portal-about__slider-arrow-icon
    img {
    transform: rotate(180deg);
}

.employee-portal-about__slider .slick-disabled,
.employee-portal-about__nav .slick-disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
}

.employee-portal-about__slider-arrow.slick-disabled {
    opacity: 0;
}

.employee-portal-about__media-image {
    width: 28.6875rem;
    max-width: 100%;
    height: 33.1875rem;
    border-radius: 1.875rem;
    margin: 0;
    object-fit: cover;
}

.employee-portal-about__media-badge {
    position: absolute;
    left: 50%;
    bottom: clamp(1.15rem, 2vw, 1.75rem);
    transform: translateX(-50%);
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    background: rgba(22, 71, 126, 0.95);
    box-shadow: 0 12px 30px rgba(22, 71, 126, 0.45);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 1180px) {
    .employee-portal-about {
        --about-circle-primary-size: min(62%, 34rem);
        --about-circle-secondary-size: min(54%, 30rem);
        --about-circle-primary-bottom: 14%;
        --about-circle-primary-right: 22%;
        --about-circle-secondary-bottom: 48%;
        --about-circle-secondary-right: 6%;
    }

    .employee-portal-about__slider {
        max-width: min(1210px, 88vw);
    }

    .employee-portal-about__slide-content {
        gap: clamp(1rem, 2.5vw, 1rem);
    }
}

@media (max-width: 768px) {
    .employee-portal-about__inner {
        margin-bottom: 0.5rem;
    }
    .employee-portal-about {
        margin: clamp(2.5rem, 12vw, 3.5rem) auto;
        --about-circle-primary-size: 30%;
        --about-circle-secondary-size: 40%;
        --about-circle-primary-bottom: 32%;
        --about-circle-primary-right: 14%;
        --about-circle-secondary-bottom: 68%;
        --about-circle-secondary-right: 2%;
        --about-circle-blur: clamp(100px, 18vw, 200px);
    }

    .employee-portal-about__slider {
        max-width: min(540px, 92vw);
        margin: 1rem;
    }

    .employee-portal-about__slide {
        padding: clamp(1rem, 6vw, 2rem);
        min-height: initial;
    }

    .employee-portal-about__slider .slick-slide {
        margin-right: var(--about-slider-gap-mobile);
        margin-left: 0;
        min-height: 20.5rem !important;
    }

    .employee-portal-about__slide-content {
        grid-template-columns: 1fr;
    }
    .employee-portal-about__card {
        padding: 1rem;
    }
    .employee-portal-about__card-content {
        font-size: 1rem !important;
        line-height: 1.5;
    }

    .employee-portal-about__card-title {
        font-size: 2.125rem;
        line-height: 1;
        letter-spacing: -0.0425rem;
    }

    .employee-portal-about__media {
        display: none;
    }

    .employee-portal-about__media-badge {
        bottom: clamp(0.85rem, 4vw, 1.25rem);
        left: 50%;
        transform: translateX(-50%);
    }

    .employee-portal-about__nav {
        gap: clamp(0.75rem, 6vw, 1.5rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .employee-portal-about__slider-arrow {
        width: 4.375rem;
        height: 4.375rem;
    }

    .employee-portal-about__slider-arrow-icon {
        width: 1.75rem;
        height: 1.75rem;
    }
}
.slick-slider,
.slick-list.draggable {
    cursor: grab;
    overflow: visible !important;
}
