header.entry-header {
    display: none;
}

.no-scroll {
    overflow: clip; 
}

/* ICON TEASER START */
.icon-teaser-outer .slick-list {
    margin: 0 -7.5px;
}

.icon-teaser-outer {
    background-color: rgba(140, 163, 191, 0.10);
    padding: 100px 0px 140px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media all and (min-width:1900px) {
    .icon-teaser-outer {
        padding: 100px 0px 180px;
    }
}
 
.icon-teaser-outer:before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/themes/bluetech/assets/img/wave-bottom.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 90px;
    transform: scaleX(-1);
}

.icon-teaser-outer:after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/themes/bluetech/assets/img/wave-top.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 90px;
    transform: scaleX(-1);
}

@media all and (min-width:1600px) {
    .icon-teaser-outer:before {
        height: 110px;
    }
    .icon-teaser-outer:after {
        height: 110px;
    }
}

@media all and (min-width:1900px) {
    .icon-teaser-outer:before {
        height: 120px;
    }

    .icon-teaser-outer:after {
        height: 140px;
    }
}

@media all and (min-width:2100px) {
    .icon-teaser-outer:before {
        height: 130px;
    }

    .icon-teaser-outer:after {
        height: 130px;
    }
}

@media all and (min-width:2200px) {
    .icon-teaser-outer:before {
        height: 140px;
    }
    .icon-teaser-outer:after {
        height: 140px;
    }
}

@media all and (min-width:2300px) {
    .icon-teaser-outer:before {
        height: 150px;
    }
    .icon-teaser-outer:after {
        height: 150px;
    }
}

@media all and (min-width:2400px) {
    .icon-teaser-outer:before {
        height: 160px;
    }
    .icon-teaser-outer:after {
        height: 160px;
    }
}

@media all and (min-width:2500px) {
    .icon-teaser-outer:before {
        height: 170px;
    }
    .icon-teaser-outer:after {
        height: 170px;
    }
}

@media all and (min-width:2900px) {
    .icon-teaser-outer:before {
        height: 180px;
    }
    .icon-teaser-outer:after {
        height: 180px;
    }
}



.icon-teaser-block.icon_teaser_wrapper .icon_teaser_wrapper_inner {
    padding: 20px;
    text-align: center;
}

.icon_teaser_wrapper_inner strong {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #25292E;
    font-family: 'Lato', sans-serif;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
}

.icon-teaser-outer .title-header {
    text-align: center;
    margin-bottom: 25px;
}

.icon_teaser_wrapper_inner p {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 15px;
    color: #B4B4B4;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.icon_teaser_wrapper_inner .card-head {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.icon_teaser_wrapper_inner  {
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 0 7.5px;
    padding: 15px 0px 43px 0px;
}

.icon_teaser_wrapper {
    margin-top: 50px;
}

.icon_teaser_wrapper .title-header h2 {
    text-align: center;
}

.icon_teaser_slider .slick-dots {
    bottom: -40px;
}

@media all and (min-width: 1440px) {

    .icon_teaser_slider.container {
        display: flex;
        gap: 15px;
    }

    .icon_teaser_wrapper_inner {
        width: 25%;
        margin: 0px;
    }
}
/* ICON TEASER END */

/* IMAGE TEASER START */
.block_image_teaser_wrapper {
    text-align: center;
    height: 485px;
}

.block_image_teaser_wrapper .image_teaser_inner {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.block_image_teaser_wrapper strong {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

.block_image_teaser_wrapper p {
    color: #ccc;
    font-size: 12px;
}

.bild-teaser-outer .bild-teaser-inner.container {
    max-width: 1200px;
    margin: 0 20px;
}

@media (min-width: 1240px) {
    .bild-teaser-outer .bild-teaser-inner.container {
        margin: 0 auto;
    }
}

.bild-teaser-outer .image_teaser_inner strong {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 25px;
}

.bild-teaser-outer .image_teaser_inner p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 25px;
    color: rgba(131, 131, 131, 1);
    font-weight: 400;
    text-rendering: geometricPrecision;
}

.bild-teaser-outer .image_teaser_inner a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 25px;
    text-decoration: underline;
    color: rgba(8, 74, 153, 1);
    transition: 0.3s ease-in-out;
}

.bild-teaser-outer .image_teaser_inner a:hover {
    opacity: 0.8;
}

.bild-teaser-outer .image_teaser_inner a span {
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.bild-teaser-outer .image_teaser_inner a:hover span {
    transform: translateX(5px);
}

.bild-teaser-outer .bild-teaser-slider {
    gap: 15px;
    margin-bottom: 0px;
}

.image_teaser .image_teaser_inner {
    padding: 25px 20px 30px;
    height: 480px;
    background-color: #FFFFFF;
}

.image_teaser_inner .text-bottom {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.image_teaser_inner .text-top img {
    max-height: 269px;
    margin: 0 auto;
}

.image_teaser_inner .text-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.text-bottom .icon-arrow-right-regular {
    text-decoration: underline #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-left: 11px;
}

.bild-teaser-outer {
   position: relative;
}

.bild-teaser-outer:after {
    content: "";
    background-image: url('/wp-content/themes/bluetech/assets/img/wave-gray.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    height: 700px;
    z-index: -1;
}

@media all and (min-width:1920px) {
    .bild-teaser-outer:after {
        top: -55px;
        height: 750px;
    } 
}

@media all and (min-width:2250px) {
    .bild-teaser-outer:after {
        top: -170px;
        height: 880px;
    } 
}

@media all and (min-width:2450px) {
    .bild-teaser-outer:after {
        top: -255px;
        height: 990px;
    } 
}

.bild-teaser-outer .bild-teaser-inner .wp-block-button {
    margin-top: 75px;
}

@media all and (max-width: 768px) {
    .bild-teaser-slider .slick-slide {
        margin: 0 7.5px;
    }

    .bild-teaser-inner .slick-list {
        margin: 0 -7.5px!important;
    }
}

.bild-teaser-slider .slick-dots {
    bottom: -60px;
}

@media all and (max-width: 1440px) {
    .bild-teaser-outer:after {
        background-size: 100%;
        top: 15px;
    }
}

@media all and (max-width: 1280px) {
    .bild-teaser-outer:after {
        background-size: 120%;
        top: 0px;
    }
}

@media all and (max-width: 1024px) {
    .bild-teaser-outer:after {
        background-size: 150%;
        top: 13px;
    }
}

@media all and (max-width: 768px) {
    .bild-teaser-outer:after {
        background-size: 200%;
        top: 5px;
    }
}

@media all and (max-width: 568px) {
    .bild-teaser-outer:after {
        background-size: 300%;
        top: 0px;
    }
}

@media all and (max-width: 425px) {
    .bild-teaser-outer:after {
        background-size: 400%;
        top: 5px;
    }
}


@media all and (max-width: 375px) {
    .bild-teaser-outer:after {
        background-size: 400%;
        top: 66px;
    }
}











/* IMAGE TEASER END */

/* LOGO SLIDER START */
.logo-slider-inner h2 {
    color: #084A99;
    text-align: center;
    font-weight: 700;
    text-rendering: geometricPrecision;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 65px;
    margin-bottom: 0px;
}

.icon-teaser-outer {
    justify-content: center;
}

.logo-slider .slick-slider .slick-slide {
    margin: 0 25px;
}

.logo-slider .slick-slider .slick-track {
    display: flex;
    align-items: center;
}

.logo-slider .slick-list {
    overflow: hidden;
}

@media all and (min-width:1440px) {
    .logo-slider .slick-slider .slick-slide {
        margin: 0 25px;
    }
}

.logo-slider-inner h2 {
    line-height: 40px;
    margin-bottom: 45px;
}

@media all and (min-width: 768px) {
    .logo-slider-inner h2 {
        line-height: 65px;
    }
}

.logo-slider .slick-slider ul {
    list-style: none;
}

.logo-slider .slick-slide img {
    height: 70px;
}


/* LOGO SLIDER END */

/* USED GOODS START */
.lato-bold-17 {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #084A99;
    font-weight: 700;
}

.lato-bold-20 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #25292E;
    font-weight: 700;
}

.lato-regular-15 {
    font-size: 15px;
    letter-spacing: 0.23px;
    line-height: 20px;
    color: #8D8D8D;
    font-weight: 400;
}

 .product-item {
    display: flex!important;
    background-color: rgba(140, 163, 191, 0.1);
    border-radius: 5px;
    margin: 0 7.5px;
}

 .product-item .product-left span:before {
    content: "\e91e";
    color: black;
    background-color: white;
}

 .product-item .product-left span {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.product-item .product-left {
    position: relative;
}

 .product-item .product-left img {
    border-radius: 5px 0px 0px 5px;
}

.product-item .product-right {
    padding: 34.5px 35px 34.5px 25px;
}

 .product-item .product-right .lato-bold-17 {
   margin-bottom: 15px;
}

 .product-item .product-right .lato-bold-20 {
    margin-bottom: 30px;
 }

  .product-item .product-left {
    width: 32%;
}

 .product-item .product-right {
    width: 68%;
}

 .product-item .product-left img {
    height: 100%;
    width: 100%;
}

@media all and (max-width: 425px) {
    .product-item .product-left img {
        border-radius: 5px 5px 0px 0px;
    }
}

.product-slider {
    margin-top: 55px;
    display: flex;
    align-items: center;
}

.product-slider .product-right a {
    color: rgba(8, 74, 153, 1);
    text-decoration: underline;
    margin-left: 12px;
    transition: 0.3s ease-in-out;
}

.product-slider .product-right a:hover {
    opacity: 0.8;
}

@media all and (max-width: 567px) {
    .product-item {
        flex-direction: column;
    }
    .product-item .product-left, .product-item .product-right {
        width: 100%;
    }
}

.product-slider .slick-list .slick-track .slick-slide {
    height: unset!important;
}

.product-slider .slick-list .slick-track {
    display: flex!important;
}


/*SLICK DOTS START*/
.product-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product-slider .slick-dots {
    text-align: center !important;
    left: unset !important;
}

.slick-dots li {
    margin: 0px !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    line-height: 11px;
    width: 8px;
    height: 8px;
    font-size: 35px !important;
    color: rgba(8, 74, 153, 0.15) !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: rgba(8, 74, 153, 1) !important;
    font-size: 35px !important;
}
/*SLICK DOTS ENDE*/

/* USED GOODS END */

/* REQUEST START */
.request-outer .request-inner.container {
    max-width: 792px;
}

.request-outer .request-inner.container {
    margin: 0 auto;
}

.request-outer .request-inner .title-header, .request-outer .request-inner .description {
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.request-outer .title-header {
    margin-bottom: 50px;
}

.request-outer .description p {
    font-size: 15px;
    letter-spacing: 0.23px;
    font-weight: 400;
    line-height: 35px;
    text-rendering: geometricPrecision;
    text-align: left;
}

.request-outer .request-inner .yellow-button {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.request-outer {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 35px;
}

.request-outer .request-inner h2, .request-outer .request-inner h3 {
    color: #FFFFFF;
}

.request-outer .request-inner h2 {
    margin-bottom: 2px;
}

.request-outer .filter-wrapper {
    padding: 115px 0px;
}

.request-outer .filter-wrapper:after {
    content: "";
    background-color: rgba(37, 41, 46, 0.7);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.request-outer:before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/themes/bluetech/assets/img/wave-bottom.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 90px;
    transform: scaleX(-1);
}

@media all and (min-width: 390px) and (max-width: 424px) {
    .request-outer:before {
        left: -1px;
        right: -1px;
    }
}

.request-outer:after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/themes/bluetech/assets/img/wave-top.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 90px;
    transform: scaleX(-1);
}

@media all and (min-width:1600px) {
    .request-outer:before {
        height: 110px;
    }
    .request-outer:after {
        height: 110px;
    }
}

@media all and (min-width:1900px) {
    .request-outer:before {
        height: 120px;
    }

    .request-outer:after {
        height: 140px;
    }
}

@media all and (min-width:2100px) {
    .request-outer:before {
        height: 130px;
    }

    .request-outer:after {
        height: 130px;
    }
}

@media all and (min-width:2200px) {
    .request-outer:before {
        height: 140px;
    }
    .request-outer:after {
        height: 140px;
    }
}

@media all and (min-width:2300px) {
    .request-outer:before {
        height: 150px;
    }
    .request-outer:after {
        height: 150px;
    }
}

@media all and (min-width:2400px) {
    .request-outer:before {
        height: 160px;
    }
    .request-outer:after {
        height: 160px;
    }
}

@media all and (min-width:2500px) {
    .request-outer:before {
        height: 170px;
    }
    .request-outer:after {
        height: 170px;
    }
}

@media all and (min-width:2900px) {
    .request-outer:before {
        height: 180px;
    }
    .request-outer:after {
        height: 180px;
    }
}

.request-inner {
    padding: 0 20px;
}

@media all and (max-width: 425px) {
    .request-outer {
    background-size: 800%;
    }

    .request-inner .title-header h2 {
        margin-bottom: 15px;
    }
}

@media all and (min-width: 375px) and (max-width: 390px) {
    .request-outer + .has-text-align-center:first-of-type {
        padding: 0 20px;
    }
}

/* REQUEST END */

/*YELLOW BUTTON START*/
.yellow-button a {
    background-color: #FFBA00;
    color: #25292E;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 19px;
    border-radius: 25px;
    width: 279px;
    padding: 15.5px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    justify-content: center;
    display: flex;
}

.yellow-button a:hover {
    background-color: #25292E;
    color: #FFBA00;
}

.yellow-button {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
/*YELLOW BUTTON END*/

/* BRAND-SLIDER BLOCK START */
.brand-slider .slick-track {
    display: flex;
    align-items: center;
    height: 60px;
}

.brand-slider li.slick-slide {
    display: flex!important;
    justify-content: center;
    margin: 0 20px;
}

.brand-slider .slick-list {
    overflow: hidden;
}
/* BRAND-SLIDER BLOCK END */

/* LOGISTIC-PRODUCTS BLOCK START */

.logistic-products-outer .mix-head {
    position: relative;
    height: 288px;
    display: flex;
    justify-content: center;
    background-color: rgba(154, 154, 154, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
}

.logistic-products-outer .mix-head img {
    object-fit: cover;
}

.logistic-products-outer .brand-new {
    background-color: rgba(255, 0, 0, 1);
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    width: 94px;
    position: absolute;
    left: 15px;
    top: 15px;
    gap: 5px;
}

.logistic-products-outer .icon-search-plus-regular {
    background-color: #084A99;
    border-radius: 3px 0px 3px 0px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: right;
}

.logistic-products-outer .icon-search-plus-regular:before {
    color: #FFFFFF;
}

.logistic-products-outer .mix-container {
    margin: 0 7.5px;
}

.logistic-products-outer .mix-it-container .slick-list {
    margin: 0 -7.5px;
}

/*
.mix-it-container {
    display: flex;
    align-items: center;
} */

.mix-it-container .slick-dots li {
    width: 18px;
}

.logistic-products-outer .product-brand {
    color: #084A99;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.logistic-products-outer .product-title {
   font-size: 18px;
   letter-spacing: 0px;
   line-height: 18px;
   color: #000000;
   font-weight: 600;
   margin-bottom: 15px;
}

.logistic-products-outer .mix-button-container {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

@media all and (min-width: 1024px) {
    .logistic-products-outer .mix-button-container {
        justify-content: center;
    }
}

.logistic-products-outer .mix-button-container li button {
    border: 1px solid #084A99;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #084A99;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.23px;
    padding: 9px 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.logistic-products-outer .mix-button-container li button:hover, .logistic-products-outer .mix-button-container li button.active {
    background-color: #084A99;
    color: #FFFFFF;
}

.logistic-products-outer .title-header {
    text-align: center;
    margin-bottom: 55px;
}

.logistic-products-outer .icon-search-plus-regular p {
    font-size: 0px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.logistic-products-outer .icon-search-plus-regular:hover {
    background-color: rgba(8, 74, 153, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    flex-direction: column;
}

.logistic-products-outer .icon-search-plus-regular:hover p {
    font-size: 16px;
    opacity: 1;
}

.mix-body .product-desc {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    text-rendering: geometricPrecision;
}

.mix-body .product-desc a {
    color: rgba(8, 74, 153, 1);
    margin-left: 10px;
    text-decoration: underline;
}

.logistic-products-outer .slick-dots {
    bottom: -70px; 
}

.logistic-products-outer {
    margin-bottom: 130px;
    margin-top: 100px;
}

.logistic-products-outer .slick-next {
    background-image: url('/wp-content/themes/bluetech/assets/img/arrow-right.svg');
    background-repeat: no-repeat;
    right: -50px;
    top: 145px;
}

.logistic-products-outer .slick-next:before {
    content: "";
}

.logistic-products-outer .slick-prev {
    background-image: url('/wp-content/themes/bluetech/assets/img/arrow-left.svg');
    background-repeat: no-repeat;
    left: -50px;
    top: 145px;
}

.logistic-products-outer .slick-prev:before {
    content: "";
}

@media all and (max-width: 1280px) {
    .logistic-products-outer .slick-next {
        right: 0px;
        top: -25px;
    }

    .logistic-products-outer .slick-prev {
        left: 0px;
        top: -25px;
    }

    .logistic-products-outer .mix-button-container {
        margin-bottom: 70px;
    }
}

/* LOGISTIC-PRODUCTS BLOCK END */

/* INTRO-TEXT BLOCK START */
.intro-text-outer .title-header {
    text-align: center;
    margin-bottom: 50px;
}

.intro-text-outer .intro-desc {
    display: flex;
    gap: 45px;
}

.intro-text-outer .intro-desc p {
    color: #8D8D8D;
    font-size: 15px;
    letter-spacing: 0.23px;
    line-height: 35px;
    font-weight: 400;
    text-rendering: geometricPrecision;
}

.intro-text-outer {
    margin-bottom: 80px;
}

@media all and (max-width: 568px) {
    .intro-text-outer .intro-desc {
        flex-direction: column;
    }
}
/* INTRO-TEXT BLOCK END */

/* FIRST-VIEW BLOCK START */
.first-view-inner .title-header h1 {
    color: #FFFFFF;
    font-size: 62px;
    letter-spacing: 0px;
    line-height: 65px;
    font-weight: 700;
    text-shadow: 0px 3px 15px #000000C4;
    max-width: 490px;
    margin-bottom: 30px;
}

@media all and (max-width: 568px) {
    .first-view-outer .title-header h1 {
        font-size: 35px;
    }
}

.first-view-inner .title-header h3 {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 22px;
    text-transform: uppercase;
    text-shadow: 0px 3px 15px #000000C4;
    font-weight: 400;
}

.first-view-inner .title-header {
    z-index: 1;
    position: relative;
}

.first-view-inner .yellow-button {
    justify-content: left;
    margin-top: 50px;
    margin-bottom: 60px;
}

.first-view-inner .usp-div .usp-list li {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 19px;
    font-weight: 500;
    text-rendering: geometricPrecision;
}

.first-view-inner .usp-div {
    z-index: 1;
    position: relative;
}

.first-view-inner .usp-div .usp-list {
    display: flex;
    gap: 60px;
}

.first-view-inner .usp-div .usp-list li span {
    margin-right: 15px;
}

.first-view-outer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 130px;
    margin-bottom: 130px;
}

@media all and (min-width:1440px) {
    .first-view-outer {
        padding-bottom: 180px;
    }
}

@media all and (min-width:1600px) {
    .first-view-outer {
        padding-bottom: 200px;
    }
}

@media all and (min-width:1700px) {
    .first-view-outer {
        padding-bottom: 210px;
    }
}

@media all and (min-width:1800px) {
    .first-view-outer {
        padding-bottom: 220px;
    }
}

@media all and (min-width:1900px) {
    .first-view-outer {
        padding-bottom: 245px;
    }
}

@media all and (min-width:2000px) {
    .first-view-outer {
        padding-bottom: 255px;
    }
}

@media all and (min-width:2500px) {
    .first-view-outer {
        padding-bottom: 320px;
    }
}

.first-view-outer video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.first-view-outer:after {
    content: "";
    background-color: rgba(37, 41, 46, 0.82);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.first-view-outer .blue-border, .first-view-outer .white-border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -155px;
    width: 100%;
    object-fit: cover;
}

.first-view-outer .blue-border img, .first-view-outer .white-border img {
    z-index: 1;
    position: relative;
    width: 100%;
}

.first-view-outer .first-view-img {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -160px;
    image-rendering: pixelated;
}

.first-view-outer .first-view-img img {
    width: 320px;
    height: 440px;
}

.first-view-outer .first-view-badge {
    position: absolute;
    right: 5px;
    bottom: 225px;
    z-index: 1;
    width: 212px;
    height: 212px;
}

.first-view-outer .first-view-badge img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.first-view-outer .first-view-badge .badge-text-img {
    z-index: 1;
    width: 180px;
    height: 180px;
    left: unset;
    right: 15px;
    bottom: unset;
    top: 15px;
}

@media all and (max-width: 1280px) {
    .first-view-inner .usp-div .usp-list {
        flex-direction: column;
        gap: 20px;
    }
}

@media all and (max-width: 1024px) {
    .first-view-outer .first-view-img img {
        max-width: 492px;
        max-height: 526px;
        width: 100%;
        height: auto;
    }

    .first-view-outer .first-view-img {
        bottom: -230px;
    }
}

@media all and (max-width:568px) {
    .first-view-outer .title-header h1 {
        line-height: 40px;
    }

    .first-view-inner .yellow-button {
        margin-top: 30px;
    }

    .first-view-inner .usp-div .usp-list li {
        display: flex;
    }

    .first-view-outer .blue-border {
        bottom: -10px;
    }

    .first-view-outer .white-border {
        bottom: -25px;
    }

    .first-view-outer {
        margin-bottom: 370px;
    }

    .first-view-outer .first-view-img {
        bottom: -280px;
        left: -45px;
        right: unset;
    }

    .first-view-outer .first-view-img img {
        width: 250px;
        height: auto;
    }

    .first-view-outer .first-view-badge {
        right: 10px;
        bottom: -90px;
        width: 180px;
        height: 180px;
    }

    .first-view-outer .first-view-badge .badge-text-img {
        width: 160px;
        height: 160px;
        left: unset;
        right: 10px;
        bottom: unset;
        top: 10px;
    }
}

@media all and (min-width:375px) {
    .first-view-outer .first-view-badge {
        right: 25px;
    }

    .first-view-outer .first-view-img {
        left: -8px;
    }
}

@media all and (min-width:425px) {
    .first-view-outer .first-view-badge {
        right: 50px;
    }

    .first-view-outer .first-view-img {
        left: 15px;
    }
}

@media all and (min-width: 568px) {
    .first-view-outer .first-view-img {
        right: 0px;
        left: unset;
        bottom: -95px;
    }

    .first-view-outer .first-view-badge {
        right: 0px;
        bottom: 167px;
    }
}

@media all and (min-width: 768px) {
    .first-view-outer .white-border {
        bottom: -100px;
    }

    .first-view-outer .blue-border {
        bottom: -90px;
    }

    .first-view-outer .first-view-img {
        right: 100px;
        left: unset;
        bottom: -145px;
    }
}

@media all and (min-width: 1440px) {
    .first-view-outer .first-view-img {
        bottom: -60px;
        right: 80px;
    }

    .first-view-outer .first-view-badge {
        bottom: 290px;
    }
}
.first-view-outer .icon-double-angle-down-regular {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -330px;
    z-index: 1;
    color: rgba(180, 180, 180, 1);
    font-size: 20px;
    text-rendering: geometricPrecision;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.first-view-outer .icon-double-angle-down-regular:before {
    display: none;
}

.first-view-outer .icon-double-angle-down-regular:hover {
    transform: translateY(10px) translateX(-50%);
}


@media all and (min-width:768px) {
    .first-view-outer {
        margin-bottom: 250px;
    }

    .first-view-outer .icon-double-angle-down-regular {
        bottom: -200px;
    }
}

@media all and (min-width: 1024px) {
    .first-view-outer {
        margin-bottom: 150px;
    }

    .first-view-outer .icon-double-angle-down-regular {
        bottom: -100px;
    }
}

@media all and (min-width: 1280px) {
    .first-view-outer {
        margin-bottom: 130px;
    }

    .first-view-outer .icon-double-angle-down-regular {
        bottom: -15px;
    }
}

@media all and (min-width: 1440px) {
    .first-view-outer .icon-double-angle-down-regular {
        bottom: 0px;
    }
    .first-view-outer {
        margin-bottom: 80px;
    }
}


/* FIRST-VIEW BLOCK END */

/* CONTACT-POPUP BLOCK START */
.contact-popup-outer {
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:10;
    height: calc(100vh - 100px);
    backdrop-filter: blur(6px);
    display: none;
    padding-top: 100px;
}

.contact-popup-inner.container {
    background-color: #FFFFFF;
    max-width: 591px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 70px 100px;
}

.contact-popup-inner .title-header h2 {
    margin-top: 0px;
    line-height: 40px;
    margin-bottom: 20px;
}

.contact-popup-inner .title-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-popup-inner .title-header h3 {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 15px;
    color: #B4B4B4;
    font-weight: 400;
}

.contact-popup-inner .contact-icons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.contact-popup-inner .contact-icons p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 19px;
    color: #000000;
    font-weight: 600;
}

.contact-popup-inner .contact-icons .contact-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(140, 163, 191, 0.2);
    border-radius: 5px;
    width: 50%;
    text-align: center;
    padding:16px 30px;
    cursor: pointer;
}

.contact-popup-inner .contact-icons .contact-icon .card-head lottie-player {
    margin: 0 auto;
    width: 70px!important;
    height: 70px!important;
}

.contact-popup-outer .icon-close-regular {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: rgba(119, 122, 123, 1);
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.contact-popup-outer .icon-close-regular:hover {
    transform: scale(1.2);
}

.contact-popup-outer .contact-popup-inner {
    position: relative;
}

.contact-popup-outer .contact-popup-inner .contact-icon .card-head {
    margin-bottom: 10px;
}

.contact-icon lottie-player {
    margin: 0 auto;
}

.contact-popup-outer .contact-popup-inner.container {
    margin: 0 auto;
}

@media all and (max-width:425px) {
    .contact-popup-inner.container {
        padding: 70px 20px;
    }
    .contact-popup-inner .contact-icons {
        flex-direction: column;
    }
    .contact-popup-inner .contact-icons .contact-icon {
        width: 100%;
    }
    .contact-popup-outer .contact-popup-inner.container {
        margin: 0 20px;
    }
}
/* CONTACT-POPUP BLOCK END */



