#homepage {
    background: #fff;
    padding-top: 64px
}

#homepage h1,#homepage h2,#homepage h3 {
    margin-bottom: 0
}

#homepage .bigger-font {
    font-size: 36px;
    line-height: 120%
}

#homepage .big-font {
    font-size: 24px;
    line-height: 120%;
    font-weigaht: 600;
    font-style: normal
}

#homepage a:hover {
    text-decoration: none
}

#homepage .default-link {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer
}

#homepage .green-blue-border-link {
    background: #00ede7;
    color: #00053d
}

#homepage .green-blue-border-link:hover {
    background: #00e0db
}

#homepage .white-border-link {
    border: 1px solid #fff;
    color: #fff
}

#homepage .white-border-link:hover {
    background: #fff;
    color: #0b5cff;
    border-color: #fff
}

#homepage .blue-border-link {
    color: #0b5cff;
    border: 1px solid
}

#homepage .blue-border-link:hover {
    background: #0050f0;
    border-color: #0050f0;
    color: #fff
}

#homepage .blue-bg-link {
    background: #0b5cff;
    color: #fff;
    padding: 15px 30px
}

#homepage .blue-bg-link:hover {
    background: #0050f0
}

#homepage .white-bg-link {
    color: #0b5cff;
    position: relative
}

#homepage .white-bg-link::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 45%;
    color: #0b5cff;
    height: 10px;
    width: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translate(0,-50%);
    opacity: 0;
    transition: all .4s
}

#homepage .white-bg-link:hover::after {
    opacity: 1;
    right: 5px
}

#screen1 {
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

#screen1 .notice-wrapper {
    position: absolute;
    left: 60px;
    top: 20px;
    z-index: 2;
    background: rgba(144,224,224,0.1);
    border: 1px solid #90e0e0;
    border-radius: 25px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232333
}

#screen1 .notice-wrapper:hover {
    background: rgba(144,224,224,0.35);
    text-decoration: none
}

.screen1-container .left-section .changed {
    color: #0b5cff
}

#screen1 .notice-wrapper .icon-bg {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #90e0e0;
    border-radius: 100%;
    text-align: center
}

#screen1 .notice-wrapper .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding-right: 20px;
    border-right: 1px solid #90e0e0;
    margin-right: 20px;
    margin-left: 5px
}

#screen1 .notice-wrapper .link {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #0b5cff;
    display: block;
    white-space: nowrap
}

#screen1 .notice-wrapper .link .zm-icon-right {
    position: absolute;
    bottom: 0;
    font-size: 20px
}

#screen1 .screen1-container {
    display: flex;
    background: #fff;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 272px);
    max-height: 900px;
    flex-grow: 1
}

#screen1 .left-section {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    padding: 119px 100px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-self: center;
    width: 50%
}

#screen1 h1,#screen1 h2,#screen1 .title {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    margin: 0;
    color: #00031f
}

#screen1 .desc {
    margin-top: 40px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #00031f
}

#screen1 .links-container {
    margin-top: 40px
}

#screen1 .right-section {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    display: inline-block;
    background: #f7f7f8;
    position: relative;
    transition: all .3s
}

#screen1 .img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 600px
}

#screen1 .swiper-slide .right-section .big-img,#screen1 .swiper-slide .right-section .small-img {
    opacity: 0
}

#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .right-section .big-img,#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .right-section .small-img {
    opacity: 1;
    transition: opacity .3s
}

#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .img-container1 .small-img-container,#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .img-container2 .small-img-container {
    transition: all .3s;
    transition-delay: .6s
}

#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .right-section .big-img {
    transition-delay: .3s
}

#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .right-section .small-img {
    transition-delay: .6s
}

#screen1 .img-container1 {
    position: absolute;
    left: 50%;
    right: 60px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    border-radius: 20px
}

#screen1 .img-container1 .small-img-container .small-img {
    position: absolute;
    top: 18px;
    left: -11px;
    max-height: 100%
}

#screen1 .img-container2 {
    position: absolute;
    height: 300px;
    left: -60px;
    bottom: 0;
    right: calc(50% - -25px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    border-radius: 20px
}

#screen1 .img-container2 .small-img-container .small-img {
    position: absolute;
    right: 0;
    bottom: 0
}

#screen1 .img-container1 .small-img-container {
    position: absolute;
    height: 100px;
    width: 100%
}

#screen1 .img-container2 .small-img-container {
    position: absolute;
    top: -85px;
    height: 75px;
    width: 100%
}

#screen1 .swiper-slide .img-container2 .small-img-container {
    right: 0
}

#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .img-container2 .small-img-container {
    right: -75px
}

#screen1 .swiper-slide .img-container1 .small-img-container {
    bottom: -195px
}

#screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .img-container1 .small-img-container {
    bottom: -95px
}

#screen1 .p-container {
    width: 110px;
    height: 2px;
    border-radius: 2px;
    background: #b5d0f8;
    position: absolute;
    z-index: 2;
    left: 60px;
    top: 106px
}

#screen1 .p-progress {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 10px;
    height: inherit;
    border-radius: 2px;
    background: #0b5cff
}

#screen2 {
    width: 100%;
    background: #002715;
    position: relative;
    z-index: 1
}

#screen2 .logo-container {
    width: 400px;
    background: #5aac4e;
    position: relative;
    text-align: center;
}
#screen2 .logo-container img {
    /* display: block; */
    /* margin: 0 auto; */
}
#screen2 .logo-container span {
    color: #fff;
    font-size: 24px;
    font-family: 'poppins';
    margin-bottom: 10px;
    display: inline-block;
}
/*#screen2 .logo-container img {
    width: 280px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 60px
}*/

/*#screen2.scrolled .logo-container img {
    right: auto;
    left: 50%;
    transform: translate(-50%,-50%)
}*/

#screen2 .btns-container {
    flex-grow: 1;
    padding: 40px;
}

#screen2 .section2-wrapper {
    display: flex
}

#screen2 .copy {
    color: #fff;
    margin-bottom: 20px
}

#screen2 .opt-btns {
    display: flex;
    width: 100%;
    padding: 0
}

#screen2 .btn-wrapper {
    flex: 1
}

#screen2 .opt-btns .opt-btn {
    padding: 7px 22px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #C3F53C;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: 20px;
    border: 1px solid #ccc;
    border: 1px solid rgba(145,225,225,0.25);
}

#screen2 .opt-btns .opt-btn1 {
    background: rgba(113,160,236,0.25);
    border: 1px solid #C3F53C;
}

#screen2 .opt-btns .opt-btn2 {
    background: rgba(145,225,225,0.25);
    border: 1px solid #91e1e1
}

#screen2 .opt-btns .opt-btn3 {
    background: rgba(196,171,225,0.25);
    border: 1px solid #c4abe1
}

#screen2 .opt-btns .opt-btn4 {
    background: rgba(240,181,126,0.25);
    border: 1px solid #f0b57e
}

#screen2 .opt-btns .opt-btn5 {
    background: rgba(227,135,161,0.25);
    border: 1px solid #e387a1
}

.section2-right {
    display: none
}

#screen2.scrolled {
    display: flex;
    align-items: center;
    height: calc(100vh - 64px);
    min-height: 800px
}

#screen2.scrolled .section2-right {
    display: flex;
    flex: 4;
    background-color: white;
    overflow: hidden
}

#screen2.scrolled .section2-wrapper {
    /* width: 400px; */
    height: 100%;
    flex-direction: column;
    /*    background: #00031f;*/
    color: #fff
}

#screen2.scrolled .opt-btns {
    display: block;
    white-space: nowrap;
    padding: 0;
    margin: 0
}

#screen2.scrolled .opt-btns .opt-btn:not(.selected) {
    border: 1px solid rgba(145,225,225,0.25);
    background: 0
}

#screen2.scrolled .opt-btns .opt-btn>span {
    width: 60px;
    opacity: 1;
    transition: all .5s;
    display: inline-block
}

#screen2.scrolled .opt-btns .opt-btn:not(.selected)>span {
    width: 0;
    display: inline-block;
    opacity: 0
}

#screen2.scrolled .section2-wrapper .copy {
    min-width: 300px;
    margin-bottom: 40px;
    text-align: left;
    max-width: none;
    font-size: 20px;
}

#screen2.scrolled .btn-wrapper {
    align-self: flex-start
}

#screen2.scrolled .opt-btns .opt-btn {
    margin-bottom: 20px;
    width: auto;
    display: inline;
    float: left;
    clear: left
}

#screen2.scrolled .logo-container {
    /* height: 150px; */
    width: 100%;
    flex: none;
}

#screen2.scrolled .btns-container {
    padding-top: 60px
}

#screen2 .product-details {
    flex-grow: 1;
    overflow: hidden;
    height: 100%;
    background: #fff
}

#screen2 .swiper-slide.product-slide:nth-child(1) {
    background: rgba(113,160,236,0.07)
}

#screen2 .swiper-slide.product-slide:nth-child(2) {
    background: rgba(145,225,225,0.1)
}

#screen2 .swiper-slide.product-slide:nth-child(3) {
    background: rgba(196,171,225,0.07)
}

#screen2 .swiper-slide.product-slide:nth-child(4) {
    background: rgba(240,181,126,0.07)
}

#screen2 .swiper-slide.product-slide:nth-child(5) {
    background: rgba(227,135,161,0.07)
}

#screen2 .swiper.productSwiper {
    height: 100%;
    width: 100%
}

#screen2 .image-wrapper {
    width: 50%;
    flex-grow: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    padding: 0 15px 0px 45px;
}

#screen2 .img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

#screen2 .img-container .bg-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 15px;
    left: -15px;
    top: -15px
}

#screen2 .swiper-slide.product-slide:nth-child(1) .bg-shadow {
    background: #b5d0f8
}

#screen2 .swiper-slide.product-slide:nth-child(2) .bg-shadow {
    background: #ccf4d9
}

#screen2 .swiper-slide.product-slide:nth-child(3) .bg-shadow {
    background: #e5d2f2
}

#screen2 .swiper-slide.product-slide:nth-child(4) .bg-shadow {
    background: #ffd9b7
}

#screen2 .swiper-slide.product-slide:nth-child(5) .bg-shadow {
    background: #ffc0cf
}

#screen2 .swiper-slide.product-slide.swiper-slide-active .img-container .bg-shadow {
    left: 0;
    top: 0;
    transition: all .4s;
    transition-delay: 1s
}

#screen2 .swiper-slide.product-slide:nth-child(1) a.product-link:hover {
    background: #5aac4e;
    color: #fff;
}

#screen2 .swiper-slide.product-slide:nth-child(5) a.product-link {
    border-color: #e387a1
}

#screen2 .swiper-slide.product-slide:nth-child(5) a.product-link:hover {
    background: #e387a1
}

#screen2 .clips {
    position: absolute;
    bottom: -18px;
    right: -30px;
    z-index: 4;
    opacity: 0;
    max-width: 70%
}

#screen2 .swiper-slide.product-slide.swiper-slide-active .clips {
    opacity: 1;
    right: -45px;
    transition: opacity .4s ease 1.2s,right .4s ease 1.2s
}

#screen2 .swiper-slide.product-slide.swiper-slide-active.slide3 .clips {
    right: -70px
}

#screen2 .swiper-slide.product-slide:nth-child(3) .clips {
    bottom: -57px
}

#screen2 .swiper-slide.product-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

#screen2 .letter-container {
    width: 50%;
    flex-grow: 0;
    padding: 0 60px 0 30px;
    color: #00031f
}

#screen2 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    top: -15px;
    left: -15px;
    z-index: 3
}

#screen2 .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 40px
}

#screen2 .feature-lists {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #00053d;
    vertical-align: text-bottom
}

#screen2 .feature-lists li {
    margin-bottom: 22px;
    width: 49%;
    vertical-align: text-top;
    display: inline-flex;
    align-items: center
}

#screen2 .product-link {
    display: inline-block;
    padding: 12px 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    /* border: 1px solid #71a0ec; */
    border-radius: 25px;
    margin-top: 25px;
    text-decoration: none;
    background: #5aac4e;
}

#screen-new3 .zm-product-wheels {
    background: url('../image/home2/zm-product-wheel-old.png') no-repeat;
    position: absolute;
    z-index: 10;
    background-size: contain;
    width: 100%;
    padding-bottom: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#screen-new3 .zm-product-wheels.new {
    background: url('../image/home2/zm-product-wheel.png') no-repeat;
    position: absolute;
    z-index: 10;
    background-size: contain;
    width: 100%;
    padding-bottom: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#screen3 {
    background: #f7f7f8;
    width: 100%
}

.section3-wrapper {
    padding: 15px 0;
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto
}

#screen3 .optLogos {
    display: flex;
    flex: 1
}

#screen3 .optLogos .logo-col {
    flex: 1;
    flex-direction: column;
    margin-right: 40px;
    text-align: center
}

.logo-col.opt-top {
    margin-top: 40px
}

.logo-col.opt-bottom {
    margin-bottom: 40px
}

#screen3 .desc-wrapper {
    flex: 1;
    display: flex
}

#screen3 .desc-wrapper .desc-content {
    color: #00053d;
    margin-left: 40px;
    padding-right: 40px
}

#screen3 .desc-wrapper .desc-content a {
    margin-top: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #0b5cff;
    position: relative;
    display: inline-block
}

#screen3 .desc-wrapper .desc-content a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    color: #0b5cff;
    height: 10px;
    width: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    opacity: 0;
    transition: all .4s
}

#screen3 .desc-wrapper .desc-content a:hover::after {
    right: -12px;
    opacity: 1
}

#screen-new3 {
    background: #00053d
}

#screen-new3 .new3-inner {
    color: #fff;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 360px
}

#screen-new3 h2.bigger-font {
    color: #fff
}

#screen-new3 .copy-wrapper {
    align-self: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding-right: 40px;
    color: #fff
}

#screen-new3 .copy-wrapper a {
    color: #fff;
    position: relative
}

#screen-new3 .copy-wrapper a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
    height: 10px;
    width: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    opacity: 0;
    transition: all .4s
}

#screen-new3 .copy-wrapper a:hover::after {
    right: -12px;
    opacity: 1
}

#screen-new3 .img-container {
    position: relative;
    flex-shrink: 0;
    max-width: 445px;
    width: 50%;
    margin: 0 40px
}

#screen-new3 .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 20px 0
}

#screen4 {
    background-color: #fff;
    padding: 120px 50px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto
}

#screen4 .left-section {
    width: 100%;
    height: 490px;
    display: flex;
    align-items: center;
    position: relative
}

#screen4 .production-container .zm-icon-close {
    display: none
}

#screen4 .right-section {
    position: absolute;
    top: 00px;
    right: -20px;
    width: 50%;
    transition: all .3s
}

#screen4 .desc-container h2 {
    color: #00053d
}

#screen4 .desc-container .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #00053d;
    margin: 40px 0
}

#screen4 .right-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end
}

#screen4 .right-section li {
    flex: 50% 0 1;
    padding: 10px;
    width: 50%;
    flex-grow: 0
}

#screen4 .industry-card {
    border: 1px solid #b5d0f8;
    border-radius: 20px;
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s;
    width: 100%;
    max-width: 320px
}

#screen4 .industry-card p {
    color: #00053d;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal
}

#screen4 .industry-card:hover {
    border: 1px solid #0b5cff;
    box-shadow: 0 16px 20px #0b5cff29
}

#screen4 .industry-card:hover svg path {
    stroke: #0b5cff
}

#screen4 .industry-card:hover p {
    color: #0b5cff
}

#screen4.show-pro-card .right-section {
    transition: all .3s;
    width: 35%
}

#screen4 .industry-card.active {
    background: #0b5cff
}

#screen4 .industry-card.active p {
    color: #fff
}

#screen4 .industry-card.active svg path {
    stroke: #fff
}

#screen4 .production-container {
    width: 65%;
    height: 100%;
    box-shadow: 0 16px 64px rgb(0 0 0 / 16%);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    margin-left: 0;
    top: 00px;
    left: 0
}

#screen4 .details-slide {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex
}

#screen4 .details-slide img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#screen4 .details-copy {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 50%
}

#screen4 .details-copy h2 {
    color: #00053d;
    margin-bottom: 20px
}

#screen4 .details-copy p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #232333;
    margin-bottom: 20px
}

#screen4 .details-slide .detail-link {
    display: inline-block;
    color: #0b5cff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid;
    padding: 7px 15px;
    border-radius: 25px;
    text-align: center;
    align-self: flex-start;
    margin-bottom: 10px
}

#screen4 .details-slide .blue-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: #00053d;
    color: #fff
}

#screen4 .details-slide .blue-bottom .container {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 20px
}

#screen4 .details-slide .blue-bottom span {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: 2px solid #b5d0f8;
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #b5d0f8;
    flex-shrink: 0
}

#screen4 .details-slide .blue-bottom p {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
    padding-left: 10px
}

#screen4 .left-section .desc-container {
    position: absolute;
    width: 50%;
    padding-right: 30px
}

#screen4.show-pro-card .industry-card {
    max-width: 220px;
    padding: 0 10px
}

#screen5 {
    background: #00031f;
    overflow: hidden
}

#screen5 .screen5-inner {
    height: 750px;
    display: flex;
    max-width: 1440px;
    margin: 0 auto
}

#screen5 .left-section {
    width: 35%;
    max-width: 500px;
    background: #00031f;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 40px;
    position: relative
}

#screen5 .title {
    font-style: normal;
    font-weight: 600;
    color: #fff
}

#screen5 .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin: 20px 0
}

#screen5 a.blog-link {
    border: 1px solid;
    padding: 15px 30px;
    border-radius: 25px;
    color: #fff
}

#screen5 .slide-controll-container {
    position: absolute;
    color: #fff;
    bottom: 118px;
    right: 40px;
    font-size: 30px
}

#screen5 .right-section {
    background: #0b5cff;
    width: 65%;
    flex-grow: 1
}

#screen5 .swiper.blogSwiper {
    width: 100%;
    height: 100%
}

#screen5 .swiper-slide.blog-slide {
    width: 400px;
    height: 500px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    position: relative
}

#screen5 .swiper-wrapper.blog-wrapper {
    align-items: center
}

#screen5 .slide-controll-container .swiper-button-next {
    color: #fff;
    width: 15px;
    height: 30px;
    top: 0;
    right: 0
}

.slide-controll-container .swiper-button-next:after,.slide-controll-container .swiper-button-prev:after {
    font-size: 30px
}

#screen5 .slide-controll-container .swiper-button-prev {
    right: 40px;
    top: 0;
    left: auto;
    color: #fff;
    width: 15px;
    height: 30px
}

#screen5 .blog-slide .blank-flag {
    position: absolute;
    height: 22px;
    width: auto;
    background: #00031f;
    border-radius: 0 12px 12px 0;
    color: #fff;
    padding: 0 10px;
    left: 0;
    top: 20px
}

#screen5 .blog-slide .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #00031f;
    margin: 20px 0
}

#screen5 .blog-slide p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #00031f;
    max-height: 90px;
    overflow: auto;
    margin-bottom: 20px;
    box-sizing: border-box
}

#screen6 {
    background: #fff;
    padding: 100px 0;
    max-width: 1440px;
    margin: 0 auto
}

#screen6 h2 {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    color: #00053d
}

#screen6 .brand-wrapper {
    display: flex;
    justify-content: center
}

#screen6 .brand-wrapper .brand-item {
    width: 400px;
    min-height: 290px;
    background: #f7f7f8;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden
}

#screen6 .brand-item p {
    color: #00053d;
    padding-top: 80px;
    margin-bottom: 44px
}

#screen6 .brand-item svg {
    position: absolute;
    left: 20px;
    top: 45px;
    z-index: 4
}

#screen6 .arrow-wrapper {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    background: inherit;
    padding: 9px 20px;
    border-radius: 20px 0 0 0;
    height: 60px
}

#screen6 .brand-item .arrow-flag {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    border-radius: 20px 0 0 0;
    transition: all .3s
}

#screen6 .brand-wrapper .brand-item .story-link {
    color: #fff;
    z-index: 2222;
    opacity: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
    position: absolute;
    right: 30px;
    bottom: 24px
}

#screen6 .arrow-flag .zm-icon-right {
    color: #f7f7f8;
    position: absolute;
    top: 50%;
    transform: translate(50%,-50%);
    font-size: 20px;
    right: 27px
}

#screen6 .brand-wrapper .brand-item:nth-child(1) .arrow-flag {
    background: #e00
}

#screen6 .brand-wrapper .brand-item:nth-child(2) .arrow-flag {
    background: #013d5b
}

#screen6 .brand-wrapper .brand-item:nth-child(3) .arrow-flag {
    background: #181716
}

#screen6 .brand-wrapper .brand-item:hover .arrow-flag {
    width: 100%!important;
    height: 100%;
    z-index: 3
}

#screen6 .brand-wrapper .brand-item:hover p {
    color: #fff;
    z-index: 4;
    position: relative
}

#screen6 .brand-wrapper .brand-item:hover svg path {
    fill: #fff
}

#screen6 .brand-wrapper .brand-item:hover .story-link {
    opacity: 1
}

#screen6 .link-wrapper {
    text-align: center;
    margin-top: 15px
}

#screen7 {
    background: #f7f7f8;
    padding: 85px 0;
    text-align: center
}

#screen7 .content-wrapper {
    display: flex
}

#screen7 .title {
    font-style: normal;
    font-weight: 600;
    color: #00031f;
    margin-bottom: 40px
}

#screen7 .col {
    width: 50%
}

#screen7 .subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #00031f
}

#screen7 .review-item {
    width: 150px;
    padding: 13px;
    border: 1px solid transparent;
    border-radius: 12px;
    margin: 5px 8px
}

#screen7 .items-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

#screen7 .starts-container {
    border-bottom: 1px solid #00053d;
    padding-bottom: 10px
}

#screen7 .desc {
    padding-top: 10px
}

#screen7 .desc span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    color: #00053d
}

#screen7 .learn-more-link {
    color: #0b5cff;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    position: relative
}

#screen7 .learn-more-link:hover {
    color: #0b5cff
}

#screen7 .type1 .learn-more-link {
    margin-bottom: 10px
}

#screen7 .review-item:hover {
    border: 1px solid #0b5cff
}

#screen7 .review-item:hover .learn-more-link {
    opacity: 1
}

#screen7 .desc .name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 11px
}

#screen7 .score strong {
    font-size: 30px
}

#screen7 .review-item .name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    color: #00031f;
    margin-top: 10px;
    display: block
}

#screen7 .review-item .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #00031f;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px
}

#screen8 {
    background: #0b5cff;
    text-align: center;
    padding: 80px 0
}

#screen8 .title {
    font-style: normal;
    font-weight: 600;
    color: #fff
}

#screen8 .links-containers {
    margin-top: 40px
}

@media screen and (min-width: 1450px) {
    #screen1 .img-container1 {
        background-size:cover
    }

    #screen1 .img-container2 {
        background-size: cover
    }

    #screen2 .logo-container {
        /* flex: 1; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*#screen2 .btns-container {
        flex: 2
    }*/
    

    #screen2.scrolled .section2-wrapper {
        /* flex: 1; */
    }

    #screen2.scrolled .logo-container {
        /* height: 150px */
    }

    /*#screen2.scrolled .logo-container img {
        transform: translate(0,-50%);
        right: 60px;
        left: auto
    }*/

    #screen2.scrolled .btns-container {
        align-self: flex-end;
        width: 400px
    }

    #screen2.scrolled .section2-right {
        flex: 2
    }

    #screen5 {
        background: linear-gradient(to right,#00031f 30%,#0b5cff 30% 100%);
        position: relative
    }

    #screen5 .right-section {
        background: #0b5cff;
        position: absolute;
        left: calc((100% - 1440px)/2 - -500px);
        top: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (min-width: 1200px) and (max-width:1449px) {
    #screen1 .left-section {
        padding-right:80px
    }
 


    #screen2 .letter-container {
        padding-right: 30px;
        padding-left: 15px
    }

    #screen2.scrolled .section2-wrapper {
        width: 350px;
        transition: width .2s
    }

    #screen2 .logo-container {
        width: 320px;
        flex-shrink: 0;
        flex: none
    }

    #screen2 .btns-container {
        flex: auto
    }

    #screen2.scrolled .section2-wrapper .copy {
        min-width: auto;
        font-size: 20px;
    }

    #screen2 .opt-btns {
        display: block;
        padding: 0
    }

    #screen2 .opt-btns span {
        opacity: 0;
        width: 0;
        display: inline-block
    }

    #screen2 .opt-btns .opt-btn {
        display: inline-block;
    }

    /*#screen2 .logo-container img {
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%)
    }*/

    #screen1 .img-container1 {
        right: 20px;
        background-size: cover
    }

    #screen1 .img-container2 {
        background-size: cover
    }

    #screen4 .right-section li {
        padding: 5px
    }

    #screen-new3 .img-container {
        margin: 0 40px
    }
}

@media screen and (max-width: 1199px) {
    #homepage .default-link {
        padding:10px 20px
    }

    #homepage .bigger-font {
        font-size: 24px
    }

    #homepage .big-font {
        font-size: 20px
    }

    #screen1 h1,#screen1 h2,#screen1 .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%
    }

    #screen1 .desc {
        font-size: 16px;
        line-height: 120%;
        margin-top: 20px
    }

    #screen1 .links-container {
        margin-top: 20px
    }

    #screen2 {
        overflow: hidden
    }

    #screen2.scrolled {
        display: block;
        height: auto;
        min-height: auto
    }

    #screen2.scrolled .section2-wrapper {
        width: 100%
    }

    #screen2.scrolled .section2-wrapper .copy {
        margin-bottom: 20px
    }

    #screen2.scrolled .opt-btns .opt-btn {
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 5px;
        float: none;
        display: inline-block
    }

    #screen2.scrolled .section2-right {
        width: 100%;
        /* height: 470px; */
        display: block;
        overflow: hidden;
        flex-grow: 0
    }

    #screen2 .letter-container {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 20px
    }

    #screen2 .swiper-slide.product-slide {
        height: 100%;
        justify-content: space-around
    }

    #screen2 .image-wrapper {
        max-width: 400px
    }

    #screen2 .desc {
        margin-bottom: 20px;
        font-size: 16px
    }

    #screen2 .feature-lists {
        font-size: 16px
    }

    #screen2 .product-link {
        margin-top: 10px
    }

    #screen2 .feature-lists li {
        width: 100%;
        margin-bottom: 10px
    }

    #screen3 .desc-wrapper {
        padding-left: 40px
    }

    .section3-wrapper {
        padding: 15px
    }

    #screen3 .desc-wrapper .desc-content {
        font-size: 20px;
        margin-left: 0
    }

    #screen3 .desc-wrapper .desc-content a {
        margin-top: 15px
    }

    #screen3 .optLogos .logo-col {
        margin-right: 25px
    }

    .logo-col.opt-top {
        margin-top: 20px
    }

    #screen3 .optLogos {
        order: -1
    }

    #screen4 {
        padding: 40px
    }

    #screen4 .desc-container h2 {
        font-size: 20px
    }

    #screen4 .desc-container .desc {
        font-size: 16px;
        margin: 20px 0
    }

    #screen4 .details-copy {
        padding-top: 30px
    }

    #screen4 .details-copy h2 {
        line-height: 108%;
        margin-bottom: 10px
    }

    #screen4 .details-copy p {
        font-size: 16px;
        margin-bottom: 15px
    }

    #screen4 .industry-card p {
        font-size: 16px
    }

    #screen4 .industry-card {
        height: 105px
    }

    #screen4 .right-section li {
        padding: 5px
    }

    #screen4 .left-section {
        height: 400px
    }

    #screen4 .screen4-inner {
        height: 400px!important
    }

    #screen4 .right-section {
        top: 40px;
        right: -20px
    }

    #screen4 .details-slide .details-wrapper {
        height: calc(100% - 105px)!important
    }

    #screen4 .details-slide .blue-bottom {
        height: 85px
    }

    #screen4 .details-slide .blue-bottom span {
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 24px
    }

    #screen4 .details-slide .blue-bottom .container {
        padding: 10px
    }

    #screen4 .details-slide .blue-bottom p {
        font-size: 14px
    }

    #screen5 .screen5-inner {
        display: block;
        height: auto
    }

    #screen5 .left-section {
        width: 100%;
        max-width: none
    }

    #screen5 .right-section {
        width: 100%;
        height: 500px
    }

    #screen5 a.blog-link {
        padding: 10px 20px
    }

    #screen5 .desc {
        font-size: 16px
    }

    #screen5 .slide-controll-container {
        bottom: 52px
    }

    #screen5 .swiper-slide.blog-slide {
        width: 320px;
        height: 440px
    }

    #screen5 .blog-slide img {
        height: 180px;
        width: 100%;
        object-fit: cover
    }

    #screen5 .blog-slide .title {
        font-size: 16px
    }

    #screen6 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    #screen6 h2 {
        padding: 0 40px;
        text-align: left
    }

    #screen6 .brand-wrapper {
        padding: 0 30px
    }

    #screen6 .brand-wrapper .brand-item {
        margin: 10px
    }

    #screen6 .brand-item svg {
        width: 80px;
        top: 40px
    }

    #screen6 .brand-item p {
        padding-top: 60px;
        font-size: 16px
    }

    #screen6 .brand-item .arrow-flag {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 36px;
        border-radius: 20px 0 0 0;
        transition: all .3s;
        width: 0
    }

    #screen6 .arrow-wrapper {
        height: 36px;
        width: auto
    }

    #screen6 .brand-wrapper .brand-item .story-link {
        color: #fff;
        z-index: 2222;
        opacity: 1;
        font-size: 16px;
        line-height: 16px;
        vertical-align: top;
        position: relative;
        bottom: 0;
        right: 0
    }

    #screen6 .arrow-flag .zm-icon-right {
        color: #f7f7f8;
        position: absolute;
        top: 50%;
        transform: translate(50%,-50%);
        font-size: 20px;
        right: 18px
    }

    #screen7 {
        padding: 40px;
        text-align: left
    }

    #screen7 .title {
        margin-bottom: 20px
    }

    #screen7 .items-wrapper {
        flex-direction: column;
        width: 95%
    }

    #screen7 .review-item {
        width: 100%;
        display: inline-flex;
        margin: 0 5px;
        padding: 10px;
        margin-left: -10px;
        height: 80px;
        max-width: 370px;
        transition: all .2s
    }

    #screen7 .score {
        width: 70px;
        text-align: center
    }

    #screen7 .score strong {
        font-size: 24px
    }

    #screen7 .starts-container {
        width: 70px;
        border-bottom: 0
    }

    #screen7 .desc {
        padding-top: 0;
        padding-left: 10px;
        border-left: 1px solid rgba(102,100,132,0.25);
        margin-left: 10px;
        position: relative;
        flex-grow: 1
    }

    #screen7 .desc::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        color: #0b5cff;
        height: 8px;
        width: 8px;
        border-top: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg)
    }

    #screen7 .review-item:hover .learn-more-link {
        opacity: 0
    }

    #screen7 .review-item .learn-more-link {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
        height: 30px;
        width: 10px;
        overflow: hidden;
        margin: 0;
        opacity: 0;
        z-index: 5
    }

    #screen7 .desc span {
        color: #666484;
        display: block
    }

    #screen7 .review-item .logo {
        width: 60px;
        height: 60px
    }

    #screen7 .opt-container {
        position: relative;
        flex-grow: 1;
        padding-left: 10px
    }

    #screen7 .opt-container::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        color: #0b5cff;
        height: 8px;
        width: 8px;
        border-top: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg)
    }
}

@media screen and (min-width: 700px) and (max-width:1199px) {
    #screen1 .notice-wrapper {
        left:40px;
        max-width: 70%
    }

    #screen1 .p-container {
        left: 40px;
        top: 94px
    }

    #screen1 .left-section {
        flex: 0 0 60%;
        padding-right: 77px;
        padding-left: 40px;
        width: 60%
    }

    #screen1 .right-section {
        flex: 0 0 40%
    }

    #screen1 .screen1-container {
        height: 450px;
        min-height: 450px
    }

    #screen1 .img-wrapper {
        max-height: 450px
    }

    #screen1 .img-container2 {
        height: 50%;
        left: -35px;
        background-size: cover
    }

    #screen1 .img-container1 {
        bottom: 40%;
        top: 0;
        right: 20px;
        height: 60%;
        background-size: cover
    }

    #screen2 .section2-wrapper {
        flex-direction: column;
        width: 100%
    }

    #screen2 .logo-container {
        /* height: 105px; */
        min-width: 280px;
        width: 100%
    }

    #screen2 .btns-container {
        padding: 40px;
        justify-content: center;
        display: inline-flex;
        flex-direction: column;
        align-items: center
    }

    #screen2 .opt-btns .opt-btn {
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 5px;
        float: none;
        display: inline-block
    }

    #screen2 .opt-btns .opt-btn:not(.selected)>span {
        width: 0;
        display: inline-block;
        opacity: 0
    }

    #screen2 .opt-btns .opt-btn:not(.selected) {
        border: 1px solid rgba(145,225,225,0.25);
        background: 0
    }

    .section2-right {
        display: block
    }

    #screen2.scrolled .section2-wrapper {
        width: 100%
    }

    #screen2.scrolled .logo-container {
        /* height: 105px; */
        min-width: 280px
    }

    /*#screen2 .logo-container img {
        padding: 0 20px;
        width: 334px;
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%)
    }*/

    #screen2.scrolled .btns-container {
        padding: 40px;
        justify-content: center;
        display: inline-flex;
        flex-direction: column;
        align-items: center
    }

    #screen2.scrolled .section2-wrapper .copy {
        /* font-size: 20px; */
        margin-bottom: 20px;
        text-align: center
    }

    #screen2.scrolled .btn-wrapper {
        align-self: center
    }

    #screen2 .letter-container h2 {
        font-size: 26px
    }
}

@media screen and (min-width: 700px) and (max-width:1100px) {
    #screen1 .img-wrapper {
        max-height:370px
    }

    #screen1 .img-container2 {
        height: 50%;
        left: -35px
    }

    #screen1 .img-container1 {
        bottom: 40%;
        top: 0;
        height: 60%;
        background-size: cover
    }

    #screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .img-container2 .small-img-container {
        right: -50px
    }

    #screen1 .img-container1 .small-img-container {
        height: 75px
    }

    #screen1 .img-container1 .small-img-container .small-img {
        top: -10px
    }

    #screen-new3 .img-container {
        margin: 0;
        padding: 25px;
        width: 50%;
        flex-grow: 0;
        flex-shrink: 0
    }

    #screen-new3 .new3-inner {
        height: 300px
    }

    #screen-new3 .zm-product-wheels {
        width: 348px;
        height: 348px;
        padding-bottom: 0
    }

    #screen-new3 .copy-wrapper {
        padding-right: 20px
    }

    #screen4 .production-container .zm-icon-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        color: #0b5cff;
        cursor: pointer;
        z-index: 1
    }

    #screen4 .production-container {
        width: 100%
    }

    #screen4.show-pro-card .right-section {
        width: 50%;
        opacity: 0
    }

    #screen4 {
        overflow: hidden
    }
}

@media screen and (max-width: 767px) {
    #screen5 .swiper-slide.blog-slide img {
        height:180px;
        width: 100%
    }

    #homepage {
        padding-top: 0
    }

    #screen1 .notice-wrapper {
        left: 20px;
        max-width: none;
        margin-right: 20px
    }

    #screen1 .p-container {
        left: 20px
    }

    #screen1 .left-section {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }

    #screen1 .screen1-container {
        height: auto;
        display: block
    }

    #screen1 .right-section {
        display: block;
        width: 100%;
        height: 260px
    }

    #screen1 .img-container1 {
        position: absolute;
        left: 60%;
        right: auto;
        width: 134px;
        height: 178px;
        top: -40px;
        bottom: auto
    }

    #screen1 .img-container2 {
        position: absolute;
        left: auto;
        bottom: 20px;
        height: 195px;
        width: 225px;
        right: calc(40% - -15px)
    }

    #screen1 .img-container2 .small-img-container {
        width: 80%
    }

    #screen1 .img-container2 .small-img-container .small-img {
        max-width: 100%
    }

    #screen1 .img-container1 .small-img-container {
        width: 100%;
        height: 75px
    }

    #screen1 .swiper-slide.swiper-slide-visible.swiper-slide-active .img-container2 .small-img-container {
        right: -40px
    }

    #screen1 .img-container1 .small-img-container .small-img {
        top: -16px;
        left: -6px
    }

    #screen1 .img-wrapper {
        left: 0;
        top: 0;
        transform: translate(0,0)
    }

    #screen2.scrolled .logo-container {
        width: 100%;
        /* height: 105px */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #screen2.scrolled .btns-container {
        padding: 40px 20px
    }

    #screen2 .btn-wrapper {
        width: 100%;
        overflow: auto;
        padding-bottom: 5px
    }

    #screen2 .swiper-slide.product-slide {
        flex-direction: column;
        height: 775px;
        justify-content: flex-start
    }

    #screen2 .image-wrapper {
        width: 100%;
        max-width: 400px;
        margin: 40px 20px;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 0px;
    }

    #screen2 .letter-container {
        width: 100%;
        padding-top: 0;
        overflow-y: auto;
        padding: 19px;
        height: 500px;
    }

    #screen2.scrolled .section2-right {
        height: auto
    }

    .section3-wrapper {
        flex-direction: column
    }

    #screen3 .desc-wrapper {
        padding-left: 0;
        align-self: flex-start;
        padding-top: 20px;
        padding-bottom: 20px
    }

    #screen3 .desc-wrapper .desc-content a {
        margin-top: 15px;
        margin-bottom: 15px
    }

    #screen4 {
        padding: 40px 20px
    }

    #screen4 .left-section {
        width: 100%;
        height: auto;
        position: static
    }

    #screen4 .screen4-inner {
        width: 100%;
        height: auto!important;
        position: static
    }

    #screen4 .left-section .desc-container {
        width: 100%;
        position: relative;
        padding-right: 0;
        display: block!important
    }

    #screen4 .right-section {
        position: relative;
        width: 100%;
        top: 15px;
        right: 0;
        opacity: 1
    }

    #screen4.show-pro-card .right-section {
        width: 100%;
        opacity: 0
    }

    #screen4 .production-container {
        width: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 00px;
        top: 70px;
        height: auto
    }

    #screen4.show-pro-card .industry-card {
        max-width: 320px
    }

    #screen4.show-pro-card .desc {
        opacity: 0
    }

    #screen4.show-pro-card .solutions-link {
        opacity: 0
    }

    #screen4 .production-container .zm-icon-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        color: #0b5cff;
        cursor: pointer;
        z-index: 1
    }

    #screen6 .content-wrapper {
        padding: 0 20px
    }

    #screen6 h2 {
        padding: 0
    }

    #screen6 .brand-wrapper {
        flex-direction: column;
        padding: 0;
        width: 100%
    }

    #screen6 .brand-wrapper .brand-item {
        min-height: 188px;
        margin: 10px 0;
        width: 100%
    }

    #screen7 {
        padding: 40px 20px
    }

    #screen7 .content-wrapper {
        display: flex;
        flex-direction: column
    }

    #screen7 .col {
        width: 100%;
        margin-top: 20px
    }

    #screen7 .review-item {
        max-width: none
    }

    #screen7 .items-wrapper {
        width: 100%;
        border-left: 2px solid #0b5cff;
        padding-left: 19px;
        margin-top: 10px
    }

    #screen7 .title {
        margin-bottom: 0
    }

    #screen7 .review-item:hover {
        border: 1px solid #0b5cff
    }

    #screen-new3 {
        background: #00053d;
        height: auto
    }

    #screen-new3 .new3-inner {
        color: #fff;
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
        height: auto;
        display: block
    }

    #screen-new3 h2.bigger-font {
        color: #fff
    }

    #screen-new3 .copy-wrapper {
        padding: 0 30px 40px
    }

    #screen-new3 .zm-product-wheels {
        top: calc(50% - 20px)
    }

    #screen-new3 .copy-wrapper a {
        color: #fff
    }

    #screen-new3 .img-container {
        position: relative;
        flex-shrink: 0;
        max-width: 445px;
        width: 345px;
        height: 345px;
        margin: 0 auto
    }

    #screen-new3 .desc {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        margin: 20px 0
    }
}

.screen1-wrapper {
    background: linear-gradient(90deg,#fff 50%,#f7f7f8 50%)
}

.feature-lists svg {
    margin-right: 10px;
    flex-shrink: 0
}

.screen7-inner {
    max-width: 1440px;
    margin: 0 auto
}

@media screen and (max-width: 600px) {
    #screen4 .details-slide {
        flex-direction:column
    }

    #screen4 i.zm-icon-close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: blue;
        height: 25px;
        width: 25px;
        background: #fff;
        border-radius: 100%;
        border: 1px solid gray;
        text-align: center;
        line-height: 25px;
        cursor: pointer
    }

    #screen4 .details-slide img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: center
    }

    #screen4 .details-copy {
        position: relative;
        padding: 20px 10px;
        flex-grow: 1;
        width: 100%
    }

    #screen4 .details-slide .details-wrapper {
        height: calc(100% - 85px)!important
    }

    #screen4 {
        padding-bottom: 70px
    }
}

#screen2 .product-link {
    transition: background .4s
}

#screen2 .feature-lists a {
    color: #000;
    font-family: poppins;
    'Poppins';
}

#screen4 .details-slide a.detail-link:hover {
    background: rgba(113,160,236,0.25)
}

#screen2::after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    background: inherit
}

#screen2.scrolled::after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1
}

#screen4 .details-slide .details-wrapper {
    height: calc(100% - 140px);
    overflow-y: auto;
    position: relative
}

#screen4 .details-slide .details-container {
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%)
}

#screen2 .section2-wrapper {
    position: relative;
    z-index: 3
}

.section2-right {
    position: relative
}

.section2-right .slide-blue-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #00031f
}

@media screen and (max-width: 1199px) {
    .section2-right .slide-blue-bg {
        display:none
    }
}

html[lang="es-ES"] #screen1 h1,html[lang="es-ES"] #screen1 h2,html[lang="es-ES"] #screen1 .title,html[lang="es-ES"] #screen2.scrolled .section2-wrapper .copy,html[lang="es-ES"] #screen4 .industry-card p,html[lang="de-DE"] #screen1 h1,html[lang="de-DE"] #screen1 h2,html[lang="de-DE"] #screen1 .title,html[lang="de-DE"] #screen2.scrolled .section2-wrapper .copy,html[lang="de-DE"] #screen4 .industry-card p,html[lang="nl-NL"] #screen1 h1,html[lang="nl-NL"] #screen1 h2,html[lang="nl-NL"] #screen1 .title,html[lang="nl-NL"] #screen2.scrolled .section2-wrapper .copy,html[lang="nl-NL"] #screen4 .industry-card p,html[lang="it-IT"] #screen1 h1,html[lang="it-IT"] #screen1 h2,html[lang="it-IT"] #screen1 .title,html[lang="it-IT"] #screen2.scrolled .section2-wrapper .copy,html[lang="it-IT"] #screen4 .industry-card p,html[lang="fr-FR"] #screen1 h1,html[lang="fr-FR"] #screen1 h2,html[lang="fr-FR"] #screen1 .title,html[lang="fr-FR"] #screen2.scrolled .section2-wrapper .copy,html[lang="fr-FR"] #screen4 .industry-card p,html[lang="ru-RU"] #screen1 h1,html[lang="ru-RU"] #screen1 h2,html[lang="ru-RU"] #screen1 .title,html[lang="ru-RU"] #screen2.scrolled .section2-wrapper .copy,html[lang="ru-RU"] #screen4 .industry-card p {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}

html[lang="de-DE"] #screen1 .notice-wrapper .link,html[lang="it-IT"] #screen1 .notice-wrapper .link,html[lang="id-ID"] #screen1 .notice-wrapper .link,html[lang="es-ES"] #screen1 .notice-wrapper .link,html[lang="fr-FR"] #screen1 .notice-wrapper .link,html[lang="pl-PL"] #screen1 .notice-wrapper .link {
    white-space: break-spaces
}

#screen1 .links-container a:nth-child(2n) {
    padding-left: 0
}

#screen1 .links-container a:nth-child(2n+1) {
    margin-right: 20px
}

@media screen and (min-width: 1200px) {
}

html[lang="jp-JP"] #screen5 .blog-slide p,html[lang="ko-Ko"] #screen5 .blog-slide p,html[lang="zh-TW"] #screen5 .blog-slide p,html[lang="zh-CN"] #screen5 .blog-slide p {
    height: 90px
}

.blog-slide img {
    max-height: 233px
}

#screen1 .swiper-wrapper {
    height: auto;
    align-items: center
}

#screen1 .swiper-slide {
    height: auto
}

#screen1 .links-container a {
    margin-bottom: 10px
}

.is-keyboard-event #screen2 .swiper-slide.product-slide {
    visibility: hidden;
    transition: all .5s
}

.is-keyboard-event #screen2 .swiper-slide.product-slide.swiper-slide-active {
    visibility: visible
}

.is-keyboard-event #screen2 .swiper-slide.product-slide.is-visible {
    visibility: visible
}

#screen6 .brand-wrapper .brand-item .story-link:focus {
    opacity: 1
}

#screen7 .learn-more-link:focus {
    opacity: 1
}

@media screen and (max-width: 1199px) {
    #screen7 .review-item .learn-more-link:focus .link-text {
        color:transparent;
        background: transparent
    }
}

.is-keyboard-event #screen4 .details-slide {
    visibility: hidden;
    transition: all .5s
}

.is-keyboard-event #screen4 .details-slide.swiper-slide-active {
    visibility: visible
}

#screen4 .screen4-inner {
    position: relative;
    width: 100%;
    height: 490px
}

#screen6 .brand-wrapper .brand-item:focus-within .arrow-flag {
    width: 100%!important;
    height: 100%;
    z-index: 3
}

#screen6 .brand-wrapper .brand-item:focus-within p {
    color: #fff;
    z-index: 4;
    position: relative
}

#screen8 .links-containers a {
    margin-bottom: 5px
}

#screen7 .learn-more-link .link-text {
    color: #0b5cff;
    font-size: 14px;
    line-height: 120%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

#screen7 .learn-more-link .link-text .zm-icon-right {
    position: absolute;
    bottom: 0;
    font-size: 20px
}

.blog-slide img.error {
    display: inline-block;
    transform: scale(1);
    height: 100%;
    width: 100%;
    z-index: -1;
    position: relative;
    overflow: hidden
}

.blog-slide img.error::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background: url('../image/home2/error-img.jpg') no-repeat center
}

.blog-slide img.error::after {
    content: attr(alt);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 2;
    background-color: rgba(0,0,0,.5);
    color: white;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
#screen2 .letter-container span{font-weight: 600; font-family: poppins;padding-bottom: 5px;}
.contnt_core a{font-weight: 600; font-family: poppins; color: #5aac4e; text-decoration: underline}

element.style {
}
 
#screen2 .letter-container h2 {
    font-size: 21px;
    font-weight: 600;
    padding-top: 10px;
}
    #screen2 .desc{font-size: 15px;line-height: 24px;}