.menu__bl__1 {
    margin: 0;
    background: black;
    color: white;
}

.menu__bl__1 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 68px 0;
    margin: 0;
    list-style: none;
}
.menu__bl__1 ul li{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
}
.menu__bl__1 ul li:nth-child(4),
.menu__bl__1 ul li:hover{
    border-bottom: 2px solid rgba(255, 81, 14, 1);
}
.menu__bl__1 ul li a{
    color: white;
}
.data__bl_1{
    margin: 0;
}
.data__bl_1 > div{
    padding: 166px 80px 183px;
    position: relative;
}
.data__bl_1 figure{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.data__bl_1 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.data__bl_1 .top{
    position: relative;
    z-index: 2;
    color: white;
}
.data__bl_1 h1{
    margin: 0 0 8px;
    font-size: 58px;
    font-weight: 700;
    line-height: 79.23px;
    text-align: left;
}
.data__bl_1 .top p{
    font-size: 36px;
    font-weight: 400;
    line-height: 49.18px;
    margin-bottom: 24px;
    max-width: 948px;
}
.data__bl_1 .top span{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 27.32px;
    color: white;
}
.data__bl_1 .top svg{
    margin-left: 8px;
}
.data__bl_1 .top a:hover{
    color: rgba(255, 81, 14, 1);
}

.webapp__1{
    display: flex;
    align-items: center;
    background: linear-gradient(108.12deg, #0C0C0C 3.93%, #4A0404 33%, #BD3D26 46.12%, #FF7A46 67.49%, #F86322 87.69%, #6C1005 103.14%);
    padding: 68px 80px;
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}

.cloud__bl__10{
    background: black;
    color: white;
    margin: 0;
}
.cloud__bl__10 img{
    width: 100%;
    object-fit: cover;
}
.cloud__bl__10 > div:first-child{
    padding: 170px 0 170px 80px;
    background: white;
}
.cloud__bl__10 > div h2{
    margin: 0 0 64px;
    color: rgba(38, 38, 38, 1);
    font-size: 64px;
    font-weight: 600;
    line-height: 87.42px;
}
.cloud__bl__10 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    color: rgba(38, 38, 38, 1);
    font-size: 32px;
    font-weight: 600;
    line-height: 43.71px;
}
.cloud__bl__10{
    gap: 0;
    margin: 0;
}
.cloud__bl__10 ul li{
    border-bottom: 1px solid rgba(38, 38, 38, 0.3);
    padding-bottom: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M15 18.5L21 24.5L27 18.5' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 80px) 4px;
    padding-right: 110px;
    cursor: pointer;
    position: relative;
}
.cloud__bl__10 ul li:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: rgba(255, 81, 14, 1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 9px;
}
.cloud__bl__10 ul li.active:before{
    width: 40px;
}
.cloud__bl__10 ul li.active{
    color: rgba(255, 81, 14, 1);
}
.cloud__bl__10 ul li:not(:first-child){
    margin-top: 24px;
}
.cloud__bl__10 > div:nth-child(2){
    padding: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
}
.cloud__bl__10 > div:nth-child(2) strong{
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 43.71px;
}
.cloud__bl__10 > div:nth-child(2) p:not(.active){
    display: none;
}
.cloud__bl__10 > div:last-child figure{
    width: 100%;
    height: 100%;
}
.cloud__bl__10 > div:last-child figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cloud__bl__10 > div:last-child figure:not(.active){
    display: none;
}
.cloud__bl__10 ul li.active{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M18 27.5L24 21.5L18 15.5' stroke='%23FF510E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pg__qa__1 h2 {
    margin-bottom: 12px !important;
}
.pg__qa__1 div:first-child > p {
    color: #262626;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 64px;
}

.Business__5{
    margin: 0;
    padding: 232px 80px;
    background: black;
    color: white;
}
.Business__5 > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Business__5 .bt{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 48px 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}
.Business__5 .bt p{
    font-size: 32px;
    font-weight: 600;
    line-height: 43.71px;
    width: 403px;
}
.Business__5 .bt .new{
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    color: white;
    display: flex;
    align-items: center;
    width: 287px;
    cursor: pointer;
}
.Business__5 .bt span{
    width: calc(100% - 287px - 403px - 60px);
    font-size: 24px;
    font-weight: 500;
    line-height: 32.78px;
    max-width: 882px;

}
.Business__5 .bt .new svg{
    margin-left: 10px;
}
.Business__5 .left{
    width: calc(40% - 32px);
}
.Business__5 .right{
    width: calc(60% - 32px);
}
.Business__5 h2{
    font-size: 58px;
    font-weight: 700;
    line-height: 79.23px;
    margin: 0 0 12px;
}
.Business__5 .left p{
    font-size: 36px;
    font-weight: 400;
    line-height: 49.18px;

}
.Business__5 .right ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
.Business__5 .right ul li{
    width: calc(100%/3);
    margin-bottom: 64px;
    display: flex;
    align-items: center;
}
.Business__5 .right ul li svg{
    width: 36px;
    height: 36px;
    margin-right: 7px;
}

.close__bl__5 {
    margin: 0;
    padding: 64px 80px 0;
}
.close__bl__5 > div > div{
    margin: 0;
}
.close__bl__5 h2{
    text-align: center;
    margin: 0 0 48px;
    color: rgba(38, 38, 38, 1);
    font-size: 64px;
    font-weight: 700;
    line-height: 87.42px;
}
.close__bl__5 > div > div > div{
    display: flex;
    gap: 0;
}
.close__bl__5 .gr{
    width: 20%;
    padding: 145px 43px 186px 29px;
    position: relative;
}
.close__bl__5 .gr h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 38px;
}
.close__bl__5 .gr p {
    color: rgba(38, 38, 38, 0.80);
    font-size: 18px;
    font-weight: 400;
}
.close__bl__5 .gr:nth-child(2n+ 1){
    background: rgba(244, 244, 244, 1);
}
.close__bl__5 .gr:before{
    content: "";
    position: absolute;
    top: 145px;
    left: 0;
    width: 5px;
    height: 107px;
    border-radius: 14px;
    background: rgba(255, 81, 14, 1);
}
.pg__qa__2 > div > h2 {
    margin-bottom: 12px;
}
.pg__qa__2 > div > p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    max-width: 897px;
    margin: 0 auto 48px;
}
.pg__qa__2 {
    margin-bottom: 8px !important;
}

.webapp__3 {
    padding: 130px 80px 110px;
    background: #F4F4F4;
}
.webapp__3 h2 {
    color: #262626;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0 0 64px;
}
.webapp__3 .webapp__3__blg__ct > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.webapp__3 .webapp__3__blg__ct h4 {
    margin: 0;
    color: #262626;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.webapp__3 .webapp__3__blg__ct p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 64px;
}
.webapp__3 .webapp__3__blg__ct div:first-child p {
    background: linear-gradient(97deg, #0C0C0C -35.66%, #4A0404 17.03%, #BD3D26 40.83%, #FF7A46 79.59%, #F86322 116.22%, #6C1005 144.23%);
    margin-top: 24px;
}
.webapp__3 .webapp__3__blg__ct div:last-child p {
    background: #120C09;
    margin-bottom: 24px;
}
.webapp__3 .webapp__3__blg__ct figure {
    margin: 0;
}

.home__bl__13 > div{
    position: relative;
}
.home__bl__13{
    margin: 0;
}
.home__bl__13 > div > div{
    position: relative;
    z-index: 2;
}
.home__bl__13 > div > div:first-child{
    padding-left: 68px;
    padding-top: 98px;
    padding-right: 68px;
    color: white;
}
.home__bl__13 > div > div:first-child > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home__bl__13 > div > div:first-child > div a{
    display: flex;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
}
.home__bl__13 > div > div:first-child > div a:hover{
    color: #FF510E;
}
.home__bl__13 > div > div:first-child > div a svg{
    margin-left: 10px;
}
.home__bl__13 > div > div:first-child p{
    font-size: 24px;
    font-weight: 500;
    line-height: 32.78px;
    width: 805px;
    max-width: 100%;
}
.home__bl__13 h2{
    color: white;
    font-size: 58px;
    font-weight: 600;
    line-height: 79.23px;
    margin: 0;
}
.home__bl__13 figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.home__bl__13 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(18%);
}
.latest-case-studies{
    margin-top: 64px;
    padding-left: 68px;
    padding-bottom: 106px;
}
.latest-case-studies img{
    width: 489px;
    height: 400px;
    object-fit: cover;
}
.latest-case-studies a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.latest-case-studies .case-study-item{
    width: 65%;
    margin-right: 12px;
    max-width: 1072px;
}
.latest-case-studies .img_top{
    display: inline-block;
    overflow: hidden;
    margin-right: 24px;
    width: 489px;
    height: 400px;
}
.latest-case-studies a:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.latest-case-studies  .right{
    width: calc(100% - 489px - 24px);
}
.latest-case-studies .right span:first-child{
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    color: white;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    margin-bottom: 12px;
}
.latest-case-studies .right span:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    color: white;
    margin-bottom: 25px;
    display: block;
}
.latest-case-studies a:hover .right span:first-child{
    color: #FF510E;
}
.latest-case-studies .flickity-prev-next-button{
    border-radius: 0;
    opacity: 1;
    transform: none;
    width: 42px;
    height: 42px;
    background-color: transparent;
    top: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.latest-case-studies .flickity-prev-next-button{
    position: relative;
    margin-top: 64px;
}
.latest-case-studies .flickity-prev-next-button svg{
    display: none;
}
.latest-case-studies .flickity-prev-next-button.previous{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Crect width='42' height='42' transform='translate(42 42.5) rotate(180)' fill='%23D9D9D9'/%3E%3Cpath d='M15 25.5L11 21.5L15 17.5' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 21.5L11 21.5' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
.latest-case-studies .flickity-prev-next-button.previous{
    left: auto;
    margin-right: 12px;
}
.latest-case-studies .flickity-prev-next-button.next{
    right: auto;
}
.latest-case-studies .flickity-prev-next-button.next{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Crect width='42' height='42' transform='translate(0 0.5)' fill='%23D9D9D9'/%3E%3Cpath d='M27 17.5L31 21.5L27 25.5' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21.5H31' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
html:not([lang="ja"]) .read_more_ja{
    display: none !important;
}
html[lang="ja"] .read_more{
    display: none !important;
}
.cta_link{
    width: fit-content;
    padding-right: 60px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Crect width='42' height='42' fill='%23FF510E'%3E%3C/rect%3E%3Cpath d='M27 17L31 21L27 25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11 21H31' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 42px;
    min-height: 42px;
    align-items: center;
}
.cta_link:hover{
    color: #FF510E;
}
.flickity-prev-next-button[disabled]{
    opacity: 0.5 !important;
}
.wp-block-columns{
    margin: 0;
}

.services__blog__10{
    position: relative;
    margin: 0;
}
.services__blog__10 figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    padding-left: 346px;
}
.services__blog__10 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:brightness(50%);
}
.services__blog__10 .wpcf7.js{
    position: relative;
    z-index: 2;
    padding: 31px 0 73px;
}
.services__blog__10 h2{
    margin: 0;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    line-height: 79.23px;
}
.services__blog__10 *{
    color: white;
}
.services__blog__10 form > p{
    text-align: center;
    margin: 24px 0 48px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.78px;
    text-align: center;

}
.services__blog__10 .gr__form{
    width: 1032px;
    margin: 0 auto;
    max-width: 100%;
}
.services__blog__10 .form__infor input,
.services__blog__10 .form__infor select,
.services__blog__10 .form__1 textarea{
    background-color: rgba(29, 29, 29, 1);
}
.services__blog__10 .form__infor.checkbook .wpcf7-list-item-label:after{
    color: white;
}
.services__blog__10 .fomr_submit p input{
    background-color: transparent !important;
}
.services__blog__10 .fomr_submit p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1480px) and (min-width: 1200px) {
    .cloud__bl__10 > div:nth-child(2),
    .cloud__bl__10 > div:nth-child(3){
        flex-basis: 30% !important;
    }
    .data__bl_1 > div {
        padding: 166px 80px 169px;
    }
    .data__bl_1 h1 {
        font-size: 48px;
        line-height: normal;
    }
    .data__bl_1 .top p {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 37px;
    }
    .cloud__bl__10 > div:first-child {
        padding: 123px 48px 123px 80px;
    }
    .cloud__bl__10 > div h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 52.5px;
    }
    .cloud__bl__10 ul {
        font-size: 24px;
        line-height: normal;
    }
    .cloud__bl__10 ul li {
        padding: 0 49px 25px 0;
        margin-right: 0;
        background-position: calc(100% + 1px) -5px;
    }
    .cloud__bl__10 ul li.active{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M18 27.5L24 21.5L18 15.5' stroke='%23FF510E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .pg__qa__1 div:first-child > p {
        font-size: 18px;
        margin-bottom: 48px;
    }
    .Business__5 {
        padding: 181px 80px 179px;
    }
    .Business__5 h2 {
        font-size: 48px;
        line-height: normal;
        margin-bottom: 7px;
    }
    .Business__5 .left p {
        font-size: 18px;
        line-height: normal;
    }
    .Business__5 .right ul li {
        margin: 0;
    }
    .Business__5 .right ul {
        gap: 64px 0;
    }
    .Business__5 .bt {
        margin-top: 65px;
        padding: 59.5px 68px;
    }
    .Business__5 .bt p {
        font-size: 24px;
        line-height: normal;
        width: 302px;
    }
    .Business__5 .bt span {
        width: calc(100% - 287px - 302px - 60px);
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .close__bl__5 {
        padding-top: 64px;
        margin: 0 !important;
    }
    .close__bl__5 h2 {
        font-size: 48px;
        line-height: normal;
    }
    .close__bl__5 .gr {
        padding: 150px 27px 202px 29px;
    }
    .close__bl__5 .gr h3 {
        font-size: 24px;
    }
    .close__bl__5 .gr p {
        font-size: 16px;
    }
    .webapp__3 {
        padding: 64.5px 80px;
    }
    .webapp__3 figure {
        margin: 0;
    }
    .webapp__3 h2 {
        font-size: 48px;
        line-height: normal;
    }
    .webapp__3 .webapp__3__blg__ct  h4 {
        font-size: 24px;
    }
    .webapp__3 .webapp__3__blg__ct p {
        padding: 56.5px 64px;
        font-size: 18px;
        font-weight: 400;
    }
    .webapp__3 > div > div > div:first-child p {
        padding: 56.5px 64px;
    }
    .home__bl__13 > div > div:first-child {
        padding-top: 91px;
    }
    .home__bl__13 h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 12px;
    }
    .home__bl__13 > div > div:first-child p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .latest-case-studies {
        margin-top: 48px;
        padding-bottom: 91px;
    }
    .latest-case-studies .right span:first-child {
        font-size: 20px;
        line-height: normal;
    }
    .latest-case-studies .right span:nth-child(2) {
        font-size: 16px;
        line-height: normal;
    }
    .home__bl__13 > div > div:first-child > div a {
        display: none;
    }
    .services__blog__10 .wpcf7.js {
        padding: 63px 80px;
    }
    .services__blog__10 h2 {
        font-size: 48px;
        line-height: normal;
    }
    .services__blog__10 form > p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        margin-top: 12px;
    }
    .services__blog__10 figure {
        padding: 0;
    }
}
@media(max-width: 1199px) {
    body .menu__bl__1 {
        display: none;
    }
    .pg__qa__3 figure:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(50deg, #171513 0%, rgba(23, 21, 19, 0.2) 50%);
        z-index: 1;
    }
    .pg__qa__3 figure img {
        object-position: right;
    }

    .data__bl_1 > div {
        padding: 146px 24px 119px;
    }
    .data__bl_1 h1 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 4px;
    }
    .data__bl_1 .top p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 34px;
    }
    .data__bl_1 .top span {
        font-size: 16px;
        line-height: normal;
    }
    .data__bl_1 .top svg {
        margin-left: 10px;
    }

    .webapp__1 {
        padding: 60px 24px;
        font-size: 18px;
    }

    .Business__5 {
        padding: 36px 24px;
    }
    .Business__5 > div {
        flex-direction: column;
    }
    .Business__5 .left {
        width: 100%;
        margin-bottom: 36px;
    }
    .Business__5 h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 7px;
    }
    .Business__5 .left p {
        font-size: 16px;
        line-height: normal;
    }
    .Business__5 .right {
        width: 100%;
    }
    .Business__5 .right ul {
        flex-direction: column;
    }
    .Business__5 .right ul li {
        width: 100%;
        margin-bottom: 24px;
    }
    .Business__5 .right ul li svg {
        margin-right: 24px;
    }
    .Business__5 .bt {
        margin-top: 12px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .Business__5 .bt p {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 12px;
        width: 100%;
    }
    .Business__5 .bt span {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
    }
    .Business__5 .bt .new {
        font-size: 16px;
        width: 100%;
    }

    .home__bl__13 > div > div:first-child{
        padding-left: 24px;
        padding-right: 0;
    }
    .home__bl__13 > div > div > div:first-child{
        padding-top: 0px;
        display: block !important;
    }
    .latest-case-studies .flickity-prev-next-button {
        margin-top: 40px;
    }
    .home__bl__13 > div > div:first-child{
        padding-top: 73px;
    }
    .home__bl__13 div{
        width: 100%;
    }
    .home__bl__13 .fp-tableCell > div{
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .home__bl__13 h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
    }
    .home__bl__13 > div > div > div:first-child p{
        font-size: 16px;
        font-weight: 400;
        line-height: 21.86px;
    }
    .home__bl__13{
        overflow: hidden;
    }
    .home__bl__13 .left{
        width: 100%;
    }
    .home__bl__13 .left ~ a{
        display: none !important;
    }
    .latest-case-studies{
        margin-top: 24px;
    }
    .latest-case-studies .right span:nth-child(2){
        margin-bottom: 18px;
    }
    .cta_link{
        background-size: 35px;
        min-height: 35px;
        font-size: 18px;
    }
    .latest-case-studies img,
    .latest-case-studies .img_top{
        width: 100%;
        height: 200px;
    }
    .latest-case-studies .right span:first-child{
        margin-top: 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 27.32px;
    }
    .latest-case-studies .right span:nth-child(2){
        font-size: 14px;
        font-weight: 500;
        line-height: 19.12px;
        text-align: left;
    }
    .latest-case-studies .case-study-item{
        width: 80%;
        max-width: 100%;
    }
    .latest-case-studies a{
        flex-direction: column;
    }
    .latest-case-studies .img_top,
    .latest-case-studies .right{
        width: 100%;
    }
    .latest-case-studies, .home__bl__8, .home__bl_9 h2, .home__bl_9 p, .home__bl_9 a{
        padding-left: 24px;
    }

    .close__bl__5 {
        padding: 36px 0 0;
        margin: 0 !important;
    }
    .close__bl__5 h2 {
        font-size: 32px;
        line-height: normal;
    }
    .pg__qa__2 > div > p {
        color: rgba(38, 38, 38, 0.80);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 36px;
        padding: 0 24px;
    }
    .close__bl__5 > div > div > div {
        flex-direction: column;
    }
    .close__bl__5 .gr {
        width: 100%;
        padding: 24px;
    }
    .close__bl__5 .gr:before {
        top: 0;
        width: calc(100% - 48px);
        height: 5px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .close__bl__5 .gr:first-child:before {
        display: none;
    }
    .close__bl__5 .gr h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .close__bl__5 .gr p {
        font-size: 16px;
    }

    .webapp__3 {
        padding: 36px 24px;
    }
    .webapp__3 h2 {
        font-size: 32px;
        margin-bottom: 36px;
        text-align: left;
    }
    .webapp__3 > div > div {
        flex-direction: column;
        gap: 0;
    }
    .webapp__3 .webapp__3__blg__ct > div:not(:last-child) {
        margin-bottom: 12px;
    }
    .webapp__3 .webapp__3__blg__ct h4 {
        font-size: 20px;
    }
    .webapp__3 .webapp__3__blg__ct p {
        padding: 63px 24px;
        font-size: 18px;
        font-weight: 400;
    }
    .webapp__3 .webapp__3__blg__ct div:first-child p {
        margin-top: 12px;
    }
    .webapp__3 .webapp__3__blg__ct figure img {
        width: 100%;
    }
    .webapp__3 .webapp__3__blg__ct > div:last-child p {
        order: 2;
        margin: 12px 0 0;
    }
    .services__blog__10 > div {
        display: flex;
        flex-direction: column;
    }
    .services__blog__10 .wpcf7.js {
        order: 2;
        background: #000;
        padding: 0 24px 48px;
    }
    .services__blog__10 h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
    }
    .services__blog__10 form > p {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        margin: 12px 0 48px;
    }
    .form__1 {
        margin: 0;
    }
    .form__2 .form__infor {
        width: 100%;
    }
    .form__infor select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M6.12891 9.08252L12.1356 15.0758L18.1289 9.06909' stroke='%23D9D9D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: calc(100% - 24px) 15px;
    }
    .services__blog__10 figure {
        order: 1;
        position: static;
        padding: 0;
        margin: 0;
        overflow: hidden;
        height: 388px;
    }
    .services__blog__10 figure img {
        filter: brightness(100%);
    }

    .cloud__bl__10 > div:first-child{
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .cloud__bl__10 > div > div > div > div > div figure,
    .cloud__bl__10 h2 ~ div:last-child > div figure{
        display: none !important;
    }
    .gr-icon{
        margin-bottom: 16px;
    }
    .cloud__bl__10 > div > div > div > .active__mb__home > .txt figure{
        display: block !important;
    }
    .cloud__bl__10 h2 ~ div:last-child > div > *{
        width: 100%;
    }
    .cloud__bl__10{
        align-items: center !important;
        flex-direction: column;
        margin: 268px 0;
    }
    .cloud__bl__10 .txt{
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(244, 244, 244, 1);
        margin-bottom: 19px;
    }
    .cloud__bl__10 ul li{
        font-size: 20px;
        font-weight: 500;
        line-height: 27.32px;
        text-align: left;
        color: rgba(38, 38, 38, 1) !important;
        position: relative;
        display: flex;
        align-items: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='43' viewBox='0 0 42 43' fill='none'%3E%3Cpath d='M18 27.5L24 21.5L18 15.5' stroke='%23262626' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 100% 7px;
        padding: 12px 24px 12px 64px;
        width: 100%;
        flex-wrap: wrap;
    }
    .cloud__bl__10 ul li:before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 2px;
        background: rgba(255, 81, 14, 1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 26px;
        left: 20px;
    }
    .cloud__bl__10 ul li p strong{
        display: none;
    }
    .cloud__bl__10 ul li.active_mb{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23FF510E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-position: calc(100% - 12px) 17px;
        color: rgba(255, 81, 14, 1) !important;
    }
    .cloud__bl__10 ul li.active_mb p{
        font-size: 14px;
        font-weight: 500;
        line-height: 19.12px;
        margin-left: -40px;
        width: calc(100% + 40px);
        color: black;
        margin-top: 0px;
    }
    .cloud__bl__10 ul li.active_mb img{
        margin: 24px 0 0 -40px;
        height: 226.5px !important;
        min-height: 226.5px !important;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        object-fit: cover;
    }
    .cloud__bl__10 ul li.active_mb img,
    .cloud__bl__10 ul li.active_mb p{
        display: block;
    }
    .cloud__bl__10 ul li p,
    .cloud__bl__10 ul li img,
    .cloud__bl__10 > div:nth-child(2),
    .cloud__bl__10 > div:last-child{
        display: none;
    }
    .cloud__bl__10 .txt p{
        display: none;
    }
    .cloud__bl__10 ul{
        width: 100%;
    }
    .cloud__bl__10 .txt h3:before{
        display: block;
        content: "";
        width: 40px;
        height: 2px;
        background: rgba(255, 81, 14, 1);
        margin-right: 2px;
    }
    .cloud__bl__10 > div > div > div > div > div > *{
        width: 100%;
    }
    .cloud__bl__10  > div h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
        text-align: center;
        margin: 0 0 40px;
    }
    .cloud__bl__10 .fp-tableCell{
        display: flex;
        align-items: center;
    }
    .pg__qa__1 div:first-child > p {
        font-size: 16px;
        margin-bottom: 55px;
    }

}
