.banner__multicolored {
    margin-top: 0;
    min-height: 420px;
    background: url('../../images/home-page/banner/book-now-banner.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.banner__multicolored.banner__gradient--top,
.banner__grayscale.banner__grayscale--gradient {
    margin-top: 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #0B342F(255, 255, 255, 0.00) 155.95%);
}

.banner__multicolored.banner__gradient--bottom,
.banner__grayscale.banner__grayscale--gradient {
    margin-top: 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #0B342F 100%);
}

.banner__multicolored button {
    margin-top: 30px;
}

.banner__multicolored h2 {
    font-weight: 500;
}


.banner__multicolored--cnf00,
.banner__multicolored--cnf01 {
    position: absolute;
    top: -10px;
}

.banner__multicolored--cnf02 {
    position: absolute;
    bottom: 75px;
    right: 14px;
    top: auto;
}

.banner__multicolored--cnf00 {
    width: 12px;
    height: 6px;
    background-color: #0B342F;
    border-radius: 4px;
    left: 0%;
    transform: rotate(212deg);
    animation: drop-multicolored-0 5s infinite;
}

@keyframes drop-multicolored-0 {
    0% {
        top: 10%;
    }

    20% {
        left: 15%;
    }

    100% {
        top: 110%;
        left: 43%;
    }
}

.banner__multicolored--cnf01 {
    width: 14px;
    height: 30px;
    background-color: #d71910;
    opacity: 0.5;
    left: 28%;
    transform: rotate(197deg);
    animation: drop-1 10s infinite;
    border-radius: 50% 80% 50% 65% / 60% 88% 40% 30%;
}

.banner__multicolored--cnf01::before,
.banner__multicolored--cnf01::after {
    content: '';
    width: 11px;
    height: 9px;
    background-color: #d71910;
    border-radius: 7px;
    display: block;
    margin-left: 120px;
    margin-top: 20px;
}

.banner__multicolored--cnf01::after {
    width: 45px;
    height: 20px;
    right: 300px;
    opacity: 0.3;
    border-radius: 35% 77% 50% 65% / 60% 88% 40% 30%;
    position: absolute;
    background-color: #d71910;
}

@keyframes drop-1 {
    0% {
        top: 100%;
    }

    20% {
        left: 15%;
    }


    100% {
        opacity: 0.1;
        left: 29%;
    }
}

.banner__multicolored--cnf02 {
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    animation: drop-multicolored-2 5s infinite;

}

.banner__multicolored--cnf02::before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

@keyframes drop-multicolored-2 {
    100% {
        bottom: 110%;
        right: 90px;
        opacity: 0.3;
    }
}


.banner__grayscale {
    margin-top: 50px;
    min-height: 420px;
    background: url('../../images/about-us-page/banner/banner-about-us.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.banner__grayscale button {
    margin-top: 20px;
}


.banner__grayscale--cnf00,
.banner__grayscale--cnf01 {
    position: absolute;
    top: -10px;
}


.banner__grayscale--cnf00 {
    width: 12px;
    height: 6px;
    background-color: #fae5aa;
    border-radius: 4px;
    left: 0%;
    transform: rotate(212deg);
    animation: drop-grayscale-0 5s infinite;
}

@keyframes drop-grayscale-0 {
    0% {
        top: 10%;
    }

    20% {
        left: 15%;
    }

    100% {
        top: 110%;
        left: 43%;
    }
}

.banner__grayscale--cnf01 {
    width: 40px;
    height: 30px;
    background-color: #9d4e29;
    opacity: 0.5;
    border-radius: 35% 77% 50% 65% / 60% 88% 40% 30%;
    left: 28%;
    transform: rotate(197deg);
    animation: drop-grayscale-1 10s infinite;
}

.banner__grayscale--cnf01::before,
.banner__grayscale--cnf01::after {
    content: '';
    width: 11px;
    height: 9px;
    background-color: #d71910;
    border-radius: 7px;
    display: block;
    margin-left: 120px;
    margin-top: 20px;
}

.banner__grayscale--cnf01::after {
    width: 26px;
    height: 20px;
    right: 200px;
    border-radius: 12px;
    opacity: 0.3;
    position: absolute;
    background-color: gray;
}

@keyframes drop-grayscale-1 {
    0% {
        top: 110%;
    }

    20% {
        left: 15%;
    }

    100% {
        opacity: 0.1;
        left: 29%;
    }
}

.banner__grayscale--cnf02 {
    position: absolute;
    bottom: 140px;
    right: 60px;
    top: auto;
    width: 5px;
    height: 6px;
    background-color: #000;
    border-radius: 2px;
    animation: drop-grayscale-2 5s infinite;

}

.banner__grayscale--cnf02::before {
    content: '';
    width: 4px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

@keyframes drop-grayscale-2 {
    100% {
        bottom: 110%;
        right: 90px;
        opacity: 0.3;
    }
}

.banner__grayscale--cnf03 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 50%;
    width: 7px;
    height: 6px;
    background-color: #000;
    border-radius: 2px;
    animation: drop-grayscale-3 20s infinite;

}

.banner__grayscale--cnf03::before {
    content: '';
    width: 4px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

.banner__grayscale--cnf03::after {
    content: '';
    width: 4px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    display: block;
    margin-left: 20px;
    margin-top: 30px;
}

@keyframes drop-grayscale-3 {
    100% {
        bottom: 90%;
        left: 100%;
        opacity: 0.3;
    }
}

.banner__multicolored--cnf03 {
    display: block;
    width: 160px;
    height: 180px;
    border-radius: 35% 77% 50% 65% / 60% 88% 40% 30%;
    position: absolute;
    left: -15px;
    bottom: -30px;
    background-color: #d71910;
    opacity: 0.2;
    transform: rotate(260deg);
    animation: drop-multicolored-3 6s infinite;

}

@keyframes drop-multicolored-3 {
    0% {
        transform: rotate(300deg);
    }

    20% {
        transform: rotate(280deg);
        height: 220px;
        border-radius: 35% 77% 50% 65% / 60% 88% 80% 20%;
    }


    100% {
        transform: rotate(300deg);
    }
}

@media screen and (max-width: 480px) {

    .banner__multicolored {

        min-height: 310px;
    }

    .banner__multicolored button {
        min-width: 200px;
        height: 60px;
        font-size: 20px;
        line-height: 24px;
    }

    .banner__multicolored--cnf03 {
        width: 100px;
        height: 150px;
    }


    .banner__grayscale {
        margin-top: 60px;
        min-height: 310px;
        width: 100%;
        box-sizing: border-box;
    }
}