@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;overflow:scroll;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar-container{position:absolute;top:1rem;left:50%;transform:translate(-50%);background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:3rem;padding:.5% 3.1%;max-width:100%;height:11%;z-index:1000;box-shadow:0 2px 4px #0000001a}.mobile-menu-container{display:none}.navbar-logo{margin:0 50vw 0 0}.navbar-logo img{width:5rem;height:auto}.navbar-menu{display:flex;flex-direction:row;align-items:center;gap:1.25rem}.navbar-menu p{margin:0;padding:0;transition:transform .3s ease;white-space:nowrap;font-size:1.25vw}.navbar-menu a{display:inline-block;position:relative;color:#818380;text-decoration:none;padding:.625rem;transition:background-color .3s ease;border-radius:3.125rem}.navbar-menu p.selected a{color:#000;font-weight:700;transform:scale(1)}.navbar-menu p.selected a:after{position:absolute;display:block;content:"";width:50%;height:.1875rem;background-color:#818380;bottom:.125rem;left:50%;transform:translate(-50%)}.navbar-menu a:after{position:absolute;display:block;content:"";width:0;height:.1875rem;background-color:#818380;bottom:-.125rem;left:50%;transition:background-color .3s ease,width .3s ease,left .3s ease}.navbar-menu a:hover:after{width:50%;left:25%}@media screen and (max-width: 950px){.navbar-container{top:0;left:0;transform:unset;justify-content:space-between;align-items:center;width:100%;background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px #0000001a;border-radius:unset;padding:2% 4%}.navbar-logo,.navbar-menu{display:none}.mobile-menu-container{display:flex;flex-direction:row;justify-content:space-between;width:100%}.mobile-menu-container img{width:3.125rem;height:100%}.mobile-menu-logo img{width:4rem}.mobile-menu{position:absolute;top:0;right:0;height:100vh;width:60%;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:red;background-color:#fff;border:1px solid rgba(255,255,255,.258);box-shadow:0 4px 6px #0000001a;align-items:flex-start;justify-content:flex-start;padding:2% 0 0 5%}.mobile-menu p{margin:.5rem 0;padding:0;transition:transform .3s ease;white-space:nowrap;width:100%;display:flex}.mobile-menu a{display:inline-block;position:relative;color:#818380;text-decoration:none;padding:.625rem;transition:background-color .3s ease;border-radius:3.125rem}.mobile-menu img{width:2.5rem;height:auto}}.hero{background-image:url(/assets/car_hero_1-B3Fs6x6_.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:500px;color:#fff;z-index:1}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0002;z-index:-1}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.6) 80%,white 100%);z-index:0}.hero .hero-title{position:absolute;top:38%;transform:translateY(-50%);margin-top:20px;width:90%}.hero .hero-title h1{font-size:36px}.hero .hero-title button{display:none}.hero .hero-stats{position:absolute;bottom:40px;background-color:#ffffff1a;border:1px solid rba(255,255,255,.258);border-radius:50px;box-shadow:0 4px 6px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:15px;width:90%;z-index:2;display:flex;justify-content:space-around;align-items:center;gap:42px}.hero .hero-stats h5{font-size:12px;margin:12px 0 6px 12px}.hero .hero-stats p{padding-top:.2rem;font-size:12px;margin:0 0 6px 12px}.hero .hero-stats button:before{content:"→";font-size:16px}.hero .hero-stats button{position:absolute;right:0;bottom:10px;background-color:#fff;border:2px solid white;border-radius:3.125rem;padding:12px;color:#000;cursor:pointer}@media (min-width: 1024px){.hero{height:45rem;padding:0 0 10px;background-repeat:no-repeat;color:#fff}.hero .hero-title{top:35%;text-align:left;padding:0 9.8%;margin-bottom:20px;width:unset}.hero .hero-title h1{font-size:100px;margin:0;width:90%}.hero .hero-title button{display:block;background-color:#fff;color:#000;margin-top:12px;border:none;border-radius:3.125rem;font-weight:400;padding:.625rem 1.25rem;font-size:1rem;cursor:pointer;transition:background-color .3s}.hero .hero-title button:hover{background-color:#ddd}.hero .hero-stats{width:50%}.hero .hero-stats h5{font-size:14px}.hero .hero-stats p{font-size:16px;margin:0;color:#818380}.hero .hero-stats button{right:2px;bottom:4px}.hero .hero-stats button:before{font-size:28px}}.brands-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:auto;background-color:#fff;width:100%;overflow:hidden}.brands-container .brands-title{padding:20px 0 12px;font-size:12px;width:100%}.brands-container .brands-title h1{color:#000}.brands-container .marquee-container{width:300px;overflow:hidden;position:relative;margin:0 0 15px}.brands-container .marquee-container:before,.brands-container .marquee-container:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:1;pointer-events:none}.brands-container .marquee-container:before{left:0;background:linear-gradient(to right,#fff -30%,#fff0)}.brands-container .marquee-container:after{right:0;background:linear-gradient(to left,#fff -30%,#fff0)}.brands-container .brands-logos{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:64px;margin:0 0 15px;width:300px}.brands-container .brands-logos .brands-img{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer}.brands-container .brands-logos .brands-img img{width:200px;height:120px;-o-object-fit:contain;object-fit:contain}.brands-container .brands-logos::-webkit-scrollbar{display:none}@media (min-width: 1024px){.brands-container .brands-title{font-size:16px}.brands-container .marquee-container{width:1000px;margin:16px 0 32px}.brands-container .brands-logos{margin:16px 0 32px;width:100%}}html{scroll-behavior:smooth}.mission-container{display:flex;flex-direction:column;align-items:center;background:linear-gradient(0deg,#bebcbc,#fff 85%);color:#000;gap:.75rem;height:auto;margin:0;padding:0;width:100%}.mission-title{font-size:1.25vw;margin-top:3.125rem;text-align:center}.mission-data-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-column-gap:1.5em;grid-row-gap:3em;border-radius:.9375rem;margin:5% 10%;padding:.8% 5%;width:80%}.mission-data{display:flex;flex-direction:column;align-items:center;border-radius:.9375rem;text-align:center;cursor:pointer;filter:grayscale(0%);transition:.01s all ease-in-out;position:relative;overflow:hidden}.mission-img{width:100%;overflow:hidden;border-radius:15px}.mission-img img{width:100%;height:200px;object-fit:cover;cursor:pointer;transition:.01s all ease-in-out}.mission-bio{opacity:0;position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;width:100%;height:100%;border-radius:.9375rem;transition:opacity .3s ease-in-out;backface-visibility:hidden}.mission-bio h2,.mission-bio p{z-index:1;margin:5px;text-align:center}.mission-data:hover .mission-img img{transform:scale(1.05)}.mission-data:hover .mission-bio{opacity:1}.mission-data:hover{filter:grayscale(100%)}@media (max-width: 768px){.mission-data-container{grid-template-columns:repeat(2,1fr)}.mission-bio{font-size:.8rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shadowFloat{0%,to{transform:translate(-50%) scaleX(1) scaleY(.1);opacity:1}50%{transform:translate(-50%) scaleX(1.2) scaleY(.15);opacity:.5}}.contact-container{display:flex;flex-direction:row;background:linear-gradient(0deg,#919191,#242424);height:100vh;padding:3.125rem 8.7rem;color:E5E5E5}.contact-left{max-width:31.875rem;width:100%}.contact-left h1{font-size:3.2rem;text-align:left;margin-right:8rem;font-weight:700;padding:.3125rem 0;line-height:89%;text-transform:uppercase}.contact-left-img{position:relative;display:inline-block;width:100%}.contact-left-img img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;margin-bottom:.875rem;margin-top:-1.25rem;position:relative;animation:float 3s ease-in-out infinite;transition:top .2s ease;z-index:2}.contact-left-img:after{display:block;content:"";width:18vw;height:5.5vh;margin-left:50%;border-radius:100%;background-color:#d3d3d3;filter:blur(20.5px);animation:shadowFloat 3s ease-in-out infinite;z-index:1}.contact-right{display:flex;flex-direction:column;max-width:35.625rem;width:100%}.contact-right-form-title{font-size:1rem;text-transform:uppercase;text-align:center;padding:2rem 0rem 1rem 8rem}form{display:block;padding:0rem 0rem 0rem 8.8rem}input,textarea{width:100%;border:5px solid transparent;border-radius:3px;resize:none;padding:0 5px;box-sizing:border-box;font-family:"Open Sans" sans-serif;font-size:16px;color:#000;background-color:#f0f0f0;margin:15px 0 0}input[type=text],input[type=email],textarea{padding:2px 8px;height:40px;width:100%}input:focus,textarea:focus{outline:none}.form-input{margin:5px 0}.form-select{width:100%;height:40px;margin:15px 0 0;padding-left:8px;color:#000;background-color:#f0f0f0;border:none}.form-textarea{margin:15px 0 0;padding:8px;width:100%;height:100px}input[type=submit]{width:100%;height:50px;background-color:#000;border:0;color:#fff;border:5px solid transparent;border-radius:8px;margin:10px 0 0;font-family:"Open Sans" sans-serif;font-size:22px;text-transform:uppercase}input[type=submit]:hover{background-color:#7d111138;color:#000}@media screen and (min-width: 1700px){.contact-container{align-items:center}.contact-left{margin-right:32%}}@media screen and (max-width: 950px){.contact-container{display:flex;flex-direction:column;padding:0;height:unset;align-items:center}.contact-left{padding:5rem 0;width:100%}.contact-left h1{font-size:2rem;text-align:center;margin-right:4rem}.contact-left-img img{width:90%}.contact-right-form-title{font-size:1.2rem;text-transform:uppercase;text-align:center;padding:2rem 0rem 1rem}form{padding:0rem 0rem 0rem 8.8rem;margin-bottom:10rem}.contact-right form{padding:1rem}}.about-container{display:flex;flex-direction:row;background:linear-gradient(0deg,#242424,#bebcbc 50%);color:#000;height:31.25%;padding:3.125rem 8.7rem}.about-img-mobile{display:none}.about-text-container{display:flex;flex-direction:column;gap:1.5625rem;text-align:left;width:50%;height:auto}.about-title{font-size:1em;text-align:left}.about-text{font-size:1.3vw;display:flex;flex-direction:column;gap:3.125rem;width:80%;text-align:start}.about-img-grids-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;gap:0rem .925rem;width:80%;height:100%}.about-img-col-1{width:100%;height:90%;border-radius:.9375rem}.about-img-col-1 img{width:100%;height:100%;object-fit:cover;border-radius:.9375rem}.about-img-col-2{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);gap:0px 0px;border-radius:.9375rem;width:100%;height:90%}.about-img-row-1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:85%;background-color:#282828;border-radius:.9375rem;color:#fff}.about-img-row-2{width:100%;border-radius:.9375rem}.about-img-row-2 img{width:100%;height:100%;object-fit:cover;border-radius:.9375rem}@media screen and (max-width: 850px){.about-container{flex-direction:column;align-items:center;text-align:center;height:70%;padding:2rem 1rem;overflow:hidden}.about-img-mobile{display:block;width:80%;margin:1rem auto}.about-img-mobile img{width:100%;height:35vh;object-fit:cover;border-radius:.9375rem}.about-text-container{width:92%}.about-title{text-align:center}.about-text{align-items:center;margin:0 3% 0 11%;gap:1rem;background-color:#282828;color:#fff;border-radius:.9375rem}.about-img-row-1 h1{font-size:13px}.about-text p{font-size:3vw;letter-spacing:.1rem;margin:1rem}.about-img-grids-container{display:none;visibility:hidden}}.cta-container{width:100%;max-width:500px;min-width:300px;margin:24px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff;border-radius:15px;box-shadow:0 4px 8px #00000080;padding:32px 16px}.cta-container .cta-container-items{width:90%;max-width:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px;background:transparent;border-radius:15px}.cta-container .cta-container-items .cta-text{width:100%;text-align:center}.cta-container .cta-container-items .cta-text h4{font-size:1.5rem;margin:0 0 12px;text-transform:uppercase;letter-spacing:.1em}.cta-container .cta-container-items .cta-text p{font-size:1rem;letter-spacing:.05em;text-transform:uppercase;margin:0}.cta-container .cta-input-container{width:70%;display:flex;flex-direction:column;align-items:center;gap:16px;margin:0;padding:0}.cta-container .cta-input-container .cta-input-email{width:100%}.cta-container .cta-input-container .cta-input-email input{width:100%;height:40px;border:2px solid white;border-radius:5px;padding:0 12px;background:#000;color:#fff;font-size:1rem;box-sizing:border-box;margin:0}.cta-container .cta-input-container .cta-input-submit{width:100%;display:flex;justify-content:center}.cta-container .cta-input-container .cta-input-submit button{width:100%;height:40px;background-color:#fff;color:#000;border:2px solid white;border-radius:5px;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease}.cta-container .cta-input-container .cta-input-submit button:hover{background-color:#f0f0f0;color:#000;border-color:#f0f0f0}@media (min-width: 1024px){.cta-container{max-width:600px}.cta-container .cta-container-items{max-width:600px;padding:48px 0}.cta-container .cta-text h4{font-size:2vw;margin:2% 0%}.cta-container .cta-text p{font-size:.9vw}.cta-container .cta-input-container{flex-direction:row;gap:16px}.cta-container .cta-input-container .cta-input-email input{margin-bottom:0}.cta-container .cta-input-container .cta-input-submit button{width:auto;min-width:160px;font-size:1vw}}.call-container{display:flex;align-items:center;justify-content:space-evenly;background:linear-gradient(0deg,#fff,#919191);height:100vh;width:100%}.call-box-container{display:flex;flex-direction:row;background-color:#000;box-shadow:0 4px 8px #00000080;border-radius:1rem;height:40vh;width:60vw;gap:5rem;padding:5%;align-items:center;justify-content:center;color:#fff}.call-box-left-img{width:100%}.call-box-left-img img{position:relative;right:10%;width:100%;border-radius:0 80px;box-shadow:0 8px 15px #00000080;object-fit:contain}.call-box-right-text{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:3rem;width:110%}.call-box-right-email p{letter-spacing:1px}.call-box-right-call p{letter-spacing:.5px}.call-box-right-text h4{font-size:18px;margin:2% 0%;text-transform:uppercase;letter-spacing:.2vw}.call-box-right-text p{font-size:10px;text-transform:uppercase}@media screen and (max-width: 950px){.call-container{height:50vh}.call-box-container{height:40%;width:70%;gap:0rem}.call-box-left-img{display:none}.call-box-left-img img{display:none;visibility:hidden}.call-box-right-text{flex-direction:column;gap:24px}.call-box-right-text h4{font-size:14px}.call-box-right-text p{font-size:10px;letter-spacing:.3vw}}footer{margin:0;overflow-x:hidden}.footer{background:#000;padding:30px 0;font-family:Play,sans-serif;text-align:center}.footer .footer-row{width:100%;margin:1% 0%;padding:.6% 0%;color:gray;font-size:.8em}.footer .footer-row a{text-decoration:none;color:gray;transition:.5s}.footer .footer-row a:hover{color:#fff}.footer .footer-row ul{width:100%}.footer .footer-row ul li{display:inline-block;margin:0 30px}.footer .footer-row a i{font-size:2em;margin:0% 1%}@media (max-width:720px){.footer{text-align:left;padding:5%}.footer .footer-row ul li{display:block;margin:10px 0;text-align:left}.footer .footer-row a i{margin:0% 3%}}/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:FontAwesome;src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0);src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0) format("woff2"),url(/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0) format("woff"),url(/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0) format("truetype"),url(/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.language-switcher{position:fixed;bottom:1rem;right:1rem;width:52px;height:52px;border-radius:50%;background-color:var(--primary-color);color:orange;border:none;font-size:16px;font-weight:600;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a;z-index:1000}.language-switcher:hover{transform:scale(1.1);box-shadow:0 4px 15px #0003}.language-switcher:active{transform:scale(.95)}.language-switcher:focus{outline:none;box-shadow:0 0 0 2px var(--primary-color-light)}.language-switcher:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background-color:var(--primary-color);opacity:.4;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:0}}@media screen and (min-width: 768px){.language-switcher{bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;font-size:.8rem}}@media screen and (min-width: 1024px){.language-switcher{bottom:2rem;right:2rem;width:62px;height:62px;font-size:.9rem}}.contact-page-container{display:flex;flex-direction:column;height:160vh}.contact-page-container .contact-form{width:100%;height:100%;padding:15px}.contact-page-container .contact-form .contact-form-container{background-color:#fff;background:unset;color:#000}@media (min-width: 1024px){.contact-page-container{width:100vw}.contact-page-container .contact-form{position:relative;top:50px;padding:unset}}.service-page-container{display:flex;flex-direction:column;background-color:#fff;color:#000;height:100%;padding-bottom:5%;gap:15px}.service-page-container .service-page-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:120px 62px 0;gap:15px;color:#000;text-transform:uppercase}.service-page-container .service-page-title h1{font-size:24px;text-align:flex-start}.service-page-container .service-page-title p{font-size:14px;width:85%;text-align:start}.service-page-container .service-header-photo img{border-radius:50px;width:80%;height:500px;-o-object-fit:cover;object-fit:cover}.service-page-container .service-aim-container{width:100%;display:flex;flex-direction:column;align-items:center}.service-page-container .service-aim-container .service-aim-title{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:15px;width:80%;text-align:left}.service-page-container .service-aim-container .service-aim-title h5{font-size:24px;text-transform:uppercase;letter-spacing:1px}.service-page-container .service-aim-container .service-aim-title p{font-size:14px;text-align:left}.service-page-container .service-data-title-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:3rem 25%;width:80%;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#5d626a1a;border:1px solid rgba(255,255,255,.2588235294);border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:.4% 0%}.service-page-container .service-data-title-container .service-data-title{display:flex;flex-direction:column;margin:0% .5%}.service-page-container .service-data-title-container .service-data-title h5{font-size:1.2vw;border-radius:15px;border:.1rem solid transparent;padding:1rem;text-transform:uppercase;letter-spacing:.1vw}.service-page-container .service-data-title-container .service-data-title-selected{font-size:1.5vw;border-radius:15px;border:.1rem solid transparent;padding:1rem;text-transform:uppercase;letter-spacing:.1vw;border:.1rem solid gray}.service-page-container .service-data-container{display:flex;flex-direction:column;align-items:center;width:100%;margin:50px 0}.service-page-container .service-data-featured-image{display:none}.service-page-container .service-data-list{width:90%;max-width:1200px;display:flex;flex-direction:column;gap:0}.service-page-container .service-data-item{border-bottom:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease}.service-page-container .service-data-item:last-child{border-bottom:none}.service-page-container .service-data-item .service-data-item-header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;width:100%}.service-page-container .service-data-item .service-data-item-header h5{font-size:18px;font-weight:700;color:#000;margin:0;text-transform:none;letter-spacing:normal}.service-page-container .service-data-item .service-data-item-header .service-data-item-number{width:30px;height:30px;border:1px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#000}.service-page-container .service-data-item .service-data-item-content{display:flex;flex-direction:column;gap:20px;padding:0 0 20px;align-items:flex-start}.service-page-container .service-data-item .service-data-item-content .service-data-item-text p{font-size:14px;color:#666;line-height:1.6;margin:0;text-align:left}.service-page-container .service-data-item .service-data-item-content .service-data-item-image{width:70%}.service-page-container .service-data-item .service-data-item-content .service-data-item-image img{width:100%;max-width:300px;height:250px;border-radius:25px;-o-object-fit:cover;object-fit:cover;transition:.3s all ease-in-out;box-shadow:0 6px 8px #0000001a}.service-page-container .service-data-item.service-data-item-expanded{padding:0 20px;margin:0 -20px;border-radius:8px}@media screen and (min-width: 1024px){.service-page-container .service-page-title{flex-direction:row;justify-content:space-around;align-items:center;margin:150px 150px 30px}.service-page-container .service-page-title h1{font-size:30px;text-align:left}.service-page-container .service-page-title p{width:78%;text-align:right}.service-page-container .service-header-photo img{position:unset;border-bottom-right-radius:6rem;border-bottom-left-radius:6rem;height:auto}.service-page-container .service-aim-container{flex-direction:row;width:80%;align-items:center;margin:50px auto;justify-content:center}.service-page-container .service-aim-container .service-aim-title{width:100%;align-items:center;text-align:center}.service-page-container .service-aim-container .service-aim-title p{font-size:16px;margin:0 20%;text-align:center}.service-page-container .service-data-title-container{box-shadow:#000;width:80%}.service-page-container .service-data-title h5,.service-page-container .service-data-title-selected{font-size:.9vw}.service-page-container .service-data-text-container .service-data-text-img .service-data-txt p{font-size:1vw}.service-page-container .service-data-container{justify-content:center;margin:50px 0;flex-direction:row;gap:60px;align-items:flex-start;padding:0 50px 100px}.service-page-container .service-data-featured-image{display:block;flex:1;max-width:600px;margin-right:60px}.service-page-container .service-data-featured-image img{width:100%;height:800px;-o-object-fit:cover;object-fit:cover;border-radius:15px;box-shadow:0 6px 8px #0000001a}.service-page-container .service-data-list{flex:1;max-width:600px}.service-page-container .service-data-item .service-data-item-header h5{font-size:20px}.service-page-container .service-data-item .service-data-item-header .service-data-item-number{width:35px;height:35px;font-size:16px}.service-page-container .service-data-item .service-data-item-content{flex-direction:column;gap:20px}.service-page-container .service-data-item .service-data-item-content .service-data-item-text p{font-size:16px;color:#666;line-height:1.6}.service-page-container .service-data-item .service-data-item-content .service-data-item-image{display:none}}.about-page-container{display:flex;flex-direction:column;background-color:#fff;color:#000;height:100%;padding-bottom:5%;gap:15px}.about-page-container .about-page-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:120px 62px 0;gap:15px;color:#000;text-transform:uppercase}.about-page-container .about-page-title h1{font-size:24px;text-align:flex-start}.about-page-container .about-page-title p{font-size:14px;width:85%;text-align:start}.about-page-container .about-header-photo img{border-radius:50px;width:80%;height:500px;-o-object-fit:cover;object-fit:cover}.about-page-container .about-aim-container{width:100%;display:flex;flex-direction:column;align-items:center}.about-page-container .about-aim-container .about-aim-title{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:15px;width:80%;text-align:left}.about-page-container .about-aim-container .about-aim-title h5{font-size:24px;text-transform:uppercase;letter-spacing:1px}.about-page-container .about-aim-container .about-aim-title p{font-size:14px;text-align:left}.about-page-container .about-data-container{display:flex;flex-direction:column;align-items:center}.about-page-container .about-data-container .about-data-title{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:15px;text-align:center;text-transform:uppercase;margin-bottom:15px;width:80%;text-align:left}.about-page-container .about-data-container .about-data-title h5{font-size:24px;letter-spacing:1.2px}.about-page-container .about-data-container .about-data{display:flex;flex-direction:column-reverse;align-items:flex-start;margin-bottom:15px;gap:15px;justify-content:space-around}.about-page-container .about-data-container .about-data .about-data-txt{margin-left:52px;width:80%}.about-page-container .about-data-container .about-data .about-data-txt p{font-size:14px;word-spacing:.3px;text-align:left}.about-page-container .about-data-container .about-data .about-data-img{width:100%}.about-page-container .about-data-container .about-data .about-data-img img{width:70%;border-radius:15px;-o-object-fit:cover;object-fit:cover;transition:.01s all ease-in-out;box-shadow:0 6px 8px #00000080}.about-page-container .about-brands-container{font-size:.5vw;letter-spacing:.1vw;margin:0% 0% 5%}@media screen and (min-width: 1024px){.about-page-container .about-page-title{flex-direction:row;justify-content:space-around;align-items:center;margin:150px 150px 30px}.about-page-container .about-page-title h1{font-size:32px;text-align:left}.about-page-container .about-page-title p{width:78%;text-align:right}.about-page-container .about-header-photo img{position:unset;border-bottom-right-radius:6rem;border-bottom-left-radius:6rem;height:auto}.about-page-container .about-aim-container{flex-direction:row;width:80%;align-items:flex-start;margin:50px 150px}.about-page-container .about-aim-container .about-aim-title p{font-size:16px;width:80%;text-align:left}.about-page-container .about-data-container{justify-content:center;margin:50px 0}.about-page-container .about-data-container .about-data-title{justify-content:center;margin:0}.about-page-container .about-data-container .about-data{flex-direction:row;align-items:center}.about-page-container .about-data-container .about-data .about-data-txt{margin:0 0 0 150px;width:50%}.about-page-container .about-data-container .about-data .about-data-txt p{font-size:16px}.about-page-container .about-data-container .about-data .about-data-img{width:100%}.about-page-container .about-data-container .about-data .about-data-img img{width:50%}.about-page-container .about-data-container .about-data .about-data-title h5{font-size:.9vw}}.not-found-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#000,#fff);color:#fff;text-align:center;padding:2rem}.not-found-container h1{font-size:8rem;margin:0;line-height:1}.not-found-container h2{font-size:2rem;margin:1rem 0}.not-found-container p{font-size:1.2rem;margin-bottom:2rem}.not-found-container .home-button{background-color:#fff;color:#000;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:4px;cursor:pointer;transition:all .3s ease}.not-found-container .home-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}*{font-family:Arial,sans-serif;box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:#fff;min-height:100vh;min-width:100vw;font-size:16px;overflow:hidden}a{color:inherit;text-decoration:none}.section__padding{padding:4rem 6rem}.section_margin{margin:4rem 6rem}@media screen and (min-width: 1200px){body{font-size:18px}.section__padding{padding:4rem 8rem}.section__margin{margin:4rem 8rem}}@media screen and (max-width: 768px){.body{font-size:15px}.section__padding{padding:3rem}.section__margin{margin:3rem}}@media screen and (max-width: 480px){.body{font-size:14px}.section__padding{padding:2rem}.section__margin{margin:2rem}}.App{text-align:center}
