#hero-main {
    padding: 80px 0;
}

.home #hero-main {
    padding-top: 144px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 770px;
}

.mobile-lottie {
    display: none;
}

#hero-main.font-dark #hero-sup,
#hero-main.font-dark #hero-title,
#hero-main.font-dark #hero-text {
    color: #0A2144;
}

#hero-main.font-light #hero-sup,
#hero-main.font-light #hero-title,
#hero-main.font-light #hero-text {
    color: #fff;
}

#hero-main.hero-main-technology {
    padding-bottom: 0;
}

#hero-main.hero-main-technology #hero-title {
    width: 100%;
    font-size: 72px;
    line-height: 80px;
}

#hero-main.hero-main-technology #hero-title p {
    max-width: 700px;
    margin: 0 auto;
}

#hero-main.hero-main-technology #hero-text {
    width: 100%;
}

#hero-main.hero-main-technology #hero-text p {
    max-width: 730px;
    margin: 0 auto;
}

#hero-main-inner {
    max-width: 1120px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#hero-content {
    order: 1;
}

#hero-media {
    order: 2;
}

.reverse #hero-content {
    order: 2
}

.reverse #hero-media {
    order: 1
}

.full-width-columns #hero-main-inner {
    flex-wrap: wrap;
    text-align: center;
}

.full-width-columns #hero-content,
.full-width-columns #hero-media,
.full-width-columns .button-wrapper {
    max-width: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-solutions #hero-media {
    flex-direction: row;
    flex-wrap: wrap;
}

.full-width-columns #hero-media {
    margin-top: 45px;
}

.home .full-width-columns #hero-media {
    max-width: 400px;
    margin: -80px auto -20px;
}

.home #hero-title {
    font-size: 80px;
    line-height: 89px;
}

.full-width-columns.reverse #hero-media {
    margin-top: 0;
    margin-bottom: 20px;
}

.single-column #hero-content {
    max-width: none;
}

.single-column #hero-media {
    display: none;
}

#hero-media iframe,
#hero-media iframe {
    border-radius: 10px;
}

.home #hero-media .orange-circle {
    left: 22%;
    bottom: 1%;
    position: relative;
}

.home #hero-main .lottie-player {
    position: relative;
    left: 33px;
    bottom: -15px;
    width: 548.8px !important;
    height: 267.09px !important;
    background: transparent!important;
}

@media (max-width: 768px) {
    #hero-content {
        order: 1
    }
    #hero-media {
        display: none
    }
}

#hero-sup {
    font-weight: bold;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 8px 0;
}

#hero-title {
    font-weight: bold;
    font-size: 72px;
    line-height: 79px;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}

#hero-text {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 40px 0;
}

@media (max-width: 768px) {
    #hero-sup,
    #hero-title,
    #hero-text {
        padding: 0 24px;
    }
    .desktop-lottie {
        display: none;
    }
    .mobile-lottie {
        display: block;
    }
}

#hero-content {
    max-width: 49%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home #hero-content {
    max-width: 50%;
}

#hero-media {
    max-width: 49%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#hero-media .rll-youtube-player {
    border-radius: 30px;
    max-width: 544px;
    margin: 0 auto;
}

#mobile-media {
    display: none;
}

#hero-buttons-wrapper {
    display: flex;
    flex-direction: row;
}

#hero-buttons-wrapper .button-wrapper a {
    margin: 0 0 0 20px;
}

#hero-buttons-wrapper .button-wrapper:first-child a {
    margin: 0;
}

#hero-main.hero-main-payments #hero-media,
#hero-main.hero-main-ad-campaigns .svg-wrapper svg {
    border-radius: 20px;
    overflow: hidden;
}

#hero-main.hero-main-subscriptions #hero-media {
    border-radius: 20px;
    overflow: hidden;
    max-width: 414px;
}

#hero-main.hero-main-digital-experience #hero-media {
    border-radius: 20px;
    overflow: hidden;
    max-width: 400px;
    margin-top: -100px;
}

#hero-main.hero-main-digital-experience #hero-content {
    max-width: 56%;
}

#about #hero-main {
    padding: 0;
    margin-bottom: 40px;
}

#about #hero-main-inner {
    overflow: hidden;
    height: 700px
}

#about #hero-main-inner .lottie-player {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    position: relative!important;
}

#about #hero-main-inner .lottie-player svg {
    width: 130%!important;
    width: 150%!important;
    position: absolute;
}

#about #hero-media svg {
    position: relative;
    right: 0;
    bottom: -76px;
}

@media (max-width: 1168px) {
    #about #hero-main-inner {
        overflow: hidden;
        height: auto
    }
    #about #hero-main-inner .lottie-player {
        width: 100%!important;
        height: auto!important;
        max-width: 100%!important;
        position: relative!important;
    }
    #about #hero-main-inner .lottie-player svg {
        width: 100%!important;
        position: relative;
        right: auto;
        bottom: 0;
    }
}

#about #hero-main #hero-content {
    padding-top: 160px;
}

#about #hero-media {
    max-width: 45%;
}

#about #hero-content {
    max-width: 55%;
}


/*#about #hero-main #hero-media lottie-player {
    width: 230% !important;
    height: auto !important;
    max-width: 230% !important;
    margin-right: -48%;
}*/

@media (max-width: 1168px) {
    .home #hero-main {
        height: 600px;
        background-size: cover;
        background-position: 48% 23px;
    }
    #hero-main-inner {
        max-width: none;
        padding: 0 24px;
    }
    #hero-sup {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 16px 0;
    }
    #hero-title,
    .home #hero-title {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 18px 0;
    }
    #hero-text {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 40px 0;
    }
    #hero-content {
        max-width: 33%;
    }
    #hero-media {
        max-width: 58%;
    }
    #hero-main #hero-buttons-wrapper {
        flex-direction: column;
    }
    #hero-buttons-wrapper .button-wrapper a {
        margin: 20px 0 0 0;
    }
    #hero-buttons-wrapper .button-wrapper:first-child a {
        margin: 0;
    }
    .home .full-width-columns #hero-media {
        margin: -90px 0 -50px;
    }
    .home #hero-media .orange-circle {
        left: 22.4%;
    }
    .home #hero-main .lottie-player {
        width: 100% !important;
        height: auto !important;
    }
    .home .lottie-player svg {
        width: 548px!important;
        height: 268px!important;
    }
}

@media (min-width: 768px) and (max-width: 1010px) {
    .home #hero-titile {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 16px 0;
    }
    .home #hero-main {
        background-position: 36% -17px;
    }
    .home #hero-text {
        font-size: 15px;
    }
    .home .lottie-player svg {
        width: 100%!important;
        height: auto!important;
    }
}

@media (max-width: 768px) {
    #hero-main {
        padding: 24px 0 40px 0;
    }
    .home #hero-main {
        height: auto;
        text-align: center;
        padding: 120px 0 70px;
        background-position: center;
        background-size: cover;
    }
    #hero-main-inner {
        padding: 0;
    }
    #hero-media {
        display: none;
    }
    #mobile-media {
        display: block;
        margin: 0 0 24px 0;
    }
    #mobile-media svg,
    #mobile-media img,
    #mobile-media iframe {
        max-width: 100%;
        height: auto;
    }
    #mobile-media iframe {
        min-height: 300px;
        border-radius: 10px;
    }
    .mobile-media-padding #mobile-media {
        padding: 0 24px;
    }
    #hero-sup {
        order: 1
    }
    #hero-title {
        order: 2
    }
    #hero-text {
        order: 3
    }
    #hero-main #hero-buttons-wrapper,
    #hero-main .button-wrapper {
        order: 4
    }
    .home #hero-text {
        padding-top: 50px;
    }
    #hero-sup,
    #hero-title,
    #hero-text,
    .button-wrapper {
        padding: 0 24px;
    }
    /*.hero-main-payments #hero-text {
        margin: 0;
    }*/
    #hero-main.media-last #mobile-media {
        margin: 0;
    }
    #hero-main.media-last .button-wrapper {
        margin: 0 0 24px 0;
    }
    #hero-content,
    .home #hero-content {
        max-width: none;
    }
    .home #hero-title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 0;
    }
    .home #hero-text {
        font-size: 16px;
        line-height: 27px;
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .home #hero-text p {
        display: inline;
    }
    .home #hero-text p br {
        display: none;
    }
    .home #mobile-media .orange-circle {
        position: relative;
        left: -30.7%;
        bottom: 7%;
        width: 24px;
    }
    .hero-main-channels.mobile-media-padding #mobile-media,
    .hero-main-zero-touch-service-experience.mobile-media-padding #mobile-media,
    .hero-main-cloud-cost.mobile-media-padding #mobile-media,
    .hero-main-subscriptions.mobile-media-padding #mobile-media {
        padding: 0;
    }
    .home #hero-main-inner #mobile-media {
        margin: 0 0 -10px;
    }
    #hero-main.hero-main-digital-experience #hero-content {
        max-width: 100%;
    }
    #hero-main.hero-main-digital-experience #hero-content lottie-player {
        max-width: 360px !important;
        height: auto;
    }
    .home #hero-main .lottie-player {
        position: relative;
        left: 0;
        bottom: -15px;
        bottom: -30px;
    }
    .home .lottie-player svg {
        width: 100%!important;
        height: auto!important;
    }
    #hero-main.hero-main-digital-experience #hero-content #mobile-media {
        margin-top: -50px;
    }
    #zero-touch-service-experience #hero-main #hero-content #mobile-media {
        margin-top: -50px;
    }
    #hero-main #hero-text br,
    #hero-main #hero-title br {
        display: none;
    }
    #about #hero-main #hero-content {
        padding-top: 30px;
    }
    #about #hero-main #hero-content svg {
        margin-bottom: -10px;
        margin-top: -150px;
    }
    #about #hero-main #hero-content h1 {
        max-width: 245px;
    }
}

@media (max-width: 500px) {
    .home #hero-main {
        /*background-size: contain;*/
        /*background-position: 0px 34%;*/
    }
}

@media (max-width: 400px) {
    .home #hero-main {
        /*background-position: 0px 45%;*/
    }
}

@media (max-width: 768px) {
    .hero-main-cloud-cost-management .button {
        display: block;
        width: 232px;
        margin-left: auto!important;
        margin-right: auto!important;
        text-align: center;
    }
}

@media (max-width: 1170px) {
    .home #hero-text {
        max-width: 535px;
    }
    .home #hero-text br {
        display: none;
    }
    .home #hero-main {
        background-position: 48% 41px;
    }
}

@media (max-width: 1100px) {
    .home #hero-main {
        background-position: 48% 28px;
    }
}

@media (max-width: 1026px) {
    .home #hero-main {
        background-position: 48% 28px;
    }
}

@media (max-width: 1011px) {
    .home #hero-main {
        background-position: 50% 18px;
    }
}

@media (max-width: 925px) {
    .home #hero-main {
        background-position: 50% 9px;
    }
}

@media (max-width: 889px) {
    .home #hero-main {
        background-position: 50% 17px;
    }
}

@media (max-width: 815px) {
    .home #hero-main {
        background-position: 50% 7px;
    }
}

@media (max-width: 768px) {
    .home #hero-main {
        background-position: 39% 33px;
    }
    .home #hero-text {
        margin: 25px auto 40px;
    }
}

@media (max-width: 710px) {
    .home #hero-main {
        background-position: 39% 25px;
    }
}

@media (max-width: 670px) {
    .home #hero-main {
        background-position: 39% 10px;
    }
}

@media (max-width: 615px) {
    .home #hero-main {
        background-position: 39% -5px;
    }
}

@media (max-width: 555px) {
    .home #hero-main {
        background-position: 39% -18px;
    }
}

@media (max-width: 496px) {
    .home #hero-main {
        background-position: 39% -46px;
    }
}

@media (max-width: 455px) {
    .home #hero-main {
        background-position: 39% -58px;
    }
}

@media (max-width: 394px) {
    .home #hero-main {
        background-position: 39% -66px;
    }
}

@media (max-width: 385px) {
    .home #hero-main {
        background-position: 39% -87px;
    }
}

@media (max-width: 357px) {
    .home #hero-main {
        background-position: 39% -95px;
    }
}

@media (max-width: 332px) {
    .home #hero-main {
        background-position: 39% -115px;
    }
}

.animation #hero-content,
.animation #hero-content #hero-sup,
.animation #hero-content #hero-title,
.animation #hero-content #hero-text,
.animation #hero-content .button,
.animation #hero-media {
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: none;
    transition: none;
}


/* .home .animation #hero-media{
    will-change: opacity,transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 3s cubic-bezier(.63,.61,.43,1),-webkit-transform 2.8s cubic-bezier(.63,.61,.43,1);
    transition: opacity 3s cubic-bezier(.63,.61,.43,1),-webkit-transform 2.8s cubic-bezier(.63,.61,.43,1);
    transition: opacity 3s cubic-bezier(.63,.61,.43,1),transform 2.8s cubic-bezier(.63,.61,.43,1);
    transition: opacity 3s cubic-bezier(0.22, 0.61, 0.36, 1),transform 2.8s cubic-bezier(.63,.61,.43,1),-webkit-transform 2.8s cubic-bezier(.63,.61,.43,1); 
} */

.animation #hero-media .lottie-player,
.animation #hero-media svg {
    opacity: 0;
    transition: none;
    /* -webkit-transition: opacity 1.2s cubic-bezier(.215,.61,.355,1) .4s;
    transition: opacity 1.2s cubic-bezier(.215,.61,.355,1) .4s; */
}

.appear #hero-content {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0s;
}

.appear #hero-content #hero-sup {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0.15s;
}

.appear #hero-content #hero-title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0s;
}

.appear #hero-content #hero-text {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0.30s;
}

.appear #hero-content .button {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0.45s;
}

.appear #hero-media {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0.6s;
}


/* .home .appear #hero-media  {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.6s;
} */

.appear #hero-media .lottie-player,
.appear #hero-media svg {
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    opacity: 1;
}

.animation #hero-content #mobile-media,
.page-template-solutions .animation #hero-media {
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    transform: none;
}

.appear #hero-content #mobile-media,
.page-template-solutions .appear #hero-media {
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    opacity: 1;
    transform: none;
}

.page-template-cloud-costs .animation.hero-main-cloud-cost-management #hero-media {
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: none;
}

.page-template-cloud-costs .appear.hero-main-cloud-cost-management #hero-media {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.6s;
    -webkit-transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
}

#hero-main.hero-main-channels {
    min-height: 714px;
}

#hero-main.hero-main-cloud-cost-management {
    min-height: 820px;
}

#hero-main.hero-main-zero-touch-service-experience {
    min-height: 720px;
}

@media (max-width: 768px) {
    #hero-main.hero-main-channels {
        min-height: auto;
    }
    #hero-main.hero-main-cloud-cost-management {
        min-height: auto;
    }
    #hero-main.hero-main-zero-touch-service-experience {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .hero-main-cloud-cost-management #mobile-media svg,
    .hero-main-cloud-cost-management #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    .hero-main-cloud-cost-management #mobile-media,
    .hero-main-msp-cloud #mobile-media {
        min-height: 663px;
        height: 663px;
    }
}

@media (max-width: 600px) {
    .hero-main-cloud-cost-management #mobile-media,
    .hero-main-msp-cloud #mobile-media {
        min-height: 545px;
        height: 545px;
    }
}

@media (max-width: 500px) {
    .hero-main-cloud-cost-management #mobile-media,
    .hero-main-msp-cloud #mobile-media {
        min-height: 428px;
        height: 428px;
    }
}

@media (max-width: 400px) {
    .hero-main-cloud-cost-management #mobile-media,
    .hero-main-msp-cloud #mobile-media {
        min-height: 379px;
        height: 379px;
    }
}

@media (max-width: 320px) {
    .hero-main-cloud-cost-management #mobile-media,
    .hero-main-msp-cloud #mobile-media {
        min-height: 323px;
        height: 323px;
    }
}

@media (max-width: 768px) {
    .hero-main-subscriptions #mobile-media svg,
    .hero-main-subscriptions #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    .hero-main-subscriptions #mobile-media {
        min-height: 600px;
        height: 600px;
    }
}

@media (max-width: 600px) {
    .hero-main-subscriptions #mobile-media {
        min-height: 500px;
        height: 500px;
    }
}

@media (max-width: 500px) {
    .hero-main-subscriptions #mobile-media {
        min-height: 410px;
        height: 410px;
    }
}

@media (max-width: 410px) {
    .hero-main-subscriptions #mobile-media {
        min-height: 340px;
        height: 340px;
    }
}

@media (max-width: 320px) {
    .hero-main-subscriptions #mobile-media {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .hero-main-digital-experience #mobile-media svg,
    .hero-main-digital-experience #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    .hero-main-digital-experience #mobile-media {
        min-height: 600px;
        height: 600px;
    }
}

@media (max-width: 600px) {
    .hero-main-digital-experience #mobile-media {
        min-height: 500px;
        height: 500px;
    }
}

@media (max-width: 500px) {
    .hero-main-digital-experience #mobile-media {
        min-height: 410px;
        height: 410px;
    }
}

@media (max-width: 410px) {
    .hero-main-digital-experience #mobile-media {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 320px) {
    .hero-main-digital-experience #mobile-media {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .hero-main-zero-touch-service-experience #mobile-media svg,
    .hero-main-zero-touch-service-experience #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    .hero-main-zero-touch-service-experience #mobile-media {
        min-height: 610px;
        height: 610px;
    }
}

@media (max-width: 600px) {
    .hero-main-zero-touch-service-experience #mobile-media {
        min-height: 511px;
        height: 511px;
    }
}

@media (max-width: 500px) {
    .hero-main-zero-touch-service-experience #mobile-media {
        min-height: 421px;
        height: 421px;
    }
}

@media (max-width: 410px) {
    .hero-main-zero-touch-service-experience #mobile-media {
        min-height: 371px;
        height: 371px;
    }
}

@media (max-width: 320px) {
    .hero-main-zero-touch-service-experience #mobile-media {
        min-height: 320px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .hero-main-channels #mobile-media svg,
    .hero-main-channels #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    .hero-main-channels #mobile-media {
        min-height: 605px;
        height: 605px;
    }
}

@media (max-width: 600px) {
    .hero-main-channels #mobile-media {
        min-height: 506px;
        height: 506px;
    }
}

@media (max-width: 500px) {
    .hero-main-channels #mobile-media {
        min-height: 417px;
        height: 417px;
    }
}

@media (max-width: 410px) {
    .hero-main-channels #mobile-media {
        min-height: 368px;
        height: 368px;
    }
}

@media (max-width: 320px) {
    .hero-main-channels #mobile-media {
        min-height: 328px;
        height: 328px;
    }
}

@media (max-width: 768px) {
    #about #hero-main #hero-content,
    #about #hero-main-inner {
        width: 100%;
        max-width: none;
    }
    #about #hero-main #hero-content h1 {
        max-width: none;
    }
    #about #hero-main #hero-content h1 {
        margin-bottom: -20px;
    }
    #about #hero-main #mobile-media svg,
    #about #hero-main #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    #about #hero-main #mobile-media {
        min-height: 400px;
        height: 400px;
    }
    #about #hero-main #hero-content svg {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: auto;
        margin-right: 20px;
    }
}

@media (max-width: 600px) {
    #about #hero-main #mobile-media {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 500px) {
    #about #hero-main #mobile-media {
        min-height: 260px;
        height: 260px;
    }
}

@media (max-width: 410px) {
    #about #hero-main #mobile-media {
        min-height: 220px;
        height: 220px;
    }
}

@media (max-width: 320px) {
    #about #hero-main #mobile-media {
        min-height: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .hero-main-homepage-2022 #mobile-media svg,
    .hero-main-homepage-2022 #mobile-media .lottie-player {
        display: block;
        width: auto!important;
        height: 100%!important;
        max-height: 100%;
    }
    .hero-main-homepage-2022 #mobile-media {
        min-height: 280px;
        height: 280px;
    }
}

@media (max-width: 600px) {
    .hero-main-homepage-2022 #mobile-media {
        min-height: 233px;
        height: 233px;
    }
}

@media (max-width: 500px) {
    .hero-main-homepage-2022 #mobile-media {
        min-height: 191px;
        height: 191px;
    }
}

@media (max-width: 410px) {
    .hero-main-homepage-2022 #mobile-media {
        min-height: 168px;
        height: 168px;
    }
}

@media (max-width: 320px) {
    .hero-main-homepage-2022 #mobile-media {
        min-height: 130px;
        height: 130px;
    }
}

.hero-main-homepage-2022 #hero-media .embed-responsive video {
    top: 25px;
    display: none;
}

.hero-main-homepage-2022 #hero-media .embed-responsive video.active {
    display: block;
}

@media (max-width: 768px) {
    .hero-main-homepage-2022 #mobile-media .embed-responsive {
        margin: 75px 0 0 0;
    }
    .hero-main-homepage-2022 #hero-content #hero-text {
        margin-top: 40px;
    }
}

@media (max-width: 640px) {
    .hero-main-homepage-2022 #mobile-media .embed-responsive {
        margin: 35px 0 0 0;
    }
    .hero-main-homepage-2022 #hero-content #hero-text {
        margin-top: 0;
    }
}

@media (max-width: 555px) {
    .hero-main-homepage-2022 #mobile-media .embed-responsive {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 450px) {
    .hero-main-homepage-2022 #mobile-media .embed-responsive {
        margin: 15px 0 0 0;
    }
    #hero-main.hero-main-business-mapping #hero-content {
        max-width: 574px;
    }
    #hero-main.hero-main-business-mapping #hero-media {
        max-width: 448px;
    }
}

.flex-content #hero-content {
    max-width: 54%;
}
.flex-content #hero-media {
    max-width: 45%;
    flex-direction: row;
}
.flex-content #hero-media img {
    border-radius: 30px;
}
.flex-content #hero-content #hero-text {
    max-width: 546px;
}
.flex-content #hero-title {
    font-size: 52px;
    line-height: 62px;
}
@media (max-width: 1100px) {
    .flex-content #hero-content {
        max-width: 48%;
    }
    .flex-content #hero-media {
        max-width: 48%;
        flex-direction: row;
    }
}
@media (max-width: 991px) {
    .flex-content #hero-media img {
        width: 100%;
        height: auto;
        display: block;
    }
    .flex-content #hero-title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 768px) {
    .flex-content #hero-content {
        max-width: none;
        width: 100%;
    }
    .flex-content #hero-media {
        max-width: none;
        width: 100%;
    }
    .flex-content #mobile-media img {
        border-radius: 30px;
    }
    .flex-content #hero-content #hero-text {
        margin-bottom: 24px;
    }
    #page-kubernets .content-box-1 .mobile-image {
        display: block;
        width: 116%;
        margin-left: -8%;
        margin-top: -10%;
        margin-bottom: -21%;
    }
    #page-kubernets .content-box-2 .mobile-image {
        display: block;
        width: 116%;
        margin-left: -8%;
        margin-top: -10%;
        margin-bottom: -10%;
    }
    #page-kubernets .content-box-3 .mobile-image {
        display: block;
        width: 128%;
        margin-left: -14%;
        margin-top: -26%;
        margin-bottom: -12%;
    }
}