body .home .banner{position:relative}body .home .banner img{width:100%;display:block;object-fit:cover}body .home .banner .text{position:absolute;left:0;top:22.23958vw;text-align:center;color:white;width:100%;text-transform:uppercase}body .home .banner .text .t{font-weight:500;font-family:'times'}body .home .container{padding:9.11458vw 10.41667vw}body .home .container .des{width:59.21875vw;margin:0 auto;color:rgba(0,0,0,0.6);line-height:1.5;text-align:center}body .home .container .list{margin:10.9375vw 0 11.97917vw 0;display:flex;justify-content:space-between}body .home .container .list .item .icon{height:10.83333vw;display:flex;align-items:center;justify-content:center}body .home .container .list .item .icon img{max-height:100%;display:block;object-fit:contain;transition:all 600ms}body .home .container .list .item p{margin-top:1.61458vw;color:#000;text-align:center;text-transform:capitalize}body .home .container .list .item:hover .icon img{transform:rotateY(360deg)}body .home .container .message .form .box .pt{color:#252726;margin-bottom:3.54167vw;display:flex;align-items:center;width:100%}body .home .container .message .form .box .pt::before{width:7.8125vw;height:1px;content:'';display:block;background:rgba(0,0,0,0.2);transform:scaleY(0.99);transform-origin:0 0}body .home .container .message .form .box .pt p{margin:0 1.5625vw;white-space:nowrap;text-transform:capitalize;font-family:'times'}body .home .container .message .form .box .pt::after{width:100%;height:1px;content:'';display:block;background:rgba(0,0,0,0.2);transform:scaleY(0.99);transform-origin:0 0}body .home .container .message .form .box .content{display:flex;justify-content:space-between;flex-wrap:wrap}body .home .container .message .form .box .content .item{width:34.375vw}body .home .container .message .form .box .content .item:not(:last-child){margin-bottom:2.60417vw}body .home .container .message .form .box .content .item.full-width{width:100%}body .home .container .message .form .box .content .item p{color:#252726;text-transform:capitalize;margin-bottom:.72917vw}body .home .container .message .form .box .content .item input,body .home .container .message .form .box .content .item textarea{border:1px solid rgba(0,0,0,0.2);height:3.125vw;outline:none;background:transparent;width:100%;padding:1.04167vw;font-size:1.25vw;color:#252726}body .home .container .message .form .box .content .item textarea{height:15.625vw;resize:none}body .home .container .message .form .submit{display:flex;padding:.83333vw 2.60417vw;align-items:center;gap:1.04167vw;flex-shrink:0;background:#252726;margin-top:4.16667vw;color:#000;text-transform:capitalize;width:fit-content;cursor:pointer;transition:all 600ms;background:#F1DB63;border:0}body .home .container .message .form .submit:disabled{cursor:not-allowed;opacity:.65}body .home .container .message .form .submit svg{width:1.77083vw;display:block}body .home .container .message .form .submit svg path{transition:all 600ms;fill:#252726}body .home .container .message .form .submit:hover{background:#000;color:#fff}body .home .container .message .form .submit:hover svg path{fill:#fff}body .home .container .message .form .form-status{margin-top:1.25vw;color:#252726}body .home .container .message .form .form-status.error{color:#9f1d1d}body .home .container .message .form .form-status.success{color:#1e6b3f}body .home .container .map{position:relative;display:flex;justify-content:space-between;align-items:center;gap:6.5625vw;margin-top:12.39583vw}body .home .container .map .lbox{width:43.125vw;position:relative}body .home .container .map .lbox img{width:100%;display:block;object-fit:cover}body .home .container .map .lbox a{position:absolute;padding:1.04167vw 2.60417vw;display:flex;align-items:center;justify-content:center;right:2.08333vw;bottom:2.08333vw;background:#F1DB63;transition:all 600ms;text-transform:capitalize;gap:1.04167vw}body .home .container .map .lbox a img{width:1.30208vw;display:block;transition:all 600ms;color:#252726}body .home .container .map .lbox a:hover{background:#252726;color:white}body .home .container .map .lbox a:hover img{filter:invert(1)}body .home .container .map .text{flex:1}body .home .container .map .text h1{font-weight:400;text-transform:capitalize;color:#252726;font-family:'times'}body .home .container .map .text .address{margin-top:3.125vw;line-height:1.6}body .home .container .map .text .address a{display:block}body .home .container .map .text .address a:hover{text-decoration:underline}@media screen and (max-width: 768px){body .home .banner{margin-top:60px}body .home .banner img{height:240px}body .home .banner .text{top:50%;transform:translateY(-50%);padding:0 5%}body .home .banner .text .t{font-size:24px}body .home .container{padding:30px 5%}body .home .container .des{width:100%}body .home .container .list{margin:30px 0;flex-direction:column;gap:30px}body .home .container .list .item .icon{height:60px}body .home .container .list .item p{margin-top:15px}body .home .container .message .form{margin-top:20px}body .home .container .message .form .box .pt{margin-bottom:20px}body .home .container .message .form .box .pt::before{width:100px}body .home .container .message .form .box .pt p{margin:0 10px}body .home .container .message .form .box .content .item{width:100%}body .home .container .message .form .box .content .item:not(:last-child){margin-bottom:20px}body .home .container .message .form .box .content .item p{margin-bottom:10px}body .home .container .message .form .box .content .item input,body .home .container .message .form .box .content .item textarea{height:40px;padding:10px;font-size:18px}body .home .container .message .form .box .content .item textarea{height:150px}body .home .container .message .form .box .content .item .chose .d1{height:40px;padding:10px}body .home .container .message .form .box .content .item .chose .d1 svg{width:14px}body .home .container .message .form .box .content .item .chose .d2{width:100%}body .home .container .message .form .box .content .item .chose .d2 .nr p{padding:8px 10px;margin-bottom:0}body .home .container .message .form .submit{padding:3px 20px;gap:10px}body .home .container .message .form .submit svg{width:24px}body .home .container .message .form .form-status{margin-top:12px}body .home .container .map{flex-direction:column;gap:30px;margin-top:30px}body .home .container .map .lbox{width:100%}body .home .container .map .lbox a{right:20px;bottom:20px;padding:10px 25px}body .home .container .map .lbox a img{width:20px}body .home .container .map .text{width:100%}body .home .container .map .text .address{margin-top:30px}body .home .container .map .text .address p{white-space:normal !important}}
