@charset "utf-8";

@font-face {
    font-family: 'Futura';
    src: url('/fonts/FuturaDemiC.eot');
    src: url('/fonts/FuturaDemiC.eot?#iefix') format('embedded-opentype'), url('/fonts/FuturaDemiC.woff') format('woff'), url('/fonts/FuturaDemiC.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('/fonts/FuturaMediumC.eot');
    src: url('/fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'), url('/fonts/FuturaMediumC.woff') format('woff'), url('/fonts/FuturaMediumC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('/fonts/FuturaLightC.eot');
    src: url('/fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'), url('/fonts/FuturaLightC.woff') format('woff'), url('/fonts/FuturaLightC.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('/fonts/FuturaBookC.eot');
    src: url('/fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'), url('/fonts/FuturaBookC.woff') format('woff'), url('/fonts/FuturaBookC.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.story-item .sp-dropdown {
    position: fixed;
    display: none;
    width: 944px !important;
    left: 50% !important;
    transform: translate(-50%, 1px);
}

.story-item .sp-dropdown-items {
    display: flex;
    flex-wrap: wrap;
}

.sp-megamenu-parent .story-item .sp-dropdown li.sp-menu-item {
    width: 25%;
}

#sp-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 166px 166px;
    z-index: -1;
    box-shadow: 0 8px 29px 9px #00000080;
}

:focus {
    outline: none !important;
}

@keyframes flying {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 10px);
    }

    100% {
        transform: translate(0, 0px);
    }
}

.regular-h1 {
    text-align: left;
    margin-top: 9px;
    font-size: 37px;
    margin-bottom: 16px;
}

.first-desc-sect {
    position: relative;
    z-index: 1;
    padding-bottom: 58px;
    background-color: #f2f4f7;
}

.regular-p {
    font-size: 21px;
    position: relative;
    line-height: 32px;
    z-index: 1;
}

.about-banner ul {
    font-size: 21px;
    line-height: 32px;
    padding-left: 20px;
}

.regular-h2 {
    font-size: 38px;
    margin-top: 27px;
    margin-bottom: 27px;
    position: relative;
    z-index: 1;
}

/*!*/
.navigation-block {
    display: flex;
    justify-content: space-between;
}


#sp-bottom {
    background: linear-gradient(90deg, #791ff1, #e352ff 90%);
    padding: 0px;
    border-radius: 20px 20px 0 0;
}

/*!*/
.row-ender {
    width: 100%;
    height: 200px;
    background: #fdfdfd;
    margin-top: -139px;
    border: 1px solid #0000000f;
    border-radius: 5px;
}

/*!*/
.slid-bg-fly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: blur(1.5px);
}

#sp-bottom1 .custom > .nav.menu {
    display: flex;
    justify-content: space-around;
    height: 56px;
    align-items: center;
}

#sp-bottom1 .custom > .menu a {
    color: white;
    font-weight: 500;
    font-size: 17px;
}

.subfooter {
    height: unset;
    background: #ffffff12;
    color: white;
}

.subfooter .col-md-4 {
    padding-top: 43px;
}

.sb-ttl {
    display: block;
    margin-bottom: 18px;
    font-weight: 500;
}

.social-qutes {
    list-style: none;
    padding: 0;
}

.soc-links {
    display: flex;
    flex-wrap: wrap;
    width: 51%;
    justify-content: space-between;
}

.soc-links li {
    margin-bottom: 10px;
}

.soc-links a {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    justify-content: center;
    align-items: center;
}

.social-qutes a {
    color: white !important;
    border-radius: 7px;
}

.subfooter .copyright-mini {
    border-top: 1px solid #ffffff91;
    margin-top: 78px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

#sp-bottom1 .sp-module ul > .parent > a:before {
    display: none;
}

.subfooter .nav.menu a {
    color: white;
}

.download-lnk img {
    width: 183px;
    margin-bottom: 19px;
}

.floating-menu {
    display: none;
}

/*!*/
.third-row {
    display: flex;
    justify-content: space-between;
}

/*!*/
.help-block.pull-right.small.muted {
    width: 100%;
}

.lighted-rose {
    color: #b51fde;
    font-weight: 400;
}

.poppup-banner-ads-wrapper {
    margin-bottom: 49px;
}

@media (min-width: 920px) {
    .add-to {
        display: none !important;
    }
}