.h_hero{display:grid}.h_hero .n_ql{grid-row-start:1;grid-row-end:2;grid-column-start:1;grid-column-end:2;align-self:flex-end;z-index:3}.h_hero__content{grid-row-start:1;grid-row-end:2;grid-column-start:1;grid-column-end:2;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0;align-self:flex-end;z-index:2;color:#fff;text-align:center;padding-bottom:50px;padding-top:200px}.h_hero__content__text{width:30%}.h_hero__content__extra{margin-top:50px;width:100%}.h_hero__image{grid-row-start:1;grid-row-end:2;grid-column-start:1;grid-column-end:2;width:100%;height:100%;position:relative;min-height:75vh}.h_hero__image picture{height:100%;width:100%}.h_hero__image img{width:100%;height:100%;max-height:100vh;object-fit:cover;display:block}.h_hero__image:after{content:"";width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:linear-gradient(to top,#000 25%,#0000)}@media screen and (max-width: 1700px){.h_hero__content__text{width:50%}}@media screen and (max-width: 1050px){.h_hero__content{align-items:flex-start}.h_hero__content__text{width:75%;text-align:left}}@media screen and (max-width: 768px){.h_hero__content__text{width:100%}.h_hero__image{min-height:95vh}}.b_service{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:50px;position:relative;padding-bottom:50px;padding-top:50px}.b_service__extend{position:relative;position:absolute;display:block;width:100%;height:400px;background-color:#000;left:0}.b_service__extend:after,.b_service__extend:before{content:"";position:absolute;height:100%;width:calc((100vw - 2250px)/2 + 1px);top:0;background-color:#000;z-index:1}.b_service__extend:before{left:calc(-.5*(100vw - 2250px))}.b_service__extend:after{right:calc(-.5*(100vw - 2250px))}.b_service__extend__top{top:0}.b_service__extend__bottom{bottom:0}.c_service{width:calc((100% - 100px) / 3);display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:0;border-radius:20px;overflow:hidden;color:#000;z-index:3}.c_service:hover .btn_image img{transform:rotate(45deg)}.c_service:hover .c_service__image img{width:105%;height:105%}.c_service:hover .c_service__content h2:after{left:0}.c_service__image{width:100%;aspect-ratio:4/3;overflow:hidden}.c_service__image picture{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0}.c_service__image img{width:100%;height:100%;transition:.5s;object-fit:cover}.c_service__content{padding:50px;background-color:#ebebeb;flex-grow:1;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:0}.c_service__content p{flex-grow:1}.c_service__content h2{position:relative;overflow:hidden;width:fit-content}.c_service__content h2:after{content:"";width:100%;height:2px;position:absolute;bottom:0;left:-100%;background-color:red;transition:.5s}@media screen and (max-width: 1500px){.c_service__content{padding:30px}}@media screen and (max-width: 1300px){.c_service{width:calc((100% - 50px)/2)}}@media screen and (max-width: 768px){.c_service{width:100%}}
