:root {
    --primary: #005cf0;
    --dark: #0d194b
}

html {
    scroll-behavior: smooth
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}

.show-on-scroll {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.is-visible {
    visibility: visible;
    opacity: 1
}

.c-jummy-action {
    --blue: 82, 145, 255;
    --green: 135, 206, 168;
    --pink: 237, 123, 202;
    --orange: 255, 168, 93;
    --primary: 0, 92, 240;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90vh;
    min-height: 720px;
    padding: 12.5rem 3rem 6.5rem;
    overflow: hidden;
    font-family: sofia-pro, sans-serif
}

@media (min-width:768px) {
    .c-jummy-action {
        min-height: 768px;
        padding: 13.25rem 3rem 10rem
    }
}

@media (max-height:900px) and (min-width:576px) and (max-width:992px) {
    .c-jummy-action {
        min-height: 1000px;
        padding-top: 17rem
    }
}

.c-jummy-action__title {
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1;
    text-align: center;
    color: #0d194b;
    letter-spacing: -.0625rem
}

@media (min-width:576px) and (max-width:767.98px) {
    .c-jummy-action__title {
        width: 20rem
    }
}

.c-jummy-action__title strong {
    font-weight: 900;
    color: rgba(var(--primary), 1)
}

.c-jummy-action__cta {
    padding: .9rem 2rem 1.1rem;
    background-color: rgba(var(--primary), 1);
    box-shadow: 0 1rem 3rem -1rem rgba(var(--primary), 1)
}

.c-jummy-action__cta:focus,
.c-jummy-action__cta:hover {
    border-color: rgba(var(--primary), 1);
    background-color: #004ecc;
    box-shadow: 0 1rem 3rem -.5rem rgba(var(--primary), 1)
}

.c-jummy-action__cta:not(.disabled):not(.disabled):active,
.c-jummy-action__cta:not(:disabled):not(.disabled):active:focus {
    border-color: rgba(var(--primary), 1);
    background-color: #004ecc;
    box-shadow: 0 1rem 3rem -1rem rgba(var(--primary), 1)
}

.c-jummy-action__more {
    position: absolute;
    bottom: 28px;
    z-index: 1020;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #b7d3fa33;
    background: linear-gradient(166deg, #fff 0, #eff6ff 100%) no-repeat;
    box-shadow: .125rem .125rem .625rem #c4d9ef
}

@media (min-width:768px) {
    .c-jummy-action__title {
        width: 35rem;
        font-size: 3.875rem;
        letter-spacing: -.096875rem
    }

    .c-jummy-action__more {
        bottom: 47px
    }
}

.c-jummy-action__more::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"%3e%3crect fill="none" height="24" width="24"/%3e%3cpath fill="%23005cf0" d="M18.3,14.29L18.3,14.29c-0.39-0.39-1.02-0.39-1.41,0L13,18.17V3c0-0.55-0.45-1-1-1h0c-0.55,0-1,0.45-1,1v15.18l-3.88-3.88 c-0.39-0.39-1.02-0.39-1.41,0l0,0c-0.39,0.39-0.39,1.02,0,1.41l5.59,5.59c0.39,0.39,1.02,0.39,1.41,0l5.59-5.59 C18.68,15.32,18.68,14.68,18.3,14.29z"/%3e%3c/svg%3e') 50% 50%/1.5rem no-repeat
}

.c-jummy-action__more:focus,
.c-jummy-action__more:hover {
    box-shadow: 0 1rem 1rem -.75rem rgba(var(--primary), 1)
}

.c-jummy-action__more:not(.disabled):not(.disabled):active,
.c-jummy-action__more:not(:disabled):not(.disabled):active:focus {
    border-color: rgba(var(--primary), .5)
}

@keyframes bounce {

    0%,
    0.2%,
    10%,
    100%,
    5.5% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    4%,
    4.3% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    7% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    8% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    9% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.c-jummy-action__person {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0
}

.c-jummy-action__person::before {
    content: '';
    bottom: 0;
    display: block;
    width: 100%;
    padding-top: 100%
}

.c-jummy-action__person-claim {
    position: absolute;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-indent: -200rem
}

.c-jummy-action__person-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    border: 0
}

.c-jummy-action__person--1 {
    bottom: 59.8%;
    left: 6.25%;
    width: 7%;
    max-width: 98px
}

.c-jummy-action__person--1 .c-jummy-action__person-claim {
    background-color: rgba(var(--green), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--green), .5)
}

.c-jummy-action__person--2 {
    bottom: 25%;
    left: 9.5%;
    width: 14.5%;
    max-width: 216px
}

.c-jummy-action__person--2 .c-jummy-action__person-claim {
    background-color: rgba(var(--blue), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--blue), .5)
}

.c-jummy-action__person--3 {
    bottom: 64.5%;
    left: 21.25%;
    width: 11%;
    max-width: 157px
}

.c-jummy-action__person--3 .c-jummy-action__person-claim {
    background-color: rgba(var(--pink), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--pink), .5)
}

.c-jummy-action__person--4 {
    bottom: 13.5%;
    left: 29.25%;
    width: 9%;
    max-width: 128px
}

.c-jummy-action__person--4 .c-jummy-action__person-claim {
    background-color: rgba(var(--orange), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--orange), .5)
}

.c-jummy-action__person--5 {
    bottom: 77.25%;
    left: 46%;
    width: 7%;
    max-width: 174px
}

.c-jummy-action__person--5 .c-jummy-action__person-claim {
    background-color: rgba(var(--green), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--green), .5)
}

.c-jummy-action__person--6 {
    bottom: 66.75%;
    left: 61%;
    width: 9.25%;
    max-width: 136px
}

.c-jummy-action__person--6 .c-jummy-action__person-claim {
    background-color: rgba(var(--orange), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--orange), .5)
}

.c-jummy-action__person--7 {
    bottom: 7.75%;
    left: 55.5%;
    width: 5.5%;
    max-width: 76px
}

.c-jummy-action__person--7 .c-jummy-action__person-claim {
    background-color: rgba(var(--pink), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--pink), .5)
}

.c-jummy-action__person--8 {
    bottom: 12.5%;
    left: 67%;
    width: 10.25%;
    max-width: 148px
}

.c-jummy-action__person--8 .c-jummy-action__person-claim {
    background-color: rgba(var(--blue), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--blue), .5)
}

.c-jummy-action__person--9 {
    bottom: 37.8%;
    left: 76%;
    width: 14%;
    max-width: 202px
}

.c-jummy-action__person--9 .c-jummy-action__person-claim {
    background-color: rgba(var(--pink), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--pink), .5)
}

.c-jummy-action__person--10 {
    bottom: 73.8%;
    left: 87.25%;
    width: 6.5%;
    max-width: 88px
}

.c-jummy-action__person--10 .c-jummy-action__person-claim {
    background-color: rgba(var(--blue), 1);
    box-shadow: .25rem .5rem 1rem rgba(var(--orange), .5)
}

@media (max-width:991.98px) {
    .c-jummy-action__cta {
        margin-top: auto
    }

    .c-jummy-action__person--1 {
        bottom: 78%;
        left: 7%;
        width: 16%
    }

    .c-jummy-action__person--3 {
        bottom: 80.5%;
        left: 34%;
        width: 20.5%
    }

    .c-jummy-action__person--4 {
        bottom: 37.5%;
        left: 34%;
        width: 20%
    }

    .c-jummy-action__person--5 {
        bottom: 86.5%;
        left: 80%;
        width: 13.5%
    }

    .c-jummy-action__person--6 {
        bottom: 74.5%;
        left: 62%;
        width: 19%
    }

    .c-jummy-action__person--7 {
        bottom: 46%;
        left: 7%;
        width: 13.5%
    }

    .c-jummy-action__person--8 {
        bottom: 41%;
        left: 75%;
        width: 18.5%
    }

    .c-jummy-action__person--9 {
        bottom: 28.5%;
        left: 59%;
        width: 19.5%
    }

    .c-jummy-action__person--10 {
        bottom: 31%;
        left: 11.5%;
        width: 16.5%
    }

    .c-jummy-action__person--2 {
        display: none
    }
}

@media (max-width:575.98px) {

    .c-jummy-action__person--1,
    .c-jummy-action__person--10,
    .c-jummy-action__person--3,
    .c-jummy-action__person--4,
    .c-jummy-action__person--5,
    .c-jummy-action__person--6,
    .c-jummy-action__person--7,
    .c-jummy-action__person--8,
    .c-jummy-action__person--9 {
        opacity: 50%;
        max-width: 10%
    }
}

.c-jummy-action__person--6 .c-jummy-action__person-image {
    bottom: -.1rem
}

.c-jummy-action__drops {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.c-jummy-action__drop {
    position: absolute;
    z-index: -1;
    width: 40vmin;
    height: 40vmin;
    border-radius: 40vmin
}

@media (prefers-reduced-motion:no-preference) {

    .c-jummy-action__more:not(:focus),
    .c-jummy-action__more:not(:hover) {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation: 6s infinite bounce;
        animation: 6s infinite bounce
    }

    .c-jummy-action__drop {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-animation-name: drop-move;
        animation-name: drop-move;
        -webkit-animation-duration: 60s;
        animation-duration: 60s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .c-jummy-action__drop:nth-child(1) {
        top: 2%;
        left: 19%;
        color: rgba(var(--green), .5);
        box-shadow: -80vmin 0 18.46368vmin currentColor;
        -webkit-transform-origin: -3vw 18vh;
        transform-origin: -3vw 18vh;
        -webkit-animation-duration: 30.7s;
        animation-duration: 30.7s;
        -webkit-animation-delay: -20.7s;
        animation-delay: -20.7s
    }

    .c-jummy-action__drop:nth-child(2) {
        top: 6%;
        left: 9%;
        color: rgba(var(--green), .5);
        box-shadow: -80vmin 0 17.67215vmin currentColor;
        -webkit-transform-origin: 6vw -15vh;
        transform-origin: 6vw -15vh;
        -webkit-animation-duration: 67.5s;
        animation-duration: 67.5s;
        -webkit-animation-delay: -18.4s;
        animation-delay: -18.4s
    }

    .c-jummy-action__drop:nth-child(3) {
        top: 4%;
        left: 5%;
        color: rgba(var(--pink), .5);
        box-shadow: 80vmin 0 17.88367vmin currentColor;
        -webkit-transform-origin: -22vw -4vh;
        transform-origin: -22vw -4vh;
        -webkit-animation-duration: 52.1s;
        animation-duration: 52.1s;
        -webkit-animation-delay: -18.2s;
        animation-delay: -18.2s
    }

    .c-jummy-action__drop:nth-child(4) {
        top: 5%;
        left: 20%;
        color: rgba(var(--green), .5);
        box-shadow: 80vmin 0 14.15908vmin currentColor;
        -webkit-transform-origin: -19vw 14vh;
        transform-origin: -19vw 14vh;
        -webkit-animation-duration: 38.6s;
        animation-duration: 38.6s;
        -webkit-animation-delay: -10s;
        animation-delay: -10s
    }
}

@keyframes drop-move {
    100% {
        -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
        transform: translate3d(0, 0, 1px) rotate(360deg)
    }
}