.AppItem-Hero-Section {
    display: flex;
    position: relative;
    min-height: calc((403 / 960)* 100vw);
    justify-content: center;
    padding: 80px 83px;
}

.AppItem-Hero-Section-Background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    min-height: 100%;
}

.AppItem-Hero-Section-Background-Image {
    width: 100%;
    min-height: 760px;
}

.AppItem-Hero-Section-Box {
    display: flex;
    position: relative;
    flex-direction: column;
    grid-gap: 48px;
    align-items: center;
    max-width: 1344px;
    width: 100%;
}

.AppItem-Hero-Section-Box-Head {
    display: flex;
    position: relative;
    flex-direction: column;
    grid-gap: 24px;
    align-items: center;
}

.AppItem-Hero-Section-Box-Head-Heading {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: var(--line-height);
    letter-spacing: -1.8px;
}

.AppItem-Hero-Section-Box-Head-Byline {
    color: #E6E8EC;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
}

.AppItem-Hero-Section-Box-Button {
    border-radius: 10px;
    background: linear-gradient(113deg, #ECB623 -15.76%, #FFBA0A 102.86%);
    display: flex;
    position: relative;
    padding: 20px 40px;
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height);
    cursor: pointer;
}

.AppItem-Hero-Section-Box-Image {
    display: flex;
    position: relative;
    max-width: unset;
    min-width: unset;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.AppItem-Hero-Section-Box-Image-imagTag {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.AppItem-Challenge-Section {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 80px 83px;
}

.AppItem-Challenge-Section-Box {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    max-width: 1476px;
    grid-gap: 64px;
    width: 100%;
}

.AppItem-Challenge-Section-Box-Head {
    display: flex;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}

.AppItem-Challenge-Section-Box-Head-Heading {
    color: #04175C;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height);
    letter-spacing: -1.44px;
}

.AppItem-Challenge-Section-Box-Head-Byline {
    color: #04175C;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
}

.AppItem-Challenge-Section-Box-Content {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    grid-gap: 20px;
}

.AppItem-Challenge-Section-Box-Content-Box {
    display: flex;
    position: relative;
    width: 395px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: var(--Neutral-White, #FFF);
    box-shadow: 0px 43px 100px -35px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(8, 0, 68, 0.15);
    padding: 24px;
    grid-gap: 24px;
    overflow: hidden;
}

.AppItem-Challenge-Section-Box-Content-Box::after {
    content: "";
    background: url(https://d3nvzmos5mh5ca.cloudfront.net/PMG/static/images/png/apps-item-challenge.png) center center / cover no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 141px;
}

.AppItem-Challenge-Section-Box-Content-Box-Text {
    display: flex;
    position: relative;
    grid-gap: 12px;
    flex-direction: column;
    align-items: center;
}

.AppItem-Challenge-Section-Box-Content-Box-Text-Heading {
    color: #04175C;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height);
    letter-spacing: -0.72px;
}

.AppItem-Challenge-Section-Box-Content-Box-Text-Description {
    color: rgba(4, 23, 92, 0.70);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
}

.AppItem-Feature-Section {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    min-height: max(calc((361 / 640) * 100vw), 900px);
    justify-content: center;
    align-items: center;
    padding: 0 83px;
}

.AppItem-Feature-Section-Background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    min-height: 100%;
}

.AppItem-Feature-Section-Background-Image {
    width: 100%;
}

.AppItem-Feature-Section-Box {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    grid-gap: 57px;
    max-width: 1476px;
    min-width: 1024px;
    width: 100%;
}

.AppItem-Feature-Section-Box-Head {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    width: 970px;
}

.AppItem-Feature-Section-Box-Head-Heading {
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height);
    letter-spacing: -1.44px;
}

.AppItem-Feature-Section-Box-Head-Byline {
    color: #FFF;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
}

.AppItem-Feature-Section-Box-Content {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    grid-gap: 40px;
}

.AppItem-Feature-Section-Box-Content-Points {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 1 33.7%;
    max-width: 647px;
}

.AppItem-Feature-Section-Box-Content-Points-Point {
    display: none;
    position: relative;
    flex-direction: column;
    grid-gap: 30px;
}

.AppItem-Feature-Section-Box-Content-Points-Point-Heading {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height);
    letter-spacing: -0.96px;
}

.AppItem-Feature-Section-Box-Content-Points-Point-Description {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
}

.AppItem-Feature-Section-Box-Content-Video {
    flex: 1 1 40%;
    max-width: 595px;
    border-radius: 10px;
    overflow: hidden;
}

.AppItem-Feature-Section-Box-Content-Video-Youtube {
    width: 100%;
}

.AppItem-Case-Study-Section {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 0 83px;
}

.AppItem-Case-Study-Section-Box {
    display: flex;
    position: relative;
    max-width: 1476px;
    min-width: 1024px;
    flex: 1 1 76.9%;
    flex-direction: column;
    align-items: center;
    grid-gap: 64px;
}

.AppItem-Case-Study-Section-Box-Heading {
    color: #04175C;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height);
    letter-spacing: -1.44px;
}

.AppItem-Case-Study-Section-Box-Content {
    display: flex;
    position: relative;
    grid-gap: 54px;
}

.AppItem-Case-Study-Section-Box-Content-Box {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    border-right: 2px solid rgba(0, 0, 0, 0.12);
    height: 332px;
}

.AppItem-Case-Study-Section-Box-Content-Box-Heading {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height);
    padding-right: calc((((63.5 - 30) / (1920 - 1245)) * (100vw - 1245px)) + 30px);
    position: relative;
    cursor: pointer;
}

.AppItem-Case-Study-Section-Box-Content-Box-Heading.selected {
    color: #5175FF;
}

.AppItem-Case-Study-Section-Box-Content-Box-Heading.selected::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #5377FF;
    border-radius: 4px 0 0 4px;
}

.AppItem-Case-Study-Section-Box-Content-Texts {
    display: flex;
    position: relative;
    flex-direction: column;
}

.AppItem-Case-Study-Section-Box-Content-Texts-Text {
    color: rgba(4, 23, 92, 0.60);
    text-align: justify;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
    display: none;
}

.AppItem-Key-Benefit-Section {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    min-height: max(calc((1093 / 1920)* 100vw), 860px);
    justify-content: center;
    align-items: center;
    padding: 0 83px;
}

.AppItem-Key-Benefit-Section-Background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    min-height: 100%;
}

.AppItem-Key-Benefit-Section-Background-Image {
    width: 100%;
}

.AppItem-Key-Benefit-Section-Box {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    grid-gap: 57px;
    max-width: 1476px;
    min-width: 1024px;
    width: 100%;
}

.AppItem-Key-Benefit-Section-Box-Head {
    display: flex;
    position: relative;
    flex-direction: column;
    grid-gap: 65px;
}

.AppItem-Key-Benefit-Section-Box-Head-Heading {
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height);
    letter-spacing: -1.44px;
}

.AppItem-Key-Benefit-Section-Box-Head-Headers {
    display: flex;
    position: relative;
    grid-gap: calc((((124 - 20) / (1920 - 1245)) * (100vw - 1245px)) + 20px);
}

.AppItem-Key-Benefit-Section-Box-Head-Headers-Head {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height);
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.AppItem-Key-Benefit-Section-Box-Head-Headers-Head.selected::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(255, 255, 255);
    border-radius: 4px 4px 0 0;
}

.AppItem-Key-Benefit-Section-Box-Body {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.AppItem-Key-Benefit-Section-Box-Body-Section {
    display: none;
    position: relative;
    grid-gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.AppItem-Key-Benefit-Section-Box-Body-Section-Text {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 1 36.46%;
    grid-gap: 21px;
    max-width: 700px;
}

.AppItem-Key-Benefit-Section-Box-Body-Section-Image {
    display: flex;
    position: relative;
    flex: 1 1 31%;
    max-width: 595px;
}

.AppItem-Key-Benefit-Section-Box-Body-Section-Text-Heading {
    color: #FFF;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height);
}

.AppItem-Key-Benefit-Section-Box-Body-Section-Text-Description {
    color: #FFF;
    text-align: justify;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height);
}

.AppItem-Key-Benefit-Section-Box-Body-Section-Image-Icon {
    min-width: 100%;
    min-height: 100%;
}

footer {
    margin-top: 0;
}

@media (max-width: 1245px) {

    .AppItem-Hero-Section,
    .AppItem-Challenge-Section,
    .AppItem-Feature-Section,
    .AppItem-Case-Study-Section,
    .AppItem-Key-Benefit-Section {
        padding-left: 29px;
        padding-right: 29px;
    }
}

@media (max-width: 1050px) {
    .AppItem-Hero-Section-Box {
        max-width: unset;
    }

    .AppItem-Hero-Section-Box-Image {
        max-width: unset;
        min-width: unset;
    }

    .AppItem-Challenge-Section {
        display: flex;
        position: relative;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .AppItem-Challenge-Section-Box {
        max-width: unset;
    }

    .AppItem-Challenge-Section-Box-Content {
        flex-direction: column;
    }

    .AppItem-Challenge-Section-Box-Content-Box {
        width: 100%;
    }

    .AppItem-Feature-Section {
        min-height: max(calc((361 / 640)* 100vw), 1400px);
    }

    .AppItem-Feature-Section-Box {
        max-width: unset;
        min-width: unset;
    }

    .AppItem-Feature-Section-Background-Image {
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .AppItem-Feature-Section-Box-Head {
        width: 100%;
    }

    .AppItem-Feature-Section-Box-Content {
        flex-direction: column;
    }

    .AppItem-Feature-Section-Box-Content-Points {
        flex: unset;
        max-width: unset;
        width: 100%;
    }

    .AppItem-Feature-Section-Box-Content-Video {
        flex: unset;
        max-width: unset;
        width: 100%;
    }

    .AppItem-Case-Study-Section-Box {
        max-width: unset;
        min-width: unset;
        flex: unset;
    }

    .AppItem-Case-Study-Section-Box-Content {
        grid-gap: 30px;
        flex-direction: column;
    }

    .AppItem-Case-Study-Section-Box-Content-Box {
        border-right: unset;
        border-bottom: 2px solid rgba(0, 0, 0, 0.12);
        height: unset;
        flex-direction: row;
    }

    .AppItem-Case-Study-Section-Box-Content-Box-Heading {
        padding-right: unset;
        padding-bottom: 10px;
    }

    .AppItem-Case-Study-Section-Box-Content-Box-Heading.selected::after {
        width: 100%;
        height: 4px;
        border-radius: 4px 4px 0 0;
    }

    .AppItem-Key-Benefit-Section-Box {
        grid-gap: 35px;
        max-width: unset;
        min-width: unset;
    }

    .AppItem-Key-Benefit-Section-Box-Head {
        grid-gap: 35px;
    }

    .AppItem-Key-Benefit-Section-Box-Body-Section {
        flex-direction: column-reverse;
    }

    .AppItem-Key-Benefit-Section-Box-Body-Section-Image {
        flex: unset;
        width: 100%;
        max-width: unset;
    }

    .AppItem-Key-Benefit-Section-Box-Body-Section-Text {
        flex: unset;
        max-width: unset;
        width: 100%;
    }

    .AppItem-Key-Benefit-Section {
        min-height: max(calc((1093 / 1920)* 100vw), 1250px);
    }

    .AppItem-Key-Benefit-Section-Background-Image {
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 450px) {

    .AppItem-Hero-Section,
    .AppItem-Challenge-Section,
    .AppItem-Feature-Section,
    .AppItem-Case-Study-Section,
    .AppItem-Key-Benefit-Section {
        padding-left: 11px;
        padding-right: 11px;
    }

    .AppItem-Hero-Section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .AppItem-Hero-Section-Background-Image {
        min-height: 540px;
    }

    .AppItem-Hero-Section-Box {
        grid-gap: 35px;
    }

    .AppItem-Hero-Section-Box-Head {
        grid-gap: 10px;
    }

    .AppItem-Hero-Section-Box-Button {
        padding: 10px 20px;
    }

    .AppItem-Challenge-Section-Box {
        grid-gap: 45px;
    }

    .AppItem-Feature-Section {
        min-height: max(calc((361 / 640)* 100vw), 1000px);
    }

    .AppItem-Key-Benefit-Section {
        min-height: max(calc((1093 / 1920)* 100vw), 900px);
    }
    .AppItem-Key-Benefit-Section-Box-Head {
        width: 100%;
    }
    .AppItem-Key-Benefit-Section-Box-Head-Headers {
        overflow-x: scroll;
        grid-gap: 20px;
    }
    .AppItem-Key-Benefit-Section-Box-Head-Headers::-webkit-scrollbar {
        display: none;
    }
    .AppItem-Key-Benefit-Section-Box-Head-Headers-Head {
        text-wrap-mode: nowrap;
    }
}