/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/modules/regular/Hero banner mapscale.module/module.css ***!
  \********************************************************************************************************************************************************/
.hero-banner-mapscale {
    position: relative;

    @-webkit-keyframes rotateBackground {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
  background: linear-gradient(to bottom right,rgba(0,25,67,1),rgba(0,0,0,1));
}

    .hero-banner-mapscale__wrapper {
        grid-gap: 48px;
        gap: 48px;
    }

    @media (max-width: 992px) {

    .hero-banner-mapscale__wrapper {
            grid-gap: 38px;
            gap: 38px
    }
        }

    .hero-banner-mapscale__wrapper--text {
            position: relative;
            z-index: 2;
            margin: 0 auto;
        }

    .hero-banner-mapscale__wrapper--text h5 {
                font-size: var(--TypographyFontSizeParagraphregular);
                font-weight: 400;
                line-height: var(--TypographyLineHeight200);
            }

    .hero-banner-mapscale__wrapper--text h1 {
                font-weight: 400;
                color: #051C4F;
            }

    .hero-banner-mapscale__wrapper--text p {
                color: #2E3138;
            }

    @media (min-width: 992px) {

    .hero-banner-mapscale__wrapper--text p {
                    font-size: 23px;
                    font-weight: 300;
                    line-height: 30px
            }
                }

    .hero-banner-mapscale__wrapper--video {
            position: relative;
            z-index: 3;


        }

    .hero-banner-mapscale__wrapper--video .video {
                border-radius: 24px;
                overflow: hidden;
                margin: 0 auto;
                pointer-events: none;
                position: relative;
            }

    .hero-banner-mapscale__wrapper--video .video.active {
                    pointer-events: all;
                }

    .hero-banner-mapscale__wrapper--video .video .img-background {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    margin: 0 auto;
                }

    .hero-banner-mapscale__wrapper--video .video .img-background .mask {
                        width: 100%;
                        min-height: 100%;
                    }

    .hero-banner-mapscale__wrapper--video .play-btn {
                position: absolute;
                top: calc(50% - 70px);
                left: calc(50% - 70px);
                z-index: 3;
                cursor: pointer;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

    @media (max-width: 992px) {

    .hero-banner-mapscale__wrapper--video .play-btn {
                    top: calc(50% - 35px);
                    left: calc(50% - 35px)
            }
                }

    .hero-banner-mapscale__wrapper--video .play-btn:hover svg {
                    -webkit-transform: scale(.96);
                            transform: scale(.96);
                }

    .hero-banner-mapscale__wrapper--video .play-btn svg {
                    -webkit-transition: all .3s;
                    transition: all .3s;
                }

    @media (max-width: 992px) {

    .hero-banner-mapscale__wrapper--video .play-btn svg {
                        width: 70px;
                        height: 70px
                }
                    }

    .hero-banner-mapscale .object {
        position: absolute;
        left: 0px;
        top: 10%;
        width: 100%;
        height: 60%;
        -webkit-animation: rotateBackground 20s infinite ease-in-out;
                animation: rotateBackground 20s infinite ease-in-out;
    }

    .hero-banner-mapscale .dot {
        width: 50%;
        height: 80%;
        -webkit-filter: blur(60px);
                filter: blur(60px);
        opacity: .15;
    }

    @media (max-width: 767px) {

    .hero-banner-mapscale .dot {
            width: 200px;
            height: 200px
    }
        }

    @supports (-webkit-backdrop-filter: blur(1px)) {

    .hero-banner-mapscale .dot {
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden
    }
        }

    .hero-banner-mapscale .dot.first {
            position: absolute;
            background-color: #B8EBE8;
            left: 0px;
            //animation: rotateFirst 15s infinite ease-in-out;
        }

    .hero-banner-mapscale .dot.second {
            position: absolute;
            background-color: #C0B9E8;
            right: 0px;
            //animation: secondDot 15s infinite ease-in-out;
        }

    @keyframes rotateBackground {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
