.hero-wrapper {
    background-color: #0055df;
    background-image: url(../images/hero-background.png)
}

.hero-wrapper,
.security-privacy-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden
}

.security-privacy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 120px 280px 0;
    min-height: 1400px;
    background-color: #fcfaff;
    background-image: url(../../../assets/images/home/security/actual-background-layer.png);
    box-sizing: border-box;
    z-index: 0
}

.sp-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    width: 100%;
    gap: 56px;
    position: relative;
    z-index: 1
}

.sp-text-column {
    flex-direction: column;
    gap: 64px;
    min-width: 443px;
    flex: 1;
    padding-left: 60px
}

.sp-heading-group,
.sp-text-column {
    display: flex;
    align-items: flex-start
}

.sp-heading-group {
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.sp-main-heading-part-1 {
    font-family: var(--font-geist-mono), "Geist Mono", monospace;
    font-weight: 400;
    color: #28065b;
    margin: 0
}

.sp-main-heading-part-1,
.sp-main-heading-part-2 {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -.02em;
    white-space: nowrap;
    word-break: break-word
}

.sp-main-heading-part-2 {
    font-family: var(--font-geist), "Geist", sans-serif;
    font-weight: 700;
    color: #1a0836;
    margin: -10px 0 0
}

.sp-features-list {
    flex-direction: column;
    gap: 56px
}

.sp-feature-item,
.sp-features-list {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.sp-feature-item {
    flex-direction: row;
    gap: 8px
}

.sp-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.sp-feature-icon {
    width: 20px;
    height: 20px;
    color: #ff864a
}

.sp-feature-text-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.sp-feature-title {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.02em;
    color: #ff864a;
    white-space: pre
}

.sp-feature-description,
.sp-feature-title {
    font-family: var(--font-geist), "Geist", sans-serif;
    font-size: 16px;
    margin: 0
}

.sp-feature-description {
    line-height: 150%;
    color: #545669;
    white-space: pre-wrap;
    word-break: break-word
}

.sp-illustration-cloud {
    flex: none;
    width: 572px;
    height: 580px;
    position: relative;
    overflow: visible;
    z-index: 1;
    will-change: transform;
    transition: transform .1s ease-out
}

.sp-cline-container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.sp-cline-character {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 2;
    filter: brightness(1.2)
}

.sp-shield {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.sp-shield svg {
    width: 80px;
    height: 90px
}

.sp-cloud-main {
    bottom: 42px;
    left: -39px;
    right: -40px;
    height: 496px;
    width: calc(100% + 79px)
}

.sp-cloud-main,
.sp-island-small {
    position: absolute;
    object-fit: contain
}

.sp-island-small {
    bottom: 133px;
    right: 330px;
    width: 93px;
    height: 63px
}

.sp-island-medium {
    position: absolute;
    bottom: 114px;
    right: 120px;
    width: 136px;
    height: 91px;
    object-fit: contain
}

.sp-parallax-bg-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 800px;
    overflow: visible;
    z-index: 0
}

.sp-landscape-parallax {
    display: none
}

.sp-parallax-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    will-change: transform;
    transition: transform .1s ease-out
}

.sp-layer-0,
.sp-parallax-layer {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.sp-layer-0 {
    height: 660px;
    background-image: url(../../../assets/images/home/security/mountain-0.svg);
    z-index: 1;
    bottom: 40px
}

.sp-layer-1 {
    height: 670px;
    background-image: url(../../../assets/images/home/security/mountain-1.svg);
    z-index: 2;
    bottom: 30px
}

.sp-layer-1,
.sp-layer-3 {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.sp-layer-3 {
    height: 680px;
    background-image: url(../../../assets/images/home/security/mountain-2.webp);
    z-index: 3;
    bottom: 20px
}

.sp-layer-5 {
    height: 690px;
    background-image: url(../../../assets/images/home/security/mountain-4.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 5;
    bottom: -5px
}

.sp-layer-bg-cover {
    display: none
}

@media (min-width:1920px) {

    .sp-main-heading-part-1,
    .sp-main-heading-part-2 {
        font-size: 48px
    }

    .sp-parallax-bg-wrapper {
        height: 900px
    }

    .sp-layer-0 {
        height: 760px
    }

    .sp-layer-1 {
        height: 770px
    }

    .sp-layer-3 {
        height: 780px
    }

    .sp-layer-5 {
        height: 810px;
        bottom: -5px
    }
}

@media (min-width:1440px) and (max-width:1919px) {

    .sp-main-heading-part-1,
    .sp-main-heading-part-2 {
        font-size: 48px
    }
}

@media (min-width:1024px) and (max-width:1439px) {
    .security-privacy-section {
        padding: 120px 120px 0
    }

    .sp-main-heading-part-1,
    .sp-main-heading-part-2 {
        font-size: 44px
    }
}

@media (min-width:810px) and (max-width:1023px) {

    .sp-main-heading-part-1,
    .sp-main-heading-part-2 {
        font-size: 41px
    }
}

@media (max-width:1023px) and (min-width:810px) {
    .security-privacy-section {
        flex-direction: column;
        padding: 64px 40px 0;
        min-height: 1000px;
        background-position: center 460px
    }

    .sp-content-wrapper {
        flex-direction: column-reverse;
        gap: 40px
    }

    .sp-text-column {
        order: 2;
        width: 100%;
        min-width: auto;
        padding-left: 0
    }

    .sp-heading-group,
    .sp-text-column {
        align-items: center
    }

    .sp-main-heading-part-1,
    .sp-main-heading-part-2 {
        text-align: center
    }

    .sp-features-list {
        align-items: center
    }

    .sp-feature-title {
        font-size: 18px;
        text-align: center
    }

    .sp-feature-description {
        text-align: center
    }

    .sp-feature-item {
        flex-direction: column;
        gap: 16px
    }

    .sp-feature-item,
    .sp-feature-text-group {
        align-items: center
    }

    .sp-feature-item .sp-icon-wrapper {
        justify-content: center
    }

    .sp-illustration-cloud {
        order: 1;
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: .9862068965517241/1;
        margin: 0 auto
    }

    .sp-cloud-main {
        bottom: 14px;
        height: 329px;
        width: auto;
        left: unset;
        right: unset
    }

    .sp-island-small {
        bottom: 75px;
        left: 97px;
        top: 239px;
        width: 65px;
        right: unset
    }

    .sp-island-medium {
        bottom: 75px;
        right: 65px;
        top: 229px;
        width: 80px;
        left: unset
    }

    .sp-parallax-bg-wrapper {
        height: 300px;
        bottom: 0
    }

    .sp-parallax-layer {
        background-size: cover;
        background-position: bottom
    }

    .sp-layer-0 {
        height: 280px;
        bottom: 20px
    }

    .sp-layer-1 {
        height: 285px;
        bottom: 15px
    }

    .sp-layer-3 {
        height: 290px;
        bottom: 10px
    }

    .sp-layer-5 {
        height: 295px;
        top: 40px
    }
}

@media (max-width:809px) {
    .security-privacy-section {
        padding: 24px 20px 0;
        min-height: 800px;
        background-position: center 460px
    }

    .sp-content-wrapper {
        flex-direction: column-reverse;
        gap: 40px
    }

    .sp-text-column {
        order: 2;
        width: 100%;
        min-width: auto;
        gap: 40px;
        padding-left: 0
    }

    .sp-heading-group,
    .sp-text-column {
        align-items: center
    }

    .sp-main-heading-part-1,
    .sp-main-heading-part-2 {
        font-size: 32px;
        text-align: center;
        white-space: normal
    }

    .sp-features-list {
        gap: 40px;
        align-items: center
    }

    .sp-feature-title {
        font-size: 18px;
        text-align: center
    }

    .sp-feature-description {
        text-align: center
    }

    .sp-feature-item {
        flex-direction: column;
        gap: 16px
    }

    .sp-feature-item,
    .sp-feature-text-group {
        align-items: center
    }

    .sp-feature-item .sp-icon-wrapper {
        justify-content: center
    }

    .sp-illustration-cloud {
        order: 1;
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: .9862068965517241/1;
        margin: 0 auto
    }

    .sp-cloud-main {
        bottom: 14px;
        height: 329px;
        left: unset;
        right: unset;
        width: 100%
    }

    .sp-island-small {
        bottom: 75px;
        left: 0;
        top: 119px;
        width: 65px;
        transform: scale(.6)
    }

    .sp-island-medium {
        bottom: 75px;
        right: -10px;
        top: 129px;
        width: 80px;
        left: unset
    }

    .sp-parallax-bg-wrapper {
        height: 250px;
        bottom: 0
    }

    .sp-parallax-layer {
        background-size: cover;
        background-position: bottom
    }

    .sp-layer-0 {
        height: 230px;
        bottom: 0
    }

    .sp-layer-1 {
        height: 235px;
        bottom: 10px
    }

    .sp-layer-3 {
        height: 240px;
        bottom: 10px
    }

    .sp-layer-5 {
        height: 245px;
        top: 20px
    }
}